浏览代码

界面优化

luojun 2 年之前
父节点
当前提交
f45d69e26f

+ 2 - 2
src/views/check/index.vue

@@ -1,6 +1,6 @@
 <template>
   <div class="app-container">
-    <el-row :gutter="20">
+    <el-row :gutter="10">
       <!--机构数据-->
       <el-col :span="4" :xs="24">
         <org-tree
@@ -171,7 +171,7 @@
 
         <el-table
           border
-          height="600"
+          height="646"
           size="small"
           v-loading="loading"
           :data="pageData"

+ 2 - 2
src/views/check/task/index.vue

@@ -1,6 +1,6 @@
 <template>
   <div class="app-container">
-    <el-row :gutter="20">
+    <el-row :gutter="10">
       <!--机构数据-->
       <el-col :span="4" :xs="24">
         <org-tree
@@ -149,7 +149,7 @@
        
         <el-table
           border
-          height="600"
+          height="646"
           size="small"
           v-loading="loading"
           :data="pageData"

+ 2 - 2
src/views/resumption/plan/index.vue

@@ -1,6 +1,6 @@
 <template>
   <div class="app-container">
-    <el-row :gutter="20">
+    <el-row :gutter="10">
       <!--机构数据-->
       <el-col :span="4" :xs="24">
         <org-tree
@@ -142,7 +142,7 @@
 
         <el-table
           border
-          height="600"
+          height="646"
           size="small"
           v-loading="loading"
           :data="pageData"

+ 1 - 1
src/views/system/dept/index.vue

@@ -117,7 +117,7 @@
            </div>
            <el-table
              border
-             height="650"
+             height="646"
              size="small"
              v-loading="loading"
              :data="deptList">