Fix loading location
This commit is contained in:
@@ -251,7 +251,7 @@ class App extends IPCContainer {
|
|||||||
let mainContent = [];
|
let mainContent = [];
|
||||||
if (this.props.DisplaySelectAppPlatform || !this.props.AppReady) {
|
if (this.props.DisplaySelectAppPlatform || !this.props.AppReady) {
|
||||||
mainContent = (
|
mainContent = (
|
||||||
<Box col={0} colSpan={'remain'} row={0} rowSpan={'remain'}>
|
<Box col={0} colSpan={'remain'} row={10} rowSpan={'remain'}>
|
||||||
<Loading />
|
<Loading />
|
||||||
</Box>
|
</Box>
|
||||||
);
|
);
|
||||||
@@ -290,7 +290,7 @@ class App extends IPCContainer {
|
|||||||
<Box
|
<Box
|
||||||
col={0}
|
col={0}
|
||||||
colSpan={'remain'}
|
colSpan={'remain'}
|
||||||
row={0}
|
row={29}
|
||||||
rowSpan={'remain'}
|
rowSpan={'remain'}
|
||||||
dxStyle={{ padding: 'var(--default_spacing)' }}
|
dxStyle={{ padding: 'var(--default_spacing)' }}
|
||||||
key={'md_' + key++}>
|
key={'md_' + key++}>
|
||||||
|
|||||||
Reference in New Issue
Block a user