fix: fix Select clear icon position with feedback (#43302)

Co-authored-by: zhiyuandong.dzy <zhiyuandong.dzy@digital-engine.com>
This commit is contained in:
dong 2023-06-30 19:16:24 +08:00 committed by GitHub
parent ab036297b3
commit 5c0f632235
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -235,7 +235,7 @@ const genBaseStyle: GenerateStyle<SelectToken> = (token) => {
// ========================= Feedback ==========================
[`${componentCls}-has-feedback`]: {
[`${componentCls}-clear`]: {
insetInlineEnd: inputPaddingHorizontalBase + token.fontSize + token.paddingXXS,
insetInlineEnd: inputPaddingHorizontalBase + token.fontSize + token.paddingXS,
},
},
};