fix: Select search style (#39299)

This commit is contained in:
MadCcc 2022-12-06 17:35:01 +08:00 committed by GitHub
parent 88d4b014e2
commit df9154e8ac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -165,7 +165,6 @@ export default function genSingleStyle(token: SelectToken): CSSInterpolation {
// With arrow should provides `padding-right` to show the arrow
[`&${componentCls}-show-arrow ${componentCls}-selection-search`]: {
insetInlineStart: 'auto',
insetInlineEnd: inputPaddingHorizontalSM + token.fontSize * 1.5,
},