From e40748d026cdd85225b2eb2582299ed54ec862fb Mon Sep 17 00:00:00 2001 From: zhanghua <314079846@qq.com> Date: 星期日, 29 一月 2023 17:24:26 +0800 Subject: [PATCH] Merge branch 'dev1.0' of http://42.193.1.25:9521/r/sccg_ui into dev1.0 --- src/views/systemSetting/baseSetting/user/components/main/index.vue | 8 ++------ 1 files changed, 2 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 e94c147..b7cfaa8 100644 --- a/src/views/systemSetting/baseSetting/user/components/main/index.vue +++ b/src/views/systemSetting/baseSetting/user/components/main/index.vue @@ -499,9 +499,9 @@ display: flex; .funs-sp { border: 1px solid #DCDFE6; + background-color: #fff; } .funsItem { - background-color: transparent; line-height: 28px; display: flex; align-items: center; @@ -514,11 +514,7 @@ } .el-select { width: 120px; - &::v-deep.el-input{ - .el-input__inner{ - background-color: transparent!important; - } - } + .funs-select{ background-color: transparent; } -- Gitblit v1.8.0