pre_develop
hjm 6 years ago
parent a316a9cebf
commit af37894dbb

@ -77,7 +77,7 @@ class MainContent extends Component {
height: 100%; height: 100%;
background: #fff; background: #fff;
} }
.page--body { z-index: ${showIframeContent ? '9999': '1'} ; } .page--body { z-index: ${showIframeContent ? '7999': '1'} ; }
.b-label>.resize-helper { top: ${showIframeContent ? '10px': '50%'} } .b-label>.resize-helper { top: ${showIframeContent ? '10px': '50%'} }
`}</style> `}</style>
{ showIframeContent ? <iframe src="http://106.75.27.125:42288/vnc.html" id="contentIframe" ></iframe> : { showIframeContent ? <iframe src="http://106.75.27.125:42288/vnc.html" id="contentIframe" ></iframe> :

Loading…
Cancel
Save