fix(spin): div label limit first child

pull/7986/head
ZuoJiangtao 2024-12-23 17:24:11 +08:00
parent d3d183923a
commit 863b698a43
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ const genSpinStyle: GenerateStyle<SpinToken> = (token: SpinToken): CSSObject =>
'&-nested-loading': {
position: 'relative',
[`> div`]: {
[`> div:first-child`]: {
width: '100%',
height: '100%',
position: 'absolute',