perf: 标签选择交互调整
This commit is contained in:
@ -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;
|
||||
|
||||
Reference in New Issue
Block a user