This commit is contained in:
X1627315083
2024-01-09 17:07:09 +08:00
parent 1b9031cf72
commit 99f0ce53df
15 changed files with 36 additions and 36 deletions

View File

@@ -1,6 +1,6 @@
let flexible = (designWidth, maxWidth,minWidth) =>{
var doc = document, win = window, docEl = doc.documentElement, remStyle = document.createElement("style"), tid;
designWidth = designWidth || 1440;
designWidth = designWidth || 1600;
maxWidth = maxWidth || 2000;
minWidth = minWidth || 1024;
function refreshRem() {