fix:完善字典管理功能优化全局组件

This commit is contained in:
liangdong
2026-01-05 17:14:09 +08:00
parent bae034d6eb
commit 98c941e60c
26 changed files with 1225 additions and 563 deletions

View File

@@ -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 {