Commit b819e33d authored by 杜欣's avatar 杜欣

Ui走查

parent 5e32652d
...@@ -88,7 +88,6 @@ class MechanismBox implements IBottomPicker { ...@@ -88,7 +88,6 @@ class MechanismBox implements IBottomPicker {
textController.dispose(); textController.dispose();
refreshController.dispose(); refreshController.dispose();
_model.dispose(); _model.dispose();
_model.dispose();
focusNode.dispose(); focusNode.dispose();
} }
......
...@@ -149,7 +149,7 @@ Widget netErrorItem() {} ...@@ -149,7 +149,7 @@ Widget netErrorItem() {}
Widget errorItem(double width, double height, VoidCallback retry, Widget errorItem(double width, double height, VoidCallback retry,
{String errorText, String retryText, double paddingTop}) { {String errorText, String retryText, double paddingTop}) {
return Container( return Container(
color: Colors.white, color: Colors.white,
width: width, width: width,
height: height, height: height,
padding: EdgeInsets.only(top: paddingTop ?? 0), padding: EdgeInsets.only(top: paddingTop ?? 0),
...@@ -506,7 +506,7 @@ Widget baseSliverAppBar(String url, ...@@ -506,7 +506,7 @@ Widget baseSliverAppBar(String url,
background: needpic background: needpic
? CachedNetworkImage( ? CachedNetworkImage(
imageUrl: url ?? '', imageUrl: url ?? '',
fit: BoxFit.cover, fit: BoxFit.fitHeight,
) )
: Container(), : 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