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:
Avan 2024-07-08 10:18:05 +08:00 committed by GitHub
parent 282e02705e
commit eef48c87c2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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,
},