Commit cef35597 authored by 林生雨's avatar 林生雨

w

parent 41bb084e
......@@ -168,7 +168,9 @@ class LevelOneListState extends State<LevelOneList>
double height = MediaQuery.of(context).size.height -
40 -
widget.topHeight -
totalHeight;
totalHeight -
55 -
40;
return SliverToBoxAdapter(
child: Container(
height: height < 0 ? 0 : height,
......
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