Merge 863b698a43
into aa211fd789
commit
f699603ad8
|
@ -42,6 +42,12 @@ const genSpinStyle: GenerateStyle<SpinToken> = (token: SpinToken): CSSObject =>
|
||||||
|
|
||||||
'&-nested-loading': {
|
'&-nested-loading': {
|
||||||
position: 'relative',
|
position: 'relative',
|
||||||
|
[`> div:first-child`]: {
|
||||||
|
width: '100%',
|
||||||
|
height: '100%',
|
||||||
|
position: 'absolute',
|
||||||
|
},
|
||||||
|
|
||||||
[`> div > ${token.componentCls}`]: {
|
[`> div > ${token.componentCls}`]: {
|
||||||
position: 'absolute',
|
position: 'absolute',
|
||||||
top: 0,
|
top: 0,
|
||||||
|
|
Loading…
Reference in New Issue