“111 --no-verify

git commit -m “111
This commit is contained in:
李志鹏
2025-10-09 15:43:43 +08:00
parent 85e374d6f7
commit 04c588f6d7
10 changed files with 447 additions and 3 deletions

View File

@@ -19,7 +19,7 @@ let flexible = (designWidth, maxWidth,minWidth) =>{
// }else{
// designWidth = 375
// }
var rem = Math.round(width * 10 / designWidth);
var rem = (width * 10 / designWidth).toFixed(2);
docEl.style.fontSize = rem+'px'
remStyle.innerHTML = 'html{font-size:' + rem + 'px;}';
}