fix(spin): div label limit first child
parent
d3d183923a
commit
863b698a43
|
@ -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',
|
||||
|
|
Loading…
Reference in New Issue