li_zy
Committed by GitHub

修改一个单词拼写错误

修改一个单词拼写错误
@@ -30,7 +30,7 @@ class ScreenUtil { @@ -30,7 +30,7 @@ class ScreenUtil {
30 30
31 //相对于设计稿放大的倍数 31 //相对于设计稿放大的倍数
32 var scaleWidth = screenWidth / designWidth / pixelRatio; 32 var scaleWidth = screenWidth / designWidth / pixelRatio;
33 - var scaleHeight = screenHeight / designWidth / pixelRatio; 33 + var scaleHeight = screenHeight / designHeight / pixelRatio;
34 34
35 static ScreenUtil getInstance() { 35 static ScreenUtil getInstance() {
36 if (instance == null) { 36 if (instance == null) {