Browse Source
fix: fix Select clear icon position with feedback (#43302)
Co-authored-by: zhiyuandong.dzy <zhiyuandong.dzy@digital-engine.com>
pull/43307/head
dong
1 year ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
components/select/style/index.tsx
|
|
@ -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, |
|
|
|
}, |
|
|
|
}, |
|
|
|
}; |
|
|
|