fix: rm Progress useless style (#47493)

This commit is contained in:
lijianan 2024-02-20 13:30:07 +08:00 committed by GitHub
parent ac9cd5c8de
commit d9cee1ceac
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,5 +1,6 @@
import type { CSSObject } from '@ant-design/cssinjs';
import { Keyframes, unit } from '@ant-design/cssinjs';
import { resetComponent } from '../../style';
import type { FullToken, GenerateStyle, GetDefaultToken } from '../../theme/internal';
import { genStyleHooks, mergeToken } from '../../theme/internal';
@ -81,8 +82,6 @@ const genBaseStyle: GenerateStyle<ProgressToken> = (token) => {
position: 'relative',
width: '100%',
fontSize: token.fontSize,
marginInlineEnd: token.marginXS,
marginBottom: token.marginXS,
},
[`${progressCls}-outer`]: {