Ver código fonte

修改 btn 上下间距

wangguoxi 1 mês atrás
pai
commit
e273e80a03
1 arquivos alterados com 2 adições e 2 exclusões
  1. 2 2
      src/views/analysisReport/studentPage/mainPage.vue

+ 2 - 2
src/views/analysisReport/studentPage/mainPage.vue

@@ -49,10 +49,10 @@
                                     <button class="mm_btn mb_10" :class="{ active: activeBtn === pathTwo }"
                                         @click="toPage(pathTwo)">举一反三</button>
 
-                                    <button class="mm_btn " :class="{ active: activeBtn === pathThree }"
+                                    <button class="mm_btn mb_10" :class="{ active: activeBtn === pathThree }"
                                         @click="toPage(pathThree)">个人画像</button>
                                 </template>
-                                <button class="mm_btn" v-if="showOneStudOneCase"
+                                <button class="mm_btn mb_10" v-if="showOneStudOneCase"
                                     :class="{ active: activeBtn === pathFourth }"
                                     @click="toPage(pathFourth)">一生一案</button>
                                 <button class="mm_btn" :class="{ active: activeBtn === pathFive }"