parent
b93109d9e9
commit
97353541f4
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because it is too large
Load Diff
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because one or more lines are too long
File diff suppressed because it is too large
Load Diff
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -0,0 +1,660 @@
|
||||
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
|
||||
/* stylelint-disable no-duplicate-selectors */
|
||||
/* stylelint-disable */
|
||||
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
||||
.ant-modal,
|
||||
.ant-image-preview {
|
||||
pointer-events: none;
|
||||
}
|
||||
.ant-modal.zoom-enter,
|
||||
.ant-modal.zoom-appear,
|
||||
.ant-image-preview.zoom-enter,
|
||||
.ant-image-preview.zoom-appear {
|
||||
-ms-transform: none;
|
||||
transform: none;
|
||||
opacity: 0;
|
||||
animation-duration: 0.3s;
|
||||
-webkit-user-select: none;
|
||||
-moz-user-select: none;
|
||||
-ms-user-select: none;
|
||||
user-select: none;
|
||||
}
|
||||
.ant-modal-mask,
|
||||
.ant-image-preview-mask {
|
||||
position: fixed;
|
||||
top: 0;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
z-index: 1000;
|
||||
height: 100%;
|
||||
background-color: rgba(0, 0, 0, 0.45);
|
||||
filter: alpha(opacity=50);
|
||||
}
|
||||
.ant-modal-mask-hidden,
|
||||
.ant-image-preview-mask-hidden {
|
||||
display: none;
|
||||
}
|
||||
.ant-modal-wrap,
|
||||
.ant-image-preview-wrap {
|
||||
position: fixed;
|
||||
top: 0;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
overflow: auto;
|
||||
outline: 0;
|
||||
-webkit-overflow-scrolling: touch;
|
||||
}
|
||||
.ant-breadcrumb {
|
||||
box-sizing: border-box;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
color: rgba(0, 0, 0, 0.85);
|
||||
font-variant: tabular-nums;
|
||||
line-height: 1.66667;
|
||||
list-style: none;
|
||||
font-feature-settings: tnum, "tnum";
|
||||
color: rgba(0, 0, 0, 0.45);
|
||||
font-size: 12px;
|
||||
}
|
||||
.ant-breadcrumb .anticon {
|
||||
font-size: 12px;
|
||||
}
|
||||
.ant-breadcrumb a {
|
||||
color: rgba(0, 0, 0, 0.45);
|
||||
transition: color 0.3s;
|
||||
}
|
||||
.ant-breadcrumb a:hover {
|
||||
color: #40a9ff;
|
||||
}
|
||||
.ant-breadcrumb > span:last-child {
|
||||
color: rgba(0, 0, 0, 0.85);
|
||||
}
|
||||
.ant-breadcrumb > span:last-child a {
|
||||
color: rgba(0, 0, 0, 0.85);
|
||||
}
|
||||
.ant-breadcrumb > span:last-child .ant-breadcrumb-separator {
|
||||
display: none;
|
||||
}
|
||||
.ant-breadcrumb-separator {
|
||||
margin: 0 4px;
|
||||
color: rgba(0, 0, 0, 0.45);
|
||||
}
|
||||
.ant-breadcrumb-link > .anticon + span,
|
||||
.ant-breadcrumb-link > .anticon + a {
|
||||
margin-left: 4px;
|
||||
}
|
||||
.ant-breadcrumb-overlay-link > .anticon {
|
||||
margin-left: 4px;
|
||||
}
|
||||
.ant-breadcrumb-rtl {
|
||||
direction: rtl;
|
||||
}
|
||||
.ant-breadcrumb-rtl::before {
|
||||
display: table;
|
||||
content: '';
|
||||
}
|
||||
.ant-breadcrumb-rtl::after {
|
||||
display: table;
|
||||
clear: both;
|
||||
content: '';
|
||||
}
|
||||
.ant-breadcrumb-rtl > span {
|
||||
float: right;
|
||||
}
|
||||
.ant-breadcrumb-rtl .ant-breadcrumb-link > .anticon + span,
|
||||
.ant-breadcrumb-rtl .ant-breadcrumb-link > .anticon + a {
|
||||
margin-right: 4px;
|
||||
margin-left: 0;
|
||||
}
|
||||
.ant-breadcrumb-rtl .ant-breadcrumb-overlay-link > .anticon {
|
||||
margin-right: 4px;
|
||||
margin-left: 0;
|
||||
}
|
||||
/* stylelint-disable no-duplicate-selectors */
|
||||
/* stylelint-disable */
|
||||
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
||||
|
||||
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
|
||||
/* stylelint-disable no-duplicate-selectors */
|
||||
/* stylelint-disable */
|
||||
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
||||
.ant-modal,
|
||||
.ant-image-preview {
|
||||
pointer-events: none;
|
||||
}
|
||||
.ant-modal.zoom-enter,
|
||||
.ant-modal.zoom-appear,
|
||||
.ant-image-preview.zoom-enter,
|
||||
.ant-image-preview.zoom-appear {
|
||||
-ms-transform: none;
|
||||
transform: none;
|
||||
opacity: 0;
|
||||
animation-duration: 0.3s;
|
||||
-webkit-user-select: none;
|
||||
-moz-user-select: none;
|
||||
-ms-user-select: none;
|
||||
user-select: none;
|
||||
}
|
||||
.ant-modal-mask,
|
||||
.ant-image-preview-mask {
|
||||
position: fixed;
|
||||
top: 0;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
z-index: 1000;
|
||||
height: 100%;
|
||||
background-color: rgba(0, 0, 0, 0.45);
|
||||
filter: alpha(opacity=50);
|
||||
}
|
||||
.ant-modal-mask-hidden,
|
||||
.ant-image-preview-mask-hidden {
|
||||
display: none;
|
||||
}
|
||||
.ant-modal-wrap,
|
||||
.ant-image-preview-wrap {
|
||||
position: fixed;
|
||||
top: 0;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
overflow: auto;
|
||||
outline: 0;
|
||||
-webkit-overflow-scrolling: touch;
|
||||
}
|
||||
.ant-radio-group {
|
||||
box-sizing: border-box;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
color: rgba(0, 0, 0, 0.85);
|
||||
font-size: 12px;
|
||||
font-variant: tabular-nums;
|
||||
line-height: 1.66667;
|
||||
list-style: none;
|
||||
font-feature-settings: tnum, "tnum";
|
||||
display: inline-block;
|
||||
font-size: 0;
|
||||
line-height: unset;
|
||||
}
|
||||
.ant-radio-group .ant-badge-count {
|
||||
z-index: 1;
|
||||
}
|
||||
.ant-radio-group > .ant-badge:not(:first-child) > .ant-radio-button-wrapper {
|
||||
border-left: none;
|
||||
}
|
||||
.ant-radio-wrapper {
|
||||
box-sizing: border-box;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
color: rgba(0, 0, 0, 0.85);
|
||||
font-size: 12px;
|
||||
font-variant: tabular-nums;
|
||||
line-height: 1.66667;
|
||||
list-style: none;
|
||||
font-feature-settings: tnum, "tnum";
|
||||
position: relative;
|
||||
display: inline-block;
|
||||
margin-right: 6px;
|
||||
white-space: nowrap;
|
||||
cursor: pointer;
|
||||
}
|
||||
.ant-radio {
|
||||
box-sizing: border-box;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
color: rgba(0, 0, 0, 0.85);
|
||||
font-size: 12px;
|
||||
font-variant: tabular-nums;
|
||||
line-height: 1.66667;
|
||||
list-style: none;
|
||||
font-feature-settings: tnum, "tnum";
|
||||
position: relative;
|
||||
top: 0.2em;
|
||||
display: inline-block;
|
||||
line-height: 1;
|
||||
white-space: nowrap;
|
||||
vertical-align: sub;
|
||||
outline: none;
|
||||
cursor: pointer;
|
||||
}
|
||||
.ant-radio-wrapper:hover .ant-radio,
|
||||
.ant-radio:hover .ant-radio-inner,
|
||||
.ant-radio-input:focus + .ant-radio-inner {
|
||||
border-color: #1890ff;
|
||||
}
|
||||
.ant-radio-input:focus + .ant-radio-inner {
|
||||
box-shadow: 0 0 0 3px rgba(24, 144, 255, 0.08);
|
||||
}
|
||||
.ant-radio-checked::after {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
border: 1px solid #1890ff;
|
||||
border-radius: 50%;
|
||||
visibility: hidden;
|
||||
animation: antRadioEffect 0.36s ease-in-out;
|
||||
animation-fill-mode: both;
|
||||
content: '';
|
||||
}
|
||||
.ant-radio:hover::after,
|
||||
.ant-radio-wrapper:hover .ant-radio::after {
|
||||
visibility: visible;
|
||||
}
|
||||
.ant-radio-inner {
|
||||
position: relative;
|
||||
top: 0;
|
||||
left: 0;
|
||||
display: block;
|
||||
width: 14px;
|
||||
height: 14px;
|
||||
background-color: #fff;
|
||||
border-color: #d9d9d9;
|
||||
border-style: solid;
|
||||
border-width: 1px;
|
||||
border-radius: 100px;
|
||||
transition: all 0.3s;
|
||||
}
|
||||
.ant-radio-inner::after {
|
||||
position: absolute;
|
||||
top: 3px;
|
||||
left: 3px;
|
||||
display: table;
|
||||
width: 6px;
|
||||
height: 6px;
|
||||
background-color: #1890ff;
|
||||
border-top: 0;
|
||||
border-left: 0;
|
||||
border-radius: 6px;
|
||||
-ms-transform: scale(0);
|
||||
transform: scale(0);
|
||||
opacity: 0;
|
||||
transition: all 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
|
||||
content: ' ';
|
||||
}
|
||||
.ant-radio-input {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
z-index: 1;
|
||||
cursor: pointer;
|
||||
opacity: 0;
|
||||
}
|
||||
.ant-radio-checked .ant-radio-inner {
|
||||
border-color: #1890ff;
|
||||
}
|
||||
.ant-radio-checked .ant-radio-inner::after {
|
||||
-ms-transform: scale(1);
|
||||
transform: scale(1);
|
||||
opacity: 1;
|
||||
transition: all 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
|
||||
}
|
||||
.ant-radio-disabled .ant-radio-inner {
|
||||
background-color: #f5f5f5;
|
||||
border-color: #d9d9d9 !important;
|
||||
cursor: not-allowed;
|
||||
}
|
||||
.ant-radio-disabled .ant-radio-inner::after {
|
||||
background-color: rgba(0, 0, 0, 0.2);
|
||||
}
|
||||
.ant-radio-disabled .ant-radio-input {
|
||||
cursor: not-allowed;
|
||||
}
|
||||
.ant-radio-disabled + span {
|
||||
color: rgba(0, 0, 0, 0.25);
|
||||
cursor: not-allowed;
|
||||
}
|
||||
span.ant-radio + * {
|
||||
padding-right: 8px;
|
||||
padding-left: 8px;
|
||||
}
|
||||
.ant-radio-button-wrapper {
|
||||
position: relative;
|
||||
display: inline-block;
|
||||
height: 28px;
|
||||
margin: 0;
|
||||
padding: 0 7px;
|
||||
color: rgba(0, 0, 0, 0.85);
|
||||
font-size: 12px;
|
||||
line-height: 26px;
|
||||
background: #fff;
|
||||
border: 1px solid #d9d9d9;
|
||||
border-top-width: 1.02px;
|
||||
border-left-width: 0;
|
||||
cursor: pointer;
|
||||
transition: color 0.3s, background 0.3s, border-color 0.3s, box-shadow 0.3s;
|
||||
}
|
||||
.ant-radio-button-wrapper a {
|
||||
color: rgba(0, 0, 0, 0.85);
|
||||
}
|
||||
.ant-radio-button-wrapper > .ant-radio-button {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
.ant-radio-group-large .ant-radio-button-wrapper {
|
||||
height: 32px;
|
||||
font-size: 14px;
|
||||
line-height: 30px;
|
||||
}
|
||||
.ant-radio-group-small .ant-radio-button-wrapper {
|
||||
height: 22px;
|
||||
padding: 0 7px;
|
||||
line-height: 20px;
|
||||
}
|
||||
.ant-radio-button-wrapper:not(:first-child)::before {
|
||||
position: absolute;
|
||||
top: -1px;
|
||||
left: -1px;
|
||||
display: block;
|
||||
box-sizing: content-box;
|
||||
width: 1px;
|
||||
height: 100%;
|
||||
padding: 1px 0;
|
||||
background-color: #d9d9d9;
|
||||
transition: background-color 0.3s;
|
||||
content: '';
|
||||
}
|
||||
.ant-radio-button-wrapper:first-child {
|
||||
border-left: 1px solid #d9d9d9;
|
||||
border-radius: 2px 0 0 2px;
|
||||
}
|
||||
.ant-radio-button-wrapper:last-child {
|
||||
border-radius: 0 2px 2px 0;
|
||||
}
|
||||
.ant-radio-button-wrapper:first-child:last-child {
|
||||
border-radius: 2px;
|
||||
}
|
||||
.ant-radio-button-wrapper:hover {
|
||||
position: relative;
|
||||
color: #1890ff;
|
||||
}
|
||||
.ant-radio-button-wrapper:focus-within {
|
||||
box-shadow: 0 0 0 3px rgba(24, 144, 255, 0.08);
|
||||
}
|
||||
.ant-radio-button-wrapper .ant-radio-inner,
|
||||
.ant-radio-button-wrapper input[type='checkbox'],
|
||||
.ant-radio-button-wrapper input[type='radio'] {
|
||||
width: 0;
|
||||
height: 0;
|
||||
opacity: 0;
|
||||
pointer-events: none;
|
||||
}
|
||||
.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled) {
|
||||
z-index: 1;
|
||||
color: #1890ff;
|
||||
background: #fff;
|
||||
border-color: #1890ff;
|
||||
}
|
||||
.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled)::before {
|
||||
background-color: #1890ff;
|
||||
}
|
||||
.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child {
|
||||
border-color: #1890ff;
|
||||
}
|
||||
.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):hover {
|
||||
color: #40a9ff;
|
||||
border-color: #40a9ff;
|
||||
}
|
||||
.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):hover::before {
|
||||
background-color: #40a9ff;
|
||||
}
|
||||
.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):active {
|
||||
color: #096dd9;
|
||||
border-color: #096dd9;
|
||||
}
|
||||
.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):active::before {
|
||||
background-color: #096dd9;
|
||||
}
|
||||
.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):focus-within {
|
||||
box-shadow: 0 0 0 3px rgba(24, 144, 255, 0.08);
|
||||
}
|
||||
.ant-radio-group-solid .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled) {
|
||||
color: #fff;
|
||||
background: #1890ff;
|
||||
border-color: #1890ff;
|
||||
}
|
||||
.ant-radio-group-solid .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):hover {
|
||||
color: #fff;
|
||||
background: #40a9ff;
|
||||
border-color: #40a9ff;
|
||||
}
|
||||
.ant-radio-group-solid .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):active {
|
||||
color: #fff;
|
||||
background: #096dd9;
|
||||
border-color: #096dd9;
|
||||
}
|
||||
.ant-radio-group-solid .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):focus-within {
|
||||
box-shadow: 0 0 0 3px rgba(24, 144, 255, 0.08);
|
||||
}
|
||||
.ant-radio-button-wrapper-disabled {
|
||||
color: rgba(0, 0, 0, 0.25);
|
||||
background-color: #f5f5f5;
|
||||
border-color: #d9d9d9;
|
||||
cursor: not-allowed;
|
||||
}
|
||||
.ant-radio-button-wrapper-disabled:first-child,
|
||||
.ant-radio-button-wrapper-disabled:hover {
|
||||
color: rgba(0, 0, 0, 0.25);
|
||||
background-color: #f5f5f5;
|
||||
border-color: #d9d9d9;
|
||||
}
|
||||
.ant-radio-button-wrapper-disabled:first-child {
|
||||
border-left-color: #d9d9d9;
|
||||
}
|
||||
.ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked {
|
||||
color: rgba(0, 0, 0, 0.25);
|
||||
background-color: #e6e6e6;
|
||||
border-color: #d9d9d9;
|
||||
box-shadow: none;
|
||||
}
|
||||
@keyframes antRadioEffect {
|
||||
0% {
|
||||
transform: scale(1);
|
||||
opacity: 0.5;
|
||||
}
|
||||
100% {
|
||||
transform: scale(1.6);
|
||||
opacity: 0;
|
||||
}
|
||||
}
|
||||
@supports (-moz-appearance: meterbar) and (background-blend-mode: difference, normal) {
|
||||
.ant-radio {
|
||||
vertical-align: text-bottom;
|
||||
}
|
||||
}
|
||||
.ant-radio-group.ant-radio-group-rtl {
|
||||
direction: rtl;
|
||||
}
|
||||
.ant-radio-wrapper.ant-radio-wrapper-rtl {
|
||||
margin-right: 0;
|
||||
margin-left: 6px;
|
||||
direction: rtl;
|
||||
}
|
||||
.ant-radio-button-wrapper.ant-radio-button-wrapper-rtl {
|
||||
border-right-width: 0;
|
||||
border-left-width: 1px;
|
||||
}
|
||||
.ant-radio-button-wrapper.ant-radio-button-wrapper-rtl.ant-radio-button-wrapper:not(:first-child)::before {
|
||||
right: -1px;
|
||||
left: 0;
|
||||
}
|
||||
.ant-radio-button-wrapper.ant-radio-button-wrapper-rtl.ant-radio-button-wrapper:first-child {
|
||||
border-right: 1px solid #d9d9d9;
|
||||
border-radius: 0 2px 2px 0;
|
||||
}
|
||||
.ant-radio-button-wrapper-checked:not([class*=' ant-radio-button-wrapper-disabled']).ant-radio-button-wrapper:first-child {
|
||||
border-right-color: #40a9ff;
|
||||
}
|
||||
.ant-radio-button-wrapper.ant-radio-button-wrapper-rtl.ant-radio-button-wrapper:last-child {
|
||||
border-radius: 2px 0 0 2px;
|
||||
}
|
||||
.ant-radio-button-wrapper.ant-radio-button-wrapper-rtl.ant-radio-button-wrapper-disabled:first-child {
|
||||
border-right-color: #d9d9d9;
|
||||
}
|
||||
/* stylelint-disable no-duplicate-selectors */
|
||||
/* stylelint-disable */
|
||||
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
||||
|
||||
.bg___3pQw6 {
|
||||
margin: 0 auto;
|
||||
padding-bottom: 140px;
|
||||
width: 1200px;
|
||||
}
|
||||
.bg___3pQw6 a[class='ant-breadcrumb-link'] {
|
||||
font-size: 14px;
|
||||
color: #999999;
|
||||
}
|
||||
.bg___3pQw6 span[class='ant-breadcrumb-link'] {
|
||||
font-size: 14px;
|
||||
color: rgba(0, 0, 0, 0.65);
|
||||
}
|
||||
.flexRow___137mQ {
|
||||
display: -ms-flexbox;
|
||||
display: flex;
|
||||
-ms-flex-direction: row;
|
||||
flex-direction: row;
|
||||
}
|
||||
.main___1EiJg {
|
||||
padding: 20px;
|
||||
background: #ffffff;
|
||||
}
|
||||
.formWrap___3bwkM div[class~='ant-form-item-label'] label {
|
||||
font-size: 14px;
|
||||
}
|
||||
.formWrap___3bwkM input[class~='ant-input'] {
|
||||
line-height: 1.5;
|
||||
background: transparent;
|
||||
border-width: 1px;
|
||||
font-size: 14px;
|
||||
}
|
||||
.formWrap___3bwkM label[class~='ant-radio-button-wrapper'] {
|
||||
width: 106px;
|
||||
height: 33px;
|
||||
line-height: 33px;
|
||||
background: #eeeeee;
|
||||
border-radius: 17px;
|
||||
color: #333333;
|
||||
text-align: center;
|
||||
border: 0px;
|
||||
margin-right: 27px;
|
||||
margin-top: 6px;
|
||||
}
|
||||
.formWrap___3bwkM label[class~='ant-radio-button-wrapper']:not(:first-child)::before {
|
||||
width: 0px;
|
||||
}
|
||||
.formWrap___3bwkM label[class~='ant-radio-button-wrapper-checked'] {
|
||||
width: 106px;
|
||||
height: 33px;
|
||||
background: #4cacff;
|
||||
border-radius: 17px;
|
||||
text-align: center;
|
||||
border: 0px;
|
||||
color: #ffffff !important;
|
||||
margin-right: 27px;
|
||||
margin-top: 6px;
|
||||
}
|
||||
.knowledgeWrap___2Pjdp {
|
||||
display: -ms-flexbox;
|
||||
display: flex;
|
||||
-ms-flex-direction: row;
|
||||
flex-direction: row;
|
||||
}
|
||||
.knowledgeWrap___2Pjdp div[class~='ant-form-item-control-input'] {
|
||||
width: 242px;
|
||||
}
|
||||
.knowledgeIcon___laJmd {
|
||||
color: #33bd8c;
|
||||
font-size: 20px;
|
||||
display: -ms-flexbox;
|
||||
display: flex;
|
||||
-ms-flex-align: center;
|
||||
align-items: center;
|
||||
margin-top: 8px;
|
||||
margin-left: 10px;
|
||||
cursor: pointer;
|
||||
}
|
||||
.knowledgeContent___3aAH5 {
|
||||
display: -ms-flexbox;
|
||||
display: flex;
|
||||
-ms-flex-wrap: wrap;
|
||||
flex-wrap: wrap;
|
||||
margin: 15px 0;
|
||||
}
|
||||
.knowledgeItem___37gvd {
|
||||
position: relative;
|
||||
min-width: 106px;
|
||||
height: 32px;
|
||||
border-radius: 2px;
|
||||
border: 1px solid #dddddd;
|
||||
margin-right: 20px;
|
||||
}
|
||||
.knowledgeItemName___1egDp {
|
||||
line-height: 32px;
|
||||
text-align: center;
|
||||
}
|
||||
.knowledgeItemIcon___qSbCt {
|
||||
width: 20px;
|
||||
height: 20px;
|
||||
margin-top: 5px;
|
||||
position: absolute;
|
||||
top: -15px;
|
||||
right: -11px;
|
||||
margin-left: 7px;
|
||||
cursor: pointer;
|
||||
}
|
||||
.button___2dOn0 {
|
||||
width: 100px;
|
||||
height: 38px;
|
||||
line-height: 38px;
|
||||
font-weight: 400;
|
||||
padding: 0px;
|
||||
}
|
||||
.buttonFixed___1any3 {
|
||||
position: fixed;
|
||||
z-index: 1000;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
width: 100%;
|
||||
height: 63px;
|
||||
background: #fff;
|
||||
box-shadow: 0 -4px 4px 0 rgba(0, 0, 0, 0.05);
|
||||
}
|
||||
.buttonFixed___1any3 div[class~='ant-form-item'] {
|
||||
margin-bottom: 0px;
|
||||
height: 100%;
|
||||
}
|
||||
.buttonFixed___1any3 div[class~='ant-form-item-control-input'] {
|
||||
height: 100%;
|
||||
}
|
||||
.buttonWrap___30J7o {
|
||||
display: -ms-flexbox;
|
||||
display: flex;
|
||||
-ms-flex-direction: row;
|
||||
flex-direction: row;
|
||||
-ms-flex-pack: center;
|
||||
justify-content: center;
|
||||
-ms-flex-align: center;
|
||||
align-items: center;
|
||||
height: 100%;
|
||||
}
|
||||
.duration___1bM3D {
|
||||
display: -ms-flexbox;
|
||||
display: flex;
|
||||
-ms-flex-align: center;
|
||||
align-items: center;
|
||||
margin-top: 8px;
|
||||
font-size: 14px;
|
||||
margin-left: 10px;
|
||||
}
|
||||
/* stylelint-disable no-duplicate-selectors */
|
||||
/* stylelint-disable */
|
||||
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
||||
|
||||
@ -0,0 +1 @@
|
||||
(window.webpackJsonp=window.webpackJsonp||[]).push([[191],{JA47:function(p,m,e){"use strict";e.r(m);var W=e("+L6B"),b=e("2/Rp"),B=e("sPJy"),u=e("bE4q"),w=e("WmNS"),E=e.n(w),y=e("9og8"),O=e("PpiC"),r=e("q1tI"),t=e.n(r),i=e("9kvl"),M=e("jRFs"),R=e("iFfe"),a=e.n(R),U=function(o){var s=o.problemsetPreview,P=o.user,g=o.globalSetting,I=o.loading,l=o.dispatch,x=Object(O.a)(o,["problemsetPreview","user","globalSetting","loading","dispatch"]),f=Object(r.useRef)();Object(r.useEffect)(function(){return l({type:"globalSetting/footerToggle",payload:!1}),function(){l({type:"globalSetting/footerToggle",payload:!0})}},[]),Object(r.useEffect)(function(){l({type:"problemsetPreview/getEditDisciplines",payload:{source:"question"}})},[]);var C=function(){var v=Object(y.a)(E.a.mark(function D(){var d,h,c;return E.a.wrap(function(_){for(;;)switch(_.prev=_.next){case 0:return _.next=2,(d=f.current)===null||d===void 0?void 0:d.onSubmit();case 2:return h=_.sent,_.next=5,l({type:"problemsetPreview/newPreviewProblemset",payload:h});case 5:c=_.sent,c.status===0&&i.c.replace("/paperlibrary/see/".concat(c.exam_id));case 7:case"end":return _.stop()}},D)}));return function(){return v.apply(this,arguments)}}();return t.a.createElement("section",{className:a.a.bg},t.a.createElement(u.a,{className:"mb20 mt30",separator:">"},t.a.createElement(u.a.Item,{href:"/problemset"},"\u8BD5\u9898\u5E93"),t.a.createElement(u.a.Item,null,"\u65B0\u589E\u8BD5\u5377")),t.a.createElement(M.a,{ref:f,courseOptions:s.courseOptions,disciplinesData:s.disciplinesData}),t.a.createElement("div",{className:a.a.buttonFixed},t.a.createElement("div",{className:a.a.buttonWrap},t.a.createElement(b.a,{size:"large",className:"".concat(a.a.button," mr20"),onClick:function(){return i.c.push("/problemset/preview")}},"\u53D6\u6D88"),t.a.createElement(b.a,{size:"large",type:"primary",className:"".concat(a.a.button," mr20"),onClick:C,loading:I["problemsetPreview/newPreviewProblemset"]},"\u5B8C\u6210"))))};m.default=Object(i.a)(function(n){var o=n.problemsetPreview,s=n.user,P=n.loading,g=n.globalSetting;return{problemsetPreview:o,user:s,globalSetting:g,loading:P.effects}})(U)},iFfe:function(p,m,e){p.exports={bg:"bg___3pQw6",flexRow:"flexRow___137mQ",main:"main___1EiJg",formWrap:"formWrap___3bwkM",knowledgeWrap:"knowledgeWrap___2Pjdp",knowledgeIcon:"knowledgeIcon___laJmd",knowledgeContent:"knowledgeContent___3aAH5",knowledgeItem:"knowledgeItem___37gvd",knowledgeItemName:"knowledgeItemName___1egDp",knowledgeItemIcon:"knowledgeItemIcon___qSbCt",button:"button___2dOn0",buttonFixed:"buttonFixed___1any3",buttonWrap:"buttonWrap___30J7o",duration:"duration___1bM3D"}}}]);
|
||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because it is too large
Load Diff
@ -0,0 +1,50 @@
|
||||
(window.webpackJsonp=window.webpackJsonp||[]).push([[196],{VwnK:function(q,M,e){"use strict";e.r(M);var ee=e("+L6B"),T=e("2/Rp"),te=e("OaEy"),y=e("2fM7"),ae=e("14J3"),v=e("BMrR"),ne=e("5NDa"),A=e("5rEg"),se=e("jCWc"),i=e("kPKH"),I=e("jrin"),W=e("WmNS"),O=e.n(W),_e=e("miYZ"),K=e("tsqr"),b=e("k1fw"),g=e("9og8"),re=e("y8nQ"),m=e("Vl3Y"),h=e("tJVT"),F=e("PpiC"),u=e("q1tI"),t=e.n(u),S=e("9kvl"),x=e("ErOA"),V=e("xKgJ"),w=e("Ot1p"),N=function(l){var c,f,p,le=l.user,oe=l.globalSetting,ue=l.loading,j=l.dispatch,o=l.restful,U=Object(F.a)(l,["user","globalSetting","loading","dispatch","restful"]),$=Object(u.useState)({content:"",message:"",status:0,contacts:[],address:"",data:[]}),C=Object(h.a)($,2),de=C[0],ie=C[1],J=Object(u.useState)(!0),B=Object(h.a)(J,2),me=B[0],G=B[1],r=U.match.params,Y=m.a.useForm(),z=Object(h.a)(Y,1),P=z[0],H=Object(u.useState)(`
|
||||
|
||||
|
||||
##### \u7B80\u8981\u63CF\u8FF0
|
||||
|
||||
- \u7528\u6237\u6CE8\u518C\u63A5\u53E3
|
||||
|
||||
##### \u8BF7\u6C42URL
|
||||
- \` http://xx.com/api/user/register \`
|
||||
|
||||
##### \u8BF7\u6C42\u65B9\u5F0F
|
||||
- POST
|
||||
|
||||
##### \u53C2\u6570
|
||||
|
||||
|\u53C2\u6570\u540D|\u5FC5\u9009|\u7C7B\u578B|\u8BF4\u660E|
|
||||
|:---- |:---|:----- |----- |
|
||||
|username |\u662F |string |\u7528\u6237\u540D |
|
||||
|password |\u662F |string | \u5BC6\u7801 |
|
||||
|name |\u5426 |string | \u6635\u79F0 |
|
||||
|
||||
##### \u8FD4\u56DE\u793A\u4F8B
|
||||
|
||||
\`\`\`
|
||||
{
|
||||
"error_code": 0,
|
||||
"data": {
|
||||
"uid": "1",
|
||||
"username": "12154545",
|
||||
"name": "\u5434\u7CFB\u6302",
|
||||
"groupid": 2 ,
|
||||
"reg_time": "1436864169",
|
||||
"last_login_time": "0",
|
||||
}
|
||||
}
|
||||
\`\`\`
|
||||
|
||||
##### \u8FD4\u56DE\u53C2\u6570\u8BF4\u660E
|
||||
|
||||
|\u53C2\u6570\u540D|\u7C7B\u578B|\u8BF4\u660E|
|
||||
|:----- |:-----|----- |
|
||||
|groupid |int |\u7528\u6237\u7EC4id\uFF0C1\uFF1A\u8D85\u7EA7\u7BA1\u7406\u5458\uFF1B2\uFF1A\u666E\u901A\u7528\u6237 |
|
||||
|
||||
##### \u5907\u6CE8
|
||||
|
||||
- \u66F4\u591A\u8FD4\u56DE\u9519\u8BEF\u4EE3\u7801\u8BF7\u770B\u9996\u9875\u7684\u9519\u8BEF\u4EE3\u7801\u63CF\u8FF0
|
||||
|
||||
|
||||
|
||||
\u6B22\u8FCE\u4F7F\u7528\uFF01`),L=Object(h.a)(H,2),Q=L[0],Z=L[1];Object(u.useEffect)(function(){P.resetFields()},[r.id]);var X=function(){var s=Object(g.a)(O.a.mark(function n(a){var D,_,R;return O.a.wrap(function(d){for(;;)switch(d.prev=d.next){case 0:return d.next=2,P.getFieldsValue();case 2:return D=d.sent,_="/api/restfuls.json",r.id!=0&&(_="/api/restfuls/".concat(r.id,".json")),d.next=7,Object(x.a)(_,{method:r.id!=0?"put":"post",body:Object(b.a)(Object(b.a)({file_type:0},D),{},{parent_id:D.parent_id||""})});case 7:R=d.sent,R.status===0&&(K.b.success("\u6DFB\u52A0\u6210\u529F"),U.history.push("/ch/rest/".concat(R.data.id)));case 9:case"end":return d.stop()}},n)}));return function(a){return s.apply(this,arguments)}}(),k=function(){var s=Object(g.a)(O.a.mark(function n(){var a;return O.a.wrap(function(_){for(;;)switch(_.prev=_.next){case 0:return _.next=2,j({type:"restful/getRestful"});case 2:if(!(r.id!=0)){_.next=8;break}return _.next=5,j({type:"restful/getRestfulDetail",payload:Object(b.a)({},r)});case 5:a=_.sent,P.setFieldsValue({description:a==null?void 0:a.description,name:a==null?void 0:a.name}),Object(V.p)()||U.history.replace("/403");case 8:case"end":return _.stop()}},n)}));return function(){return s.apply(this,arguments)}}();return Object(u.useEffect)(function(){var s,n;if(((s=o.restful)===null||s===void 0?void 0:s.data)&&P.setFieldsValue({parent_id:r.categoryId*1}),((n=o.restfulDetail)===null||n===void 0?void 0:n.description)&&r.id!=0){var a;Z((a=o.restfulDetail)===null||a===void 0?void 0:a.description)}},[o.restful,(c=o.restfulDetail)===null||c===void 0?void 0:c.description]),Object(u.useEffect)(function(){G(!0),k()},[r.id]),t.a.createElement("section",null,t.a.createElement("aside",{className:"edu-container mt30"},t.a.createElement(m.a,{onFinish:X,form:P,initialValues:Object(I.a)({},"name","")},t.a.createElement(v.a,{className:"mt30"},t.a.createElement(i.a,{flex:"80px",className:"font14"},"\u76EE\u5F55\u540D\u79F0\uFF1A"),t.a.createElement(i.a,{flex:"1"},t.a.createElement(m.a.Item,{name:"name",rules:[{required:!0,message:"\u8BF7\u8F93\u5165\u76EE\u5F55\u540D\u79F0"}]},t.a.createElement(A.a,{placeholder:"\u8BF7\u8F93\u5165\u540D\u79F0\uFF0C\u6700\u5927\u9650\u523660\u4E2A\u5B57\u7B26 ",maxLength:60})))),t.a.createElement(v.a,{className:""},t.a.createElement(i.a,{flex:"80px",className:"font14"},"\u6240\u5C5E\u76EE\u5F55:"),t.a.createElement(i.a,{flex:"1"},t.a.createElement(m.a.Item,{name:"parent_id",rules:[{required:!0,message:"\u6240\u5C5E\u76EE\u5F55"}]},t.a.createElement(y.a,{showSearch:!0,style:{width:200},placeholder:"\u8BF7\u9009\u62E9\u76EE\u5F55",optionFilterProp:"children",filterOption:function(n,a){return a.children.toLowerCase().indexOf(n.toLowerCase())>=0}},t.a.createElement(y.a.Option,{value:0,key:9999},"\u6839\u76EE\u5F55"),o==null||((f=o.restful)===null||f===void 0||((p=f.data)===null||p===void 0))?void 0:p.map(function(s,n){return t.a.createElement(y.a.Option,{value:s.id,key:n},s.title)}))))),t.a.createElement(m.a.Item,{name:"description",rules:[{required:!0,message:"\u8BF7\u8F93\u5165\u76EE\u5F55\u540D\u79F0"}]},t.a.createElement(w.a,{defaultValue:Q,watch:!0,height:600})),t.a.createElement(v.a,{align:"middle",justify:"center"},t.a.createElement(i.a,null,t.a.createElement(T.a,{style:{width:130},size:"large",type:"primary",htmlType:"submit"},"\u4FDD\u5B58"))),t.a.createElement("div",{className:"mt40"}))))};M.default=Object(S.a)(function(E){var l=E.user,c=E.loading,f=E.globalSetting,p=E.restful;return{user:l,globalSetting:f,restful:p,loading:c.models.index}})(N)}}]);
|
||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because it is too large
Load Diff
File diff suppressed because one or more lines are too long
File diff suppressed because it is too large
Load Diff
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because it is too large
Load Diff
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because it is too large
Load Diff
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -0,0 +1 @@
|
||||
(window.webpackJsonp=window.webpackJsonp||[]).push([[209],{"9YGm":function(h,E,e){h.exports={bg:"bg___1bAP4",header:"header___1lG6Z",line:"line___2EDvV",main:"main___25tDY",row:"row___1OWn9"}},e2kQ:function(h,E,e){"use strict";e.r(E);var Z=e("g9YV"),R=e("wCAj"),$=e("5Dmo"),p=e("3S7+"),x=e("WmNS"),D=e.n(x),C=e("9og8"),i=e("tJVT"),j=e("PpiC"),o=e("q1tI"),a=e.n(o),I=e("Ty5D"),S=e("9kvl"),T=e("wd/R"),L=e.n(T),A=e("9YGm"),u=e.n(A),B=e("HBuW"),W=function(r){var P=r.shixunsDetail,b=r.globalSetting,X=r.user,k=r.dispatch,q=Object(j.a)(r,["shixunsDetail","globalSetting","user","dispatch"]),d=Object(I.m)(),K=Object(o.useState)(!0),O=Object(i.a)(K,2),F=O[0],f=O[1],w=Object(o.useState)(),g=Object(i.a)(w,2),N=g[0],Y=g[1],G=Object(o.useState)([]),M=Object(i.a)(G,2),J=M[0],H=M[1],Q=Object(o.useState)({id:null,page:1,limit:10}),U=Object(i.a)(Q,2),n=U[0],y=U[1];Object(o.useEffect)(function(){if(!d.id)return;n.id=d.id,y(n),v(n)},[d.id]);var v=function(){var _=Object(C.a)(D.a.mark(function t(c){var s;return D.a.wrap(function(l){for(;;)switch(l.prev=l.next){case 0:return l.next=2,Object(B.Q)(c);case 2:s=l.sent,f(!0),setTimeout(function(){(s==null?void 0:s.shixuns)&&(H(s.shixuns||[]),Y(s.total_count),f(!1))},0);case 5:case"end":return l.stop()}},t)}));return function(c){return _.apply(this,arguments)}}(),V=function(t){n.page=t,y(n),v(n)},z=[{title:"\u5E8F\u53F7",dataIndex:"index",key:"index",render:function(t,c,s){return n.limit*(n.page-1)+s+1}},{title:"\u590D\u5236\u8005",ellipsis:!0,dataIndex:"username",key:"username"},{title:"\u540D\u79F0",ellipsis:!0,width:300,dataIndex:"name",key:"name",render:function(t){return a.a.createElement(p.a,{title:t},a.a.createElement("span",null,t))}},{title:"\u5B66\u6821/\u5355\u4F4D",ellipsis:!0,dataIndex:"school_name",key:"school_name",render:function(t,c){return t==="***"?a.a.createElement(p.a,{title:"\u672C\u5355\u4F4D\u4E0D\u5BF9\u5916\u516C\u5F00"},a.a.createElement("span",null,t)):t}},{title:"\u590D\u5236\u65F6\u95F4",dataIndex:"created_at",key:"created_at",render:function(t){return L()(t).format("YYYY-MM-DD HH:mm")}},{title:"\u64CD\u4F5C",dataIndex:"identifier",key:"identifier",render:function(t){return a.a.createElement("a",{href:"/shixuns/".concat(t,"/challenges")},"\u67E5\u770B\u8BE6\u60C5")}}];return a.a.createElement("section",{className:u.a.bg},a.a.createElement("header",{className:u.a.header},a.a.createElement("span",{className:"ml10"},"\u5B9E\u8DF5\u9879\u76EE\u590D\u5236\u5217\u8868"),a.a.createElement("a",{className:"mr10",href:"/shixuns/".concat(d.id,"/challenges")},"\u8FD4\u56DE")),a.a.createElement("div",{className:u.a.line}),a.a.createElement("main",{className:u.a.main},a.a.createElement(R.a,{loading:F,dataSource:J,rowKey:function(t){return t.id},columns:z,rowClassName:u.a.row,bordered:!1,pagination:{pageSize:10,total:N,current:n.page,onChange:V,showQuickJumper:!0,position:["bottomCenter"]}})))};E.default=Object(S.a)(function(m){var r=m.shixunsDetail,P=m.globalSetting,b=m.user;return{shixunsDetail:r,globalSetting:P,user:b}})(W)}}]);
|
||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because it is too large
Load Diff
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because it is too large
Load Diff
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because it is too large
Load Diff
File diff suppressed because one or more lines are too long
File diff suppressed because it is too large
Load Diff
File diff suppressed because one or more lines are too long
File diff suppressed because it is too large
Load Diff
File diff suppressed because one or more lines are too long
File diff suppressed because it is too large
Load Diff
File diff suppressed because one or more lines are too long
File diff suppressed because it is too large
Load Diff
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because it is too large
Load Diff
File diff suppressed because one or more lines are too long
File diff suppressed because it is too large
Load Diff
File diff suppressed because one or more lines are too long
File diff suppressed because it is too large
Load Diff
File diff suppressed because one or more lines are too long
File diff suppressed because it is too large
Load Diff
File diff suppressed because one or more lines are too long
File diff suppressed because it is too large
Load Diff
File diff suppressed because one or more lines are too long
File diff suppressed because it is too large
Load Diff
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because it is too large
Load Diff
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -0,0 +1,599 @@
|
||||
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
|
||||
/* stylelint-disable no-duplicate-selectors */
|
||||
/* stylelint-disable */
|
||||
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
||||
.ant-modal,
|
||||
.ant-image-preview {
|
||||
pointer-events: none;
|
||||
}
|
||||
.ant-modal.zoom-enter,
|
||||
.ant-modal.zoom-appear,
|
||||
.ant-image-preview.zoom-enter,
|
||||
.ant-image-preview.zoom-appear {
|
||||
-ms-transform: none;
|
||||
transform: none;
|
||||
opacity: 0;
|
||||
animation-duration: 0.3s;
|
||||
-webkit-user-select: none;
|
||||
-moz-user-select: none;
|
||||
-ms-user-select: none;
|
||||
user-select: none;
|
||||
}
|
||||
.ant-modal-mask,
|
||||
.ant-image-preview-mask {
|
||||
position: fixed;
|
||||
top: 0;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
z-index: 1000;
|
||||
height: 100%;
|
||||
background-color: rgba(0, 0, 0, 0.45);
|
||||
filter: alpha(opacity=50);
|
||||
}
|
||||
.ant-modal-mask-hidden,
|
||||
.ant-image-preview-mask-hidden {
|
||||
display: none;
|
||||
}
|
||||
.ant-modal-wrap,
|
||||
.ant-image-preview-wrap {
|
||||
position: fixed;
|
||||
top: 0;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
overflow: auto;
|
||||
outline: 0;
|
||||
-webkit-overflow-scrolling: touch;
|
||||
}
|
||||
.ant-tooltip {
|
||||
box-sizing: border-box;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
color: rgba(0, 0, 0, 0.85);
|
||||
font-size: 12px;
|
||||
font-variant: tabular-nums;
|
||||
line-height: 1.66667;
|
||||
list-style: none;
|
||||
font-feature-settings: tnum, "tnum";
|
||||
position: absolute;
|
||||
z-index: 1070;
|
||||
display: block;
|
||||
max-width: 250px;
|
||||
visibility: visible;
|
||||
}
|
||||
.ant-tooltip-hidden {
|
||||
display: none;
|
||||
}
|
||||
.ant-tooltip-placement-top,
|
||||
.ant-tooltip-placement-topLeft,
|
||||
.ant-tooltip-placement-topRight {
|
||||
padding-bottom: 8px;
|
||||
}
|
||||
.ant-tooltip-placement-right,
|
||||
.ant-tooltip-placement-rightTop,
|
||||
.ant-tooltip-placement-rightBottom {
|
||||
padding-left: 8px;
|
||||
}
|
||||
.ant-tooltip-placement-bottom,
|
||||
.ant-tooltip-placement-bottomLeft,
|
||||
.ant-tooltip-placement-bottomRight {
|
||||
padding-top: 8px;
|
||||
}
|
||||
.ant-tooltip-placement-left,
|
||||
.ant-tooltip-placement-leftTop,
|
||||
.ant-tooltip-placement-leftBottom {
|
||||
padding-right: 8px;
|
||||
}
|
||||
.ant-tooltip-inner {
|
||||
min-width: 30px;
|
||||
min-height: 32px;
|
||||
padding: 6px 8px;
|
||||
color: #fff;
|
||||
text-align: left;
|
||||
text-decoration: none;
|
||||
word-wrap: break-word;
|
||||
background-color: rgba(0, 0, 0, 0.75);
|
||||
border-radius: 2px;
|
||||
box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
|
||||
}
|
||||
.ant-tooltip-arrow {
|
||||
position: absolute;
|
||||
display: block;
|
||||
width: 13.07106781px;
|
||||
height: 13.07106781px;
|
||||
overflow: hidden;
|
||||
background: transparent;
|
||||
pointer-events: none;
|
||||
}
|
||||
.ant-tooltip-arrow-content {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
display: block;
|
||||
width: 5px;
|
||||
height: 5px;
|
||||
margin: auto;
|
||||
background-color: rgba(0, 0, 0, 0.75);
|
||||
content: '';
|
||||
pointer-events: auto;
|
||||
}
|
||||
.ant-tooltip-placement-top .ant-tooltip-arrow,
|
||||
.ant-tooltip-placement-topLeft .ant-tooltip-arrow,
|
||||
.ant-tooltip-placement-topRight .ant-tooltip-arrow {
|
||||
bottom: -5.07106781px;
|
||||
}
|
||||
.ant-tooltip-placement-top .ant-tooltip-arrow-content,
|
||||
.ant-tooltip-placement-topLeft .ant-tooltip-arrow-content,
|
||||
.ant-tooltip-placement-topRight .ant-tooltip-arrow-content {
|
||||
box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.07);
|
||||
-ms-transform: translateY(-6.53553391px) rotate(45deg);
|
||||
transform: translateY(-6.53553391px) rotate(45deg);
|
||||
}
|
||||
.ant-tooltip-placement-top .ant-tooltip-arrow {
|
||||
left: 50%;
|
||||
-ms-transform: translateX(-50%);
|
||||
transform: translateX(-50%);
|
||||
}
|
||||
.ant-tooltip-placement-topLeft .ant-tooltip-arrow {
|
||||
left: 13px;
|
||||
}
|
||||
.ant-tooltip-placement-topRight .ant-tooltip-arrow {
|
||||
right: 13px;
|
||||
}
|
||||
.ant-tooltip-placement-right .ant-tooltip-arrow,
|
||||
.ant-tooltip-placement-rightTop .ant-tooltip-arrow,
|
||||
.ant-tooltip-placement-rightBottom .ant-tooltip-arrow {
|
||||
left: -5.07106781px;
|
||||
}
|
||||
.ant-tooltip-placement-right .ant-tooltip-arrow-content,
|
||||
.ant-tooltip-placement-rightTop .ant-tooltip-arrow-content,
|
||||
.ant-tooltip-placement-rightBottom .ant-tooltip-arrow-content {
|
||||
box-shadow: -3px 3px 7px rgba(0, 0, 0, 0.07);
|
||||
-ms-transform: translateX(6.53553391px) rotate(45deg);
|
||||
transform: translateX(6.53553391px) rotate(45deg);
|
||||
}
|
||||
.ant-tooltip-placement-right .ant-tooltip-arrow {
|
||||
top: 50%;
|
||||
-ms-transform: translateY(-50%);
|
||||
transform: translateY(-50%);
|
||||
}
|
||||
.ant-tooltip-placement-rightTop .ant-tooltip-arrow {
|
||||
top: 5px;
|
||||
}
|
||||
.ant-tooltip-placement-rightBottom .ant-tooltip-arrow {
|
||||
bottom: 5px;
|
||||
}
|
||||
.ant-tooltip-placement-left .ant-tooltip-arrow,
|
||||
.ant-tooltip-placement-leftTop .ant-tooltip-arrow,
|
||||
.ant-tooltip-placement-leftBottom .ant-tooltip-arrow {
|
||||
right: -5.07106781px;
|
||||
}
|
||||
.ant-tooltip-placement-left .ant-tooltip-arrow-content,
|
||||
.ant-tooltip-placement-leftTop .ant-tooltip-arrow-content,
|
||||
.ant-tooltip-placement-leftBottom .ant-tooltip-arrow-content {
|
||||
box-shadow: 3px -3px 7px rgba(0, 0, 0, 0.07);
|
||||
-ms-transform: translateX(-6.53553391px) rotate(45deg);
|
||||
transform: translateX(-6.53553391px) rotate(45deg);
|
||||
}
|
||||
.ant-tooltip-placement-left .ant-tooltip-arrow {
|
||||
top: 50%;
|
||||
-ms-transform: translateY(-50%);
|
||||
transform: translateY(-50%);
|
||||
}
|
||||
.ant-tooltip-placement-leftTop .ant-tooltip-arrow {
|
||||
top: 5px;
|
||||
}
|
||||
.ant-tooltip-placement-leftBottom .ant-tooltip-arrow {
|
||||
bottom: 5px;
|
||||
}
|
||||
.ant-tooltip-placement-bottom .ant-tooltip-arrow,
|
||||
.ant-tooltip-placement-bottomLeft .ant-tooltip-arrow,
|
||||
.ant-tooltip-placement-bottomRight .ant-tooltip-arrow {
|
||||
top: -5.07106781px;
|
||||
}
|
||||
.ant-tooltip-placement-bottom .ant-tooltip-arrow-content,
|
||||
.ant-tooltip-placement-bottomLeft .ant-tooltip-arrow-content,
|
||||
.ant-tooltip-placement-bottomRight .ant-tooltip-arrow-content {
|
||||
box-shadow: -3px -3px 7px rgba(0, 0, 0, 0.07);
|
||||
-ms-transform: translateY(6.53553391px) rotate(45deg);
|
||||
transform: translateY(6.53553391px) rotate(45deg);
|
||||
}
|
||||
.ant-tooltip-placement-bottom .ant-tooltip-arrow {
|
||||
left: 50%;
|
||||
-ms-transform: translateX(-50%);
|
||||
transform: translateX(-50%);
|
||||
}
|
||||
.ant-tooltip-placement-bottomLeft .ant-tooltip-arrow {
|
||||
left: 13px;
|
||||
}
|
||||
.ant-tooltip-placement-bottomRight .ant-tooltip-arrow {
|
||||
right: 13px;
|
||||
}
|
||||
.ant-tooltip-pink .ant-tooltip-inner {
|
||||
background-color: #eb2f96;
|
||||
}
|
||||
.ant-tooltip-pink .ant-tooltip-arrow-content {
|
||||
background-color: #eb2f96;
|
||||
}
|
||||
.ant-tooltip-magenta .ant-tooltip-inner {
|
||||
background-color: #eb2f96;
|
||||
}
|
||||
.ant-tooltip-magenta .ant-tooltip-arrow-content {
|
||||
background-color: #eb2f96;
|
||||
}
|
||||
.ant-tooltip-red .ant-tooltip-inner {
|
||||
background-color: #f5222d;
|
||||
}
|
||||
.ant-tooltip-red .ant-tooltip-arrow-content {
|
||||
background-color: #f5222d;
|
||||
}
|
||||
.ant-tooltip-volcano .ant-tooltip-inner {
|
||||
background-color: #fa541c;
|
||||
}
|
||||
.ant-tooltip-volcano .ant-tooltip-arrow-content {
|
||||
background-color: #fa541c;
|
||||
}
|
||||
.ant-tooltip-orange .ant-tooltip-inner {
|
||||
background-color: #fa8c16;
|
||||
}
|
||||
.ant-tooltip-orange .ant-tooltip-arrow-content {
|
||||
background-color: #fa8c16;
|
||||
}
|
||||
.ant-tooltip-yellow .ant-tooltip-inner {
|
||||
background-color: #fadb14;
|
||||
}
|
||||
.ant-tooltip-yellow .ant-tooltip-arrow-content {
|
||||
background-color: #fadb14;
|
||||
}
|
||||
.ant-tooltip-gold .ant-tooltip-inner {
|
||||
background-color: #faad14;
|
||||
}
|
||||
.ant-tooltip-gold .ant-tooltip-arrow-content {
|
||||
background-color: #faad14;
|
||||
}
|
||||
.ant-tooltip-cyan .ant-tooltip-inner {
|
||||
background-color: #13c2c2;
|
||||
}
|
||||
.ant-tooltip-cyan .ant-tooltip-arrow-content {
|
||||
background-color: #13c2c2;
|
||||
}
|
||||
.ant-tooltip-lime .ant-tooltip-inner {
|
||||
background-color: #a0d911;
|
||||
}
|
||||
.ant-tooltip-lime .ant-tooltip-arrow-content {
|
||||
background-color: #a0d911;
|
||||
}
|
||||
.ant-tooltip-green .ant-tooltip-inner {
|
||||
background-color: #52c41a;
|
||||
}
|
||||
.ant-tooltip-green .ant-tooltip-arrow-content {
|
||||
background-color: #52c41a;
|
||||
}
|
||||
.ant-tooltip-blue .ant-tooltip-inner {
|
||||
background-color: #1890ff;
|
||||
}
|
||||
.ant-tooltip-blue .ant-tooltip-arrow-content {
|
||||
background-color: #1890ff;
|
||||
}
|
||||
.ant-tooltip-geekblue .ant-tooltip-inner {
|
||||
background-color: #2f54eb;
|
||||
}
|
||||
.ant-tooltip-geekblue .ant-tooltip-arrow-content {
|
||||
background-color: #2f54eb;
|
||||
}
|
||||
.ant-tooltip-purple .ant-tooltip-inner {
|
||||
background-color: #722ed1;
|
||||
}
|
||||
.ant-tooltip-purple .ant-tooltip-arrow-content {
|
||||
background-color: #722ed1;
|
||||
}
|
||||
.ant-tooltip-rtl {
|
||||
direction: rtl;
|
||||
}
|
||||
.ant-tooltip-rtl .ant-tooltip-inner {
|
||||
text-align: right;
|
||||
}
|
||||
/* stylelint-disable no-duplicate-selectors */
|
||||
/* stylelint-disable */
|
||||
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
||||
|
||||
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
|
||||
/* stylelint-disable no-duplicate-selectors */
|
||||
/* stylelint-disable */
|
||||
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
||||
.ant-modal,
|
||||
.ant-image-preview {
|
||||
pointer-events: none;
|
||||
}
|
||||
.ant-modal.zoom-enter,
|
||||
.ant-modal.zoom-appear,
|
||||
.ant-image-preview.zoom-enter,
|
||||
.ant-image-preview.zoom-appear {
|
||||
-ms-transform: none;
|
||||
transform: none;
|
||||
opacity: 0;
|
||||
animation-duration: 0.3s;
|
||||
-webkit-user-select: none;
|
||||
-moz-user-select: none;
|
||||
-ms-user-select: none;
|
||||
user-select: none;
|
||||
}
|
||||
.ant-modal-mask,
|
||||
.ant-image-preview-mask {
|
||||
position: fixed;
|
||||
top: 0;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
z-index: 1000;
|
||||
height: 100%;
|
||||
background-color: rgba(0, 0, 0, 0.45);
|
||||
filter: alpha(opacity=50);
|
||||
}
|
||||
.ant-modal-mask-hidden,
|
||||
.ant-image-preview-mask-hidden {
|
||||
display: none;
|
||||
}
|
||||
.ant-modal-wrap,
|
||||
.ant-image-preview-wrap {
|
||||
position: fixed;
|
||||
top: 0;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
overflow: auto;
|
||||
outline: 0;
|
||||
-webkit-overflow-scrolling: touch;
|
||||
}
|
||||
.ant-statistic {
|
||||
box-sizing: border-box;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
color: rgba(0, 0, 0, 0.85);
|
||||
font-size: 12px;
|
||||
font-variant: tabular-nums;
|
||||
line-height: 1.66667;
|
||||
list-style: none;
|
||||
font-feature-settings: tnum, "tnum";
|
||||
}
|
||||
.ant-statistic-title {
|
||||
margin-bottom: 0px;
|
||||
color: rgba(0, 0, 0, 0.45);
|
||||
font-size: 12px;
|
||||
}
|
||||
.ant-statistic-content {
|
||||
color: rgba(0, 0, 0, 0.85);
|
||||
font-size: 20px;
|
||||
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
|
||||
}
|
||||
.ant-statistic-content-value {
|
||||
display: inline-block;
|
||||
direction: ltr;
|
||||
}
|
||||
.ant-statistic-content-value-decimal {
|
||||
font-size: 24px;
|
||||
}
|
||||
.ant-statistic-content-prefix,
|
||||
.ant-statistic-content-suffix {
|
||||
display: inline-block;
|
||||
}
|
||||
.ant-statistic-content-prefix {
|
||||
margin-right: 4px;
|
||||
}
|
||||
.ant-statistic-content-suffix {
|
||||
margin-left: 4px;
|
||||
font-size: 24px;
|
||||
}
|
||||
.ant-statistic-rtl {
|
||||
direction: rtl;
|
||||
}
|
||||
.ant-statistic-rtl .ant-statistic-content-prefix {
|
||||
margin-right: 0;
|
||||
margin-left: 4px;
|
||||
}
|
||||
.ant-statistic-rtl .ant-statistic-content-suffix {
|
||||
margin-right: 4px;
|
||||
margin-left: 0;
|
||||
}
|
||||
/* stylelint-disable no-duplicate-selectors */
|
||||
/* stylelint-disable */
|
||||
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
||||
|
||||
.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%;
|
||||
overflow: hidden;
|
||||
}
|
||||
.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%;
|
||||
}
|
||||
/* stylelint-disable no-duplicate-selectors */
|
||||
/* stylelint-disable */
|
||||
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
||||
|
||||
.flex_box_center___3DUz1 {
|
||||
-ms-flex-pack: center;
|
||||
justify-content: center;
|
||||
-ms-flex-align: center;
|
||||
align-items: center;
|
||||
-webkit-justify-content: center;
|
||||
box-align: center;
|
||||
}
|
||||
.flex_space_between___2iqct {
|
||||
-ms-flex-pack: justify;
|
||||
justify-content: space-between;
|
||||
-webkit-box-pack: justify;
|
||||
}
|
||||
.flex_box_vertical_center___1mD_h {
|
||||
-ms-flex-align: center;
|
||||
align-items: center;
|
||||
box-align: center;
|
||||
}
|
||||
.flex_box_center_end___9Y2-v {
|
||||
-ms-flex-pack: end;
|
||||
justify-content: flex-end;
|
||||
-ms-flex-align: center;
|
||||
align-items: center;
|
||||
-webkit-justify-content: flex-end;
|
||||
-webkit-align-items: center;
|
||||
-webkit-box-align: center;
|
||||
-webkit-box-pack: end;
|
||||
box-align: center;
|
||||
box-pack: end;
|
||||
}
|
||||
.flex_box_column___1p-jL {
|
||||
-ms-flex-direction: column;
|
||||
flex-direction: column;
|
||||
box-orient: block-axis;
|
||||
}
|
||||
.searchBar___2qgqU {
|
||||
display: box;
|
||||
display: -ms-flexbox;
|
||||
display: flex;
|
||||
border-radius: 2px;
|
||||
width: 100%;
|
||||
margin: 0px auto;
|
||||
box-sizing: border-box;
|
||||
padding-left: 25px;
|
||||
background-color: #fff;
|
||||
padding-bottom: 20px;
|
||||
padding-top: 20px;
|
||||
}
|
||||
.searchBar___2qgqU > li {
|
||||
list-style-type: none;
|
||||
text-align: center;
|
||||
color: #05101a;
|
||||
cursor: pointer;
|
||||
font-size: 16px;
|
||||
}
|
||||
.searchBar___2qgqU > li > a {
|
||||
display: block;
|
||||
width: 100%;
|
||||
text-decoration: none;
|
||||
color: #05101a;
|
||||
}
|
||||
.searchBar___2qgqU > li.active___2wfij a {
|
||||
color: #4cacff;
|
||||
}
|
||||
.searchBarBorder___Iv594 {
|
||||
border-top: 1px solid #eeeeee;
|
||||
}
|
||||
.firstLi___3Mj0_ {
|
||||
height: 48px;
|
||||
line-height: 46px;
|
||||
}
|
||||
.otherLi___2pp1z {
|
||||
height: 48px;
|
||||
line-height: 46px;
|
||||
margin-left: 40px;
|
||||
}
|
||||
.advertisementModal___3c8WX [class~='ant-modal-body'] {
|
||||
padding: 0;
|
||||
}
|
||||
.closex___3dUBZ {
|
||||
width: 25px;
|
||||
height: 25px;
|
||||
border: 1px solid #ffffff;
|
||||
border-radius: 50%;
|
||||
color: #ffffff;
|
||||
display: -ms-flexbox;
|
||||
display: flex;
|
||||
-ms-flex-pack: center;
|
||||
justify-content: center;
|
||||
-ms-flex-align: center;
|
||||
align-items: center;
|
||||
margin-left: 20px;
|
||||
}
|
||||
/* stylelint-disable no-duplicate-selectors */
|
||||
/* stylelint-disable */
|
||||
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
||||
|
||||
File diff suppressed because one or more lines are too long
File diff suppressed because it is too large
Load Diff
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because it is too large
Load Diff
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because it is too large
Load Diff
File diff suppressed because one or more lines are too long
File diff suppressed because it is too large
Load Diff
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because it is too large
Load Diff
File diff suppressed because one or more lines are too long
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in new issue