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
parent
commit
5c0f632235
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      components/select/style/index.tsx

2
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,
},
},
};

Loading…
Cancel
Save