LiZhuoyuan
Committed by GitHub

Update README_CN.md

@@ -48,9 +48,9 @@ import 'package:flutter_screenutil/flutter_screenutil.dart'; @@ -48,9 +48,9 @@ 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
55 **注意** 55 **注意**
56 56