Browse Source

fix: tag position of wave (#43402)

pull/43405/head
二货爱吃白萝卜 1 year ago
committed by GitHub
parent
commit
a7f14e7190
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      components/tag/style/index.ts

1
components/tag/style/index.ts

@ -88,6 +88,7 @@ const genBaseStyle = (token: TagToken): CSSInterpolation => {
opacity: 1,
transition: `all ${token.motionDurationMid}`,
textAlign: 'start',
position: 'relative',
// RTL
[`&${componentCls}-rtl`]: {

Loading…
Cancel
Save