From a66a9f47fe6ae37f347e081669b1ccb29bbbbdfd Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Fri, 10 Feb 2023 10:25:15 +0800
Subject: [PATCH] 现有人员,责任区-人员列表显示

---
 src/styles/base/index.scss |   73 +++++++++++++++++++++++-------------
 1 files changed, 46 insertions(+), 27 deletions(-)

diff --git a/src/styles/base/index.scss b/src/styles/base/index.scss
index 6a1dab2..a8db6f8 100644
--- a/src/styles/base/index.scss
+++ b/src/styles/base/index.scss
@@ -241,8 +241,8 @@
         margin: 0 !important;
         display: flex;
         flex-direction: column;
-        width: 700px;
-        height: 400px;
+        width: 1000px;
+        height: 700px;
         top: 50%;
         left: 50% !important;
         transform: translate(-50%, -50%);
@@ -288,7 +288,8 @@
         display: flex;
         margin-bottom: 10px;
         padding-left: 10px;
-        &>div{
+
+        &>div {
             display: flex;
             height: 32px;
             line-height: 32px;
@@ -313,14 +314,17 @@
                 color: rgba(238, 238, 238, 0.7);
             }
         }
-        &>div:first-child input{
+
+        &>div:first-child input {
             width: 120px;
         }
+
         .el-button--primary {
             background-color: rgba(29, 92, 228, 0.6);
             border: 1px solid rgba(29, 92, 228, 0.6);
         }
-        .el-button{
+
+        .el-button {
             padding: 6px 10px;
         }
 
@@ -356,28 +360,31 @@
         transform: translate(-50%, -50%);
 
         .el-dialog__header {
-            height:40px;
+            height: 40px;
             line-height: 40px;
         }
 
         .el-table__header-wrapper {
-            height:60px;
+            height: 60px;
             line-height: 60px;
         }
-        .el-table .cell{
-            font-size:  16px;
+
+        .el-table .cell {
+            font-size: 16px;
             height: 30px;
             line-height: 30px;
         }
 
         .el-dialog__body {
             flex: 1;
-            .el-table th.el-table__cell>.cell{
-                font-size:  16px;
+
+            .el-table th.el-table__cell>.cell {
+                font-size: 16px;
             }
         }
+
         .el-pagination.is-background .el-pager li:not(.disabled).active {
-            color: #C0C4CC!important;
+            color: #C0C4CC !important;
         }
 
 
@@ -385,7 +392,8 @@
             display: flex;
             margin-bottom: 10px;
             padding-left: 10px;
-            &>div{
+
+            &>div {
                 display: flex;
                 height: 32px;
                 line-height: 32px;
@@ -410,14 +418,17 @@
                     color: rgba(238, 238, 238, 0.7);
                 }
             }
-            &>div:first-child input{
+
+            &>div:first-child input {
                 width: 120px;
             }
+
             .el-button--primary {
                 background-color: rgba(29, 92, 228, 0.6);
                 border: 1px solid rgba(29, 92, 228, 0.6);
             }
-            .el-button{
+
+            .el-button {
                 padding: 6px 10px;
             }
 
@@ -437,39 +448,44 @@
         transform: translate(-50%, -50%);
 
         .el-dialog__header {
-            height:40px;
+            height: 40px;
             line-height: 40px;
         }
 
         .el-table__header-wrapper {
-            height:60px;
+            height: 60px;
             line-height: 60px;
         }
-        .el-table .cell{
-            font-size:  16px;
+
+        .el-table .cell {
+            font-size: 16px;
             height: 30px;
             line-height: 30px;
         }
 
         .el-dialog__body {
             flex: 1;
-            .el-table th.el-table__cell>.cell{
-                font-size:  16px;
+
+            .el-table th.el-table__cell>.cell {
+                font-size: 16px;
             }
         }
+
         .el-table {
             height: calc(100% - 40px);
             margin-bottom: 10px;
         }
+
         .el-pagination.is-background .el-pager li:not(.disabled).active {
-            color: #C0C4CC!important;
+            color: #C0C4CC !important;
         }
 
         .header {
             display: flex;
             margin-bottom: 10px;
             padding-left: 10px;
-            &>div{
+
+            &>div {
                 display: flex;
                 height: 32px;
                 line-height: 32px;
@@ -494,17 +510,20 @@
                     color: rgba(238, 238, 238, 0.7);
                 }
             }
-            &>div:first-child input{
+
+            &>div:first-child input {
                 width: 120px;
             }
+
             .el-button--primary {
                 background-color: rgba(29, 92, 228, 0.6);
                 border: 1px solid rgba(29, 92, 228, 0.6);
             }
-            .el-button{
+
+            .el-button {
                 padding: 6px 10px;
             }
-            
+
         }
     }
 }
@@ -759,4 +778,4 @@
 .select-on-tab {
     box-shadow: 0 2px 2px $menu-tab-shadow;
     color: #fff;
-}
+}
\ No newline at end of file

--
Gitblit v1.9.3