Merge 863b698a43
into aa211fd789
commit
f699603ad8
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue