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.
NewEduCoderBuild/p__Shixuns__New__ImagePrevi...

210 lines
8.8 KiB

/*!*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
!*** css ./node_modules/_css-loader@6.7.1@css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[1].use[1]!./node_modules/_@umijs_bundler-webpack@4.1.2@@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[2]!./node_modules/_@umijs_bundler-webpack@4.1.2@@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[3]!./src/pages/tasks/vnc-view/index.less ***!
\*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.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: 100px;
}
/*!*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
!*** css ./node_modules/_css-loader@6.7.1@css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[0].use[1]!./node_modules/_@umijs_bundler-webpack@4.1.2@@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[2]!./node_modules/_@umijs_bundler-webpack@4.1.2@@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[3]!./src/pages/Shixuns/New/ImagePreview/xterm-panel/index.less?modules ***!
\*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.xterm-panel___S5eQ3 {
height: calc(100vh - 94px);
background-color: #000;
}
.xterm-panel___S5eQ3 [class~='terminal'] {
height: 100%;
}
.xterm-panel___S5eQ3 [class~='xterm-viewport'] {
overflow-y: auto !important;
}
/*!*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
!*** css ./node_modules/_css-loader@6.7.1@css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[0].use[1]!./node_modules/_@umijs_bundler-webpack@4.1.2@@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[2]!./node_modules/_@umijs_bundler-webpack@4.1.2@@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[3]!./src/pages/Shixuns/New/ImagePreview/index.less?modules ***!
\*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.wrap___nt3l8 {
width: 100vw;
height: 100vh;
min-width: 1200px;
}
.header___pWY1w {
height: 54px;
background: #05101a;
display: flex;
align-items: center;
color: #fff;
padding: 0 20px;
}
.header___pWY1w button:disabled {
color: #7E8595 !important;
background-color: #42484E !important;
border: 1px solid #474C51 !important;
}
.header___pWY1w .cutDown___LErwR {
display: inline-flex;
height: 18px;
overflow: hidden;
align-items: center;
}
.header___pWY1w .cutDown___LErwR span {
font-size: 16px;
}
.container____IeqS {
height: calc(100vh - 94px);
background: #000000;
}
.errorData___pJ481 {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
width: 100%;
height: 100%;
}
/*!*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
!*** css ./node_modules/_css-loader@6.7.1@css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[0].use[1]!./node_modules/_@umijs_bundler-webpack@4.1.2@@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[2]!./node_modules/_@umijs_bundler-webpack@4.1.2@@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[3]!./src/pages/tasks/code-repository/HorizontalTabs/index.less?modules ***!
\*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.scrollbar___lLOKh {
display: flex;
flex-direction: column;
height: 40px;
overflow: hidden;
flex: 1 1;
}
.scrollbar___lLOKh .scrollbarContent___J5uQ6 {
flex: 1 1;
white-space: nowrap;
width: max-content;
}
.scrollbar___lLOKh .scrollbarTrack___ptQqt {
width: 100%;
flex-shrink: 0;
height: 4px;
background: #162028;
position: relative;
}
.scrollbar___lLOKh .scrollbarTrack___ptQqt .scrollbarThumb___GFuZv {
position: absolute;
z-index: 10;
left: 0;
top: 0;
height: 4px;
background: #1D2B37;
cursor: pointer;
}
.item___MSfbI {
display: inline-flex;
align-items: center;
padding: 0 20px;
height: 100%;
cursor: pointer;
user-select: none;
border-radius: 2px;
margin-right: 1px;
background: #1E2429;
color: #AFB1B3;
position: relative;
}
.item___MSfbI:hover {
background: #28323A;
}
.item___MSfbI > span {
font-size: 14px;
margin-left: 8px;
}
.item___MSfbI .icon___AXhP9 {
display: flex;
align-items: center;
justify-content: center;
width: 20px;
height: 20px;
padding-top: 2px;
padding-left: 3px;
}
.item___MSfbI .icon___AXhP9 b[class~='icon-shouqi4'] {
font-size: 12px;
display: inline-block;
transform: scale(0.5) rotate(90deg);
}
.item___MSfbI .icon___AXhP9 b[class~='icon-a-xialazhankai'] {
font-size: 12px;
display: inline-block;
transform: scale(0.5);
}
.item___MSfbI .dot___BA766 {
width: 6px;
height: 6px;
background: #58ffc7;
margin-left: 8px;
border-radius: 50%;
}
.active___Rkf93 {
background: #28323A !important;
}
.active___Rkf93:after {
content: '';
position: absolute;
z-index: 2;
left: 50%;
transform: translateX(-50%);
bottom: 0;
width: 100px;
height: 2px;
background: #5295CA;
max-width: 100%;
}
.pathActive___l4hB4 {
color: #2ea4ff !important;
}
.paths___gzBRM ul[class~='ant-dropdown-menu'] {
background-color: #010e1f;
padding: 0;
}
.paths___gzBRM li[class~='ant-dropdown-menu-item']:hover {
background-color: #323030;
}
.paths___gzBRM span[class~='ant-dropdown-menu-title-content'] span {
color: #747a7f;
}