[improvement](webapp) optimize filter css styles and modify menu name

Co-authored-by: williamhliu <williamhliu@tencent.com>
This commit is contained in:
jerryjzhang
2023-09-04 14:22:52 +08:00
parent fbd145fd92
commit 90e62ddccc
11 changed files with 116 additions and 88 deletions

View File

@@ -297,10 +297,21 @@
.@{filter-item-prefix-cls} {
&-select-control {
min-width: 120px;
background-color: #f5f8fb;
border-radius: 6px;
}
.ant-select-selection-item {
color: var(--chat-blue);
font-weight: 500;
}
.ant-select-multiple .ant-select-selection-item {
background-color: var(--light-blue-background);
}
&-filter-value {
color: var(--chat-blue);
font-weight: 500;
}
}