瀏覽代碼

工作台样式修改

user5 2 年之前
父節點
當前提交
673a35eb05
共有 1 個文件被更改,包括 16 次插入14 次删除
  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