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.
1246 lines
36 KiB
1246 lines
36 KiB
/*!************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
|
|
!*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[1].use[1]!./node_modules/@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[2]!./node_modules/@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[3]!./node_modules/antd/es/checkbox/style/index.less ***!
|
|
\************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
|
|
/* 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 */
|
|
@keyframes antCheckboxEffect {
|
|
0% {
|
|
transform: scale(1);
|
|
opacity: 0.5;
|
|
}
|
|
100% {
|
|
transform: scale(1.6);
|
|
opacity: 0;
|
|
}
|
|
}
|
|
.ant-checkbox {
|
|
box-sizing: border-box;
|
|
margin: 0;
|
|
padding: 0;
|
|
color: rgba(0, 0, 0, 0.85);
|
|
font-size: 12px;
|
|
font-variant: tabular-nums;
|
|
line-height: 1.66667;
|
|
list-style: none;
|
|
font-feature-settings: tnum, "tnum";
|
|
position: relative;
|
|
top: 0.2em;
|
|
line-height: 1;
|
|
white-space: nowrap;
|
|
outline: none;
|
|
cursor: pointer;
|
|
}
|
|
.ant-checkbox-wrapper:hover .ant-checkbox-inner,
|
|
.ant-checkbox:hover .ant-checkbox-inner,
|
|
.ant-checkbox-input:focus + .ant-checkbox-inner {
|
|
border-color: #3061D0;
|
|
}
|
|
.ant-checkbox-checked::after {
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
width: 100%;
|
|
height: 100%;
|
|
border: 1px solid #3061D0;
|
|
border-radius: 2px;
|
|
visibility: hidden;
|
|
animation: antCheckboxEffect 0.36s ease-in-out;
|
|
animation-fill-mode: backwards;
|
|
content: '';
|
|
}
|
|
.ant-checkbox:hover::after,
|
|
.ant-checkbox-wrapper:hover .ant-checkbox::after {
|
|
visibility: visible;
|
|
}
|
|
.ant-checkbox-inner {
|
|
position: relative;
|
|
top: 0;
|
|
left: 0;
|
|
display: block;
|
|
width: 14px;
|
|
height: 14px;
|
|
direction: ltr;
|
|
background-color: #fff;
|
|
border: 1px solid #d9d9d9;
|
|
border-radius: 2px;
|
|
border-collapse: separate;
|
|
transition: all 0.3s;
|
|
}
|
|
.ant-checkbox-inner::after {
|
|
position: absolute;
|
|
top: 50%;
|
|
left: 21.5%;
|
|
display: table;
|
|
width: 5px;
|
|
height: 8px;
|
|
border: 2px solid #fff;
|
|
border-top: 0;
|
|
border-left: 0;
|
|
transform: rotate(45deg) scale(0) translate(-50%, -50%);
|
|
opacity: 0;
|
|
transition: all 0.1s cubic-bezier(0.71, -0.46, 0.88, 0.6), opacity 0.1s;
|
|
content: ' ';
|
|
}
|
|
.ant-checkbox-input {
|
|
position: absolute;
|
|
top: 0;
|
|
right: 0;
|
|
bottom: 0;
|
|
left: 0;
|
|
z-index: 1;
|
|
width: 100%;
|
|
height: 100%;
|
|
cursor: pointer;
|
|
opacity: 0;
|
|
}
|
|
.ant-checkbox-checked .ant-checkbox-inner::after {
|
|
position: absolute;
|
|
display: table;
|
|
border: 2px solid #fff;
|
|
border-top: 0;
|
|
border-left: 0;
|
|
transform: rotate(45deg) scale(1) translate(-50%, -50%);
|
|
opacity: 1;
|
|
transition: all 0.2s cubic-bezier(0.12, 0.4, 0.29, 1.46) 0.1s;
|
|
content: ' ';
|
|
}
|
|
.ant-checkbox-checked .ant-checkbox-inner {
|
|
background-color: #3061D0;
|
|
border-color: #3061D0;
|
|
}
|
|
.ant-checkbox-disabled {
|
|
cursor: not-allowed;
|
|
}
|
|
.ant-checkbox-disabled.ant-checkbox-checked .ant-checkbox-inner::after {
|
|
border-color: rgba(0, 0, 0, 0.25);
|
|
animation-name: none;
|
|
}
|
|
.ant-checkbox-disabled .ant-checkbox-input {
|
|
cursor: not-allowed;
|
|
pointer-events: none;
|
|
}
|
|
.ant-checkbox-disabled .ant-checkbox-inner {
|
|
background-color: #f5f5f5;
|
|
border-color: #d9d9d9 !important;
|
|
}
|
|
.ant-checkbox-disabled .ant-checkbox-inner::after {
|
|
border-color: #f5f5f5;
|
|
border-collapse: separate;
|
|
animation-name: none;
|
|
}
|
|
.ant-checkbox-disabled + span {
|
|
color: rgba(0, 0, 0, 0.25);
|
|
cursor: not-allowed;
|
|
}
|
|
.ant-checkbox-disabled:hover::after,
|
|
.ant-checkbox-wrapper:hover .ant-checkbox-disabled::after {
|
|
visibility: hidden;
|
|
}
|
|
.ant-checkbox-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";
|
|
display: inline-flex;
|
|
align-items: baseline;
|
|
line-height: inherit;
|
|
cursor: pointer;
|
|
}
|
|
.ant-checkbox-wrapper::after {
|
|
display: inline-block;
|
|
width: 0;
|
|
overflow: hidden;
|
|
content: '\a0';
|
|
}
|
|
.ant-checkbox-wrapper.ant-checkbox-wrapper-disabled {
|
|
cursor: not-allowed;
|
|
}
|
|
.ant-checkbox-wrapper + .ant-checkbox-wrapper {
|
|
margin-left: 8px;
|
|
}
|
|
.ant-checkbox-wrapper.ant-checkbox-wrapper-in-form-item input[type='checkbox'] {
|
|
width: 14px;
|
|
height: 14px;
|
|
}
|
|
.ant-checkbox + span {
|
|
padding-right: 8px;
|
|
padding-left: 8px;
|
|
}
|
|
.ant-checkbox-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;
|
|
}
|
|
.ant-checkbox-group-item {
|
|
margin-right: 6px;
|
|
}
|
|
.ant-checkbox-group-item:last-child {
|
|
margin-right: 0;
|
|
}
|
|
.ant-checkbox-group-item + .ant-checkbox-group-item {
|
|
margin-left: 0;
|
|
}
|
|
.ant-checkbox-indeterminate .ant-checkbox-inner {
|
|
background-color: #fff;
|
|
border-color: #d9d9d9;
|
|
}
|
|
.ant-checkbox-indeterminate .ant-checkbox-inner::after {
|
|
top: 50%;
|
|
left: 50%;
|
|
width: 6px;
|
|
height: 6px;
|
|
background-color: #3061D0;
|
|
border: 0;
|
|
transform: translate(-50%, -50%) scale(1);
|
|
opacity: 1;
|
|
content: ' ';
|
|
}
|
|
.ant-checkbox-indeterminate.ant-checkbox-disabled .ant-checkbox-inner::after {
|
|
background-color: rgba(0, 0, 0, 0.25);
|
|
border-color: rgba(0, 0, 0, 0.25);
|
|
}
|
|
.ant-checkbox-rtl {
|
|
direction: rtl;
|
|
}
|
|
.ant-checkbox-group-rtl .ant-checkbox-group-item {
|
|
margin-right: 0;
|
|
margin-left: 6px;
|
|
}
|
|
.ant-checkbox-group-rtl .ant-checkbox-group-item:last-child {
|
|
margin-left: 0 !important;
|
|
}
|
|
.ant-checkbox-group-rtl .ant-checkbox-group-item + .ant-checkbox-group-item {
|
|
margin-left: 6px;
|
|
}
|
|
/* stylelint-disable no-duplicate-selectors */
|
|
/* stylelint-disable */
|
|
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
|
|
|
/*!**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
|
|
!*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[1].use[1]!./node_modules/@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[2]!./node_modules/@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[3]!./node_modules/antd/es/switch/style/index.less ***!
|
|
\**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
|
|
/* 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-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 #f0f7ff;
|
|
}
|
|
.ant-switch:focus:hover {
|
|
box-shadow: none;
|
|
}
|
|
.ant-switch-checked {
|
|
background-color: #3061D0;
|
|
}
|
|
.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.anticon {
|
|
position: relative;
|
|
top: 2px;
|
|
color: rgba(0, 0, 0, 0.65);
|
|
vertical-align: top;
|
|
}
|
|
.ant-switch-checked .ant-switch-loading-icon {
|
|
color: #3061D0;
|
|
}
|
|
.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 {
|
|
top: 0.5px;
|
|
font-size: 9px;
|
|
}
|
|
.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 */
|
|
|
|
/*!*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
|
|
!*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[1].use[1]!./node_modules/@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[2]!./node_modules/@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[3]!./node_modules/antd/es/auto-complete/style/index.less ***!
|
|
\*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
|
|
/* 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-select-auto-complete {
|
|
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-select-auto-complete .ant-select-clear {
|
|
right: 13px;
|
|
}
|
|
/* stylelint-disable no-duplicate-selectors */
|
|
/* stylelint-disable */
|
|
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
|
|
|
/*!***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
|
|
!*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[1].use[1]!./node_modules/@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[2]!./node_modules/@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[3]!./node_modules/antd/es/tree-select/style/index.less ***!
|
|
\***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
|
|
/* 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 */
|
|
@keyframes ant-tree-node-fx-do-not-use {
|
|
0% {
|
|
opacity: 0;
|
|
}
|
|
100% {
|
|
opacity: 1;
|
|
}
|
|
}
|
|
@keyframes antCheckboxEffect {
|
|
0% {
|
|
transform: scale(1);
|
|
opacity: 0.5;
|
|
}
|
|
100% {
|
|
transform: scale(1.6);
|
|
opacity: 0;
|
|
}
|
|
}
|
|
.ant-select-tree-checkbox {
|
|
box-sizing: border-box;
|
|
margin: 0;
|
|
padding: 0;
|
|
color: rgba(0, 0, 0, 0.85);
|
|
font-size: 12px;
|
|
font-variant: tabular-nums;
|
|
line-height: 1.66667;
|
|
list-style: none;
|
|
font-feature-settings: tnum, "tnum";
|
|
position: relative;
|
|
top: 0.2em;
|
|
line-height: 1;
|
|
white-space: nowrap;
|
|
outline: none;
|
|
cursor: pointer;
|
|
}
|
|
.ant-select-tree-checkbox-wrapper:hover .ant-select-tree-checkbox-inner,
|
|
.ant-select-tree-checkbox:hover .ant-select-tree-checkbox-inner,
|
|
.ant-select-tree-checkbox-input:focus + .ant-select-tree-checkbox-inner {
|
|
border-color: #3061D0;
|
|
}
|
|
.ant-select-tree-checkbox-checked::after {
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
width: 100%;
|
|
height: 100%;
|
|
border: 1px solid #3061D0;
|
|
border-radius: 2px;
|
|
visibility: hidden;
|
|
animation: antCheckboxEffect 0.36s ease-in-out;
|
|
animation-fill-mode: backwards;
|
|
content: '';
|
|
}
|
|
.ant-select-tree-checkbox:hover::after,
|
|
.ant-select-tree-checkbox-wrapper:hover .ant-select-tree-checkbox::after {
|
|
visibility: visible;
|
|
}
|
|
.ant-select-tree-checkbox-inner {
|
|
position: relative;
|
|
top: 0;
|
|
left: 0;
|
|
display: block;
|
|
width: 14px;
|
|
height: 14px;
|
|
direction: ltr;
|
|
background-color: #fff;
|
|
border: 1px solid #d9d9d9;
|
|
border-radius: 2px;
|
|
border-collapse: separate;
|
|
transition: all 0.3s;
|
|
}
|
|
.ant-select-tree-checkbox-inner::after {
|
|
position: absolute;
|
|
top: 50%;
|
|
left: 21.5%;
|
|
display: table;
|
|
width: 5px;
|
|
height: 8px;
|
|
border: 2px solid #fff;
|
|
border-top: 0;
|
|
border-left: 0;
|
|
transform: rotate(45deg) scale(0) translate(-50%, -50%);
|
|
opacity: 0;
|
|
transition: all 0.1s cubic-bezier(0.71, -0.46, 0.88, 0.6), opacity 0.1s;
|
|
content: ' ';
|
|
}
|
|
.ant-select-tree-checkbox-input {
|
|
position: absolute;
|
|
top: 0;
|
|
right: 0;
|
|
bottom: 0;
|
|
left: 0;
|
|
z-index: 1;
|
|
width: 100%;
|
|
height: 100%;
|
|
cursor: pointer;
|
|
opacity: 0;
|
|
}
|
|
.ant-select-tree-checkbox-checked .ant-select-tree-checkbox-inner::after {
|
|
position: absolute;
|
|
display: table;
|
|
border: 2px solid #fff;
|
|
border-top: 0;
|
|
border-left: 0;
|
|
transform: rotate(45deg) scale(1) translate(-50%, -50%);
|
|
opacity: 1;
|
|
transition: all 0.2s cubic-bezier(0.12, 0.4, 0.29, 1.46) 0.1s;
|
|
content: ' ';
|
|
}
|
|
.ant-select-tree-checkbox-checked .ant-select-tree-checkbox-inner {
|
|
background-color: #3061D0;
|
|
border-color: #3061D0;
|
|
}
|
|
.ant-select-tree-checkbox-disabled {
|
|
cursor: not-allowed;
|
|
}
|
|
.ant-select-tree-checkbox-disabled.ant-select-tree-checkbox-checked .ant-select-tree-checkbox-inner::after {
|
|
border-color: rgba(0, 0, 0, 0.25);
|
|
animation-name: none;
|
|
}
|
|
.ant-select-tree-checkbox-disabled .ant-select-tree-checkbox-input {
|
|
cursor: not-allowed;
|
|
pointer-events: none;
|
|
}
|
|
.ant-select-tree-checkbox-disabled .ant-select-tree-checkbox-inner {
|
|
background-color: #f5f5f5;
|
|
border-color: #d9d9d9 !important;
|
|
}
|
|
.ant-select-tree-checkbox-disabled .ant-select-tree-checkbox-inner::after {
|
|
border-color: #f5f5f5;
|
|
border-collapse: separate;
|
|
animation-name: none;
|
|
}
|
|
.ant-select-tree-checkbox-disabled + span {
|
|
color: rgba(0, 0, 0, 0.25);
|
|
cursor: not-allowed;
|
|
}
|
|
.ant-select-tree-checkbox-disabled:hover::after,
|
|
.ant-select-tree-checkbox-wrapper:hover .ant-select-tree-checkbox-disabled::after {
|
|
visibility: hidden;
|
|
}
|
|
.ant-select-tree-checkbox-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";
|
|
display: inline-flex;
|
|
align-items: baseline;
|
|
line-height: inherit;
|
|
cursor: pointer;
|
|
}
|
|
.ant-select-tree-checkbox-wrapper::after {
|
|
display: inline-block;
|
|
width: 0;
|
|
overflow: hidden;
|
|
content: '\a0';
|
|
}
|
|
.ant-select-tree-checkbox-wrapper.ant-select-tree-checkbox-wrapper-disabled {
|
|
cursor: not-allowed;
|
|
}
|
|
.ant-select-tree-checkbox-wrapper + .ant-select-tree-checkbox-wrapper {
|
|
margin-left: 8px;
|
|
}
|
|
.ant-select-tree-checkbox-wrapper.ant-select-tree-checkbox-wrapper-in-form-item input[type='checkbox'] {
|
|
width: 14px;
|
|
height: 14px;
|
|
}
|
|
.ant-select-tree-checkbox + span {
|
|
padding-right: 8px;
|
|
padding-left: 8px;
|
|
}
|
|
.ant-select-tree-checkbox-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;
|
|
}
|
|
.ant-select-tree-checkbox-group-item {
|
|
margin-right: 6px;
|
|
}
|
|
.ant-select-tree-checkbox-group-item:last-child {
|
|
margin-right: 0;
|
|
}
|
|
.ant-select-tree-checkbox-group-item + .ant-select-tree-checkbox-group-item {
|
|
margin-left: 0;
|
|
}
|
|
.ant-select-tree-checkbox-indeterminate .ant-select-tree-checkbox-inner {
|
|
background-color: #fff;
|
|
border-color: #d9d9d9;
|
|
}
|
|
.ant-select-tree-checkbox-indeterminate .ant-select-tree-checkbox-inner::after {
|
|
top: 50%;
|
|
left: 50%;
|
|
width: 6px;
|
|
height: 6px;
|
|
background-color: #3061D0;
|
|
border: 0;
|
|
transform: translate(-50%, -50%) scale(1);
|
|
opacity: 1;
|
|
content: ' ';
|
|
}
|
|
.ant-select-tree-checkbox-indeterminate.ant-select-tree-checkbox-disabled .ant-select-tree-checkbox-inner::after {
|
|
background-color: rgba(0, 0, 0, 0.25);
|
|
border-color: rgba(0, 0, 0, 0.25);
|
|
}
|
|
.ant-tree-select-dropdown {
|
|
padding: 4px 2px;
|
|
}
|
|
.ant-tree-select-dropdown-rtl {
|
|
direction: rtl;
|
|
}
|
|
.ant-tree-select-dropdown .ant-select-tree {
|
|
border-radius: 0;
|
|
}
|
|
.ant-tree-select-dropdown .ant-select-tree-list-holder-inner {
|
|
align-items: stretch;
|
|
}
|
|
.ant-tree-select-dropdown .ant-select-tree-list-holder-inner .ant-select-tree-treenode .ant-select-tree-node-content-wrapper {
|
|
flex: auto;
|
|
}
|
|
.ant-select-tree {
|
|
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: #fff;
|
|
border-radius: 2px;
|
|
transition: background-color 0.3s;
|
|
}
|
|
.ant-select-tree-focused:not(:hover):not(.ant-select-tree-active-focused) {
|
|
background: #f0f7ff;
|
|
}
|
|
.ant-select-tree-list-holder-inner {
|
|
align-items: flex-start;
|
|
}
|
|
.ant-select-tree.ant-select-tree-block-node .ant-select-tree-list-holder-inner {
|
|
align-items: stretch;
|
|
}
|
|
.ant-select-tree.ant-select-tree-block-node .ant-select-tree-list-holder-inner .ant-select-tree-node-content-wrapper {
|
|
flex: auto;
|
|
}
|
|
.ant-select-tree.ant-select-tree-block-node .ant-select-tree-list-holder-inner .ant-select-tree-treenode.dragging {
|
|
position: relative;
|
|
}
|
|
.ant-select-tree.ant-select-tree-block-node .ant-select-tree-list-holder-inner .ant-select-tree-treenode.dragging::after {
|
|
position: absolute;
|
|
top: 0;
|
|
right: 0;
|
|
bottom: 2px;
|
|
left: 0;
|
|
border: 1px solid #3061D0;
|
|
opacity: 0;
|
|
animation: ant-tree-node-fx-do-not-use 0.3s;
|
|
animation-play-state: running;
|
|
animation-fill-mode: forwards;
|
|
content: '';
|
|
pointer-events: none;
|
|
}
|
|
.ant-select-tree .ant-select-tree-treenode {
|
|
display: flex;
|
|
align-items: flex-start;
|
|
padding: 0 0 2px 0;
|
|
outline: none;
|
|
}
|
|
.ant-select-tree .ant-select-tree-treenode-disabled .ant-select-tree-node-content-wrapper {
|
|
color: rgba(0, 0, 0, 0.25);
|
|
cursor: not-allowed;
|
|
}
|
|
.ant-select-tree .ant-select-tree-treenode-disabled .ant-select-tree-node-content-wrapper:hover {
|
|
background: transparent;
|
|
}
|
|
.ant-select-tree .ant-select-tree-treenode-active .ant-select-tree-node-content-wrapper {
|
|
background: #f5f5f5;
|
|
}
|
|
.ant-select-tree .ant-select-tree-treenode:not(.ant-select-tree .ant-select-tree-treenode-disabled).filter-node .ant-select-tree-title {
|
|
color: inherit;
|
|
font-weight: 500;
|
|
}
|
|
.ant-select-tree .ant-select-tree-treenode-draggable .ant-select-tree-draggable-icon {
|
|
width: 20px;
|
|
line-height: 20px;
|
|
text-align: center;
|
|
visibility: visible;
|
|
opacity: 0.2;
|
|
transition: opacity 0.3s;
|
|
}
|
|
.ant-select-tree-treenode:hover .ant-select-tree .ant-select-tree-treenode-draggable .ant-select-tree-draggable-icon {
|
|
opacity: 0.45;
|
|
}
|
|
.ant-select-tree .ant-select-tree-treenode-draggable.ant-select-tree-treenode-disabled .ant-select-tree-draggable-icon {
|
|
visibility: hidden;
|
|
}
|
|
.ant-select-tree-indent {
|
|
align-self: stretch;
|
|
white-space: nowrap;
|
|
-webkit-user-select: none;
|
|
-moz-user-select: none;
|
|
-ms-user-select: none;
|
|
user-select: none;
|
|
}
|
|
.ant-select-tree-indent-unit {
|
|
display: inline-block;
|
|
width: 20px;
|
|
}
|
|
.ant-select-tree-draggable-icon {
|
|
visibility: hidden;
|
|
}
|
|
.ant-select-tree-switcher {
|
|
position: relative;
|
|
flex: none;
|
|
align-self: stretch;
|
|
width: 20px;
|
|
margin: 0;
|
|
line-height: 20px;
|
|
text-align: center;
|
|
cursor: pointer;
|
|
-webkit-user-select: none;
|
|
-moz-user-select: none;
|
|
-ms-user-select: none;
|
|
user-select: none;
|
|
}
|
|
.ant-select-tree-switcher .ant-tree-switcher-icon,
|
|
.ant-select-tree-switcher .ant-select-tree-switcher-icon {
|
|
display: inline-block;
|
|
font-size: 10px;
|
|
vertical-align: baseline;
|
|
}
|
|
.ant-select-tree-switcher .ant-tree-switcher-icon svg,
|
|
.ant-select-tree-switcher .ant-select-tree-switcher-icon svg {
|
|
transition: transform 0.3s;
|
|
}
|
|
.ant-select-tree-switcher-noop {
|
|
cursor: default;
|
|
}
|
|
.ant-select-tree-switcher_close .ant-select-tree-switcher-icon svg {
|
|
transform: rotate(-90deg);
|
|
}
|
|
.ant-select-tree-switcher-loading-icon {
|
|
color: #3061D0;
|
|
}
|
|
.ant-select-tree-switcher-leaf-line {
|
|
position: relative;
|
|
z-index: 1;
|
|
display: inline-block;
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
.ant-select-tree-switcher-leaf-line::before {
|
|
position: absolute;
|
|
top: 0;
|
|
right: 12px;
|
|
bottom: -2px;
|
|
margin-left: -1px;
|
|
border-right: 1px solid #d9d9d9;
|
|
content: ' ';
|
|
}
|
|
.ant-select-tree-switcher-leaf-line::after {
|
|
position: absolute;
|
|
width: 6px;
|
|
height: 10px;
|
|
border-bottom: 1px solid #d9d9d9;
|
|
content: ' ';
|
|
}
|
|
.ant-select-tree-checkbox {
|
|
top: auto;
|
|
top: initial;
|
|
margin: 3px 8px 0 0;
|
|
}
|
|
.ant-select-tree .ant-select-tree-node-content-wrapper {
|
|
position: relative;
|
|
z-index: auto;
|
|
min-height: 20px;
|
|
margin: 0;
|
|
padding: 0 4px;
|
|
color: inherit;
|
|
line-height: 20px;
|
|
background: transparent;
|
|
border-radius: 2px;
|
|
cursor: pointer;
|
|
transition: all 0.3s, border 0s, line-height 0s, box-shadow 0s;
|
|
}
|
|
.ant-select-tree .ant-select-tree-node-content-wrapper:hover {
|
|
background-color: #f5f5f5;
|
|
}
|
|
.ant-select-tree .ant-select-tree-node-content-wrapper.ant-select-tree-node-selected {
|
|
background-color: #deecff;
|
|
}
|
|
.ant-select-tree .ant-select-tree-node-content-wrapper .ant-select-tree-iconEle {
|
|
display: inline-block;
|
|
width: 20px;
|
|
height: 20px;
|
|
line-height: 20px;
|
|
text-align: center;
|
|
vertical-align: top;
|
|
}
|
|
.ant-select-tree .ant-select-tree-node-content-wrapper .ant-select-tree-iconEle:empty {
|
|
display: none;
|
|
}
|
|
.ant-select-tree-unselectable .ant-select-tree-node-content-wrapper:hover {
|
|
background-color: transparent;
|
|
}
|
|
.ant-select-tree-node-content-wrapper {
|
|
line-height: 20px;
|
|
-webkit-user-select: none;
|
|
-moz-user-select: none;
|
|
-ms-user-select: none;
|
|
user-select: none;
|
|
}
|
|
.ant-select-tree-node-content-wrapper .ant-tree-drop-indicator {
|
|
position: absolute;
|
|
z-index: 1;
|
|
height: 2px;
|
|
background-color: #3061D0;
|
|
border-radius: 1px;
|
|
pointer-events: none;
|
|
}
|
|
.ant-select-tree-node-content-wrapper .ant-tree-drop-indicator::after {
|
|
position: absolute;
|
|
top: -3px;
|
|
left: -6px;
|
|
width: 8px;
|
|
height: 8px;
|
|
background-color: transparent;
|
|
border: 2px solid #3061D0;
|
|
border-radius: 50%;
|
|
content: '';
|
|
}
|
|
.ant-select-tree .ant-select-tree-treenode.drop-container > [draggable] {
|
|
box-shadow: 0 0 0 2px #3061D0;
|
|
}
|
|
.ant-select-tree-show-line .ant-select-tree-indent-unit {
|
|
position: relative;
|
|
height: 100%;
|
|
}
|
|
.ant-select-tree-show-line .ant-select-tree-indent-unit::before {
|
|
position: absolute;
|
|
top: 0;
|
|
right: 10px;
|
|
bottom: -2px;
|
|
border-right: 1px solid #d9d9d9;
|
|
content: '';
|
|
}
|
|
.ant-select-tree-show-line .ant-select-tree-indent-unit-end::before {
|
|
display: none;
|
|
}
|
|
.ant-select-tree-show-line .ant-select-tree-switcher {
|
|
background: #fff;
|
|
}
|
|
.ant-select-tree-show-line .ant-select-tree-switcher-line-icon {
|
|
vertical-align: -0.15em;
|
|
}
|
|
.ant-select-tree .ant-select-tree-treenode-leaf-last .ant-select-tree-switcher-leaf-line::before {
|
|
top: auto !important;
|
|
bottom: auto !important;
|
|
height: 10px !important;
|
|
}
|
|
.ant-tree-select-dropdown-rtl .ant-select-tree .ant-select-tree-switcher_close .ant-select-tree-switcher-icon svg {
|
|
transform: rotate(90deg);
|
|
}
|
|
.ant-tree-select-dropdown-rtl .ant-select-tree .ant-select-tree-switcher-loading-icon {
|
|
transform: scaleY(-1);
|
|
}
|
|
/* stylelint-disable no-duplicate-selectors */
|
|
/* stylelint-disable */
|
|
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
|
|
|
/*!************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
|
|
!*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[1].use[1]!./node_modules/@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[2]!./node_modules/@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[3]!./node_modules/antd/es/cascader/style/index.less ***!
|
|
\************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
|
|
/* 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 */
|
|
@keyframes antCheckboxEffect {
|
|
0% {
|
|
transform: scale(1);
|
|
opacity: 0.5;
|
|
}
|
|
100% {
|
|
transform: scale(1.6);
|
|
opacity: 0;
|
|
}
|
|
}
|
|
.ant-cascader-checkbox {
|
|
box-sizing: border-box;
|
|
margin: 0;
|
|
padding: 0;
|
|
color: rgba(0, 0, 0, 0.85);
|
|
font-size: 12px;
|
|
font-variant: tabular-nums;
|
|
line-height: 1.66667;
|
|
list-style: none;
|
|
font-feature-settings: tnum, "tnum";
|
|
position: relative;
|
|
top: 0.2em;
|
|
line-height: 1;
|
|
white-space: nowrap;
|
|
outline: none;
|
|
cursor: pointer;
|
|
}
|
|
.ant-cascader-checkbox-wrapper:hover .ant-cascader-checkbox-inner,
|
|
.ant-cascader-checkbox:hover .ant-cascader-checkbox-inner,
|
|
.ant-cascader-checkbox-input:focus + .ant-cascader-checkbox-inner {
|
|
border-color: #3061D0;
|
|
}
|
|
.ant-cascader-checkbox-checked::after {
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
width: 100%;
|
|
height: 100%;
|
|
border: 1px solid #3061D0;
|
|
border-radius: 2px;
|
|
visibility: hidden;
|
|
animation: antCheckboxEffect 0.36s ease-in-out;
|
|
animation-fill-mode: backwards;
|
|
content: '';
|
|
}
|
|
.ant-cascader-checkbox:hover::after,
|
|
.ant-cascader-checkbox-wrapper:hover .ant-cascader-checkbox::after {
|
|
visibility: visible;
|
|
}
|
|
.ant-cascader-checkbox-inner {
|
|
position: relative;
|
|
top: 0;
|
|
left: 0;
|
|
display: block;
|
|
width: 14px;
|
|
height: 14px;
|
|
direction: ltr;
|
|
background-color: #fff;
|
|
border: 1px solid #d9d9d9;
|
|
border-radius: 2px;
|
|
border-collapse: separate;
|
|
transition: all 0.3s;
|
|
}
|
|
.ant-cascader-checkbox-inner::after {
|
|
position: absolute;
|
|
top: 50%;
|
|
left: 21.5%;
|
|
display: table;
|
|
width: 5px;
|
|
height: 8px;
|
|
border: 2px solid #fff;
|
|
border-top: 0;
|
|
border-left: 0;
|
|
transform: rotate(45deg) scale(0) translate(-50%, -50%);
|
|
opacity: 0;
|
|
transition: all 0.1s cubic-bezier(0.71, -0.46, 0.88, 0.6), opacity 0.1s;
|
|
content: ' ';
|
|
}
|
|
.ant-cascader-checkbox-input {
|
|
position: absolute;
|
|
top: 0;
|
|
right: 0;
|
|
bottom: 0;
|
|
left: 0;
|
|
z-index: 1;
|
|
width: 100%;
|
|
height: 100%;
|
|
cursor: pointer;
|
|
opacity: 0;
|
|
}
|
|
.ant-cascader-checkbox-checked .ant-cascader-checkbox-inner::after {
|
|
position: absolute;
|
|
display: table;
|
|
border: 2px solid #fff;
|
|
border-top: 0;
|
|
border-left: 0;
|
|
transform: rotate(45deg) scale(1) translate(-50%, -50%);
|
|
opacity: 1;
|
|
transition: all 0.2s cubic-bezier(0.12, 0.4, 0.29, 1.46) 0.1s;
|
|
content: ' ';
|
|
}
|
|
.ant-cascader-checkbox-checked .ant-cascader-checkbox-inner {
|
|
background-color: #3061D0;
|
|
border-color: #3061D0;
|
|
}
|
|
.ant-cascader-checkbox-disabled {
|
|
cursor: not-allowed;
|
|
}
|
|
.ant-cascader-checkbox-disabled.ant-cascader-checkbox-checked .ant-cascader-checkbox-inner::after {
|
|
border-color: rgba(0, 0, 0, 0.25);
|
|
animation-name: none;
|
|
}
|
|
.ant-cascader-checkbox-disabled .ant-cascader-checkbox-input {
|
|
cursor: not-allowed;
|
|
pointer-events: none;
|
|
}
|
|
.ant-cascader-checkbox-disabled .ant-cascader-checkbox-inner {
|
|
background-color: #f5f5f5;
|
|
border-color: #d9d9d9 !important;
|
|
}
|
|
.ant-cascader-checkbox-disabled .ant-cascader-checkbox-inner::after {
|
|
border-color: #f5f5f5;
|
|
border-collapse: separate;
|
|
animation-name: none;
|
|
}
|
|
.ant-cascader-checkbox-disabled + span {
|
|
color: rgba(0, 0, 0, 0.25);
|
|
cursor: not-allowed;
|
|
}
|
|
.ant-cascader-checkbox-disabled:hover::after,
|
|
.ant-cascader-checkbox-wrapper:hover .ant-cascader-checkbox-disabled::after {
|
|
visibility: hidden;
|
|
}
|
|
.ant-cascader-checkbox-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";
|
|
display: inline-flex;
|
|
align-items: baseline;
|
|
line-height: inherit;
|
|
cursor: pointer;
|
|
}
|
|
.ant-cascader-checkbox-wrapper::after {
|
|
display: inline-block;
|
|
width: 0;
|
|
overflow: hidden;
|
|
content: '\a0';
|
|
}
|
|
.ant-cascader-checkbox-wrapper.ant-cascader-checkbox-wrapper-disabled {
|
|
cursor: not-allowed;
|
|
}
|
|
.ant-cascader-checkbox-wrapper + .ant-cascader-checkbox-wrapper {
|
|
margin-left: 8px;
|
|
}
|
|
.ant-cascader-checkbox-wrapper.ant-cascader-checkbox-wrapper-in-form-item input[type='checkbox'] {
|
|
width: 14px;
|
|
height: 14px;
|
|
}
|
|
.ant-cascader-checkbox + span {
|
|
padding-right: 8px;
|
|
padding-left: 8px;
|
|
}
|
|
.ant-cascader-checkbox-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;
|
|
}
|
|
.ant-cascader-checkbox-group-item {
|
|
margin-right: 6px;
|
|
}
|
|
.ant-cascader-checkbox-group-item:last-child {
|
|
margin-right: 0;
|
|
}
|
|
.ant-cascader-checkbox-group-item + .ant-cascader-checkbox-group-item {
|
|
margin-left: 0;
|
|
}
|
|
.ant-cascader-checkbox-indeterminate .ant-cascader-checkbox-inner {
|
|
background-color: #fff;
|
|
border-color: #d9d9d9;
|
|
}
|
|
.ant-cascader-checkbox-indeterminate .ant-cascader-checkbox-inner::after {
|
|
top: 50%;
|
|
left: 50%;
|
|
width: 6px;
|
|
height: 6px;
|
|
background-color: #3061D0;
|
|
border: 0;
|
|
transform: translate(-50%, -50%) scale(1);
|
|
opacity: 1;
|
|
content: ' ';
|
|
}
|
|
.ant-cascader-checkbox-indeterminate.ant-cascader-checkbox-disabled .ant-cascader-checkbox-inner::after {
|
|
background-color: rgba(0, 0, 0, 0.25);
|
|
border-color: rgba(0, 0, 0, 0.25);
|
|
}
|
|
.ant-cascader {
|
|
width: 184px;
|
|
}
|
|
.ant-cascader-checkbox {
|
|
top: 0;
|
|
margin-right: 4px;
|
|
}
|
|
.ant-cascader-menus {
|
|
display: flex;
|
|
flex-wrap: nowrap;
|
|
align-items: flex-start;
|
|
}
|
|
.ant-cascader-menus.ant-cascader-menu-empty .ant-cascader-menu {
|
|
width: 100%;
|
|
height: auto;
|
|
}
|
|
.ant-cascader-menu {
|
|
flex-grow: 1;
|
|
min-width: 111px;
|
|
height: 180px;
|
|
margin: 0;
|
|
margin: -4px 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-item {
|
|
display: flex;
|
|
flex-wrap: nowrap;
|
|
align-items: center;
|
|
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: #f0f7ff;
|
|
}
|
|
.ant-cascader-menu-item-content {
|
|
flex: auto;
|
|
}
|
|
.ant-cascader-menu-item-expand .ant-cascader-menu-item-expand-icon,
|
|
.ant-cascader-menu-item-loading-icon {
|
|
margin-left: 0px;
|
|
color: rgba(0, 0, 0, 0.45);
|
|
font-size: 10px;
|
|
}
|
|
.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-keyword {
|
|
color: #ff4d4f;
|
|
}
|
|
.ant-cascader-compact-item:not(.ant-cascader-compact-last-item):not(.ant-cascader-compact-item-rtl) {
|
|
margin-right: -1px;
|
|
}
|
|
.ant-cascader-compact-item:not(.ant-cascader-compact-last-item).ant-cascader-compact-item-rtl {
|
|
margin-left: -1px;
|
|
}
|
|
.ant-cascader-compact-item:hover,
|
|
.ant-cascader-compact-item:focus,
|
|
.ant-cascader-compact-item:active {
|
|
z-index: 2;
|
|
}
|
|
.ant-cascader-compact-item[disabled] {
|
|
z-index: 0;
|
|
}
|
|
.ant-cascader-compact-item:not(.ant-cascader-compact-first-item):not(.ant-cascader-compact-last-item).ant-cascader {
|
|
border-radius: 0;
|
|
}
|
|
.ant-cascader-compact-item.ant-cascader.ant-cascader-compact-first-item:not(.ant-cascader-compact-last-item):not(.ant-cascader-compact-item-rtl) {
|
|
border-top-right-radius: 0;
|
|
border-bottom-right-radius: 0;
|
|
}
|
|
.ant-cascader-compact-item.ant-cascader.ant-cascader-compact-last-item:not(.ant-cascader-compact-first-item):not(.ant-cascader-compact-item-rtl) {
|
|
border-top-left-radius: 0;
|
|
border-bottom-left-radius: 0;
|
|
}
|
|
.ant-cascader-compact-item.ant-cascader.ant-cascader-compact-item-rtl.ant-cascader-compact-first-item:not(.ant-cascader-compact-last-item) {
|
|
border-top-left-radius: 0;
|
|
border-bottom-left-radius: 0;
|
|
}
|
|
.ant-cascader-compact-item.ant-cascader.ant-cascader-compact-item-rtl.ant-cascader-compact-last-item:not(.ant-cascader-compact-first-item) {
|
|
border-top-right-radius: 0;
|
|
border-bottom-right-radius: 0;
|
|
}
|
|
.ant-cascader-rtl .ant-cascader-menu-item-expand-icon,
|
|
.ant-cascader-rtl .ant-cascader-menu-item-loading-icon {
|
|
margin-right: 0px;
|
|
margin-left: 0;
|
|
}
|
|
.ant-cascader-rtl .ant-cascader-checkbox {
|
|
top: 0;
|
|
margin-right: 0;
|
|
margin-left: 4px;
|
|
}
|
|
/* stylelint-disable no-duplicate-selectors */
|
|
/* stylelint-disable */
|
|
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
|
|