소스 검색

上滑高度测试

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);