Add file download function

This commit is contained in:
2022-04-23 23:28:11 +08:00
parent 980d8afa3c
commit 03f0b9fd16
10 changed files with 146 additions and 60 deletions
+2 -2
View File
@@ -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>
}