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();
}
......
......@@ -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