Skip to content

Commit ddb1508

Browse files
committed
fix home drawer 溢出问题
1 parent 1f08b17 commit ddb1508

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/widget/HomeDrawer.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ class HomeDrawer extends StatelessWidget {
7777
child: new SingleChildScrollView(
7878
///item 背景
7979
child: new Container(
80-
height: MediaQuery.of(context).size.height,
80+
constraints: new BoxConstraints(minHeight: MediaQuery.of(context).size.height),
8181
color: Color(GSYColors.white),
8282
child: new Column(
8383
children: <Widget>[

0 commit comments

Comments
 (0)