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