fix(style): autocomplete width out of range

This commit is contained in:
jialin
2026-01-15 11:17:05 +08:00
parent 0d8333eac6
commit 19df710a0d
@@ -109,6 +109,9 @@ const SelectWrapper = styled.div`
.ant-select-selection-search {
padding-inline-start: ${INPUT_INNER_PADDING}px;
}
.ant-select-content-value {
display: none;
}
}
&.ant-select-multiple.ant-cascader .ant-select-selection-search {
top: 0 !important;