@dwdjs/utils
Advanced tools
Comparing version 1.0.3 to 1.0.4
@@ -13,3 +13,3 @@ "use strict"; | ||
if (clientWidth > 780) clientWidth = 780; | ||
if (clientWidth < 310) clientWidth = 310; // 以 iphone6/7 为基准 | ||
if (clientWidth < 280) clientWidth = 280; // 以 iphone6/7 为基准 | ||
@@ -16,0 +16,0 @@ docEl.style.fontSize = 100 * (clientWidth / 375) + 'px'; |
{ | ||
"name": "@dwdjs/utils", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"description": "utils", | ||
@@ -5,0 +5,0 @@ "main": "./lib/index.js", |