fix: remove duplicate selected models

This commit is contained in:
jialin
2026-02-06 11:13:49 +08:00
parent 2765d5edeb
commit d54722609c
7 changed files with 59 additions and 16 deletions
+6 -1
View File
@@ -89,13 +89,18 @@ const SelectWrapper = styled.div`
}
.ant-select-placeholder {
position: absolute;
top: 10px;
top: 1px;
left: 0;
right: 0;
}
.ant-select .ant-select-content {
padding-block: 0px 0;
}
.ant-select-auto-complete {
.ant-select-placeholder {
top: 1px;
}
}
.ant-select.ant-cascader {
.ant-select-placeholder {
top: 0px !important;