Add file download function
This commit is contained in:
@@ -119,8 +119,8 @@ class SimulatorDesktop extends Component {
|
||||
<div className="app-root-space" style={{
|
||||
height: `calc( 100% - ${35}px)`
|
||||
}}>
|
||||
<CommandBar width={45}/>
|
||||
<RootContainer />
|
||||
<CommandBar/>
|
||||
<RootContainer/>
|
||||
</div>
|
||||
</Theme>
|
||||
}
|
||||
|
||||
@@ -208,8 +208,8 @@ class SimulatorWeb extends Component {
|
||||
<div className="app-root-space" style={{
|
||||
height: `calc( 100% - ${45}px)`
|
||||
}}>
|
||||
<CommandBar width={45}/>
|
||||
<RootContainer />
|
||||
<CommandBar/>
|
||||
<RootContainer/>
|
||||
</div>
|
||||
</Theme>
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user