fix: remove duplicate selected models
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user