Commit b819e33d authored by 杜欣's avatar 杜欣

Ui走查

parent 5e32652d
......@@ -88,7 +88,6 @@ class MechanismBox implements IBottomPicker {
textController.dispose();
refreshController.dispose();
_model.dispose();
_model.dispose();
focusNode.dispose();
}
......
......@@ -149,7 +149,7 @@ Widget netErrorItem() {}
Widget errorItem(double width, double height, VoidCallback retry,
{String errorText, String retryText, double paddingTop}) {
return Container(
color: Colors.white,
color: Colors.white,
width: width,
height: height,
padding: EdgeInsets.only(top: paddingTop ?? 0),
......@@ -506,7 +506,7 @@ Widget baseSliverAppBar(String url,
background: needpic
? CachedNetworkImage(
imageUrl: url ?? '',
fit: BoxFit.cover,
fit: BoxFit.fitHeight,
)
: Container(),
),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment