fix: Steps inline broken style (#47406)

This commit is contained in:
afc163 2024-02-08 13:11:09 +08:00 committed by GitHub
parent 52fdbb47d9
commit a49d2d5ea3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -42,6 +42,9 @@ const genStepsInlineStyle: GenerateStyle<StepsToken, CSSObject> = (token) => {
},
[`${componentCls}-icon-dot`]: {
borderRadius: token.calc(token.fontSizeSM).div(4).equal(),
'&::after': {
display: 'none',
},
},
},