You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
164 lines
3.3 KiB
164 lines
3.3 KiB
.btn-vnc-resize {
|
|
position: absolute;
|
|
right: 16px;
|
|
top: 48px;
|
|
z-index: 101;
|
|
color: #fff;
|
|
}
|
|
.vnc-panel-wrapper {
|
|
position: relative;
|
|
height: calc(100vh - 105px);
|
|
overflow: hidden;
|
|
}
|
|
.vnc-panel-wrapper.full-screen {
|
|
position: fixed;
|
|
left: 0;
|
|
right: 0;
|
|
top: 0;
|
|
bottom: 0;
|
|
z-index: 200;
|
|
height: 100vh;
|
|
background: white;
|
|
}
|
|
.vnc-panel-wrapper-windows {
|
|
position: relative;
|
|
height: calc(90vh);
|
|
overflow: hidden;
|
|
}
|
|
.vnc-panel-wrapper-windows .btn-vnc-resize {
|
|
position: absolute;
|
|
right: 16px;
|
|
top: 48px;
|
|
z-index: 101;
|
|
color: #fff;
|
|
}
|
|
.vnc-panel-wrapper-windows.full-screen {
|
|
position: fixed;
|
|
left: 0;
|
|
right: 0;
|
|
top: 0;
|
|
bottom: 0;
|
|
z-index: 200;
|
|
height: 100vh;
|
|
background: white;
|
|
}
|
|
.vnc-panel {
|
|
height: 100%;
|
|
margin: 0 auto;
|
|
min-height: 500px;
|
|
}
|
|
.vnc-test-list {
|
|
position: absolute;
|
|
width: 100%;
|
|
bottom: 51px;
|
|
background: #111c24;
|
|
z-index: 100;
|
|
height: 0;
|
|
overflow: auto;
|
|
}
|
|
.vnc-test-list.large {
|
|
height: calc(100vh - 105px);
|
|
}
|
|
.vnc-test-list.large .test-case-list {
|
|
height: calc(100% - 34px);
|
|
}
|
|
.vnc-test-list.pop {
|
|
height: 257px;
|
|
}
|
|
.vnc-test-list .test-case-list {
|
|
overflow-y: auto;
|
|
height: 190px;
|
|
}
|
|
.arrow-container {
|
|
position: absolute;
|
|
top: 0;
|
|
width: 54px;
|
|
height: 27px;
|
|
left: 50%;
|
|
margin-left: -27px;
|
|
background: #2a3a4f;
|
|
z-index: 10;
|
|
border-bottom-left-radius: 100px;
|
|
border-bottom-right-radius: 100px;
|
|
color: #fff;
|
|
text-align: center;
|
|
cursor: pointer;
|
|
opacity: 0.4;
|
|
transition: all 0.3s;
|
|
}
|
|
.arrow-container .iconfont {
|
|
font-size: 14px !important;
|
|
}
|
|
.vnc-test-list-body {
|
|
position: relative;
|
|
height: 100%;
|
|
}
|
|
.vnc-full-panel {
|
|
transform: scale(1) !important;
|
|
width: 100% !important;
|
|
height: 100% !important;
|
|
}
|
|
.vnc-panel-wrp {
|
|
position: absolute;
|
|
left: 0;
|
|
top: 0;
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
/* stylelint-disable no-duplicate-selectors */
|
|
/* stylelint-disable */
|
|
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
|
|
|
.Heard___Kx6U9 {
|
|
font-size: 18px;
|
|
font-weight: bold;
|
|
color: #333333;
|
|
height: 78px;
|
|
text-align: center;
|
|
letter-spacing: 1px;
|
|
display: flex;
|
|
width: 100%;
|
|
align-items: center;
|
|
justify-content: center;
|
|
}
|
|
.Divle___3T4TG {
|
|
border-bottom: 1px solid #f1f1f1;
|
|
margin: 20px 20px;
|
|
}
|
|
.formWrap___2hxsi label {
|
|
font-size: 16px;
|
|
}
|
|
.formWrap___2hxsi .ant-form-item-label {
|
|
margin-bottom: 24px;
|
|
margin-top: 10px;
|
|
}
|
|
.formWrap___2hxsi .ant-form-item-control-input-content > div > div > input {
|
|
height: 50px;
|
|
background: #f5f5f5 !important;
|
|
padding: 0 20px;
|
|
}
|
|
.formWrap___2hxsi .ant-form-item-control-input-content > input {
|
|
height: 50px;
|
|
background: #f5f5f5 !important;
|
|
padding: 0 20px;
|
|
}
|
|
.formWrap___2hxsi .customItemSelect .ant-form-item-control-input {
|
|
height: 50px;
|
|
background-color: #f5f5f5;
|
|
padding: 0 20px;
|
|
}
|
|
.formWrap___2hxsi .customItemSelect .ant-form-item-control-input .ant-select-selection-item {
|
|
font-size: 16px;
|
|
}
|
|
.formWrap___2hxsi .textAreaSize .ant-form-item-control-input {
|
|
height: 120px;
|
|
background-color: #f5f5f5;
|
|
}
|
|
.formWrap___2hxsi .textAreaSize .ant-form-item-control-input .ant-select-selection-item {
|
|
font-size: 16px;
|
|
}
|
|
/* stylelint-disable no-duplicate-selectors */
|
|
/* stylelint-disable */
|
|
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
|
|