LiZhuoyuan
Committed by GitHub

Update README_CN.md

... ... @@ -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),
**注意**
... ...