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.
1149 lines
32 KiB
1149 lines
32 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/popover/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-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-content {
|
|
position: relative;
|
|
}
|
|
.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: 15.3137085px;
|
|
}
|
|
.ant-popover-placement-right,
|
|
.ant-popover-placement-rightTop,
|
|
.ant-popover-placement-rightBottom {
|
|
padding-left: 15.3137085px;
|
|
}
|
|
.ant-popover-placement-bottom,
|
|
.ant-popover-placement-bottomLeft,
|
|
.ant-popover-placement-bottomRight {
|
|
padding-top: 15.3137085px;
|
|
}
|
|
.ant-popover-placement-left,
|
|
.ant-popover-placement-leftTop,
|
|
.ant-popover-placement-leftBottom {
|
|
padding-right: 15.3137085px;
|
|
}
|
|
.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);
|
|
}
|
|
@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 {
|
|
display: flex;
|
|
padding: 4px 0 12px;
|
|
color: rgba(0, 0, 0, 0.85);
|
|
font-size: 12px;
|
|
}
|
|
.ant-popover-message-icon {
|
|
display: inline-block;
|
|
margin-right: 8px;
|
|
color: #faad14;
|
|
font-size: 12px;
|
|
}
|
|
.ant-popover-buttons {
|
|
margin-bottom: 4px;
|
|
text-align: right;
|
|
}
|
|
.ant-popover-buttons button:not(:first-child) {
|
|
margin-left: 8px;
|
|
}
|
|
.ant-popover-arrow {
|
|
position: absolute;
|
|
display: block;
|
|
width: 22px;
|
|
height: 22px;
|
|
overflow: hidden;
|
|
background: transparent;
|
|
pointer-events: none;
|
|
}
|
|
.ant-popover-arrow-content {
|
|
--antd-arrow-background-color: #fff;
|
|
position: absolute;
|
|
top: 0;
|
|
right: 0;
|
|
bottom: 0;
|
|
left: 0;
|
|
display: block;
|
|
width: 11.3137085px;
|
|
height: 11.3137085px;
|
|
margin: auto;
|
|
content: '';
|
|
pointer-events: auto;
|
|
border-radius: 0 0 2px;
|
|
pointer-events: none;
|
|
}
|
|
.ant-popover-arrow-content::before {
|
|
position: absolute;
|
|
top: -11.3137085px;
|
|
left: -11.3137085px;
|
|
width: 33.9411255px;
|
|
height: 33.9411255px;
|
|
background: var(--antd-arrow-background-color);
|
|
background-repeat: no-repeat;
|
|
background-position: -10px -10px;
|
|
content: '';
|
|
-webkit-clip-path: inset(33% 33%);
|
|
clip-path: inset(33% 33%);
|
|
-webkit-clip-path: path('M 9.849242404917499 24.091883092036785 A 5 5 0 0 1 13.384776310850237 22.627416997969522 L 20.627416997969522 22.627416997969522 A 2 2 0 0 0 22.627416997969522 20.627416997969522 L 22.627416997969522 13.384776310850237 A 5 5 0 0 1 24.091883092036785 9.849242404917499 L 23.091883092036785 9.849242404917499 L 9.849242404917499 23.091883092036785 Z');
|
|
clip-path: path('M 9.849242404917499 24.091883092036785 A 5 5 0 0 1 13.384776310850237 22.627416997969522 L 20.627416997969522 22.627416997969522 A 2 2 0 0 0 22.627416997969522 20.627416997969522 L 22.627416997969522 13.384776310850237 A 5 5 0 0 1 24.091883092036785 9.849242404917499 L 23.091883092036785 9.849242404917499 L 9.849242404917499 23.091883092036785 Z');
|
|
}
|
|
.ant-popover-placement-top .ant-popover-arrow,
|
|
.ant-popover-placement-topLeft .ant-popover-arrow,
|
|
.ant-popover-placement-topRight .ant-popover-arrow {
|
|
bottom: 0;
|
|
transform: translateY(100%);
|
|
}
|
|
.ant-popover-placement-top .ant-popover-arrow-content,
|
|
.ant-popover-placement-topLeft .ant-popover-arrow-content,
|
|
.ant-popover-placement-topRight .ant-popover-arrow-content {
|
|
box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.07);
|
|
transform: translateY(-11px) rotate(45deg);
|
|
}
|
|
.ant-popover-placement-top .ant-popover-arrow {
|
|
left: 50%;
|
|
transform: translateY(100%) translateX(-50%);
|
|
}
|
|
.ant-popover-placement-topLeft .ant-popover-arrow {
|
|
left: 16px;
|
|
}
|
|
.ant-popover-placement-topRight .ant-popover-arrow {
|
|
right: 16px;
|
|
}
|
|
.ant-popover-placement-right .ant-popover-arrow,
|
|
.ant-popover-placement-rightTop .ant-popover-arrow,
|
|
.ant-popover-placement-rightBottom .ant-popover-arrow {
|
|
left: 0;
|
|
transform: translateX(-100%);
|
|
}
|
|
.ant-popover-placement-right .ant-popover-arrow-content,
|
|
.ant-popover-placement-rightTop .ant-popover-arrow-content,
|
|
.ant-popover-placement-rightBottom .ant-popover-arrow-content {
|
|
box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.07);
|
|
transform: translateX(11px) rotate(135deg);
|
|
}
|
|
.ant-popover-placement-right .ant-popover-arrow {
|
|
top: 50%;
|
|
transform: translateX(-100%) translateY(-50%);
|
|
}
|
|
.ant-popover-placement-rightTop .ant-popover-arrow {
|
|
top: 12px;
|
|
}
|
|
.ant-popover-placement-rightBottom .ant-popover-arrow {
|
|
bottom: 12px;
|
|
}
|
|
.ant-popover-placement-bottom .ant-popover-arrow,
|
|
.ant-popover-placement-bottomLeft .ant-popover-arrow,
|
|
.ant-popover-placement-bottomRight .ant-popover-arrow {
|
|
top: 0;
|
|
transform: translateY(-100%);
|
|
}
|
|
.ant-popover-placement-bottom .ant-popover-arrow-content,
|
|
.ant-popover-placement-bottomLeft .ant-popover-arrow-content,
|
|
.ant-popover-placement-bottomRight .ant-popover-arrow-content {
|
|
box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.06);
|
|
transform: translateY(11px) rotate(-135deg);
|
|
}
|
|
.ant-popover-placement-bottom .ant-popover-arrow {
|
|
left: 50%;
|
|
transform: translateY(-100%) translateX(-50%);
|
|
}
|
|
.ant-popover-placement-bottomLeft .ant-popover-arrow {
|
|
left: 16px;
|
|
}
|
|
.ant-popover-placement-bottomRight .ant-popover-arrow {
|
|
right: 16px;
|
|
}
|
|
.ant-popover-placement-left .ant-popover-arrow,
|
|
.ant-popover-placement-leftTop .ant-popover-arrow,
|
|
.ant-popover-placement-leftBottom .ant-popover-arrow {
|
|
right: 0;
|
|
transform: translateX(100%);
|
|
}
|
|
.ant-popover-placement-left .ant-popover-arrow-content,
|
|
.ant-popover-placement-leftTop .ant-popover-arrow-content,
|
|
.ant-popover-placement-leftBottom .ant-popover-arrow-content {
|
|
box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.07);
|
|
transform: translateX(-11px) rotate(-45deg);
|
|
}
|
|
.ant-popover-placement-left .ant-popover-arrow {
|
|
top: 50%;
|
|
transform: translateX(100%) translateY(-50%);
|
|
}
|
|
.ant-popover-placement-leftTop .ant-popover-arrow {
|
|
top: 12px;
|
|
}
|
|
.ant-popover-placement-leftBottom .ant-popover-arrow {
|
|
bottom: 12px;
|
|
}
|
|
.ant-popover-pink .ant-popover-inner {
|
|
background-color: #eb2f96;
|
|
}
|
|
.ant-popover-pink .ant-popover-arrow-content {
|
|
background-color: #eb2f96;
|
|
}
|
|
.ant-popover-magenta .ant-popover-inner {
|
|
background-color: #eb2f96;
|
|
}
|
|
.ant-popover-magenta .ant-popover-arrow-content {
|
|
background-color: #eb2f96;
|
|
}
|
|
.ant-popover-red .ant-popover-inner {
|
|
background-color: #f5222d;
|
|
}
|
|
.ant-popover-red .ant-popover-arrow-content {
|
|
background-color: #f5222d;
|
|
}
|
|
.ant-popover-volcano .ant-popover-inner {
|
|
background-color: #fa541c;
|
|
}
|
|
.ant-popover-volcano .ant-popover-arrow-content {
|
|
background-color: #fa541c;
|
|
}
|
|
.ant-popover-orange .ant-popover-inner {
|
|
background-color: #fa8c16;
|
|
}
|
|
.ant-popover-orange .ant-popover-arrow-content {
|
|
background-color: #fa8c16;
|
|
}
|
|
.ant-popover-yellow .ant-popover-inner {
|
|
background-color: #fadb14;
|
|
}
|
|
.ant-popover-yellow .ant-popover-arrow-content {
|
|
background-color: #fadb14;
|
|
}
|
|
.ant-popover-gold .ant-popover-inner {
|
|
background-color: #faad14;
|
|
}
|
|
.ant-popover-gold .ant-popover-arrow-content {
|
|
background-color: #faad14;
|
|
}
|
|
.ant-popover-cyan .ant-popover-inner {
|
|
background-color: #13c2c2;
|
|
}
|
|
.ant-popover-cyan .ant-popover-arrow-content {
|
|
background-color: #13c2c2;
|
|
}
|
|
.ant-popover-lime .ant-popover-inner {
|
|
background-color: #a0d911;
|
|
}
|
|
.ant-popover-lime .ant-popover-arrow-content {
|
|
background-color: #a0d911;
|
|
}
|
|
.ant-popover-green .ant-popover-inner {
|
|
background-color: #52c41a;
|
|
}
|
|
.ant-popover-green .ant-popover-arrow-content {
|
|
background-color: #52c41a;
|
|
}
|
|
.ant-popover-blue .ant-popover-inner {
|
|
background-color: #1890ff;
|
|
}
|
|
.ant-popover-blue .ant-popover-arrow-content {
|
|
background-color: #1890ff;
|
|
}
|
|
.ant-popover-geekblue .ant-popover-inner {
|
|
background-color: #2f54eb;
|
|
}
|
|
.ant-popover-geekblue .ant-popover-arrow-content {
|
|
background-color: #2f54eb;
|
|
}
|
|
.ant-popover-purple .ant-popover-inner {
|
|
background-color: #722ed1;
|
|
}
|
|
.ant-popover-purple .ant-popover-arrow-content {
|
|
background-color: #722ed1;
|
|
}
|
|
.ant-popover-rtl {
|
|
direction: rtl;
|
|
text-align: right;
|
|
}
|
|
.ant-popover-rtl .ant-popover-message-icon {
|
|
margin-right: 0;
|
|
margin-left: 8px;
|
|
}
|
|
.ant-popover-rtl .ant-popover-message-title {
|
|
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 */
|
|
|
|
/*!********************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
|
|
!*** 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/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;
|
|
}
|
|
}
|
|
@keyframes ant-tree-node-fx-do-not-use {
|
|
0% {
|
|
opacity: 0;
|
|
}
|
|
100% {
|
|
opacity: 1;
|
|
}
|
|
}
|
|
.ant-tree.ant-tree-directory .ant-tree-treenode {
|
|
position: relative;
|
|
}
|
|
.ant-tree.ant-tree-directory .ant-tree-treenode::before {
|
|
position: absolute;
|
|
top: 0;
|
|
right: 0;
|
|
bottom: 4px;
|
|
left: 0;
|
|
transition: background-color 0.3s;
|
|
content: '';
|
|
pointer-events: none;
|
|
}
|
|
.ant-tree.ant-tree-directory .ant-tree-treenode:hover::before {
|
|
background: #f5f5f5;
|
|
}
|
|
.ant-tree.ant-tree-directory .ant-tree-treenode > * {
|
|
z-index: 1;
|
|
}
|
|
.ant-tree.ant-tree-directory .ant-tree-treenode .ant-tree-switcher {
|
|
transition: color 0.3s;
|
|
}
|
|
.ant-tree.ant-tree-directory .ant-tree-treenode .ant-tree-node-content-wrapper {
|
|
border-radius: 0;
|
|
-webkit-user-select: none;
|
|
-moz-user-select: none;
|
|
-ms-user-select: none;
|
|
user-select: none;
|
|
}
|
|
.ant-tree.ant-tree-directory .ant-tree-treenode .ant-tree-node-content-wrapper:hover {
|
|
background: transparent;
|
|
}
|
|
.ant-tree.ant-tree-directory .ant-tree-treenode .ant-tree-node-content-wrapper.ant-tree-node-selected {
|
|
color: #fff;
|
|
background: transparent;
|
|
}
|
|
.ant-tree.ant-tree-directory .ant-tree-treenode-selected:hover::before,
|
|
.ant-tree.ant-tree-directory .ant-tree-treenode-selected::before {
|
|
background: #1890ff;
|
|
}
|
|
.ant-tree.ant-tree-directory .ant-tree-treenode-selected .ant-tree-switcher {
|
|
color: #fff;
|
|
}
|
|
.ant-tree.ant-tree-directory .ant-tree-treenode-selected .ant-tree-node-content-wrapper {
|
|
color: #fff;
|
|
background: transparent;
|
|
}
|
|
.ant-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-tree-checkbox-wrapper:hover .ant-tree-checkbox-inner,
|
|
.ant-tree-checkbox:hover .ant-tree-checkbox-inner,
|
|
.ant-tree-checkbox-input:focus + .ant-tree-checkbox-inner {
|
|
border-color: #1890ff;
|
|
}
|
|
.ant-tree-checkbox-checked::after {
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
width: 100%;
|
|
height: 100%;
|
|
border: 1px solid #1890ff;
|
|
border-radius: 2px;
|
|
visibility: hidden;
|
|
animation: antCheckboxEffect 0.36s ease-in-out;
|
|
animation-fill-mode: backwards;
|
|
content: '';
|
|
}
|
|
.ant-tree-checkbox:hover::after,
|
|
.ant-tree-checkbox-wrapper:hover .ant-tree-checkbox::after {
|
|
visibility: visible;
|
|
}
|
|
.ant-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-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-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-tree-checkbox-checked .ant-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-tree-checkbox-checked .ant-tree-checkbox-inner {
|
|
background-color: #1890ff;
|
|
border-color: #1890ff;
|
|
}
|
|
.ant-tree-checkbox-disabled {
|
|
cursor: not-allowed;
|
|
}
|
|
.ant-tree-checkbox-disabled.ant-tree-checkbox-checked .ant-tree-checkbox-inner::after {
|
|
border-color: rgba(0, 0, 0, 0.25);
|
|
animation-name: none;
|
|
}
|
|
.ant-tree-checkbox-disabled .ant-tree-checkbox-input {
|
|
cursor: not-allowed;
|
|
pointer-events: none;
|
|
}
|
|
.ant-tree-checkbox-disabled .ant-tree-checkbox-inner {
|
|
background-color: #f5f5f5;
|
|
border-color: #d9d9d9 !important;
|
|
}
|
|
.ant-tree-checkbox-disabled .ant-tree-checkbox-inner::after {
|
|
border-color: #f5f5f5;
|
|
border-collapse: separate;
|
|
animation-name: none;
|
|
}
|
|
.ant-tree-checkbox-disabled + span {
|
|
color: rgba(0, 0, 0, 0.25);
|
|
cursor: not-allowed;
|
|
}
|
|
.ant-tree-checkbox-disabled:hover::after,
|
|
.ant-tree-checkbox-wrapper:hover .ant-tree-checkbox-disabled::after {
|
|
visibility: hidden;
|
|
}
|
|
.ant-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-tree-checkbox-wrapper::after {
|
|
display: inline-block;
|
|
width: 0;
|
|
overflow: hidden;
|
|
content: '\a0';
|
|
}
|
|
.ant-tree-checkbox-wrapper.ant-tree-checkbox-wrapper-disabled {
|
|
cursor: not-allowed;
|
|
}
|
|
.ant-tree-checkbox-wrapper + .ant-tree-checkbox-wrapper {
|
|
margin-left: 8px;
|
|
}
|
|
.ant-tree-checkbox-wrapper.ant-tree-checkbox-wrapper-in-form-item input[type='checkbox'] {
|
|
width: 14px;
|
|
height: 14px;
|
|
}
|
|
.ant-tree-checkbox + span {
|
|
padding-right: 8px;
|
|
padding-left: 8px;
|
|
}
|
|
.ant-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-tree-checkbox-group-item {
|
|
margin-right: 6px;
|
|
}
|
|
.ant-tree-checkbox-group-item:last-child {
|
|
margin-right: 0;
|
|
}
|
|
.ant-tree-checkbox-group-item + .ant-tree-checkbox-group-item {
|
|
margin-left: 0;
|
|
}
|
|
.ant-tree-checkbox-indeterminate .ant-tree-checkbox-inner {
|
|
background-color: #fff;
|
|
border-color: #d9d9d9;
|
|
}
|
|
.ant-tree-checkbox-indeterminate .ant-tree-checkbox-inner::after {
|
|
top: 50%;
|
|
left: 50%;
|
|
width: 6px;
|
|
height: 6px;
|
|
background-color: #1890ff;
|
|
border: 0;
|
|
transform: translate(-50%, -50%) scale(1);
|
|
opacity: 1;
|
|
content: ' ';
|
|
}
|
|
.ant-tree-checkbox-indeterminate.ant-tree-checkbox-disabled .ant-tree-checkbox-inner::after {
|
|
background-color: rgba(0, 0, 0, 0.25);
|
|
border-color: rgba(0, 0, 0, 0.25);
|
|
}
|
|
.ant-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-tree-focused:not(:hover):not(.ant-tree-active-focused) {
|
|
background: #e6f7ff;
|
|
}
|
|
.ant-tree-list-holder-inner {
|
|
align-items: flex-start;
|
|
}
|
|
.ant-tree.ant-tree-block-node .ant-tree-list-holder-inner {
|
|
align-items: stretch;
|
|
}
|
|
.ant-tree.ant-tree-block-node .ant-tree-list-holder-inner .ant-tree-node-content-wrapper {
|
|
flex: auto;
|
|
}
|
|
.ant-tree.ant-tree-block-node .ant-tree-list-holder-inner .ant-tree-treenode.dragging {
|
|
position: relative;
|
|
}
|
|
.ant-tree.ant-tree-block-node .ant-tree-list-holder-inner .ant-tree-treenode.dragging::after {
|
|
position: absolute;
|
|
top: 0;
|
|
right: 0;
|
|
bottom: 2px;
|
|
left: 0;
|
|
border: 1px solid #1890ff;
|
|
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-tree .ant-tree-treenode {
|
|
display: flex;
|
|
align-items: flex-start;
|
|
padding: 0 0 2px 0;
|
|
outline: none;
|
|
}
|
|
.ant-tree .ant-tree-treenode-disabled .ant-tree-node-content-wrapper {
|
|
color: rgba(0, 0, 0, 0.25);
|
|
cursor: not-allowed;
|
|
}
|
|
.ant-tree .ant-tree-treenode-disabled .ant-tree-node-content-wrapper:hover {
|
|
background: transparent;
|
|
}
|
|
.ant-tree .ant-tree-treenode-active .ant-tree-node-content-wrapper {
|
|
background: #f5f5f5;
|
|
}
|
|
.ant-tree .ant-tree-treenode:not(.ant-tree .ant-tree-treenode-disabled).filter-node .ant-tree-title {
|
|
color: inherit;
|
|
font-weight: 500;
|
|
}
|
|
.ant-tree .ant-tree-treenode-draggable .ant-tree-draggable-icon {
|
|
width: 20px;
|
|
line-height: 20px;
|
|
text-align: center;
|
|
visibility: visible;
|
|
opacity: 0.2;
|
|
transition: opacity 0.3s;
|
|
}
|
|
.ant-tree-treenode:hover .ant-tree .ant-tree-treenode-draggable .ant-tree-draggable-icon {
|
|
opacity: 0.45;
|
|
}
|
|
.ant-tree .ant-tree-treenode-draggable.ant-tree-treenode-disabled .ant-tree-draggable-icon {
|
|
visibility: hidden;
|
|
}
|
|
.ant-tree-indent {
|
|
align-self: stretch;
|
|
white-space: nowrap;
|
|
-webkit-user-select: none;
|
|
-moz-user-select: none;
|
|
-ms-user-select: none;
|
|
user-select: none;
|
|
}
|
|
.ant-tree-indent-unit {
|
|
display: inline-block;
|
|
width: 20px;
|
|
}
|
|
.ant-tree-draggable-icon {
|
|
visibility: hidden;
|
|
}
|
|
.ant-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-tree-switcher .ant-tree-switcher-icon,
|
|
.ant-tree-switcher .ant-select-tree-switcher-icon {
|
|
display: inline-block;
|
|
font-size: 10px;
|
|
vertical-align: baseline;
|
|
}
|
|
.ant-tree-switcher .ant-tree-switcher-icon svg,
|
|
.ant-tree-switcher .ant-select-tree-switcher-icon svg {
|
|
transition: transform 0.3s;
|
|
}
|
|
.ant-tree-switcher-noop {
|
|
cursor: default;
|
|
}
|
|
.ant-tree-switcher_close .ant-tree-switcher-icon svg {
|
|
transform: rotate(-90deg);
|
|
}
|
|
.ant-tree-switcher-loading-icon {
|
|
color: #1890ff;
|
|
}
|
|
.ant-tree-switcher-leaf-line {
|
|
position: relative;
|
|
z-index: 1;
|
|
display: inline-block;
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
.ant-tree-switcher-leaf-line::before {
|
|
position: absolute;
|
|
top: 0;
|
|
right: 12px;
|
|
bottom: -2px;
|
|
margin-left: -1px;
|
|
border-right: 1px solid #d9d9d9;
|
|
content: ' ';
|
|
}
|
|
.ant-tree-switcher-leaf-line::after {
|
|
position: absolute;
|
|
width: 6px;
|
|
height: 10px;
|
|
border-bottom: 1px solid #d9d9d9;
|
|
content: ' ';
|
|
}
|
|
.ant-tree-checkbox {
|
|
top: auto;
|
|
top: initial;
|
|
margin: 3px 8px 0 0;
|
|
}
|
|
.ant-tree .ant-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-tree .ant-tree-node-content-wrapper:hover {
|
|
background-color: #f5f5f5;
|
|
}
|
|
.ant-tree .ant-tree-node-content-wrapper.ant-tree-node-selected {
|
|
background-color: #bae7ff;
|
|
}
|
|
.ant-tree .ant-tree-node-content-wrapper .ant-tree-iconEle {
|
|
display: inline-block;
|
|
width: 20px;
|
|
height: 20px;
|
|
line-height: 20px;
|
|
text-align: center;
|
|
vertical-align: top;
|
|
}
|
|
.ant-tree .ant-tree-node-content-wrapper .ant-tree-iconEle:empty {
|
|
display: none;
|
|
}
|
|
.ant-tree-unselectable .ant-tree-node-content-wrapper:hover {
|
|
background-color: transparent;
|
|
}
|
|
.ant-tree-node-content-wrapper {
|
|
line-height: 20px;
|
|
-webkit-user-select: none;
|
|
-moz-user-select: none;
|
|
-ms-user-select: none;
|
|
user-select: none;
|
|
}
|
|
.ant-tree-node-content-wrapper .ant-tree-drop-indicator {
|
|
position: absolute;
|
|
z-index: 1;
|
|
height: 2px;
|
|
background-color: #1890ff;
|
|
border-radius: 1px;
|
|
pointer-events: none;
|
|
}
|
|
.ant-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 #1890ff;
|
|
border-radius: 50%;
|
|
content: '';
|
|
}
|
|
.ant-tree .ant-tree-treenode.drop-container > [draggable] {
|
|
box-shadow: 0 0 0 2px #1890ff;
|
|
}
|
|
.ant-tree-show-line .ant-tree-indent-unit {
|
|
position: relative;
|
|
height: 100%;
|
|
}
|
|
.ant-tree-show-line .ant-tree-indent-unit::before {
|
|
position: absolute;
|
|
top: 0;
|
|
right: 10px;
|
|
bottom: -2px;
|
|
border-right: 1px solid #d9d9d9;
|
|
content: '';
|
|
}
|
|
.ant-tree-show-line .ant-tree-indent-unit-end::before {
|
|
display: none;
|
|
}
|
|
.ant-tree-show-line .ant-tree-switcher {
|
|
background: #fff;
|
|
}
|
|
.ant-tree-show-line .ant-tree-switcher-line-icon {
|
|
vertical-align: -0.15em;
|
|
}
|
|
.ant-tree .ant-tree-treenode-leaf-last .ant-tree-switcher-leaf-line::before {
|
|
top: auto !important;
|
|
bottom: auto !important;
|
|
height: 10px !important;
|
|
}
|
|
.ant-tree-rtl {
|
|
direction: rtl;
|
|
}
|
|
.ant-tree-rtl .ant-tree-node-content-wrapper[draggable='true'] .ant-tree-drop-indicator::after {
|
|
right: -6px;
|
|
left: auto;
|
|
left: initial;
|
|
}
|
|
.ant-tree .ant-tree-treenode-rtl {
|
|
direction: rtl;
|
|
}
|
|
.ant-tree-rtl .ant-tree-switcher_close .ant-tree-switcher-icon svg {
|
|
transform: rotate(90deg);
|
|
}
|
|
.ant-tree-rtl.ant-tree-show-line .ant-tree-indent-unit::before {
|
|
right: auto;
|
|
left: -11px;
|
|
border-right: none;
|
|
border-left: 1px solid #d9d9d9;
|
|
}
|
|
.ant-tree-rtl .ant-tree-checkbox {
|
|
margin: 3px 0 0 8px;
|
|
}
|
|
.ant-tree-select-dropdown-rtl .ant-select-tree-checkbox {
|
|
margin: 3px 0 0 8px;
|
|
}
|
|
/* 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/drawer/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-drawer {
|
|
position: fixed;
|
|
top: 0;
|
|
right: 0;
|
|
bottom: 0;
|
|
left: 0;
|
|
z-index: 1000;
|
|
pointer-events: none;
|
|
}
|
|
.ant-drawer-inline {
|
|
position: absolute;
|
|
}
|
|
.ant-drawer-mask {
|
|
position: absolute;
|
|
top: 0;
|
|
right: 0;
|
|
bottom: 0;
|
|
left: 0;
|
|
z-index: 1000;
|
|
background: rgba(0, 0, 0, 0.45);
|
|
pointer-events: auto;
|
|
}
|
|
.ant-drawer-content-wrapper {
|
|
position: absolute;
|
|
z-index: 1000;
|
|
transition: all 0.3s;
|
|
}
|
|
.ant-drawer-content-wrapper-hidden {
|
|
display: none;
|
|
}
|
|
.ant-drawer-left > .ant-drawer-content-wrapper {
|
|
top: 0;
|
|
bottom: 0;
|
|
left: 0;
|
|
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-content-wrapper {
|
|
top: 0;
|
|
right: 0;
|
|
bottom: 0;
|
|
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-top > .ant-drawer-content-wrapper {
|
|
top: 0;
|
|
right: 0;
|
|
left: 0;
|
|
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-content-wrapper {
|
|
right: 0;
|
|
bottom: 0;
|
|
left: 0;
|
|
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-content {
|
|
width: 100%;
|
|
height: 100%;
|
|
overflow: auto;
|
|
background: #fff;
|
|
pointer-events: auto;
|
|
}
|
|
.ant-drawer-wrapper-body {
|
|
display: flex;
|
|
flex-direction: column;
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
.ant-drawer-header {
|
|
display: flex;
|
|
flex: 0 1;
|
|
align-items: center;
|
|
padding: 11px 16px;
|
|
font-size: 14px;
|
|
line-height: 22px;
|
|
border-bottom: 1px solid #f0f0f0;
|
|
}
|
|
.ant-drawer-header-title {
|
|
display: flex;
|
|
flex: 1 1;
|
|
align-items: center;
|
|
min-width: 0;
|
|
min-height: 0;
|
|
}
|
|
.ant-drawer-extra {
|
|
flex: none;
|
|
}
|
|
.ant-drawer-close {
|
|
display: inline-block;
|
|
margin-right: 12px;
|
|
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-title {
|
|
flex: 1 1;
|
|
margin: 0;
|
|
color: rgba(0, 0, 0, 0.85);
|
|
font-weight: 500;
|
|
font-size: 14px;
|
|
line-height: 22px;
|
|
}
|
|
.ant-drawer-body {
|
|
flex: 1 1;
|
|
min-width: 0;
|
|
min-height: 0;
|
|
padding: 16px;
|
|
overflow: auto;
|
|
}
|
|
.ant-drawer-footer {
|
|
flex-shrink: 0;
|
|
padding: 8px 8px;
|
|
border-top: 1px solid #f0f0f0;
|
|
}
|
|
.panel-motion-enter-start,
|
|
.panel-motion-appear-start,
|
|
.panel-motion-leave-start {
|
|
transition: none;
|
|
}
|
|
.panel-motion-enter-active,
|
|
.panel-motion-appear-active,
|
|
.panel-motion-leave-active {
|
|
transition: all 0.3s;
|
|
}
|
|
.ant-drawer-mask-motion-enter-active,
|
|
.ant-drawer-mask-motion-appear-active,
|
|
.ant-drawer-mask-motion-leave-active {
|
|
transition: all 0.3s;
|
|
}
|
|
.ant-drawer-mask-motion-enter,
|
|
.ant-drawer-mask-motion-appear {
|
|
opacity: 0;
|
|
}
|
|
.ant-drawer-mask-motion-enter-active,
|
|
.ant-drawer-mask-motion-appear-active {
|
|
opacity: 1;
|
|
}
|
|
.ant-drawer-mask-motion-leave {
|
|
opacity: 1;
|
|
}
|
|
.ant-drawer-mask-motion-leave-active {
|
|
opacity: 0;
|
|
}
|
|
.ant-drawer-panel-motion-left-enter-start,
|
|
.ant-drawer-panel-motion-left-appear-start,
|
|
.ant-drawer-panel-motion-left-leave-start {
|
|
transition: none;
|
|
}
|
|
.ant-drawer-panel-motion-left-enter-active,
|
|
.ant-drawer-panel-motion-left-appear-active,
|
|
.ant-drawer-panel-motion-left-leave-active {
|
|
transition: all 0.3s;
|
|
}
|
|
.ant-drawer-panel-motion-left-enter-start,
|
|
.ant-drawer-panel-motion-left-appear-start {
|
|
transform: translateX(-100%) !important;
|
|
}
|
|
.ant-drawer-panel-motion-left-enter-active,
|
|
.ant-drawer-panel-motion-left-appear-active {
|
|
transform: translateX(0);
|
|
}
|
|
.ant-drawer-panel-motion-left-leave {
|
|
transform: translateX(0);
|
|
}
|
|
.ant-drawer-panel-motion-left-leave-active {
|
|
transform: translateX(-100%);
|
|
}
|
|
.ant-drawer-panel-motion-right-enter-start,
|
|
.ant-drawer-panel-motion-right-appear-start,
|
|
.ant-drawer-panel-motion-right-leave-start {
|
|
transition: none;
|
|
}
|
|
.ant-drawer-panel-motion-right-enter-active,
|
|
.ant-drawer-panel-motion-right-appear-active,
|
|
.ant-drawer-panel-motion-right-leave-active {
|
|
transition: all 0.3s;
|
|
}
|
|
.ant-drawer-panel-motion-right-enter-start,
|
|
.ant-drawer-panel-motion-right-appear-start {
|
|
transform: translateX(100%) !important;
|
|
}
|
|
.ant-drawer-panel-motion-right-enter-active,
|
|
.ant-drawer-panel-motion-right-appear-active {
|
|
transform: translateX(0);
|
|
}
|
|
.ant-drawer-panel-motion-right-leave {
|
|
transform: translateX(0);
|
|
}
|
|
.ant-drawer-panel-motion-right-leave-active {
|
|
transform: translateX(100%);
|
|
}
|
|
.ant-drawer-panel-motion-top-enter-start,
|
|
.ant-drawer-panel-motion-top-appear-start,
|
|
.ant-drawer-panel-motion-top-leave-start {
|
|
transition: none;
|
|
}
|
|
.ant-drawer-panel-motion-top-enter-active,
|
|
.ant-drawer-panel-motion-top-appear-active,
|
|
.ant-drawer-panel-motion-top-leave-active {
|
|
transition: all 0.3s;
|
|
}
|
|
.ant-drawer-panel-motion-top-enter-start,
|
|
.ant-drawer-panel-motion-top-appear-start {
|
|
transform: translateY(-100%) !important;
|
|
}
|
|
.ant-drawer-panel-motion-top-enter-active,
|
|
.ant-drawer-panel-motion-top-appear-active {
|
|
transform: translateY(0);
|
|
}
|
|
.ant-drawer-panel-motion-top-leave {
|
|
transform: translateY(0);
|
|
}
|
|
.ant-drawer-panel-motion-top-leave-active {
|
|
transform: translateY(-100%);
|
|
}
|
|
.ant-drawer-panel-motion-bottom-enter-start,
|
|
.ant-drawer-panel-motion-bottom-appear-start,
|
|
.ant-drawer-panel-motion-bottom-leave-start {
|
|
transition: none;
|
|
}
|
|
.ant-drawer-panel-motion-bottom-enter-active,
|
|
.ant-drawer-panel-motion-bottom-appear-active,
|
|
.ant-drawer-panel-motion-bottom-leave-active {
|
|
transition: all 0.3s;
|
|
}
|
|
.ant-drawer-panel-motion-bottom-enter-start,
|
|
.ant-drawer-panel-motion-bottom-appear-start {
|
|
transform: translateY(100%) !important;
|
|
}
|
|
.ant-drawer-panel-motion-bottom-enter-active,
|
|
.ant-drawer-panel-motion-bottom-appear-active {
|
|
transform: translateY(0);
|
|
}
|
|
.ant-drawer-panel-motion-bottom-leave {
|
|
transform: translateY(0);
|
|
}
|
|
.ant-drawer-panel-motion-bottom-leave-active {
|
|
transform: translateY(100%);
|
|
}
|
|
.ant-drawer-rtl {
|
|
direction: rtl;
|
|
}
|
|
.ant-drawer-rtl .ant-drawer-close {
|
|
margin-right: 0;
|
|
margin-left: 12px;
|
|
}
|
|
/* stylelint-disable no-duplicate-selectors */
|
|
/* stylelint-disable */
|
|
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
|
|