mirror of
https://gitee.com/ant-design/ant-design.git
synced 2024-11-30 02:59:04 +08:00
fix: rm Progress useless style (#47493)
This commit is contained in:
parent
ac9cd5c8de
commit
d9cee1ceac
@ -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`]: {
|
||||
|
Loading…
Reference in New Issue
Block a user