fix:完善字典管理功能优化全局组件
This commit is contained in:
@@ -73,7 +73,7 @@ body {
|
||||
|
||||
// 筛选框全局样式内容
|
||||
.mj-filter-content {
|
||||
width: 380px;
|
||||
min-width: 380px;
|
||||
background: #fff;
|
||||
border-radius: 8px;
|
||||
padding: 20px;
|
||||
@@ -111,14 +111,11 @@ body {
|
||||
}
|
||||
|
||||
.custom-select {
|
||||
--el-border-color:transparent;
|
||||
width: 100%;
|
||||
background-color: #f5f7fa;
|
||||
box-shadow: none;
|
||||
border: 1px solid #e4e7ed;
|
||||
:deep(.el-input__wrapper) {
|
||||
background-color: transparent;
|
||||
box-shadow: none;
|
||||
}
|
||||
}
|
||||
|
||||
.apply-btn {
|
||||
|
||||
Reference in New Issue
Block a user