调整1920 2560下的尺寸

This commit is contained in:
X1627315083
2024-01-09 16:04:01 +08:00
parent 7aafa5eeeb
commit 1b9031cf72
11 changed files with 11 additions and 11 deletions

View File

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