Procházet zdrojové kódy

工作台样式修改

user5 před 2 roky
rodič
revize
673a35eb05
1 změnil soubory, kde provedl 16 přidání a 14 odebrání
  1. 16 14
      src/views/modules/sys/dashboard/workBench/Pending.vue

+ 16 - 14
src/views/modules/sys/dashboard/workBench/Pending.vue

@@ -25,13 +25,14 @@
           </el-form>-->
           <div class="top bg-white">
             <!--      <vxe-toolbar :refresh="{query: refreshList}" export print custom></vxe-toolbar>-->
-            <span>我的待办({{tablePage.total}})
-              <a @click="toPendingList()">
-              <span style="margin-left: 450px">更多</span>
-                <i class="fa fa-angle-right">
-                </i>
-              </a>
-            </span>
+            <div style="height: 18px" >
+              <span>我的待办({{tablePage.total}})</span>
+
+              <div style="float:right;align-items:center;display:flex;height: 18px">
+                <el-button type="text" style="float:right" @click="toPendingList()">更多>></el-button>
+
+              </div>
+            </div>
             <div style="height: calc(100% - 80px);margin-top: 15px">
               <vxe-table
                 border="inner"
@@ -116,14 +117,15 @@
             </el-form-item>
           </el-form>-->
           <div class="top bg-white">
-            <span>我的通告({{noticePage.total}})
-              <a @click="toNotice()">
-              <span style="margin-left: 450px">更多</span>
-                <i class="fa fa-angle-right">
-                </i>
-              </a>
+            <div style="height: 18px" >
+              <span>我的通告({{noticePage.total}})</span>
+
+              <div style="float:right;align-items:center;display:flex;height: 18px">
+                <el-button type="text" style="float:right" @click="toNotice()">更多>></el-button>
+
+              </div>
+            </div>
 
-            </span>
 <!--            <vxe-toolbar :refresh="{query: refreshList}" export print custom></vxe-toolbar>-->
             <div style="height: calc(100% - 80px);margin-top: 15px">
               <vxe-table