ソースを参照

✨ feat(main): 设置手机端时改变大小

hxl 8 ヶ月 前
コミット
257791d992
1 ファイル変更2 行追加1 行削除
  1. 2 1
      src/main.js

+ 2 - 1
src/main.js

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