|
|
@ -68,7 +68,7 @@ class MainContent extends Component {
|
|
|
|
id="game_right_contents" style={{width: '996px'}}>
|
|
|
|
id="game_right_contents" style={{width: '996px'}}>
|
|
|
|
{/*
|
|
|
|
{/*
|
|
|
|
iframe模式下可以使用样式控制不接收鼠标事件
|
|
|
|
iframe模式下可以使用样式控制不接收鼠标事件
|
|
|
|
|
|
|
|
注意 page--body 不能设置index 7999 弹出框的index才1300
|
|
|
|
.page--body { z-index: ${showIframeContent ? '7999': '1'} ; }
|
|
|
|
.page--body { z-index: ${showIframeContent ? '7999': '1'} ; }
|
|
|
|
.b-label>.resize-helper { top: ${showIframeContent ? '10px': '50%'} }
|
|
|
|
.b-label>.resize-helper { top: ${showIframeContent ? '10px': '50%'} }
|
|
|
|
|
|
|
|
|
|
|
@ -78,8 +78,6 @@ class MainContent extends Component {
|
|
|
|
height: 100%;
|
|
|
|
height: 100%;
|
|
|
|
background: #fff;
|
|
|
|
background: #fff;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.page--body { z-index: 9999; }
|
|
|
|
|
|
|
|
.resize-helper { top: 10px }
|
|
|
|
|
|
|
|
`}</style>
|
|
|
|
`}</style>
|
|
|
|
{ showIframeContent ? <iframe src={vnc_url ||"http://106.75.27.125:42288/vnc.html"} id="contentIframe" ></iframe> :
|
|
|
|
{ showIframeContent ? <iframe src={vnc_url ||"http://106.75.27.125:42288/vnc.html"} id="contentIframe" ></iframe> :
|
|
|
|
<React.Fragment>
|
|
|
|
<React.Fragment>
|
|
|
|