From 32a212b99dfd1591cc0ace0f53e6cb0be81cea85 Mon Sep 17 00:00:00 2001
From: odc.xiaohui <xiaohui@Q1>
Date: 星期四, 12 一月 2023 15:33:41 +0800
Subject: [PATCH] 2023/1/12 肖辉 userlist样式调整

---
 src/views/systemSetting/baseSetting/user/components/main/index.vue |   19 +++++++++++++------
 1 files changed, 13 insertions(+), 6 deletions(-)

diff --git a/src/views/systemSetting/baseSetting/user/components/main/index.vue b/src/views/systemSetting/baseSetting/user/components/main/index.vue
index d14fc65..6774927 100644
--- a/src/views/systemSetting/baseSetting/user/components/main/index.vue
+++ b/src/views/systemSetting/baseSetting/user/components/main/index.vue
@@ -134,6 +134,7 @@
               @change="selectChange"
             >
               <el-option
+                  popper-class="funs-select"
                 v-for="item in options"
                 :key="item.value"
                 :label="item.label"
@@ -485,7 +486,7 @@
   // background-color: #09152f;
   margin-top: 20px;
   padding-bottom: 50px;
-  border: 1pox solid #fff;
+  //border: 1px solid #fff;
 
   .mainTitle {
     line-height: 60px;
@@ -495,31 +496,37 @@
     display: flex;
     justify-content: space-between;
     align-items: center;
-    padding: 0 20px;
+    padding: 0;
 
     .funs {
+
       display: flex;
       .funs-sp {
          border: 1px solid #DCDFE6;
       }
       .funsItem {
+        background-color: transparent;
         line-height: 28px;
         display: flex;
         align-items: center;
         border-radius: 4px;
         font-size: 12px;
         margin-left: 10px;
-
         .el-checkbox {
           width: 80px;
           padding: 0 10px;
         }
-
         .el-select {
           width: 120px;
+          &::v-deep.el-input{
+            .el-input__inner{
+              background-color: transparent!important;
+            }
+          }
+          .funs-select{
+            background-color: transparent;
+          }
         }
-
-
       }
     }
 

--
Gitblit v1.8.0