Procházet zdrojové kódy

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

hxl před 8 měsíci
rodič
revize
257791d992
1 změnil soubory, kde provedl 2 přidání a 1 odebrání
  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元素