Quellcode durchsuchen

修改mine.vue中的样式

guochao vor 6 Jahren
Ursprung
Commit
9ef700df19
1 geänderte Dateien mit 7 neuen und 7 gelöschten Zeilen
  1. 7 7
      src/components/Mine.vue

+ 7 - 7
src/components/Mine.vue

@@ -55,7 +55,7 @@
       <el-tabs @tab-click="handleTabClick" v-loading="loading" style="width: 90%;margin-left: 5%">
         <el-tab-pane name="unFinishedTask">
           <span slot="label">
-            <el-badge class="item" style="margin-top: 10px;margin-bottom: 10px">未完成任务</el-badge>
+            <el-badge class="item" style="margin-top: 10px;margin-bottom: 25px; font-size: 16px;">未完成任务</el-badge>
           </span>
           <el-row v-if="unFinishedTaskList != null && unFinishedTaskList.length != 0" type="flex" align="middle"
                   justify="center" style="font-size: 14px;">
@@ -71,7 +71,7 @@
         </el-tab-pane>
         <el-tab-pane name="finishedTask">
           <span slot="label">
-            <el-badge class="item" style="margin-top: 10px;margin-bottom: 10px">已完成任务</el-badge>
+            <el-badge class="item" style="margin-top: 10px;margin-bottom: 25px; font-size: 16px;">已完成任务</el-badge>
           </span>
           <el-row v-if="finishedTaskList != null && finishedTaskList.length != 0" type="flex" align="middle"
                   justify="center" style="font-size: 14px;">
@@ -92,9 +92,9 @@
 
           <span slot="label">
             <el-badge v-if="myProjectNoticeCount>0" :value="myProjectNoticeCount" class="item"
-                      style="height:auto;margin-top: 10px;margin-bottom: 10px">我的项目</el-badge>
+                      style="height:auto;margin-top: 10px;margin-bottom: 25px; font-size: 16px;">我的项目</el-badge>
             <el-badge v-if="myProjectNoticeCount==0" class="item"
-                      style="margin-top: 10px;margin-bottom: 10px">我的项目</el-badge>
+                      style="margin-top: 10px;margin-bottom: 25px; font-size: 16px;">我的项目</el-badge>
           </span>
           <span v-if="myProjects == null || myProjects.length == 0"> 暂无项目 </span>
           <el-row v-if="myProjects != null && myProjects.length != 0" type="flex" align="middle" justify="center"
@@ -111,8 +111,8 @@
         <el-tab-pane name="handlingProject">
           <span slot="label">
             <el-badge v-if="processProjectNoticeCount>0" :value="processProjectNoticeCount" class="item"
-                      style="margin-top: 10px;margin-bottom: 10px">处理中项目</el-badge>
-            <el-badge v-if="processProjectNoticeCount==0" class="item" style="margin-top: 10px;margin-bottom: 10px">处理中项目</el-badge>
+                      style="margin-top: 10px;margin-bottom: 25px; font-size: 16px;">处理中项目</el-badge>
+            <el-badge v-if="processProjectNoticeCount==0" class="item" style="margin-top: 10px;margin-bottom: 25px; font-size: 16px;">处理中项目</el-badge>
           </span>
           <el-row v-if="handlingProjects != null && handlingProjects.length != 0" type="flex" align="middle"
                   justify="center" style="font-size: 14px;">
@@ -128,7 +128,7 @@
         </el-tab-pane>
         <el-tab-pane name="acceptableProject">
           <span slot="label">
-            <el-badge class="item" style="margin-top: 10px;margin-bottom: 10px">可接收项目</el-badge>
+            <el-badge class="item" style="margin-top: 10px;margin-bottom: 25px; font-size: 16px;">可接收项目</el-badge>
           </span>
           <el-row v-if="acceptableProjects != null && acceptableProjects.length != 0" type="flex" align="middle"
                   justify="center" style="font-size: 14px;">