Procházet zdrojové kódy

Merge branch 'dev' of http://8.210.146.143:18866/yzd/trustypay into dev

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