perf: 标签选择交互调整

This commit is contained in:
rd
2025-09-18 11:54:48 +08:00
parent b24dc1af9d
commit 465920796f
6 changed files with 133 additions and 41 deletions

View File

@ -24,6 +24,11 @@
font-weight: 400;
}
}
.ant-select-arrow {
color: #737478;
//font-size: 14px;
}
&:focus,
&-focused {
.ant-select-selector {
@ -72,10 +77,12 @@
&.ant-select-multiple {
.ant-select-selector {
height: fit-content !important;
padding: 0 12px 0 4px !important;
padding: 0 28px 0 4px !important;
.ant-select-selection-overflow-item {
margin-right: 4px;
.ant-select-selection-item {
margin-right: 0;
border-radius: 4px;
background: #E6E6E8;
border: none;