|
|
|
@ -41,6 +41,7 @@ class MainContent extends Component {
|
|
|
|
|
hideCodeEvaluate = () => {
|
|
|
|
|
const vncContainer = this.refs['vncContainer']
|
|
|
|
|
if (vncContainer) {
|
|
|
|
|
// console.log('点击的关闭按钮')
|
|
|
|
|
vncContainer.onBottomDrawerClose && vncContainer.onBottomDrawerClose()
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
@ -124,7 +125,7 @@ class MainContent extends Component {
|
|
|
|
|
</div>
|
|
|
|
|
}
|
|
|
|
|
></VNCContainer>
|
|
|
|
|
<div id="actionView" className="-layout-h -center -bg-grey-90 -grey-20 -bg-darkblack" style={{height:'48px'}}>
|
|
|
|
|
<div id="actionView" className="-layout-h -center -bg-grey-90 -grey-20 -bg-darkblack">
|
|
|
|
|
<ActionView {...this.props}
|
|
|
|
|
onRunCodeTest={onRunCodeTest}
|
|
|
|
|
></ActionView>
|
|
|
|
@ -179,7 +180,9 @@ class MainContent extends Component {
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div id="actionView" className="-layout-h -center -bg-grey-90 -grey-20 -bg-darkblack" style={{height:'48px'}}>
|
|
|
|
|
<div id="actionView"
|
|
|
|
|
style={{ position: 'absolute', width: '100%', bottom: '0', height: '51px'}}
|
|
|
|
|
className="-layout-h -center -bg-grey-90 -grey-20 -bg-darkblack">
|
|
|
|
|
<ActionView {...this.props} onRunCodeTest={onRunCodeTest}></ActionView>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|