|
|
|
@ -338,6 +338,33 @@ class VNCContainer extends Component {
|
|
|
|
|
.float_button:hover .text {
|
|
|
|
|
color: #4CACFF;
|
|
|
|
|
}
|
|
|
|
|
.resetVNC1{
|
|
|
|
|
top: -50px;
|
|
|
|
|
writing-mode: initial;
|
|
|
|
|
left: calc(100% - 230px);
|
|
|
|
|
background-image: none;
|
|
|
|
|
width: auto;
|
|
|
|
|
// background: #081516;
|
|
|
|
|
height: 30px;
|
|
|
|
|
padding: 0 6px;
|
|
|
|
|
border-radius: 4px;
|
|
|
|
|
z-index: 10;
|
|
|
|
|
font-size: 16px;
|
|
|
|
|
transition: color .3s;
|
|
|
|
|
}
|
|
|
|
|
.resetVNC1 .text {
|
|
|
|
|
top: 0px;
|
|
|
|
|
writing-mode: initial;
|
|
|
|
|
left: unset;
|
|
|
|
|
}
|
|
|
|
|
.resetVNC1 .text span {
|
|
|
|
|
vertical-align: middle;
|
|
|
|
|
margin-left: 2px;
|
|
|
|
|
}
|
|
|
|
|
.float_button:hover .text {
|
|
|
|
|
transition: color .3s;
|
|
|
|
|
color: #4CACFF;
|
|
|
|
|
}
|
|
|
|
|
`}</style>
|
|
|
|
|
<div style={{ 'padding': '16px', 'border-bottom': '1px solid #3A383A' }}>
|
|
|
|
|
<div style={{ color: '#888888' }}>网址克隆</div>
|
|
|
|
@ -354,11 +381,15 @@ class VNCContainer extends Component {
|
|
|
|
|
|
|
|
|
|
></RepoTree>
|
|
|
|
|
</SecondDrawer>
|
|
|
|
|
<FloatButton className="resetVNC" onClick={this.onResetVNC}>
|
|
|
|
|
{/* <i className="iconfont icon-zhongzhi2 font-16 "></i> */}
|
|
|
|
|
{/* <FloatButton className="resetVNC" onClick={this.onResetVNC}>
|
|
|
|
|
{this.state.vnc_reseting ? <Icon type="loading" style={{verticalAlign: 'sub'}} />
|
|
|
|
|
: <i className="iconfont icon-zhongzhi2 font-16 "></i>}
|
|
|
|
|
<span>重置桌面系统</span>
|
|
|
|
|
</FloatButton> */}
|
|
|
|
|
<FloatButton className="resetVNC1" onClick={this.onResetVNC}>
|
|
|
|
|
{this.state.vnc_reseting ? <Icon type="loading" style={{verticalAlign: 'sub'}} />
|
|
|
|
|
: <i className="iconfont icon-zhongzhi2 font-24"></i>}
|
|
|
|
|
<span>重置实训</span>
|
|
|
|
|
</FloatButton>
|
|
|
|
|
|
|
|
|
|
{/* <Spin tip="加载中..." spinning={this.state.vnc_reseting}>
|
|
|
|
|