Showing
1 changed file
with
1 additions
and
1 deletions
@@ -48,7 +48,7 @@ import 'package:flutter_screenutil/flutter_screenutil.dart'; | @@ -48,7 +48,7 @@ import 'package:flutter_screenutil/flutter_screenutil.dart'; | ||
48 | 48 | ||
49 | 传入设计稿的px尺寸: | 49 | 传入设计稿的px尺寸: |
50 | 50 | ||
51 | -根据款第适配 width: ScreenUtil().setWidth(540), | 51 | +根据宽度适配 width: ScreenUtil().setWidth(540), |
52 | 52 | ||
53 | 根据高度适配 height: ScreenUtil().setHeight(200), | 53 | 根据高度适配 height: ScreenUtil().setHeight(200), |
54 | 54 |
-
Please register or login to post a comment