Ver código fonte

上滑高度测试

zhouna 5 anos atrás
pai
commit
8c4d1b2910
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      src/components/MainPage.vue

+ 1 - 1
src/components/MainPage.vue

@@ -382,7 +382,7 @@ export default {
       this.$store.commit('setChoose', { choose: [sym], type: moduleCP['symp'] });
       this.selectedSymptom = sym;   //设置搜索选中症状
       this.showUsual=false; //关闭症状选择进入下一个问题
-      this.pdbm = '11rem'
+      this.pdbm = '10.3rem'
       setTimeout(() => {
         this.scrollDown()
       }, 0);