mirror of
https://gitee.com/ant-design/ant-design.git
synced 2024-12-02 03:59:01 +08:00
fix: spin lg progress center (#49763)
* style: dot-progress repeated * style: due to the large height caused by the lg, it affects the non-centered display position of the dot-progress --------- Co-authored-by: lijianan <574980606@qq.com>
This commit is contained in:
parent
282e02705e
commit
eef48c87c2
@ -208,7 +208,8 @@ const genSpinStyle: GenerateStyle<SpinToken> = (token: SpinToken): CSSObject =>
|
||||
// ------------------------------
|
||||
[`${componentCls}-dot-progress`]: {
|
||||
position: 'absolute',
|
||||
top: 0,
|
||||
top: '50%',
|
||||
transform: 'translateY(-50%)',
|
||||
insetInlineStart: 0,
|
||||
},
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user