zhouna 5 anni fa
parent
commit
380454bf7b
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. 2 2
      src/components/MainPage.vue

+ 2 - 2
src/components/MainPage.vue

@@ -138,7 +138,7 @@ export default {
       defaultIndex: 0, //温度默认值
       order:0,
       userInfo: {}, //用户信息
-      pdbm:'12.5rem',
+      pdbm:'10rem',
       waring:'',        //错误提示语
       wrong:false,      //是否显示错误toast
       showConfirm: false,
@@ -208,7 +208,7 @@ export default {
     },
     updata(){
       this.symptomQasList = [];
-      this.pdbm = '8.5rem';
+      //this.pdbm = '8.5rem';
       this.showUsual=true;
       this.num = 0;
     },