瀏覽代碼

✨ feat(main): 设置最大尺寸

hxl 8 月之前
父節點
當前提交
f33fe51416
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/main.js

+ 1 - 1
src/main.js

@@ -16,7 +16,7 @@ Vue.use(ElementUI);
 
 function setRem() {
   const clientWidth = document.body.clientWidth
-  const screenWidth = clientWidth > 900 ? 1920 : 750
+  const screenWidth = clientWidth > 900 ? 1920 : 375
   const scale = screenWidth / 16
   const htmlWidth = document.documentElement.clientWidth || document.body.clientWidth
   // 得到html的Dom元素