瀏覽代碼

上滑高度测试

zhouna 5 年之前
父節點
當前提交
8c4d1b2910
共有 1 個文件被更改,包括 1 次插入1 次删除
  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);