From 32107ca1dd2c3930dcedf768e3dff163ff3bca35 Mon Sep 17 00:00:00 2001
From: zhanghua <314079846@qq.com>
Date: 星期四, 09 二月 2023 11:56:29 +0800
Subject: [PATCH] 封装选择部门组件

---
 src/views/operate/disposal/casepool/escalation/index.vue |   63 +++++++++++++++++--------------
 1 files changed, 34 insertions(+), 29 deletions(-)

diff --git a/src/views/operate/disposal/casepool/escalation/index.vue b/src/views/operate/disposal/casepool/escalation/index.vue
index 7510e71..455ff3c 100644
--- a/src/views/operate/disposal/casepool/escalation/index.vue
+++ b/src/views/operate/disposal/casepool/escalation/index.vue
@@ -29,11 +29,11 @@
       <div class="mainContent">
         <!-- 鏁版嵁灞曠ず -->
         <el-table
+            border
+            stripe
           ref="multipleTable"
           :header-cell-style="{
-            background: '#06122c',
-            'font-size': '12px',
-            color: '#4b9bb7',
+           'background':'#F5F5F5',
             'font-weight': '650',
             'line-height': '45px',
           }"
@@ -83,7 +83,7 @@
         <!-- tools -->
         <div class="tools">
           <div class="funs">
-            <div class="funsItem funs-sp">
+            <div class="funsItem funs-sp funs-first">
               <el-checkbox v-model="all" @change="selectAll()"
                 >鍏ㄩ��</el-checkbox
               >
@@ -402,14 +402,14 @@
 <style lang="scss" scoped>
 .userList {
   text-align: left;
-  margin: 10px 20px;
+  padding: 10px 20px;
   color: #4b9bb7;
-
+  border: 1px solid #ccc;
   header {
-    background-color: #09152f;
+    background-color: white;
 
     .headerContent {
-      padding: 0 40px;
+      padding: 0;
       display: flex;
       line-height: 100px;
       justify-content: space-between;
@@ -453,7 +453,7 @@
 
         .el-button {
           padding: 12px 25px;
-          border-radius: 20px;
+          //border-radius: 20px;
         }
       }
 
@@ -467,12 +467,12 @@
   }
 
   &::v-deep .el-input__inner {
-    background-color: #09152f;
-    border: 1px solid #17324c;
+    // background-color: #09152f;
+    //border: 1px solid #17324c;
   }
 
   main {
-    background-color: #09152f;
+    // background-color: #09152f;
     margin-top: 20px;
     padding-bottom: 50px;
 
@@ -496,8 +496,9 @@
       }
 
       .is-active {
-        background-color: #070f22;
-        color: #fff;
+        // background-color: #070f22;
+        color: #333;
+        font-size: 500;
       }
     }
 
@@ -517,9 +518,10 @@
       }
 
       .is-active {
-        background-color: #070f22;
+        // background-color: #070f22;
         border-radius: 4px;
-        color: #fff;
+          color: #333;
+        font-size: 500;
       }
     }
 
@@ -527,12 +529,15 @@
       display: flex;
       justify-content: space-between;
       align-items: center;
-      padding: 0 20px;
+      //padding: 0 20px;
 
       .funs {
         display: flex;
+        .funs-first{
+          margin-left: 0!important;
+        }
         .funs-sp {
-          border: 1px solid #17324c;
+          border: 1px solid #DCDFE6;
         }
         .funsItem {
           line-height: 28px;
@@ -553,7 +558,7 @@
 
           &::v-deep .el-input__inner {
             border: none;
-            background-color: #09152f;
+            // background-color: #09152f;
           }
 
           &:hover {
@@ -576,7 +581,7 @@
           &::v-deep li,
           &::v-deep .btn-prev,
           &::v-deep .btn-next {
-            background-color: #071f39;
+            // background-color: #071f39;
             color: #4b9bb7;
           }
 
@@ -589,9 +594,9 @@
     }
 
     .el-table {
-      color: #4b9bb7;
-      font-size: 10px;
-      margin-top: 10px;
+      // color: #4b9bb7;
+      // font-size: 10px;
+      // margin-top: 10px;
 
       &::v-deep .cell {
         text-overflow: ellipsis;
@@ -600,7 +605,7 @@
       }
 
       &::v-deep .el-table__empty-block {
-        background-color: #09152f;
+        // background-color: #09152f;
       }
 
       &::v-deep .el-table__empty-block {
@@ -609,7 +614,7 @@
 
       .operation {
         display: flex;
-
+        color: var(--operation-color);
         .line {
           padding: 0 5px;
         }
@@ -621,17 +626,17 @@
     }
 
     .el-table::v-deep .warning-row {
-      background: #06122c;
+      // background: #06122c;
     }
 
     .el-table::v-deep .success-row {
-      background: #071f39;
+      // background: #071f39;
     }
   }
 
   &::v-deep .el-dialog__header,
   &::v-deep .el-dialog__body {
-    background-color: #06122c;
+    // background-color: #06122c;
   }
 
   &::v-deep .el-dialog__header {
@@ -656,4 +661,4 @@
     padding: 0;
   }
 }
-</style>
\ No newline at end of file
+</style>

--
Gitblit v1.8.0