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.
3232 lines
82 KiB
3232 lines
82 KiB
/* 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-popover {
|
|
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;
|
|
top: 0;
|
|
left: 0;
|
|
z-index: 1030;
|
|
font-weight: normal;
|
|
white-space: normal;
|
|
text-align: left;
|
|
cursor: auto;
|
|
-webkit-user-select: text;
|
|
-moz-user-select: text;
|
|
-ms-user-select: text;
|
|
user-select: text;
|
|
}
|
|
.ant-popover::after {
|
|
position: absolute;
|
|
background: rgba(255, 255, 255, 0.01);
|
|
content: '';
|
|
}
|
|
.ant-popover-hidden {
|
|
display: none;
|
|
}
|
|
.ant-popover-placement-top,
|
|
.ant-popover-placement-topLeft,
|
|
.ant-popover-placement-topRight {
|
|
padding-bottom: 10px;
|
|
}
|
|
.ant-popover-placement-right,
|
|
.ant-popover-placement-rightTop,
|
|
.ant-popover-placement-rightBottom {
|
|
padding-left: 10px;
|
|
}
|
|
.ant-popover-placement-bottom,
|
|
.ant-popover-placement-bottomLeft,
|
|
.ant-popover-placement-bottomRight {
|
|
padding-top: 10px;
|
|
}
|
|
.ant-popover-placement-left,
|
|
.ant-popover-placement-leftTop,
|
|
.ant-popover-placement-leftBottom {
|
|
padding-right: 10px;
|
|
}
|
|
.ant-popover-inner {
|
|
background-color: #fff;
|
|
background-clip: padding-box;
|
|
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);
|
|
box-shadow: 0 0 8px rgba(0, 0, 0, 0.15) \9;
|
|
}
|
|
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
|
|
.ant-popover {
|
|
/* IE10+ */
|
|
}
|
|
.ant-popover-inner {
|
|
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-popover-title {
|
|
min-width: 177px;
|
|
min-height: 28px;
|
|
margin: 0;
|
|
padding: 5px 12px 4px;
|
|
color: rgba(0, 0, 0, 0.85);
|
|
font-weight: 500;
|
|
border-bottom: 1px solid #f0f0f0;
|
|
}
|
|
.ant-popover-inner-content {
|
|
padding: 8px 12px;
|
|
color: rgba(0, 0, 0, 0.85);
|
|
}
|
|
.ant-popover-message {
|
|
position: relative;
|
|
padding: 4px 0 12px;
|
|
color: rgba(0, 0, 0, 0.85);
|
|
font-size: 12px;
|
|
}
|
|
.ant-popover-message > .anticon {
|
|
position: absolute;
|
|
top: 8.00002px;
|
|
color: #faad14;
|
|
font-size: 12px;
|
|
}
|
|
.ant-popover-message-title {
|
|
padding-left: 20px;
|
|
}
|
|
.ant-popover-buttons {
|
|
margin-bottom: 4px;
|
|
text-align: right;
|
|
}
|
|
.ant-popover-buttons button {
|
|
margin-left: 8px;
|
|
}
|
|
.ant-popover-arrow {
|
|
position: absolute;
|
|
display: block;
|
|
width: 8.48528137px;
|
|
height: 8.48528137px;
|
|
background: transparent;
|
|
border-style: solid;
|
|
border-width: 4.24264069px;
|
|
-ms-transform: rotate(45deg);
|
|
transform: rotate(45deg);
|
|
}
|
|
.ant-popover-placement-top > .ant-popover-content > .ant-popover-arrow,
|
|
.ant-popover-placement-topLeft > .ant-popover-content > .ant-popover-arrow,
|
|
.ant-popover-placement-topRight > .ant-popover-content > .ant-popover-arrow {
|
|
bottom: 6.2px;
|
|
border-top-color: transparent;
|
|
border-right-color: #fff;
|
|
border-bottom-color: #fff;
|
|
border-left-color: transparent;
|
|
box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.07);
|
|
}
|
|
.ant-popover-placement-top > .ant-popover-content > .ant-popover-arrow {
|
|
left: 50%;
|
|
-ms-transform: translateX(-50%) rotate(45deg);
|
|
transform: translateX(-50%) rotate(45deg);
|
|
}
|
|
.ant-popover-placement-topLeft > .ant-popover-content > .ant-popover-arrow {
|
|
left: 16px;
|
|
}
|
|
.ant-popover-placement-topRight > .ant-popover-content > .ant-popover-arrow {
|
|
right: 16px;
|
|
}
|
|
.ant-popover-placement-right > .ant-popover-content > .ant-popover-arrow,
|
|
.ant-popover-placement-rightTop > .ant-popover-content > .ant-popover-arrow,
|
|
.ant-popover-placement-rightBottom > .ant-popover-content > .ant-popover-arrow {
|
|
left: 6px;
|
|
border-top-color: transparent;
|
|
border-right-color: transparent;
|
|
border-bottom-color: #fff;
|
|
border-left-color: #fff;
|
|
box-shadow: -3px 3px 7px rgba(0, 0, 0, 0.07);
|
|
}
|
|
.ant-popover-placement-right > .ant-popover-content > .ant-popover-arrow {
|
|
top: 50%;
|
|
-ms-transform: translateY(-50%) rotate(45deg);
|
|
transform: translateY(-50%) rotate(45deg);
|
|
}
|
|
.ant-popover-placement-rightTop > .ant-popover-content > .ant-popover-arrow {
|
|
top: 12px;
|
|
}
|
|
.ant-popover-placement-rightBottom > .ant-popover-content > .ant-popover-arrow {
|
|
bottom: 12px;
|
|
}
|
|
.ant-popover-placement-bottom > .ant-popover-content > .ant-popover-arrow,
|
|
.ant-popover-placement-bottomLeft > .ant-popover-content > .ant-popover-arrow,
|
|
.ant-popover-placement-bottomRight > .ant-popover-content > .ant-popover-arrow {
|
|
top: 6px;
|
|
border-top-color: #fff;
|
|
border-right-color: transparent;
|
|
border-bottom-color: transparent;
|
|
border-left-color: #fff;
|
|
box-shadow: -2px -2px 5px rgba(0, 0, 0, 0.06);
|
|
}
|
|
.ant-popover-placement-bottom > .ant-popover-content > .ant-popover-arrow {
|
|
left: 50%;
|
|
-ms-transform: translateX(-50%) rotate(45deg);
|
|
transform: translateX(-50%) rotate(45deg);
|
|
}
|
|
.ant-popover-placement-bottomLeft > .ant-popover-content > .ant-popover-arrow {
|
|
left: 16px;
|
|
}
|
|
.ant-popover-placement-bottomRight > .ant-popover-content > .ant-popover-arrow {
|
|
right: 16px;
|
|
}
|
|
.ant-popover-placement-left > .ant-popover-content > .ant-popover-arrow,
|
|
.ant-popover-placement-leftTop > .ant-popover-content > .ant-popover-arrow,
|
|
.ant-popover-placement-leftBottom > .ant-popover-content > .ant-popover-arrow {
|
|
right: 6px;
|
|
border-top-color: #fff;
|
|
border-right-color: #fff;
|
|
border-bottom-color: transparent;
|
|
border-left-color: transparent;
|
|
box-shadow: 3px -3px 7px rgba(0, 0, 0, 0.07);
|
|
}
|
|
.ant-popover-placement-left > .ant-popover-content > .ant-popover-arrow {
|
|
top: 50%;
|
|
-ms-transform: translateY(-50%) rotate(45deg);
|
|
transform: translateY(-50%) rotate(45deg);
|
|
}
|
|
.ant-popover-placement-leftTop > .ant-popover-content > .ant-popover-arrow {
|
|
top: 12px;
|
|
}
|
|
.ant-popover-placement-leftBottom > .ant-popover-content > .ant-popover-arrow {
|
|
bottom: 12px;
|
|
}
|
|
.ant-popover-rtl {
|
|
direction: rtl;
|
|
text-align: right;
|
|
}
|
|
.ant-popover-rtl .ant-popover-message-title {
|
|
padding-right: 20px;
|
|
padding-left: 8px;
|
|
}
|
|
.ant-popover-rtl .ant-popover-buttons {
|
|
text-align: left;
|
|
}
|
|
.ant-popover-rtl .ant-popover-buttons button {
|
|
margin-right: 8px;
|
|
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-popconfirm {
|
|
z-index: 1060;
|
|
}
|
|
/* 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: -2px;
|
|
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 */
|
|
|
|
/* 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-cascader {
|
|
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-cascader-input.ant-input {
|
|
position: static;
|
|
width: 100%;
|
|
padding-right: 24px;
|
|
background-color: transparent !important;
|
|
cursor: pointer;
|
|
}
|
|
.ant-cascader-picker-show-search .ant-cascader-input.ant-input {
|
|
position: relative;
|
|
}
|
|
.ant-cascader-picker {
|
|
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;
|
|
background-color: #fff;
|
|
border-radius: 2px;
|
|
outline: 0;
|
|
cursor: pointer;
|
|
transition: color 0.3s;
|
|
}
|
|
.ant-cascader-picker-with-value .ant-cascader-picker-label {
|
|
color: transparent;
|
|
}
|
|
.ant-cascader-picker-disabled {
|
|
color: rgba(0, 0, 0, 0.25);
|
|
background: #f5f5f5;
|
|
cursor: not-allowed;
|
|
}
|
|
.ant-cascader-picker-disabled .ant-cascader-input {
|
|
cursor: not-allowed;
|
|
}
|
|
.ant-cascader-picker:focus .ant-cascader-input {
|
|
border-color: #40a9ff;
|
|
border-right-width: 1px !important;
|
|
outline: 0;
|
|
box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
|
|
}
|
|
.ant-cascader-picker-borderless .ant-cascader-input {
|
|
border-color: transparent !important;
|
|
box-shadow: none !important;
|
|
}
|
|
.ant-cascader-picker-show-search.ant-cascader-picker-focused {
|
|
color: rgba(0, 0, 0, 0.25);
|
|
}
|
|
.ant-cascader-picker-label {
|
|
position: absolute;
|
|
top: 50%;
|
|
left: 0;
|
|
width: 100%;
|
|
height: 20px;
|
|
margin-top: -10px;
|
|
padding: 0 20px 0 8px;
|
|
overflow: hidden;
|
|
line-height: 20px;
|
|
white-space: nowrap;
|
|
text-overflow: ellipsis;
|
|
}
|
|
.ant-cascader-picker-clear {
|
|
position: absolute;
|
|
top: 50%;
|
|
right: 8px;
|
|
z-index: 2;
|
|
width: 12px;
|
|
height: 12px;
|
|
margin-top: -6px;
|
|
color: rgba(0, 0, 0, 0.25);
|
|
font-size: 12px;
|
|
line-height: 12px;
|
|
background: #fff;
|
|
cursor: pointer;
|
|
opacity: 0;
|
|
transition: color 0.3s ease, opacity 0.15s ease;
|
|
}
|
|
.ant-cascader-picker-clear:hover {
|
|
color: rgba(0, 0, 0, 0.45);
|
|
}
|
|
.ant-cascader-picker:hover .ant-cascader-picker-clear {
|
|
opacity: 1;
|
|
}
|
|
.ant-cascader-picker-arrow {
|
|
position: absolute;
|
|
top: 50%;
|
|
right: 8px;
|
|
z-index: 1;
|
|
width: 12px;
|
|
height: 12px;
|
|
margin-top: -6px;
|
|
color: rgba(0, 0, 0, 0.25);
|
|
font-size: 12px;
|
|
line-height: 12px;
|
|
}
|
|
.ant-cascader-picker-label:hover + .ant-cascader-input:not(.ant-cascader-picker-disabled .ant-cascader-picker-label:hover + .ant-cascader-input) {
|
|
border-color: #40a9ff;
|
|
border-right-width: 1px !important;
|
|
}
|
|
.ant-cascader-picker-small .ant-cascader-picker-clear,
|
|
.ant-cascader-picker-small .ant-cascader-picker-arrow {
|
|
right: 8px;
|
|
}
|
|
.ant-cascader-menus {
|
|
position: absolute;
|
|
z-index: 1050;
|
|
font-size: 12px;
|
|
white-space: nowrap;
|
|
background: #fff;
|
|
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-cascader-menus ul,
|
|
.ant-cascader-menus ol {
|
|
margin: 0;
|
|
list-style: none;
|
|
}
|
|
.ant-cascader-menus-empty,
|
|
.ant-cascader-menus-hidden {
|
|
display: none;
|
|
}
|
|
.ant-cascader-menus.slide-up-enter.slide-up-enter-active.ant-cascader-menus-placement-bottomLeft,
|
|
.ant-cascader-menus.slide-up-appear.slide-up-appear-active.ant-cascader-menus-placement-bottomLeft {
|
|
animation-name: antSlideUpIn;
|
|
}
|
|
.ant-cascader-menus.slide-up-enter.slide-up-enter-active.ant-cascader-menus-placement-topLeft,
|
|
.ant-cascader-menus.slide-up-appear.slide-up-appear-active.ant-cascader-menus-placement-topLeft {
|
|
animation-name: antSlideDownIn;
|
|
}
|
|
.ant-cascader-menus.slide-up-leave.slide-up-leave-active.ant-cascader-menus-placement-bottomLeft {
|
|
animation-name: antSlideUpOut;
|
|
}
|
|
.ant-cascader-menus.slide-up-leave.slide-up-leave-active.ant-cascader-menus-placement-topLeft {
|
|
animation-name: antSlideDownOut;
|
|
}
|
|
.ant-cascader-menu {
|
|
display: inline-block;
|
|
min-width: 111px;
|
|
height: 180px;
|
|
margin: 0;
|
|
padding: 4px 0;
|
|
overflow: auto;
|
|
vertical-align: top;
|
|
list-style: none;
|
|
border-right: 1px solid #f0f0f0;
|
|
-ms-overflow-style: -ms-autohiding-scrollbar;
|
|
}
|
|
.ant-cascader-menu:first-child {
|
|
border-radius: 2px 0 0 2px;
|
|
}
|
|
.ant-cascader-menu:last-child {
|
|
margin-right: -1px;
|
|
border-right-color: transparent;
|
|
border-radius: 0 2px 2px 0;
|
|
}
|
|
.ant-cascader-menu:only-child {
|
|
border-radius: 2px;
|
|
}
|
|
.ant-cascader-menu-item {
|
|
padding: 5px 8px;
|
|
overflow: hidden;
|
|
line-height: 18px;
|
|
white-space: nowrap;
|
|
text-overflow: ellipsis;
|
|
cursor: pointer;
|
|
transition: all 0.3s;
|
|
}
|
|
.ant-cascader-menu-item:hover {
|
|
background: #f5f5f5;
|
|
}
|
|
.ant-cascader-menu-item-disabled {
|
|
color: rgba(0, 0, 0, 0.25);
|
|
cursor: not-allowed;
|
|
}
|
|
.ant-cascader-menu-item-disabled:hover {
|
|
background: transparent;
|
|
}
|
|
.ant-cascader-menu-empty .ant-cascader-menu-item {
|
|
color: rgba(0, 0, 0, 0.25);
|
|
cursor: default;
|
|
pointer-events: none;
|
|
}
|
|
.ant-cascader-menu-item-active:not(.ant-cascader-menu-item-disabled),
|
|
.ant-cascader-menu-item-active:not(.ant-cascader-menu-item-disabled):hover {
|
|
font-weight: 600;
|
|
background-color: #e6f7ff;
|
|
}
|
|
.ant-cascader-menu-item-expand {
|
|
position: relative;
|
|
padding-right: 24px;
|
|
}
|
|
.ant-cascader-menu-item-expand .ant-cascader-menu-item-expand-icon,
|
|
.ant-cascader-menu-item-loading-icon {
|
|
display: inline-block;
|
|
font-size: 10px;
|
|
position: absolute;
|
|
right: 8px;
|
|
color: rgba(0, 0, 0, 0.45);
|
|
}
|
|
.ant-cascader-menu-item-disabled.ant-cascader-menu-item-expand .ant-cascader-menu-item-expand-icon,
|
|
.ant-cascader-menu-item-disabled.ant-cascader-menu-item-loading-icon {
|
|
color: rgba(0, 0, 0, 0.25);
|
|
}
|
|
.ant-cascader-menu-item .ant-cascader-menu-item-keyword {
|
|
color: #ff4d4f;
|
|
}
|
|
.ant-cascader-picker-rtl .ant-cascader-input.ant-input {
|
|
padding-right: 7px;
|
|
padding-left: 24px;
|
|
text-align: right;
|
|
}
|
|
.ant-cascader-picker-rtl {
|
|
direction: rtl;
|
|
}
|
|
.ant-cascader-picker-rtl .ant-cascader-picker-label {
|
|
padding: 0 8px 0 20px;
|
|
text-align: right;
|
|
}
|
|
.ant-cascader-picker-rtl .ant-cascader-picker-clear {
|
|
right: auto;
|
|
left: 8px;
|
|
}
|
|
.ant-cascader-picker-rtl .ant-cascader-picker-arrow {
|
|
right: auto;
|
|
left: 8px;
|
|
}
|
|
.ant-cascader-picker-rtl.ant-cascader-picker-small .ant-cascader-picker-clear,
|
|
.ant-cascader-picker-rtl.ant-cascader-picker-small .ant-cascader-picker-arrow {
|
|
right: auto;
|
|
left: 8px;
|
|
}
|
|
.ant-cascader-menu-rtl .ant-cascader-menu {
|
|
direction: rtl;
|
|
border-right: none;
|
|
border-left: 1px solid #f0f0f0;
|
|
}
|
|
.ant-cascader-menu-rtl .ant-cascader-menu:first-child {
|
|
border-radius: 0 2px 2px 0;
|
|
}
|
|
.ant-cascader-menu-rtl .ant-cascader-menu:last-child {
|
|
margin-right: 0;
|
|
margin-left: -1px;
|
|
border-left-color: transparent;
|
|
border-radius: 2px 0 0 2px;
|
|
}
|
|
.ant-cascader-menu-rtl .ant-cascader-menu:only-child {
|
|
border-radius: 2px;
|
|
}
|
|
.ant-cascader-menu-rtl .ant-cascader-menu-item-expand {
|
|
padding-right: 8px;
|
|
padding-left: 24px;
|
|
}
|
|
.ant-cascader-menu-rtl .ant-cascader-menu-item-expand .ant-cascader-menu-item-expand-icon,
|
|
.ant-cascader-menu-rtl .ant-cascader-menu-item-loading-icon {
|
|
right: auto;
|
|
left: 8px;
|
|
}
|
|
/* 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-empty {
|
|
margin: 0 8px;
|
|
font-size: 12px;
|
|
line-height: 1.66667;
|
|
text-align: center;
|
|
}
|
|
.ant-empty-image {
|
|
height: 100px;
|
|
margin-bottom: 8px;
|
|
}
|
|
.ant-empty-image img {
|
|
height: 100%;
|
|
}
|
|
.ant-empty-image svg {
|
|
height: 100%;
|
|
margin: auto;
|
|
}
|
|
.ant-empty-description {
|
|
margin: 0;
|
|
}
|
|
.ant-empty-footer {
|
|
margin-top: 16px;
|
|
}
|
|
.ant-empty-normal {
|
|
margin: 32px 0;
|
|
color: rgba(0, 0, 0, 0.25);
|
|
}
|
|
.ant-empty-normal .ant-empty-image {
|
|
height: 40px;
|
|
}
|
|
.ant-empty-small {
|
|
margin: 8px 0;
|
|
color: rgba(0, 0, 0, 0.25);
|
|
}
|
|
.ant-empty-small .ant-empty-image {
|
|
height: 35px;
|
|
}
|
|
.ant-empty-img-default-ellipse {
|
|
fill-opacity: 0.8;
|
|
fill: #f5f5f5;
|
|
}
|
|
.ant-empty-img-default-path-1 {
|
|
fill: #aeb8c2;
|
|
}
|
|
.ant-empty-img-default-path-2 {
|
|
fill: url(#linearGradient-1);
|
|
}
|
|
.ant-empty-img-default-path-3 {
|
|
fill: #f5f5f7;
|
|
}
|
|
.ant-empty-img-default-path-4 {
|
|
fill: #dce0e6;
|
|
}
|
|
.ant-empty-img-default-path-5 {
|
|
fill: #dce0e6;
|
|
}
|
|
.ant-empty-img-default-g {
|
|
fill: #fff;
|
|
}
|
|
.ant-empty-img-simple-ellipse {
|
|
fill: #f5f5f5;
|
|
}
|
|
.ant-empty-img-simple-g {
|
|
stroke: #d9d9d9;
|
|
}
|
|
.ant-empty-img-simple-path {
|
|
fill: #fafafa;
|
|
}
|
|
.ant-empty-rtl {
|
|
direction: rtl;
|
|
}
|
|
/* 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-select-single .ant-select-selector {
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
}
|
|
.ant-select-single .ant-select-selector .ant-select-selection-search {
|
|
position: absolute;
|
|
top: 0;
|
|
right: 7px;
|
|
bottom: 0;
|
|
left: 7px;
|
|
}
|
|
.ant-select-single .ant-select-selector .ant-select-selection-search-input {
|
|
width: 100%;
|
|
}
|
|
.ant-select-single .ant-select-selector .ant-select-selection-item,
|
|
.ant-select-single .ant-select-selector .ant-select-selection-placeholder {
|
|
padding: 0;
|
|
line-height: 26px;
|
|
transition: all 0.3s;
|
|
}
|
|
@supports (-moz-appearance: meterbar) {
|
|
.ant-select-single .ant-select-selector .ant-select-selection-item,
|
|
.ant-select-single .ant-select-selector .ant-select-selection-placeholder {
|
|
line-height: 26px;
|
|
}
|
|
}
|
|
.ant-select-single .ant-select-selector .ant-select-selection-item {
|
|
position: relative;
|
|
-webkit-user-select: none;
|
|
-moz-user-select: none;
|
|
-ms-user-select: none;
|
|
user-select: none;
|
|
}
|
|
.ant-select-single .ant-select-selector .ant-select-selection-placeholder {
|
|
pointer-events: none;
|
|
}
|
|
.ant-select-single .ant-select-selector::after,
|
|
.ant-select-single .ant-select-selector .ant-select-selection-item::after,
|
|
.ant-select-single .ant-select-selector .ant-select-selection-placeholder::after {
|
|
display: inline-block;
|
|
width: 0;
|
|
visibility: hidden;
|
|
content: '\a0';
|
|
}
|
|
.ant-select-single.ant-select-show-arrow .ant-select-selection-search {
|
|
right: 19px;
|
|
}
|
|
.ant-select-single.ant-select-show-arrow .ant-select-selection-item,
|
|
.ant-select-single.ant-select-show-arrow .ant-select-selection-placeholder {
|
|
padding-right: 15px;
|
|
}
|
|
.ant-select-single.ant-select-open .ant-select-selection-item {
|
|
opacity: 0.4;
|
|
}
|
|
.ant-select-single:not(.ant-select-customize-input) .ant-select-selector {
|
|
position: relative;
|
|
background-color: #fff;
|
|
border: 1px solid #d9d9d9;
|
|
border-radius: 2px;
|
|
transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
|
|
width: 100%;
|
|
height: 28px;
|
|
padding: 0 7px;
|
|
}
|
|
.ant-select-single:not(.ant-select-customize-input) .ant-select-selector input {
|
|
cursor: pointer;
|
|
}
|
|
.ant-select-show-search.ant-select-single:not(.ant-select-customize-input) .ant-select-selector {
|
|
cursor: text;
|
|
}
|
|
.ant-select-show-search.ant-select-single:not(.ant-select-customize-input) .ant-select-selector input {
|
|
cursor: auto;
|
|
}
|
|
.ant-select-focused.ant-select-single:not(.ant-select-customize-input) .ant-select-selector:not(.ant-select-disabled.ant-select-single:not(.ant-select-customize-input) .ant-select-selector) {
|
|
border-color: #40a9ff;
|
|
border-right-width: 1px !important;
|
|
outline: 0;
|
|
box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
|
|
}
|
|
.ant-select-disabled.ant-select-single:not(.ant-select-customize-input) .ant-select-selector {
|
|
color: rgba(0, 0, 0, 0.25);
|
|
background: #f5f5f5;
|
|
cursor: not-allowed;
|
|
}
|
|
.ant-select-disabled.ant-select-single:not(.ant-select-customize-input) .ant-select-selector input {
|
|
cursor: not-allowed;
|
|
}
|
|
.ant-select-single:not(.ant-select-customize-input) .ant-select-selector .ant-select-selection-search-input {
|
|
margin: 0;
|
|
padding: 0;
|
|
background: transparent;
|
|
border: none;
|
|
outline: none;
|
|
}
|
|
.ant-select-single:not(.ant-select-customize-input) .ant-select-selector .ant-select-selection-search-input {
|
|
height: 26px;
|
|
}
|
|
.ant-select-single:not(.ant-select-customize-input) .ant-select-selector::after {
|
|
line-height: 26px;
|
|
}
|
|
.ant-select-single.ant-select-customize-input .ant-select-selector::after {
|
|
display: none;
|
|
}
|
|
.ant-select-single.ant-select-customize-input .ant-select-selector .ant-select-selection-search {
|
|
position: static;
|
|
width: 100%;
|
|
}
|
|
.ant-select-single.ant-select-customize-input .ant-select-selector .ant-select-selection-placeholder {
|
|
position: absolute;
|
|
right: 0;
|
|
left: 0;
|
|
padding: 0 7px;
|
|
}
|
|
.ant-select-single.ant-select-customize-input .ant-select-selector .ant-select-selection-placeholder::after {
|
|
display: none;
|
|
}
|
|
.ant-select-single.ant-select-lg:not(.ant-select-customize-input) .ant-select-selector {
|
|
height: 32px;
|
|
}
|
|
.ant-select-single.ant-select-lg:not(.ant-select-customize-input) .ant-select-selector::after,
|
|
.ant-select-single.ant-select-lg:not(.ant-select-customize-input) .ant-select-selector .ant-select-selection-item,
|
|
.ant-select-single.ant-select-lg:not(.ant-select-customize-input) .ant-select-selector .ant-select-selection-placeholder {
|
|
line-height: 30px;
|
|
}
|
|
.ant-select-single.ant-select-lg:not(.ant-select-customize-input):not(.ant-select-customize-input) .ant-select-selection-search-input {
|
|
height: 30px;
|
|
}
|
|
.ant-select-single.ant-select-sm:not(.ant-select-customize-input) .ant-select-selector {
|
|
height: 22px;
|
|
}
|
|
.ant-select-single.ant-select-sm:not(.ant-select-customize-input) .ant-select-selector::after,
|
|
.ant-select-single.ant-select-sm:not(.ant-select-customize-input) .ant-select-selector .ant-select-selection-item,
|
|
.ant-select-single.ant-select-sm:not(.ant-select-customize-input) .ant-select-selector .ant-select-selection-placeholder {
|
|
line-height: 20px;
|
|
}
|
|
.ant-select-single.ant-select-sm:not(.ant-select-customize-input):not(.ant-select-customize-input) .ant-select-selection-search-input {
|
|
height: 20px;
|
|
}
|
|
.ant-select-single.ant-select-sm:not(.ant-select-customize-input) .ant-select-selection-search {
|
|
right: 7px;
|
|
left: 7px;
|
|
}
|
|
.ant-select-single.ant-select-sm:not(.ant-select-customize-input) .ant-select-selector {
|
|
padding: 0 7px;
|
|
}
|
|
.ant-select-single.ant-select-sm:not(.ant-select-customize-input).ant-select-show-arrow .ant-select-selection-search {
|
|
right: 25px;
|
|
}
|
|
.ant-select-single.ant-select-sm:not(.ant-select-customize-input).ant-select-show-arrow .ant-select-selection-item,
|
|
.ant-select-single.ant-select-sm:not(.ant-select-customize-input).ant-select-show-arrow .ant-select-selection-placeholder {
|
|
padding-right: 18px;
|
|
}
|
|
.ant-select-single.ant-select-lg:not(.ant-select-customize-input) .ant-select-selector {
|
|
padding: 0 11px;
|
|
}
|
|
/**
|
|
* Do not merge `height` & `line-height` under style with `selection` & `search`,
|
|
* since chrome may update to redesign with its align logic.
|
|
*/
|
|
.ant-select-multiple .ant-select-selector {
|
|
position: relative;
|
|
background-color: #fff;
|
|
border: 1px solid #d9d9d9;
|
|
border-radius: 2px;
|
|
transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-ms-flex-wrap: wrap;
|
|
flex-wrap: wrap;
|
|
-ms-flex-align: center;
|
|
align-items: center;
|
|
padding: 0 3px;
|
|
}
|
|
.ant-select-multiple .ant-select-selector input {
|
|
cursor: pointer;
|
|
}
|
|
.ant-select-show-search.ant-select-multiple .ant-select-selector {
|
|
cursor: text;
|
|
}
|
|
.ant-select-show-search.ant-select-multiple .ant-select-selector input {
|
|
cursor: auto;
|
|
}
|
|
.ant-select-focused.ant-select-multiple .ant-select-selector:not(.ant-select-disabled.ant-select-multiple .ant-select-selector) {
|
|
border-color: #40a9ff;
|
|
border-right-width: 1px !important;
|
|
outline: 0;
|
|
box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
|
|
}
|
|
.ant-select-disabled.ant-select-multiple .ant-select-selector {
|
|
color: rgba(0, 0, 0, 0.25);
|
|
background: #f5f5f5;
|
|
cursor: not-allowed;
|
|
}
|
|
.ant-select-disabled.ant-select-multiple .ant-select-selector input {
|
|
cursor: not-allowed;
|
|
}
|
|
.ant-select-multiple .ant-select-selector .ant-select-selection-search-input {
|
|
margin: 0;
|
|
padding: 0;
|
|
background: transparent;
|
|
border: none;
|
|
outline: none;
|
|
}
|
|
.ant-select-show-search.ant-select-multiple .ant-select-selector {
|
|
cursor: text;
|
|
}
|
|
.ant-select-disabled.ant-select-multiple .ant-select-selector {
|
|
background: #f5f5f5;
|
|
cursor: not-allowed;
|
|
}
|
|
.ant-select-multiple .ant-select-selector::after {
|
|
display: inline-block;
|
|
width: 0;
|
|
margin: 3px 0;
|
|
line-height: 20px;
|
|
content: '\a0';
|
|
}
|
|
.ant-select-multiple.ant-select-show-arrow .ant-select-selector,
|
|
.ant-select-multiple.ant-select-allow-clear .ant-select-selector {
|
|
padding-right: 20px;
|
|
}
|
|
.ant-select-multiple .ant-select-selection-item {
|
|
position: relative;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-ms-flex: none;
|
|
flex: none;
|
|
box-sizing: border-box;
|
|
max-width: 100%;
|
|
height: 20px;
|
|
margin-top: 3px;
|
|
margin-right: 3px;
|
|
margin-bottom: 3px;
|
|
padding: 0 2px 0 4px;
|
|
line-height: 18px;
|
|
background: #f5f5f5;
|
|
border: 1px solid #f0f0f0;
|
|
border-radius: 2px;
|
|
cursor: default;
|
|
transition: font-size 0.3s, line-height 0.3s, height 0.3s;
|
|
-webkit-user-select: none;
|
|
-moz-user-select: none;
|
|
-ms-user-select: none;
|
|
user-select: none;
|
|
}
|
|
.ant-select-disabled.ant-select-multiple .ant-select-selection-item {
|
|
color: #bfbfbf;
|
|
border-color: #d9d9d9;
|
|
cursor: not-allowed;
|
|
}
|
|
.ant-select-multiple .ant-select-selection-item-content {
|
|
display: inline-block;
|
|
margin-right: 2px;
|
|
overflow: hidden;
|
|
white-space: nowrap;
|
|
text-overflow: ellipsis;
|
|
}
|
|
.ant-select-multiple .ant-select-selection-item-remove {
|
|
color: inherit;
|
|
font-style: normal;
|
|
line-height: 0;
|
|
text-align: center;
|
|
text-transform: none;
|
|
vertical-align: -0.125em;
|
|
text-rendering: optimizeLegibility;
|
|
-webkit-font-smoothing: antialiased;
|
|
-moz-osx-font-smoothing: grayscale;
|
|
color: rgba(0, 0, 0, 0.45);
|
|
font-weight: bold;
|
|
font-size: 12px;
|
|
line-height: inherit;
|
|
cursor: pointer;
|
|
display: inline-block;
|
|
font-size: 10px;
|
|
}
|
|
.ant-select-multiple .ant-select-selection-item-remove > * {
|
|
line-height: 1;
|
|
}
|
|
.ant-select-multiple .ant-select-selection-item-remove svg {
|
|
display: inline-block;
|
|
}
|
|
.ant-select-multiple .ant-select-selection-item-remove::before {
|
|
display: none;
|
|
}
|
|
.ant-select-multiple .ant-select-selection-item-remove .ant-select-multiple .ant-select-selection-item-remove-icon {
|
|
display: block;
|
|
}
|
|
.ant-select-multiple .ant-select-selection-item-remove > .anticon {
|
|
vertical-align: -0.2em;
|
|
}
|
|
.ant-select-multiple .ant-select-selection-item-remove:hover {
|
|
color: rgba(0, 0, 0, 0.75);
|
|
}
|
|
.ant-select-multiple .ant-select-selection-search {
|
|
position: relative;
|
|
margin-left: 0;
|
|
}
|
|
.ant-select-multiple .ant-select-selection-search-input,
|
|
.ant-select-multiple .ant-select-selection-search-mirror {
|
|
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';
|
|
line-height: 1.66667;
|
|
transition: all 0.3s;
|
|
}
|
|
.ant-select-multiple .ant-select-selection-search-input {
|
|
width: 100%;
|
|
min-width: 3px;
|
|
}
|
|
.ant-select-multiple .ant-select-selection-search-mirror {
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
z-index: 999;
|
|
white-space: nowrap;
|
|
visibility: hidden;
|
|
}
|
|
.ant-select-multiple .ant-select-selection-search:first-child .ant-select-selection-search-input {
|
|
margin-left: 6.5px;
|
|
}
|
|
.ant-select-multiple .ant-select-selection-placeholder {
|
|
position: absolute;
|
|
top: 50%;
|
|
right: 7px;
|
|
left: 7px;
|
|
-ms-transform: translateY(-50%);
|
|
transform: translateY(-50%);
|
|
transition: all 0.3s;
|
|
}
|
|
.ant-select-multiple.ant-select-lg .ant-select-selector::after {
|
|
line-height: 26px;
|
|
}
|
|
.ant-select-multiple.ant-select-lg .ant-select-selection-item {
|
|
height: 26px;
|
|
line-height: 24px;
|
|
}
|
|
.ant-select-multiple.ant-select-lg .ant-select-selection-search {
|
|
height: 26px;
|
|
line-height: 26px;
|
|
}
|
|
.ant-select-multiple.ant-select-lg .ant-select-selection-search-input,
|
|
.ant-select-multiple.ant-select-lg .ant-select-selection-search-mirror {
|
|
height: 26px;
|
|
line-height: 24px;
|
|
}
|
|
.ant-select-multiple.ant-select-sm .ant-select-selector::after {
|
|
line-height: 16px;
|
|
}
|
|
.ant-select-multiple.ant-select-sm .ant-select-selection-item {
|
|
height: 16px;
|
|
line-height: 14px;
|
|
}
|
|
.ant-select-multiple.ant-select-sm .ant-select-selection-search {
|
|
height: 16px;
|
|
line-height: 16px;
|
|
}
|
|
.ant-select-multiple.ant-select-sm .ant-select-selection-search-input,
|
|
.ant-select-multiple.ant-select-sm .ant-select-selection-search-mirror {
|
|
height: 16px;
|
|
line-height: 14px;
|
|
}
|
|
.ant-select-multiple.ant-select-sm .ant-select-selection-placeholder {
|
|
left: 7px;
|
|
}
|
|
.ant-select-multiple.ant-select-sm .ant-select-selection-search:first-child .ant-select-selection-search-input {
|
|
margin-left: 3px;
|
|
}
|
|
.ant-select-multiple.ant-select-lg .ant-select-selection-item {
|
|
height: 24px;
|
|
line-height: 24px;
|
|
}
|
|
.ant-select-disabled .ant-select-selection-item-remove {
|
|
display: none;
|
|
}
|
|
/* Reset search input style */
|
|
.ant-select {
|
|
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;
|
|
cursor: pointer;
|
|
}
|
|
.ant-select:not(.ant-select-disabled):hover .ant-select-selector {
|
|
border-color: #40a9ff;
|
|
border-right-width: 1px !important;
|
|
}
|
|
.ant-select-selection-item {
|
|
-ms-flex: 1 1;
|
|
flex: 1 1;
|
|
overflow: hidden;
|
|
white-space: nowrap;
|
|
text-overflow: ellipsis;
|
|
}
|
|
@media all and (-ms-high-contrast: none) {
|
|
.ant-select-selection-item *::-ms-backdrop,
|
|
.ant-select-selection-item {
|
|
-ms-flex: auto;
|
|
flex: auto;
|
|
}
|
|
}
|
|
.ant-select-selection-placeholder {
|
|
-ms-flex: 1 1;
|
|
flex: 1 1;
|
|
overflow: hidden;
|
|
white-space: nowrap;
|
|
text-overflow: ellipsis;
|
|
opacity: 0.4;
|
|
}
|
|
@media all and (-ms-high-contrast: none) {
|
|
.ant-select-selection-placeholder *::-ms-backdrop,
|
|
.ant-select-selection-placeholder {
|
|
-ms-flex: auto;
|
|
flex: auto;
|
|
}
|
|
}
|
|
.ant-select-arrow {
|
|
display: inline-block;
|
|
color: inherit;
|
|
font-style: normal;
|
|
line-height: 0;
|
|
text-transform: none;
|
|
vertical-align: -0.125em;
|
|
text-rendering: optimizeLegibility;
|
|
-webkit-font-smoothing: antialiased;
|
|
-moz-osx-font-smoothing: grayscale;
|
|
position: absolute;
|
|
top: 53%;
|
|
right: 7px;
|
|
width: 12px;
|
|
height: 12px;
|
|
margin-top: -6px;
|
|
color: rgba(0, 0, 0, 0.25);
|
|
font-size: 12px;
|
|
line-height: 1;
|
|
text-align: center;
|
|
pointer-events: none;
|
|
}
|
|
.ant-select-arrow > * {
|
|
line-height: 1;
|
|
}
|
|
.ant-select-arrow svg {
|
|
display: inline-block;
|
|
}
|
|
.ant-select-arrow::before {
|
|
display: none;
|
|
}
|
|
.ant-select-arrow .ant-select-arrow-icon {
|
|
display: block;
|
|
}
|
|
.ant-select-arrow .anticon {
|
|
vertical-align: top;
|
|
transition: transform 0.3s;
|
|
}
|
|
.ant-select-arrow .anticon > svg {
|
|
vertical-align: top;
|
|
}
|
|
.ant-select-arrow .anticon:not(.ant-select-suffix) {
|
|
pointer-events: auto;
|
|
}
|
|
.ant-select-disabled .ant-select-arrow {
|
|
cursor: not-allowed;
|
|
}
|
|
.ant-select-clear {
|
|
position: absolute;
|
|
top: 50%;
|
|
right: 7px;
|
|
z-index: 1;
|
|
display: inline-block;
|
|
width: 12px;
|
|
height: 12px;
|
|
margin-top: -6px;
|
|
color: rgba(0, 0, 0, 0.25);
|
|
font-size: 12px;
|
|
font-style: normal;
|
|
line-height: 1;
|
|
text-align: center;
|
|
text-transform: none;
|
|
background: #fff;
|
|
cursor: pointer;
|
|
opacity: 0;
|
|
transition: color 0.3s ease, opacity 0.15s ease;
|
|
text-rendering: auto;
|
|
}
|
|
.ant-select-clear::before {
|
|
display: block;
|
|
}
|
|
.ant-select-clear:hover {
|
|
color: rgba(0, 0, 0, 0.45);
|
|
}
|
|
.ant-select:hover .ant-select-clear {
|
|
opacity: 1;
|
|
}
|
|
.ant-select-dropdown {
|
|
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", ;
|
|
position: absolute;
|
|
top: -9999px;
|
|
left: -9999px;
|
|
z-index: 1050;
|
|
box-sizing: border-box;
|
|
padding: 4px 0;
|
|
overflow: hidden;
|
|
font-size: 12px;
|
|
font-variant: initial;
|
|
background-color: #fff;
|
|
border-radius: 2px;
|
|
outline: none;
|
|
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-select-dropdown.slide-up-enter.slide-up-enter-active.ant-select-dropdown-placement-bottomLeft,
|
|
.ant-select-dropdown.slide-up-appear.slide-up-appear-active.ant-select-dropdown-placement-bottomLeft {
|
|
animation-name: antSlideUpIn;
|
|
}
|
|
.ant-select-dropdown.slide-up-enter.slide-up-enter-active.ant-select-dropdown-placement-topLeft,
|
|
.ant-select-dropdown.slide-up-appear.slide-up-appear-active.ant-select-dropdown-placement-topLeft {
|
|
animation-name: antSlideDownIn;
|
|
}
|
|
.ant-select-dropdown.slide-up-leave.slide-up-leave-active.ant-select-dropdown-placement-bottomLeft {
|
|
animation-name: antSlideUpOut;
|
|
}
|
|
.ant-select-dropdown.slide-up-leave.slide-up-leave-active.ant-select-dropdown-placement-topLeft {
|
|
animation-name: antSlideDownOut;
|
|
}
|
|
.ant-select-dropdown-hidden {
|
|
display: none;
|
|
}
|
|
.ant-select-dropdown-empty {
|
|
color: rgba(0, 0, 0, 0.25);
|
|
}
|
|
.ant-select-item-empty {
|
|
position: relative;
|
|
display: block;
|
|
min-height: 28px;
|
|
padding: 5px 8px;
|
|
color: rgba(0, 0, 0, 0.85);
|
|
font-weight: normal;
|
|
font-size: 12px;
|
|
line-height: 18px;
|
|
color: rgba(0, 0, 0, 0.25);
|
|
}
|
|
.ant-select-item {
|
|
position: relative;
|
|
display: block;
|
|
min-height: 28px;
|
|
padding: 5px 8px;
|
|
color: rgba(0, 0, 0, 0.85);
|
|
font-weight: normal;
|
|
font-size: 12px;
|
|
line-height: 18px;
|
|
cursor: pointer;
|
|
transition: background 0.3s ease;
|
|
}
|
|
.ant-select-item-group {
|
|
color: rgba(0, 0, 0, 0.45);
|
|
font-size: 12px;
|
|
cursor: default;
|
|
}
|
|
.ant-select-item-option {
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
}
|
|
.ant-select-item-option-content {
|
|
-ms-flex: auto;
|
|
flex: auto;
|
|
overflow: hidden;
|
|
white-space: nowrap;
|
|
text-overflow: ellipsis;
|
|
}
|
|
.ant-select-item-option-state {
|
|
-ms-flex: none;
|
|
flex: none;
|
|
}
|
|
.ant-select-item-option-active:not(.ant-select-item-option-disabled) {
|
|
background-color: #f5f5f5;
|
|
}
|
|
.ant-select-item-option-selected:not(.ant-select-item-option-disabled) {
|
|
color: rgba(0, 0, 0, 0.85);
|
|
font-weight: 600;
|
|
background-color: #e6f7ff;
|
|
}
|
|
.ant-select-item-option-selected:not(.ant-select-item-option-disabled) .ant-select-item-option-state {
|
|
color: #1890ff;
|
|
}
|
|
.ant-select-item-option-disabled {
|
|
color: rgba(0, 0, 0, 0.25);
|
|
cursor: not-allowed;
|
|
}
|
|
.ant-select-item-option-grouped {
|
|
padding-left: 16px;
|
|
}
|
|
.ant-select-lg {
|
|
font-size: 14px;
|
|
}
|
|
.ant-select-borderless .ant-select-selector {
|
|
background-color: transparent !important;
|
|
border-color: transparent !important;
|
|
box-shadow: none !important;
|
|
}
|
|
.ant-select-rtl {
|
|
direction: rtl;
|
|
}
|
|
.ant-select-rtl .ant-select-arrow {
|
|
right: auto;
|
|
right: initial;
|
|
left: 7px;
|
|
}
|
|
.ant-select-rtl .ant-select-clear {
|
|
right: auto;
|
|
right: initial;
|
|
left: 7px;
|
|
}
|
|
.ant-select-dropdown-rtl {
|
|
direction: rtl;
|
|
}
|
|
.ant-select-dropdown-rtl .ant-select-item-option-grouped {
|
|
padding-right: 16px;
|
|
padding-left: 8px;
|
|
}
|
|
.ant-select-rtl.ant-select-multiple.ant-select-show-arrow .ant-select-selector,
|
|
.ant-select-rtl.ant-select-multiple.ant-select-allow-clear .ant-select-selector {
|
|
padding-right: 3px;
|
|
padding-left: 20px;
|
|
}
|
|
.ant-select-rtl.ant-select-multiple .ant-select-selection-item {
|
|
margin-right: 0;
|
|
margin-left: 3px;
|
|
padding: 0 4px 0 2px;
|
|
text-align: right;
|
|
}
|
|
.ant-select-rtl.ant-select-multiple .ant-select-selection-item-content {
|
|
margin-right: 0;
|
|
margin-left: 2px;
|
|
text-align: right;
|
|
}
|
|
.ant-select-rtl.ant-select-multiple .ant-select-selection-search {
|
|
margin-right: 0;
|
|
margin-left: 3px;
|
|
}
|
|
.ant-select-rtl.ant-select-multiple .ant-select-selection-search-mirror {
|
|
right: 0;
|
|
left: auto;
|
|
}
|
|
.ant-select-rtl.ant-select-multiple .ant-select-selection-placeholder {
|
|
right: 7px;
|
|
left: auto;
|
|
}
|
|
.ant-select-rtl.ant-select-multiple.ant-select-sm .ant-select-selection-placeholder {
|
|
right: 7px;
|
|
}
|
|
.ant-select-rtl.ant-select-single .ant-select-selector .ant-select-selection-item,
|
|
.ant-select-rtl.ant-select-single .ant-select-selector .ant-select-selection-placeholder {
|
|
right: 0;
|
|
left: 9px;
|
|
text-align: right;
|
|
}
|
|
.ant-select-rtl.ant-select-single.ant-select-show-arrow .ant-select-selection-search {
|
|
right: 7px;
|
|
left: 19px;
|
|
}
|
|
.ant-select-rtl.ant-select-single.ant-select-show-arrow .ant-select-selection-item,
|
|
.ant-select-rtl.ant-select-single.ant-select-show-arrow .ant-select-selection-placeholder {
|
|
padding-right: 0;
|
|
padding-left: 15px;
|
|
}
|
|
.ant-select-rtl.ant-select-single:not(.ant-select-customize-input) .ant-select-selector {
|
|
padding: 0 7px;
|
|
}
|
|
.ant-select-rtl.ant-select-single.ant-select-sm:not(.ant-select-customize-input).ant-select-show-arrow .ant-select-selection-search {
|
|
right: 0;
|
|
}
|
|
.ant-select-rtl.ant-select-single.ant-select-sm:not(.ant-select-customize-input).ant-select-show-arrow .ant-select-selection-item,
|
|
.ant-select-rtl.ant-select-single.ant-select-sm:not(.ant-select-customize-input).ant-select-show-arrow .ant-select-selection-placeholder {
|
|
padding-right: 0;
|
|
padding-left: 18px;
|
|
}
|
|
/* 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-collapse {
|
|
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";
|
|
background-color: #fafafa;
|
|
border: 1px solid #d9d9d9;
|
|
border-bottom: 0;
|
|
border-radius: 2px;
|
|
}
|
|
.ant-collapse > .ant-collapse-item {
|
|
border-bottom: 1px solid #d9d9d9;
|
|
}
|
|
.ant-collapse > .ant-collapse-item:last-child,
|
|
.ant-collapse > .ant-collapse-item:last-child > .ant-collapse-header {
|
|
border-radius: 0 0 2px 2px;
|
|
}
|
|
.ant-collapse > .ant-collapse-item > .ant-collapse-header {
|
|
position: relative;
|
|
padding: 8px 8px;
|
|
padding-left: 40px;
|
|
color: rgba(0, 0, 0, 0.85);
|
|
line-height: 1.66667;
|
|
cursor: pointer;
|
|
transition: all 0.3s;
|
|
}
|
|
.ant-collapse > .ant-collapse-item > .ant-collapse-header::before {
|
|
display: table;
|
|
content: '';
|
|
}
|
|
.ant-collapse > .ant-collapse-item > .ant-collapse-header::after {
|
|
display: table;
|
|
clear: both;
|
|
content: '';
|
|
}
|
|
.ant-collapse > .ant-collapse-item > .ant-collapse-header .ant-collapse-arrow {
|
|
color: inherit;
|
|
font-style: normal;
|
|
line-height: 0;
|
|
text-align: center;
|
|
text-transform: none;
|
|
vertical-align: -0.125em;
|
|
text-rendering: optimizeLegibility;
|
|
-webkit-font-smoothing: antialiased;
|
|
-moz-osx-font-smoothing: grayscale;
|
|
position: absolute;
|
|
top: 50%;
|
|
left: 16px;
|
|
display: inline-block;
|
|
font-size: 12px;
|
|
-ms-transform: translateY(-50%);
|
|
transform: translateY(-50%);
|
|
}
|
|
.ant-collapse > .ant-collapse-item > .ant-collapse-header .ant-collapse-arrow > * {
|
|
line-height: 1;
|
|
}
|
|
.ant-collapse > .ant-collapse-item > .ant-collapse-header .ant-collapse-arrow svg {
|
|
display: inline-block;
|
|
}
|
|
.ant-collapse > .ant-collapse-item > .ant-collapse-header .ant-collapse-arrow::before {
|
|
display: none;
|
|
}
|
|
.ant-collapse > .ant-collapse-item > .ant-collapse-header .ant-collapse-arrow .ant-collapse > .ant-collapse-item > .ant-collapse-header .ant-collapse-arrow-icon {
|
|
display: block;
|
|
}
|
|
.ant-collapse > .ant-collapse-item > .ant-collapse-header .ant-collapse-arrow svg {
|
|
transition: transform 0.24s;
|
|
}
|
|
.ant-collapse > .ant-collapse-item > .ant-collapse-header .ant-collapse-extra {
|
|
float: right;
|
|
}
|
|
.ant-collapse > .ant-collapse-item > .ant-collapse-header:focus {
|
|
outline: none;
|
|
}
|
|
.ant-collapse > .ant-collapse-item.ant-collapse-no-arrow > .ant-collapse-header {
|
|
padding-left: 12px;
|
|
}
|
|
.ant-collapse-icon-position-right > .ant-collapse-item > .ant-collapse-header {
|
|
padding: 8px 8px;
|
|
padding-right: 40px;
|
|
}
|
|
.ant-collapse-icon-position-right > .ant-collapse-item > .ant-collapse-header .ant-collapse-arrow {
|
|
right: 8px;
|
|
left: auto;
|
|
}
|
|
.ant-collapse-anim-active {
|
|
transition: height 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
|
|
}
|
|
.ant-collapse-content {
|
|
overflow: hidden;
|
|
color: rgba(0, 0, 0, 0.85);
|
|
background-color: #fff;
|
|
border-top: 1px solid #d9d9d9;
|
|
}
|
|
.ant-collapse-content > .ant-collapse-content-box {
|
|
padding: 8px 16px;
|
|
}
|
|
.ant-collapse-content-inactive {
|
|
display: none;
|
|
}
|
|
.ant-collapse-item:last-child > .ant-collapse-content {
|
|
border-radius: 0 0 2px 2px;
|
|
}
|
|
.ant-collapse-borderless {
|
|
background-color: #fafafa;
|
|
border: 0;
|
|
}
|
|
.ant-collapse-borderless > .ant-collapse-item {
|
|
border-bottom: 1px solid #d9d9d9;
|
|
}
|
|
.ant-collapse-borderless > .ant-collapse-item:last-child,
|
|
.ant-collapse-borderless > .ant-collapse-item:last-child .ant-collapse-header {
|
|
border-radius: 0;
|
|
}
|
|
.ant-collapse-borderless > .ant-collapse-item > .ant-collapse-content {
|
|
background-color: transparent;
|
|
border-top: 0;
|
|
}
|
|
.ant-collapse-borderless > .ant-collapse-item > .ant-collapse-content > .ant-collapse-content-box {
|
|
padding-top: 4px;
|
|
}
|
|
.ant-collapse-ghost {
|
|
background-color: transparent;
|
|
border: 0;
|
|
}
|
|
.ant-collapse-ghost > .ant-collapse-item {
|
|
border-bottom: 0;
|
|
}
|
|
.ant-collapse-ghost > .ant-collapse-item > .ant-collapse-content {
|
|
background-color: transparent;
|
|
border-top: 0;
|
|
}
|
|
.ant-collapse-ghost > .ant-collapse-item > .ant-collapse-content > .ant-collapse-content-box {
|
|
padding-top: 12px;
|
|
padding-bottom: 12px;
|
|
}
|
|
.ant-collapse .ant-collapse-item-disabled > .ant-collapse-header,
|
|
.ant-collapse .ant-collapse-item-disabled > .ant-collapse-header > .arrow {
|
|
color: rgba(0, 0, 0, 0.25);
|
|
cursor: not-allowed;
|
|
}
|
|
.ant-collapse-rtl {
|
|
direction: rtl;
|
|
}
|
|
.ant-collapse-rtl .ant-collapse > .ant-collapse-item > .ant-collapse-header {
|
|
padding: 8px 8px;
|
|
padding-right: 40px;
|
|
}
|
|
.ant-collapse-rtl.ant-collapse > .ant-collapse-item > .ant-collapse-header .ant-collapse-arrow svg {
|
|
-ms-transform: rotate(180deg);
|
|
transform: rotate(180deg);
|
|
}
|
|
.ant-collapse-rtl.ant-collapse > .ant-collapse-item > .ant-collapse-header .ant-collapse-extra {
|
|
float: left;
|
|
}
|
|
.ant-collapse-rtl.ant-collapse > .ant-collapse-item.ant-collapse-no-arrow > .ant-collapse-header {
|
|
padding-right: 12px;
|
|
padding-left: 0;
|
|
}
|
|
/* stylelint-disable no-duplicate-selectors */
|
|
/* stylelint-disable */
|
|
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
|
|
|
.header___3a50V {
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-ms-flex-flow: row nowrap;
|
|
flex-flow: row nowrap;
|
|
-ms-flex-align: center;
|
|
align-items: center;
|
|
height: 65px;
|
|
width: 100%;
|
|
background: #070f19;
|
|
color: #fff;
|
|
padding: 0 20px;
|
|
}
|
|
.header___3a50V h2 {
|
|
text-align: center;
|
|
color: #fff;
|
|
-ms-flex: 1 0 auto;
|
|
flex: 1 0 auto;
|
|
margin: 0;
|
|
font-size: 16px;
|
|
}
|
|
.header___3a50V a {
|
|
color: #fff;
|
|
}
|
|
.header___3a50V div {
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-ms-flex-flow: row nowrap;
|
|
flex-flow: row nowrap;
|
|
-ms-flex-align: center;
|
|
align-items: center;
|
|
}
|
|
.header___3a50V div img {
|
|
border-radius: 15px;
|
|
margin-right: 10px;
|
|
}
|
|
.field___SHW6f {
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-ms-flex-flow: row nowrap;
|
|
flex-flow: row nowrap;
|
|
-ms-flex-align: center;
|
|
align-items: center;
|
|
-ms-flex-pack: justify;
|
|
justify-content: space-between;
|
|
}
|
|
.field___SHW6f > div {
|
|
width: 48%;
|
|
}
|
|
.oj-form-container___36KBv {
|
|
height: calc(100vh - 65px);
|
|
overflow: hidden;
|
|
}
|
|
.oj-left-panel___3Fdj5 {
|
|
height: calc(100vh - 121px);
|
|
}
|
|
.oj-form-info___dilPb {
|
|
padding: 20px 15px;
|
|
height: 100%;
|
|
overflow: auto;
|
|
}
|
|
.footer___1Ie9U {
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-ms-flex-align: center;
|
|
align-items: center;
|
|
-ms-flex-pack: center;
|
|
justify-content: center;
|
|
height: 56px;
|
|
background: #121c24;
|
|
}
|
|
.footer___1Ie9U > button {
|
|
margin-right: 20px;
|
|
}
|
|
.test-case-name___356US {
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-ms-flex-flow: row nowrap;
|
|
flex-flow: row nowrap;
|
|
-ms-flex-align: center;
|
|
align-items: center;
|
|
float: left;
|
|
color: rgba(0, 0, 0, 0.65);
|
|
}
|
|
.test-case-name___356US > div {
|
|
margin: 0 15px 0 15px;
|
|
}
|
|
.btn-remove-case___1Z5cd {
|
|
position: relative;
|
|
font-size: 20px;
|
|
color: #8e8e8e;
|
|
border-radius: 50%;
|
|
vertical-align: center;
|
|
}
|
|
.btn-remove-case___1Z5cd:hover {
|
|
color: #fff;
|
|
background: #e7514f;
|
|
}
|
|
.icon-tag___3zUaP {
|
|
font-size: 20px;
|
|
margin-left: 10px;
|
|
color: #4ebc7e;
|
|
}
|
|
.btn_back___2UBbR {
|
|
color: #888 !important;
|
|
}
|
|
.btn_back___2UBbR span {
|
|
margin-right: 6px;
|
|
}
|
|
/* stylelint-disable no-duplicate-selectors */
|
|
/* stylelint-disable */
|
|
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
|
|
|
.split-panel-container {
|
|
width: 100%;
|
|
height: calc(100vh - 121px);
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-ms-flex-flow: row nowrap;
|
|
flex-flow: row nowrap;
|
|
-ms-flex-align: center;
|
|
align-items: center;
|
|
overflow: hidden;
|
|
}
|
|
.split-panel-container > section {
|
|
height: 100%;
|
|
}
|
|
.split-panel-container.my-problems {
|
|
height: calc(100vh - 65px);
|
|
}
|
|
.split-panel-container .resize-x-bar {
|
|
width: 4px;
|
|
cursor: ew-resize;
|
|
height: 100%;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-ms-flex-flow: column nowrap;
|
|
flex-flow: column nowrap;
|
|
-ms-flex-pack: center;
|
|
justify-content: center;
|
|
background: #111c24;
|
|
}
|
|
.split-panel-container .btn-resize {
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-ms-flex-flow: column nowrap;
|
|
flex-flow: column nowrap;
|
|
text-align: center;
|
|
-ms-flex-pack: center;
|
|
justify-content: center;
|
|
-ms-flex-align: center;
|
|
align-items: center;
|
|
width: 24px;
|
|
height: 24px;
|
|
font-size: 24px;
|
|
z-index: 10;
|
|
border-radius: 50%;
|
|
position: absolute;
|
|
margin-left: -10px;
|
|
opacity: 0.7;
|
|
box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12);
|
|
background-color: #e0e0e0;
|
|
color: rgba(0, 0, 0, 0.87);
|
|
}
|
|
/* 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-drawer {
|
|
position: fixed;
|
|
z-index: 1000;
|
|
width: 0%;
|
|
height: 100%;
|
|
transition: transform 0.3s cubic-bezier(0.7, 0.3, 0.1, 1), height 0s ease 0.3s, width 0s ease 0.3s;
|
|
}
|
|
.ant-drawer > * {
|
|
transition: transform 0.3s cubic-bezier(0.7, 0.3, 0.1, 1), box-shadow 0.3s cubic-bezier(0.7, 0.3, 0.1, 1);
|
|
}
|
|
.ant-drawer-content-wrapper {
|
|
position: absolute;
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
.ant-drawer .ant-drawer-content {
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
.ant-drawer-left,
|
|
.ant-drawer-right {
|
|
top: 0;
|
|
width: 0%;
|
|
height: 100%;
|
|
}
|
|
.ant-drawer-left .ant-drawer-content-wrapper,
|
|
.ant-drawer-right .ant-drawer-content-wrapper {
|
|
height: 100%;
|
|
}
|
|
.ant-drawer-left.ant-drawer-open,
|
|
.ant-drawer-right.ant-drawer-open {
|
|
width: 100%;
|
|
transition: transform 0.3s cubic-bezier(0.7, 0.3, 0.1, 1);
|
|
}
|
|
.ant-drawer-left {
|
|
left: 0;
|
|
}
|
|
.ant-drawer-left .ant-drawer-content-wrapper {
|
|
left: 0;
|
|
}
|
|
.ant-drawer-left.ant-drawer-open .ant-drawer-content-wrapper {
|
|
box-shadow: 6px 0 16px -8px rgba(0, 0, 0, 0.08), 9px 0 28px 0 rgba(0, 0, 0, 0.05), 12px 0 48px 16px rgba(0, 0, 0, 0.03);
|
|
}
|
|
.ant-drawer-right {
|
|
right: 0;
|
|
}
|
|
.ant-drawer-right .ant-drawer-content-wrapper {
|
|
right: 0;
|
|
}
|
|
.ant-drawer-right.ant-drawer-open .ant-drawer-content-wrapper {
|
|
box-shadow: -6px 0 16px -8px rgba(0, 0, 0, 0.08), -9px 0 28px 0 rgba(0, 0, 0, 0.05), -12px 0 48px 16px rgba(0, 0, 0, 0.03);
|
|
}
|
|
.ant-drawer-right.ant-drawer-open.no-mask {
|
|
right: 1px;
|
|
-ms-transform: translateX(1px);
|
|
transform: translateX(1px);
|
|
}
|
|
.ant-drawer-top,
|
|
.ant-drawer-bottom {
|
|
left: 0;
|
|
width: 100%;
|
|
height: 0%;
|
|
}
|
|
.ant-drawer-top .ant-drawer-content-wrapper,
|
|
.ant-drawer-bottom .ant-drawer-content-wrapper {
|
|
width: 100%;
|
|
}
|
|
.ant-drawer-top.ant-drawer-open,
|
|
.ant-drawer-bottom.ant-drawer-open {
|
|
height: 100%;
|
|
transition: transform 0.3s cubic-bezier(0.7, 0.3, 0.1, 1);
|
|
}
|
|
.ant-drawer-top {
|
|
top: 0;
|
|
}
|
|
.ant-drawer-top.ant-drawer-open .ant-drawer-content-wrapper {
|
|
box-shadow: 0 6px 16px -8px rgba(0, 0, 0, 0.08), 0 9px 28px 0 rgba(0, 0, 0, 0.05), 0 12px 48px 16px rgba(0, 0, 0, 0.03);
|
|
}
|
|
.ant-drawer-bottom {
|
|
bottom: 0;
|
|
}
|
|
.ant-drawer-bottom .ant-drawer-content-wrapper {
|
|
bottom: 0;
|
|
}
|
|
.ant-drawer-bottom.ant-drawer-open .ant-drawer-content-wrapper {
|
|
box-shadow: 0 -6px 16px -8px rgba(0, 0, 0, 0.08), 0 -9px 28px 0 rgba(0, 0, 0, 0.05), 0 -12px 48px 16px rgba(0, 0, 0, 0.03);
|
|
}
|
|
.ant-drawer-bottom.ant-drawer-open.no-mask {
|
|
bottom: 1px;
|
|
-ms-transform: translateY(1px);
|
|
transform: translateY(1px);
|
|
}
|
|
.ant-drawer.ant-drawer-open .ant-drawer-mask {
|
|
height: 100%;
|
|
opacity: 1;
|
|
transition: none;
|
|
animation: antdDrawerFadeIn 0.3s cubic-bezier(0.7, 0.3, 0.1, 1);
|
|
pointer-events: auto;
|
|
}
|
|
.ant-drawer-title {
|
|
margin: 0;
|
|
color: rgba(0, 0, 0, 0.85);
|
|
font-weight: 500;
|
|
font-size: 14px;
|
|
line-height: 22px;
|
|
}
|
|
.ant-drawer-content {
|
|
position: relative;
|
|
z-index: 1;
|
|
overflow: auto;
|
|
background-color: #fff;
|
|
background-clip: padding-box;
|
|
border: 0;
|
|
}
|
|
.ant-drawer-close {
|
|
position: absolute;
|
|
top: 0;
|
|
right: 0;
|
|
z-index: 10;
|
|
display: block;
|
|
padding: 15px;
|
|
color: rgba(0, 0, 0, 0.45);
|
|
font-weight: 700;
|
|
font-size: 14px;
|
|
font-style: normal;
|
|
line-height: 1;
|
|
text-align: center;
|
|
text-transform: none;
|
|
text-decoration: none;
|
|
background: transparent;
|
|
border: 0;
|
|
outline: 0;
|
|
cursor: pointer;
|
|
transition: color 0.3s;
|
|
text-rendering: auto;
|
|
}
|
|
.ant-drawer-close:focus,
|
|
.ant-drawer-close:hover {
|
|
color: rgba(0, 0, 0, 0.75);
|
|
text-decoration: none;
|
|
}
|
|
.ant-drawer-header-no-title .ant-drawer-close {
|
|
margin-right: var(--scroll-bar);
|
|
/* stylelint-disable-next-line function-calc-no-invalid */
|
|
padding-right: calc(15px - var(--scroll-bar));
|
|
}
|
|
.ant-drawer-header {
|
|
position: relative;
|
|
padding: 11px 16px;
|
|
color: rgba(0, 0, 0, 0.85);
|
|
background: #fff;
|
|
border-bottom: 1px solid #f0f0f0;
|
|
border-radius: 2px 2px 0 0;
|
|
}
|
|
.ant-drawer-header-no-title {
|
|
color: rgba(0, 0, 0, 0.85);
|
|
background: #fff;
|
|
}
|
|
.ant-drawer-wrapper-body {
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-ms-flex-direction: column;
|
|
flex-direction: column;
|
|
-ms-flex-wrap: nowrap;
|
|
flex-wrap: nowrap;
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
.ant-drawer-body {
|
|
-ms-flex-positive: 1;
|
|
flex-grow: 1;
|
|
padding: 16px;
|
|
overflow: auto;
|
|
font-size: 12px;
|
|
line-height: 1.66667;
|
|
word-wrap: break-word;
|
|
}
|
|
.ant-drawer-footer {
|
|
-ms-flex-negative: 0;
|
|
flex-shrink: 0;
|
|
padding: 8px 8px;
|
|
border-top: 1px solid #f0f0f0;
|
|
}
|
|
.ant-drawer-mask {
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
width: 100%;
|
|
height: 0;
|
|
background-color: rgba(0, 0, 0, 0.45);
|
|
opacity: 0;
|
|
filter: alpha(opacity=45);
|
|
transition: opacity 0.3s linear, height 0s ease 0.3s;
|
|
pointer-events: none;
|
|
}
|
|
.ant-drawer-open-content {
|
|
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-drawer .ant-picker-clear {
|
|
background: #fff;
|
|
}
|
|
@keyframes antdDrawerFadeIn {
|
|
0% {
|
|
opacity: 0;
|
|
}
|
|
100% {
|
|
opacity: 1;
|
|
}
|
|
}
|
|
.ant-drawer-rtl {
|
|
direction: rtl;
|
|
}
|
|
.ant-drawer-rtl .ant-drawer-close {
|
|
right: auto;
|
|
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-switch {
|
|
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;
|
|
box-sizing: border-box;
|
|
min-width: 40px;
|
|
height: 20px;
|
|
line-height: 20px;
|
|
vertical-align: middle;
|
|
background-color: rgba(0, 0, 0, 0.25);
|
|
border: 0;
|
|
border-radius: 100px;
|
|
cursor: pointer;
|
|
transition: all 0.2s;
|
|
-webkit-user-select: none;
|
|
-moz-user-select: none;
|
|
-ms-user-select: none;
|
|
user-select: none;
|
|
}
|
|
.ant-switch:focus {
|
|
outline: 0;
|
|
box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.1);
|
|
}
|
|
.ant-switch-checked:focus {
|
|
box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
|
|
}
|
|
.ant-switch:focus:hover {
|
|
box-shadow: none;
|
|
}
|
|
.ant-switch-checked {
|
|
background-color: #1890ff;
|
|
}
|
|
.ant-switch-loading,
|
|
.ant-switch-disabled {
|
|
cursor: not-allowed;
|
|
opacity: 0.4;
|
|
}
|
|
.ant-switch-loading *,
|
|
.ant-switch-disabled * {
|
|
box-shadow: none;
|
|
cursor: not-allowed;
|
|
}
|
|
.ant-switch-inner {
|
|
display: block;
|
|
margin: 0 4px 0 22px;
|
|
color: #fff;
|
|
font-size: 12px;
|
|
transition: margin 0.2s;
|
|
}
|
|
.ant-switch-checked .ant-switch-inner {
|
|
margin: 0 22px 0 4px;
|
|
}
|
|
.ant-switch-handle {
|
|
position: absolute;
|
|
top: 2px;
|
|
left: 2px;
|
|
width: 16px;
|
|
height: 16px;
|
|
transition: all 0.2s ease-in-out;
|
|
}
|
|
.ant-switch-handle::before {
|
|
position: absolute;
|
|
top: 0;
|
|
right: 0;
|
|
bottom: 0;
|
|
left: 0;
|
|
background-color: #fff;
|
|
border-radius: 8px;
|
|
box-shadow: 0 2px 4px 0 rgba(0, 35, 11, 0.2);
|
|
transition: all 0.2s ease-in-out;
|
|
content: '';
|
|
}
|
|
.ant-switch-checked .ant-switch-handle {
|
|
left: calc(100% - 16px - 2px);
|
|
}
|
|
.ant-switch:not(.ant-switch-disabled):active .ant-switch-handle::before {
|
|
right: -30%;
|
|
left: 0;
|
|
}
|
|
.ant-switch:not(.ant-switch-disabled):active.ant-switch-checked .ant-switch-handle::before {
|
|
right: 0;
|
|
left: -30%;
|
|
}
|
|
.ant-switch-loading-icon {
|
|
position: absolute;
|
|
top: 50%;
|
|
left: 50%;
|
|
color: rgba(0, 0, 0, 0.65);
|
|
-ms-transform: translate(-50%, -50%);
|
|
transform: translate(-50%, -50%);
|
|
}
|
|
.ant-switch-checked .ant-switch-loading-icon {
|
|
color: #1890ff;
|
|
}
|
|
.ant-switch-small {
|
|
min-width: 24px;
|
|
height: 14px;
|
|
line-height: 14px;
|
|
}
|
|
.ant-switch-small .ant-switch-inner {
|
|
margin: 0 5px 0 16px;
|
|
font-size: 12px;
|
|
}
|
|
.ant-switch-small .ant-switch-handle {
|
|
width: 10px;
|
|
height: 10px;
|
|
}
|
|
.ant-switch-small .ant-switch-loading-icon {
|
|
-ms-transform: translate(-50%, -50%) scale(0.66667);
|
|
transform: translate(-50%, -50%) scale(0.66667);
|
|
}
|
|
.ant-switch-small.ant-switch-checked .ant-switch-inner {
|
|
margin: 0 16px 0 5px;
|
|
}
|
|
.ant-switch-small.ant-switch-checked .ant-switch-handle {
|
|
left: calc(100% - 10px - 2px);
|
|
}
|
|
.ant-switch-rtl {
|
|
direction: rtl;
|
|
}
|
|
.ant-switch-rtl .ant-switch-inner {
|
|
margin: 0 22px 0 4px;
|
|
}
|
|
.ant-switch-rtl .ant-switch-handle {
|
|
right: 2px;
|
|
left: auto;
|
|
}
|
|
.ant-switch-rtl:not(.ant-switch-rtl-disabled):active .ant-switch-handle::before {
|
|
right: 0;
|
|
left: -30%;
|
|
}
|
|
.ant-switch-rtl:not(.ant-switch-rtl-disabled):active.ant-switch-checked .ant-switch-handle::before {
|
|
right: -30%;
|
|
left: 0;
|
|
}
|
|
.ant-switch-rtl.ant-switch-checked .ant-switch-inner {
|
|
margin: 0 4px 0 22px;
|
|
}
|
|
.ant-switch-rtl.ant-switch-checked .ant-switch-handle {
|
|
right: calc(100% - 16px - 2px);
|
|
}
|
|
.ant-switch-rtl.ant-switch-small.ant-switch-checked .ant-switch-handle {
|
|
right: calc(100% - 10px - 2px);
|
|
}
|
|
/* stylelint-disable no-duplicate-selectors */
|
|
/* stylelint-disable */
|
|
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
|
|
|
.tpi-code-setting {
|
|
height: calc(100vh - 54px - 51px);
|
|
background: #031b2a;
|
|
padding: 15px 13px 15px 26px;
|
|
color: #ddd;
|
|
font-size: 13px;
|
|
line-height: 17px;
|
|
}
|
|
.tpi-code-setting.oj {
|
|
height: calc(100vh - 65px);
|
|
}
|
|
.tpi-code-setting h3 {
|
|
color: #008cff;
|
|
font-size: 16px;
|
|
line-height: 21px;
|
|
padding-bottom: 12px;
|
|
text-align: left;
|
|
width: 100%;
|
|
display: block;
|
|
border-bottom: 1px solid #092436;
|
|
}
|
|
.tpi-code-setting .file-item {
|
|
color: #ddd;
|
|
padding: 20px 0 0 0;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-ms-flex-flow: row nowrap;
|
|
flex-flow: row nowrap;
|
|
-ms-flex-pack: justify;
|
|
justify-content: space-between;
|
|
-ms-flex-align: center;
|
|
align-items: center;
|
|
}
|
|
.tpi-code-setting .file-item.action {
|
|
-ms-flex-pack: start;
|
|
justify-content: flex-start;
|
|
}
|
|
.tpi-code-setting .file-item.action .iconfont {
|
|
margin-right: 21px;
|
|
}
|
|
.tpi-code-setting .file-item span {
|
|
max-width: 148px;
|
|
}
|
|
.tpi-code-setting .file-item:last-child {
|
|
margin-bottom: 25px;
|
|
}
|
|
.tpi-code-setting span {
|
|
color: #597a8f;
|
|
}
|
|
.setting-drawer .ant-drawer-content-wrapper {
|
|
top: 54px;
|
|
bottom: 51px;
|
|
}
|
|
.setting-drawer .ant-drawer-content {
|
|
height: auto;
|
|
}
|
|
.oj .ant-drawer-content-wrapper {
|
|
top: 65px;
|
|
}
|
|
.setting-drawer .ant-drawer-body,
|
|
.oj .ant-drawer-body {
|
|
background: #031b2a;
|
|
}
|
|
.setting-drawer .ant-drawer-body,
|
|
.oj .ant-drawer-body {
|
|
padding: 0;
|
|
height: auto;
|
|
}
|
|
.setting-drawer .ant-select-selection,
|
|
.oj .ant-select-selection {
|
|
width: 120px;
|
|
background: #0a2030;
|
|
color: #597a8f;
|
|
border: 1px solid #597a8f;
|
|
}
|
|
/* stylelint-disable no-duplicate-selectors */
|
|
/* stylelint-disable */
|
|
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
|
|
|
.code-panel-container {
|
|
width: 100%;
|
|
height: calc(100vh - 121px);
|
|
}
|
|
.code-panel-container .action-bar {
|
|
height: 56px;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
width: 100%;
|
|
color: #fff;
|
|
-ms-flex-flow: row nowrap;
|
|
flex-flow: row nowrap;
|
|
-ms-flex-align: center;
|
|
align-items: center;
|
|
padding: 0 20px;
|
|
-ms-flex-pack: justify;
|
|
justify-content: space-between;
|
|
background: #121c24;
|
|
}
|
|
.code-panel-container .action-bar span {
|
|
-ms-flex: 1 0;
|
|
flex: 1 0;
|
|
}
|
|
.code-panel-container .action-bar a {
|
|
color: #fff;
|
|
margin-left: 10px;
|
|
}
|
|
/* 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-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 */
|
|
|
|
.button___1yTnp {
|
|
width: 106px;
|
|
margin-right: 40px;
|
|
height: 30px;
|
|
margin-top: 5px;
|
|
display: inline-block;
|
|
border: 1px solid #1890ff;
|
|
text-align: center;
|
|
line-height: 30px;
|
|
padding: 0px 5px;
|
|
color: #1890ff;
|
|
cursor: pointer;
|
|
}
|
|
.buttonclick___3icXu {
|
|
width: 106px;
|
|
height: 30px;
|
|
margin-right: 40px;
|
|
margin-top: 5px;
|
|
text-align: center;
|
|
border: 1px solid #dddddd;
|
|
color: #333333;
|
|
padding: 0px 5px;
|
|
line-height: 30px;
|
|
display: inline-block;
|
|
cursor: pointer;
|
|
}
|
|
.addbutton___27M52 {
|
|
width: 106px;
|
|
height: 30px;
|
|
margin-right: 40px;
|
|
margin-top: 5px;
|
|
text-align: center;
|
|
border: 1px solid #dddddd;
|
|
color: #333333;
|
|
padding: 0px 5px;
|
|
line-height: 30px;
|
|
display: inline-block;
|
|
cursor: pointer;
|
|
border: 1px solid #1890ff;
|
|
color: #1890ff;
|
|
background-color: rgba(24, 144, 255, 0.2);
|
|
}
|
|
/* stylelint-disable no-duplicate-selectors */
|
|
/* stylelint-disable */
|
|
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
|
|
|
.wrap___Yg2Z9 {
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-ms-flex-direction: row;
|
|
flex-direction: row;
|
|
}
|
|
.addKnowledge___2FlI0 {
|
|
border: 1px solid #1890ff;
|
|
color: #1890ff;
|
|
background-color: rgba(24, 144, 255, 0.2);
|
|
padding: 0 10px;
|
|
border-radius: 5px;
|
|
cursor: pointer;
|
|
height: 28px;
|
|
line-height: 28px;
|
|
}
|
|
.addKnowledge___2FlI0:focus {
|
|
outline: 0px;
|
|
}
|
|
.disabled___1_wxN {
|
|
cursor: not-allowed;
|
|
background: #f5f5f5;
|
|
border: 1px solid #d9d9d9;
|
|
color: rgba(0, 0, 0, 0.25);
|
|
}
|
|
/* stylelint-disable no-duplicate-selectors */
|
|
/* stylelint-disable */
|
|
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
|
|