Explorar el Código

Merge branch 'master' of https://git.cocorobo.cn/CocoRoboLabs/ssti-CollegeManage

SanHQin hace 11 meses
padre
commit
6508daede9
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      src/views/projectApply/projectApplication.vue

+ 2 - 2
src/views/projectApply/projectApplication.vue

@@ -139,8 +139,8 @@
     <!-- 表格开始 -->
     <div>
       <div>
-        <el-button  v-if="$store.state.userInfo.type == 0" size="mini" :type="!isPromotion?'primary':''" @click="selectAll">全部</el-button>
-        <el-button  v-if="$store.state.userInfo.type == 0" size="mini" :type="isPromotion?'primary':''" @click="selectPromotion">晋级项目</el-button>
+        <el-button style="font-size: 16px;"  v-if="$store.state.userInfo.type == 0" size="mini" :type="!isPromotion?'primary':''" @click="selectAll">全部</el-button>
+        <el-button style="font-size: 16px;" v-if="$store.state.userInfo.type == 0" size="mini" :type="isPromotion?'primary':''" @click="selectPromotion">晋级项目</el-button>
         <span style="font-size: 12px; margin-left: 10px"
           >共 {{ table.total }} 条</span
         >