pull/7986/merge
Zuo Jt 2025-03-07 02:42:22 +00:00 committed by GitHub
commit f699603ad8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 6 additions and 0 deletions

View File

@ -42,6 +42,12 @@ const genSpinStyle: GenerateStyle<SpinToken> = (token: SpinToken): CSSObject =>
'&-nested-loading': {
position: 'relative',
[`> div:first-child`]: {
width: '100%',
height: '100%',
position: 'absolute',
},
[`> div > ${token.componentCls}`]: {
position: 'absolute',
top: 0,