Skip to content

Commit

Permalink
Update README_CN.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lizhuoyuan authored Dec 17, 2018
1 parent e9bdb7f commit d15fb50
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@ import 'package:flutter_screenutil/flutter_screenutil.dart';

传入设计稿的px尺寸:

根据宽度适配 width: ScreenUtil().setWidth(540),
根据屏幕宽度适配 width: ScreenUtil().setWidth(540),

根据高度适配 height: ScreenUtil().setHeight(200),
根据屏幕高度适配 height: ScreenUtil().setHeight(200),

**注意**

Expand Down

0 comments on commit d15fb50

Please sign in to comment.