Skip to content

Commit caed30e

Browse files
authored
Update README_CN.md
1 parent 8101020 commit caed30e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README_CN.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ ScreenUtil.init(width: 750, height: 1334, allowFontScaling: true); /
6969
### 使用
7070

7171
### API
72-
72+
#### 传入设计稿的px尺寸 px px px !
7373
```dart
7474
ScreenUtil().setWidth(540) (sdk>=2.6 : 540.w) //根据屏幕宽度适配尺寸
7575
ScreenUtil().setHeight(200) (sdk>=2.6 : 200.h) //根据屏幕高度适配尺寸

0 commit comments

Comments
 (0)