parent
4c1e2b23a2
commit
1455ec9525
@ -0,0 +1,794 @@
|
||||
/*!**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
|
||||
!*** 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/pagination/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-pagination {
|
||||
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-pagination ul,
|
||||
.ant-pagination ol {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
list-style: none;
|
||||
}
|
||||
.ant-pagination::after {
|
||||
display: block;
|
||||
clear: both;
|
||||
height: 0;
|
||||
overflow: hidden;
|
||||
visibility: hidden;
|
||||
content: ' ';
|
||||
}
|
||||
.ant-pagination-total-text {
|
||||
display: inline-block;
|
||||
height: 28px;
|
||||
margin-right: 8px;
|
||||
line-height: 26px;
|
||||
vertical-align: middle;
|
||||
}
|
||||
.ant-pagination-item {
|
||||
display: inline-block;
|
||||
min-width: 28px;
|
||||
height: 28px;
|
||||
margin-right: 8px;
|
||||
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: 26px;
|
||||
text-align: center;
|
||||
vertical-align: middle;
|
||||
list-style: none;
|
||||
background-color: #fff;
|
||||
border: 1px solid #d9d9d9;
|
||||
border-radius: 2px;
|
||||
outline: 0;
|
||||
cursor: pointer;
|
||||
-webkit-user-select: none;
|
||||
-moz-user-select: none;
|
||||
-ms-user-select: none;
|
||||
user-select: none;
|
||||
}
|
||||
.ant-pagination-item a {
|
||||
display: block;
|
||||
padding: 0 6px;
|
||||
color: rgba(0, 0, 0, 0.85);
|
||||
transition: none;
|
||||
}
|
||||
.ant-pagination-item a:hover {
|
||||
text-decoration: none;
|
||||
}
|
||||
.ant-pagination-item:hover {
|
||||
border-color: #3061D0;
|
||||
transition: all 0.3s;
|
||||
}
|
||||
.ant-pagination-item:hover a {
|
||||
color: #3061D0;
|
||||
}
|
||||
.ant-pagination-item:focus-visible {
|
||||
border-color: #3061D0;
|
||||
transition: all 0.3s;
|
||||
}
|
||||
.ant-pagination-item:focus-visible a {
|
||||
color: #3061D0;
|
||||
}
|
||||
.ant-pagination-item-active {
|
||||
font-weight: 500;
|
||||
background: #fff;
|
||||
border-color: #3061D0;
|
||||
}
|
||||
.ant-pagination-item-active a {
|
||||
color: #3061D0;
|
||||
}
|
||||
.ant-pagination-item-active:hover {
|
||||
border-color: #5784de;
|
||||
}
|
||||
.ant-pagination-item-active:focus-visible {
|
||||
border-color: #5784de;
|
||||
}
|
||||
.ant-pagination-item-active:hover a {
|
||||
color: #5784de;
|
||||
}
|
||||
.ant-pagination-item-active:focus-visible a {
|
||||
color: #5784de;
|
||||
}
|
||||
.ant-pagination-jump-prev,
|
||||
.ant-pagination-jump-next {
|
||||
outline: 0;
|
||||
}
|
||||
.ant-pagination-jump-prev .ant-pagination-item-container,
|
||||
.ant-pagination-jump-next .ant-pagination-item-container {
|
||||
position: relative;
|
||||
}
|
||||
.ant-pagination-jump-prev .ant-pagination-item-container .ant-pagination-item-link-icon,
|
||||
.ant-pagination-jump-next .ant-pagination-item-container .ant-pagination-item-link-icon {
|
||||
color: #3061D0;
|
||||
font-size: 12px;
|
||||
letter-spacing: -1px;
|
||||
opacity: 0;
|
||||
transition: all 0.2s;
|
||||
}
|
||||
.ant-pagination-jump-prev .ant-pagination-item-container .ant-pagination-item-link-icon-svg,
|
||||
.ant-pagination-jump-next .ant-pagination-item-container .ant-pagination-item-link-icon-svg {
|
||||
top: 0;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
margin: auto;
|
||||
}
|
||||
.ant-pagination-jump-prev .ant-pagination-item-container .ant-pagination-item-ellipsis,
|
||||
.ant-pagination-jump-next .ant-pagination-item-container .ant-pagination-item-ellipsis {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
display: block;
|
||||
margin: auto;
|
||||
color: rgba(0, 0, 0, 0.25);
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
letter-spacing: 2px;
|
||||
text-align: center;
|
||||
text-indent: 0.13em;
|
||||
opacity: 1;
|
||||
transition: all 0.2s;
|
||||
}
|
||||
.ant-pagination-jump-prev:hover .ant-pagination-item-link-icon,
|
||||
.ant-pagination-jump-next:hover .ant-pagination-item-link-icon {
|
||||
opacity: 1;
|
||||
}
|
||||
.ant-pagination-jump-prev:hover .ant-pagination-item-ellipsis,
|
||||
.ant-pagination-jump-next:hover .ant-pagination-item-ellipsis {
|
||||
opacity: 0;
|
||||
}
|
||||
.ant-pagination-jump-prev:focus-visible .ant-pagination-item-link-icon,
|
||||
.ant-pagination-jump-next:focus-visible .ant-pagination-item-link-icon {
|
||||
opacity: 1;
|
||||
}
|
||||
.ant-pagination-jump-prev:focus-visible .ant-pagination-item-ellipsis,
|
||||
.ant-pagination-jump-next:focus-visible .ant-pagination-item-ellipsis {
|
||||
opacity: 0;
|
||||
}
|
||||
.ant-pagination-prev,
|
||||
.ant-pagination-jump-prev,
|
||||
.ant-pagination-jump-next {
|
||||
margin-right: 8px;
|
||||
}
|
||||
.ant-pagination-prev,
|
||||
.ant-pagination-next,
|
||||
.ant-pagination-jump-prev,
|
||||
.ant-pagination-jump-next {
|
||||
display: inline-block;
|
||||
min-width: 28px;
|
||||
height: 28px;
|
||||
color: rgba(0, 0, 0, 0.85);
|
||||
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: 28px;
|
||||
text-align: center;
|
||||
vertical-align: middle;
|
||||
list-style: none;
|
||||
border-radius: 2px;
|
||||
cursor: pointer;
|
||||
transition: all 0.3s;
|
||||
}
|
||||
.ant-pagination-prev,
|
||||
.ant-pagination-next {
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
outline: 0;
|
||||
}
|
||||
.ant-pagination-prev button,
|
||||
.ant-pagination-next button {
|
||||
color: rgba(0, 0, 0, 0.85);
|
||||
cursor: pointer;
|
||||
-webkit-user-select: none;
|
||||
-moz-user-select: none;
|
||||
-ms-user-select: none;
|
||||
user-select: none;
|
||||
}
|
||||
.ant-pagination-prev:hover button,
|
||||
.ant-pagination-next:hover button {
|
||||
border-color: #5784de;
|
||||
}
|
||||
.ant-pagination-prev .ant-pagination-item-link,
|
||||
.ant-pagination-next .ant-pagination-item-link {
|
||||
display: block;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
padding: 0;
|
||||
font-size: 12px;
|
||||
text-align: center;
|
||||
background-color: #fff;
|
||||
border: 1px solid #d9d9d9;
|
||||
border-radius: 2px;
|
||||
outline: none;
|
||||
transition: all 0.3s;
|
||||
}
|
||||
.ant-pagination-prev:focus-visible .ant-pagination-item-link,
|
||||
.ant-pagination-next:focus-visible .ant-pagination-item-link {
|
||||
color: #3061D0;
|
||||
border-color: #3061D0;
|
||||
}
|
||||
.ant-pagination-prev:hover .ant-pagination-item-link,
|
||||
.ant-pagination-next:hover .ant-pagination-item-link {
|
||||
color: #3061D0;
|
||||
border-color: #3061D0;
|
||||
}
|
||||
.ant-pagination-disabled,
|
||||
.ant-pagination-disabled:hover {
|
||||
cursor: not-allowed;
|
||||
}
|
||||
.ant-pagination-disabled .ant-pagination-item-link,
|
||||
.ant-pagination-disabled:hover .ant-pagination-item-link {
|
||||
color: rgba(0, 0, 0, 0.25);
|
||||
border-color: #d9d9d9;
|
||||
cursor: not-allowed;
|
||||
}
|
||||
.ant-pagination-disabled:focus-visible {
|
||||
cursor: not-allowed;
|
||||
}
|
||||
.ant-pagination-disabled:focus-visible .ant-pagination-item-link {
|
||||
color: rgba(0, 0, 0, 0.25);
|
||||
border-color: #d9d9d9;
|
||||
cursor: not-allowed;
|
||||
}
|
||||
.ant-pagination-slash {
|
||||
margin: 0 10px 0 5px;
|
||||
}
|
||||
.ant-pagination-options {
|
||||
display: inline-block;
|
||||
margin-left: 16px;
|
||||
vertical-align: middle;
|
||||
}
|
||||
@media all and (-ms-high-contrast: none) {
|
||||
.ant-pagination-options *::-ms-backdrop,
|
||||
.ant-pagination-options {
|
||||
vertical-align: top;
|
||||
}
|
||||
}
|
||||
.ant-pagination-options-size-changer.ant-select {
|
||||
display: inline-block;
|
||||
width: auto;
|
||||
}
|
||||
.ant-pagination-options-quick-jumper {
|
||||
display: inline-block;
|
||||
height: 28px;
|
||||
margin-left: 4px;
|
||||
line-height: 28px;
|
||||
vertical-align: top;
|
||||
}
|
||||
.ant-pagination-options-quick-jumper input {
|
||||
position: relative;
|
||||
display: inline-block;
|
||||
width: 100%;
|
||||
min-width: 0;
|
||||
padding: 3px 7px;
|
||||
color: rgba(0, 0, 0, 0.85);
|
||||
font-size: 12px;
|
||||
line-height: 1.66667;
|
||||
background-color: #fff;
|
||||
background-image: none;
|
||||
border: 1px solid #d9d9d9;
|
||||
border-radius: 2px;
|
||||
transition: all 0.3s;
|
||||
width: 50px;
|
||||
height: 28px;
|
||||
margin: 0 8px;
|
||||
}
|
||||
.ant-pagination-options-quick-jumper input::-webkit-input-placeholder {
|
||||
color: #bfbfbf;
|
||||
-webkit-user-select: none;
|
||||
user-select: none;
|
||||
}
|
||||
.ant-pagination-options-quick-jumper input:-ms-input-placeholder {
|
||||
color: #bfbfbf;
|
||||
-ms-user-select: none;
|
||||
user-select: none;
|
||||
}
|
||||
.ant-pagination-options-quick-jumper input::-ms-input-placeholder {
|
||||
color: #bfbfbf;
|
||||
-ms-user-select: none;
|
||||
user-select: none;
|
||||
}
|
||||
.ant-pagination-options-quick-jumper input::placeholder {
|
||||
color: #bfbfbf;
|
||||
-webkit-user-select: none;
|
||||
-moz-user-select: none;
|
||||
-ms-user-select: none;
|
||||
user-select: none;
|
||||
}
|
||||
.ant-pagination-options-quick-jumper input:-ms-input-placeholder {
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
.ant-pagination-options-quick-jumper input:placeholder-shown {
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
.ant-pagination-options-quick-jumper input:hover {
|
||||
border-color: #5784de;
|
||||
border-right-width: 1px;
|
||||
}
|
||||
.ant-pagination-options-quick-jumper input:focus,
|
||||
.ant-pagination-options-quick-jumper input-focused {
|
||||
border-color: #5784de;
|
||||
box-shadow: 0 0 0 2px rgba(48, 97, 208, 0.2);
|
||||
border-right-width: 1px;
|
||||
outline: 0;
|
||||
}
|
||||
.ant-pagination-options-quick-jumper input-disabled {
|
||||
color: rgba(0, 0, 0, 0.25);
|
||||
background-color: #f5f5f5;
|
||||
border-color: #d9d9d9;
|
||||
box-shadow: none;
|
||||
cursor: not-allowed;
|
||||
opacity: 1;
|
||||
}
|
||||
.ant-pagination-options-quick-jumper input-disabled:hover {
|
||||
border-color: #d9d9d9;
|
||||
border-right-width: 1px;
|
||||
}
|
||||
.ant-pagination-options-quick-jumper input[disabled] {
|
||||
color: rgba(0, 0, 0, 0.25);
|
||||
background-color: #f5f5f5;
|
||||
border-color: #d9d9d9;
|
||||
box-shadow: none;
|
||||
cursor: not-allowed;
|
||||
opacity: 1;
|
||||
}
|
||||
.ant-pagination-options-quick-jumper input[disabled]:hover {
|
||||
border-color: #d9d9d9;
|
||||
border-right-width: 1px;
|
||||
}
|
||||
.ant-pagination-options-quick-jumper input-borderless,
|
||||
.ant-pagination-options-quick-jumper input-borderless:hover,
|
||||
.ant-pagination-options-quick-jumper input-borderless:focus,
|
||||
.ant-pagination-options-quick-jumper input-borderless-focused,
|
||||
.ant-pagination-options-quick-jumper input-borderless-disabled,
|
||||
.ant-pagination-options-quick-jumper input-borderless[disabled] {
|
||||
background-color: transparent;
|
||||
border: none;
|
||||
box-shadow: none;
|
||||
}
|
||||
textarea.ant-pagination-options-quick-jumper input {
|
||||
max-width: 100%;
|
||||
height: auto;
|
||||
min-height: 28px;
|
||||
line-height: 1.66667;
|
||||
vertical-align: bottom;
|
||||
transition: all 0.3s, height 0s;
|
||||
}
|
||||
.ant-pagination-options-quick-jumper input-lg {
|
||||
padding: 3.4px 11px;
|
||||
font-size: 14px;
|
||||
}
|
||||
.ant-pagination-options-quick-jumper input-sm {
|
||||
padding: 0px 7px;
|
||||
}
|
||||
.ant-pagination-simple .ant-pagination-prev,
|
||||
.ant-pagination-simple .ant-pagination-next {
|
||||
height: 22px;
|
||||
line-height: 22px;
|
||||
vertical-align: top;
|
||||
}
|
||||
.ant-pagination-simple .ant-pagination-prev .ant-pagination-item-link,
|
||||
.ant-pagination-simple .ant-pagination-next .ant-pagination-item-link {
|
||||
height: 22px;
|
||||
background-color: transparent;
|
||||
border: 0;
|
||||
}
|
||||
.ant-pagination-simple .ant-pagination-prev .ant-pagination-item-link::after,
|
||||
.ant-pagination-simple .ant-pagination-next .ant-pagination-item-link::after {
|
||||
height: 22px;
|
||||
line-height: 22px;
|
||||
}
|
||||
.ant-pagination-simple .ant-pagination-simple-pager {
|
||||
display: inline-block;
|
||||
height: 22px;
|
||||
margin-right: 8px;
|
||||
}
|
||||
.ant-pagination-simple .ant-pagination-simple-pager input {
|
||||
box-sizing: border-box;
|
||||
height: 100%;
|
||||
margin-right: 8px;
|
||||
padding: 0 6px;
|
||||
text-align: center;
|
||||
background-color: #fff;
|
||||
border: 1px solid #d9d9d9;
|
||||
border-radius: 2px;
|
||||
outline: none;
|
||||
transition: border-color 0.3s;
|
||||
}
|
||||
.ant-pagination-simple .ant-pagination-simple-pager input:hover {
|
||||
border-color: #3061D0;
|
||||
}
|
||||
.ant-pagination-simple .ant-pagination-simple-pager input:focus {
|
||||
border-color: #5784de;
|
||||
box-shadow: 0 0 0 2px rgba(48, 97, 208, 0.2);
|
||||
}
|
||||
.ant-pagination-simple .ant-pagination-simple-pager input[disabled] {
|
||||
color: rgba(0, 0, 0, 0.25);
|
||||
background: #f5f5f5;
|
||||
border-color: #d9d9d9;
|
||||
cursor: not-allowed;
|
||||
}
|
||||
.ant-pagination.ant-pagination-mini .ant-pagination-total-text,
|
||||
.ant-pagination.ant-pagination-mini .ant-pagination-simple-pager {
|
||||
height: 22px;
|
||||
line-height: 22px;
|
||||
}
|
||||
.ant-pagination.ant-pagination-mini .ant-pagination-item {
|
||||
min-width: 22px;
|
||||
height: 22px;
|
||||
margin: 0;
|
||||
line-height: 20px;
|
||||
}
|
||||
.ant-pagination.ant-pagination-mini .ant-pagination-item:not(.ant-pagination-item-active) {
|
||||
background: transparent;
|
||||
border-color: transparent;
|
||||
}
|
||||
.ant-pagination.ant-pagination-mini .ant-pagination-prev,
|
||||
.ant-pagination.ant-pagination-mini .ant-pagination-next {
|
||||
min-width: 22px;
|
||||
height: 22px;
|
||||
margin: 0;
|
||||
line-height: 22px;
|
||||
}
|
||||
.ant-pagination.ant-pagination-mini .ant-pagination-prev .ant-pagination-item-link,
|
||||
.ant-pagination.ant-pagination-mini .ant-pagination-next .ant-pagination-item-link {
|
||||
background: transparent;
|
||||
border-color: transparent;
|
||||
}
|
||||
.ant-pagination.ant-pagination-mini .ant-pagination-prev .ant-pagination-item-link::after,
|
||||
.ant-pagination.ant-pagination-mini .ant-pagination-next .ant-pagination-item-link::after {
|
||||
height: 22px;
|
||||
line-height: 22px;
|
||||
}
|
||||
.ant-pagination.ant-pagination-mini .ant-pagination-jump-prev,
|
||||
.ant-pagination.ant-pagination-mini .ant-pagination-jump-next {
|
||||
height: 22px;
|
||||
margin-right: 0;
|
||||
line-height: 22px;
|
||||
}
|
||||
.ant-pagination.ant-pagination-mini .ant-pagination-options {
|
||||
margin-left: 2px;
|
||||
}
|
||||
.ant-pagination.ant-pagination-mini .ant-pagination-options-size-changer {
|
||||
top: 1px;
|
||||
}
|
||||
.ant-pagination.ant-pagination-mini .ant-pagination-options-quick-jumper {
|
||||
height: 22px;
|
||||
line-height: 22px;
|
||||
}
|
||||
.ant-pagination.ant-pagination-mini .ant-pagination-options-quick-jumper input {
|
||||
padding: 0px 7px;
|
||||
width: 44px;
|
||||
height: 22px;
|
||||
}
|
||||
.ant-pagination.ant-pagination-disabled {
|
||||
cursor: not-allowed;
|
||||
}
|
||||
.ant-pagination.ant-pagination-disabled .ant-pagination-item {
|
||||
background: #f5f5f5;
|
||||
border-color: #d9d9d9;
|
||||
cursor: not-allowed;
|
||||
}
|
||||
.ant-pagination.ant-pagination-disabled .ant-pagination-item a {
|
||||
color: rgba(0, 0, 0, 0.25);
|
||||
background: transparent;
|
||||
border: none;
|
||||
cursor: not-allowed;
|
||||
}
|
||||
.ant-pagination.ant-pagination-disabled .ant-pagination-item-active {
|
||||
background: #e6e6e6;
|
||||
}
|
||||
.ant-pagination.ant-pagination-disabled .ant-pagination-item-active a {
|
||||
color: rgba(0, 0, 0, 0.25);
|
||||
}
|
||||
.ant-pagination.ant-pagination-disabled .ant-pagination-item-link {
|
||||
color: rgba(0, 0, 0, 0.25);
|
||||
background: #f5f5f5;
|
||||
border-color: #d9d9d9;
|
||||
cursor: not-allowed;
|
||||
}
|
||||
.ant-pagination-simple.ant-pagination.ant-pagination-disabled .ant-pagination-item-link {
|
||||
background: transparent;
|
||||
}
|
||||
.ant-pagination.ant-pagination-disabled .ant-pagination-item-link-icon {
|
||||
opacity: 0;
|
||||
}
|
||||
.ant-pagination.ant-pagination-disabled .ant-pagination-item-ellipsis {
|
||||
opacity: 1;
|
||||
}
|
||||
.ant-pagination.ant-pagination-disabled .ant-pagination-simple-pager {
|
||||
color: rgba(0, 0, 0, 0.25);
|
||||
}
|
||||
@media only screen and (max-width: 992px) {
|
||||
.ant-pagination-item-after-jump-prev,
|
||||
.ant-pagination-item-before-jump-next {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
@media only screen and (max-width: 576px) {
|
||||
.ant-pagination-options {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
.ant-pagination-rtl .ant-pagination-total-text {
|
||||
margin-right: 0;
|
||||
margin-left: 8px;
|
||||
}
|
||||
.ant-pagination-rtl .ant-pagination-item,
|
||||
.ant-pagination-rtl .ant-pagination-prev,
|
||||
.ant-pagination-rtl .ant-pagination-jump-prev,
|
||||
.ant-pagination-rtl .ant-pagination-jump-next {
|
||||
margin-right: 0;
|
||||
margin-left: 8px;
|
||||
}
|
||||
.ant-pagination-rtl .ant-pagination-slash {
|
||||
margin: 0 5px 0 10px;
|
||||
}
|
||||
.ant-pagination-rtl .ant-pagination-options {
|
||||
margin-right: 16px;
|
||||
margin-left: 0;
|
||||
}
|
||||
.ant-pagination-rtl .ant-pagination-options .ant-pagination-options-size-changer.ant-select {
|
||||
margin-right: 0;
|
||||
margin-left: 8px;
|
||||
}
|
||||
.ant-pagination-rtl .ant-pagination-options .ant-pagination-options-quick-jumper {
|
||||
margin-left: 0;
|
||||
}
|
||||
.ant-pagination-rtl.ant-pagination-simple .ant-pagination-simple-pager {
|
||||
margin-right: 0;
|
||||
margin-left: 8px;
|
||||
}
|
||||
.ant-pagination-rtl.ant-pagination-simple .ant-pagination-simple-pager input {
|
||||
margin-right: 0;
|
||||
margin-left: 8px;
|
||||
}
|
||||
.ant-pagination-rtl.ant-pagination.mini .ant-pagination-options {
|
||||
margin-right: 2px;
|
||||
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/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 */
|
||||
|
||||
@ -0,0 +1,694 @@
|
||||
"use strict";
|
||||
(self["webpackChunk"] = self["webpackChunk"] || []).push([[21104],{
|
||||
|
||||
/***/ 7918:
|
||||
/*!******************************************************************************!*\
|
||||
!*** ./node_modules/@ant-design/icons/es/components/AntdIcon.js + 6 modules ***!
|
||||
\******************************************************************************/
|
||||
/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
||||
|
||||
|
||||
// EXPORTS
|
||||
__webpack_require__.d(__webpack_exports__, {
|
||||
"Z": function() { return /* binding */ AntdIcon; }
|
||||
});
|
||||
|
||||
// EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/objectSpread2.js
|
||||
var objectSpread2 = __webpack_require__(1413);
|
||||
// EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/slicedToArray.js + 1 modules
|
||||
var slicedToArray = __webpack_require__(97685);
|
||||
// EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/defineProperty.js
|
||||
var defineProperty = __webpack_require__(4942);
|
||||
// EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/objectWithoutProperties.js
|
||||
var objectWithoutProperties = __webpack_require__(45987);
|
||||
// EXTERNAL MODULE: ./node_modules/react/index.js
|
||||
var react = __webpack_require__(67294);
|
||||
// EXTERNAL MODULE: ./node_modules/classnames/index.js
|
||||
var classnames = __webpack_require__(94184);
|
||||
var classnames_default = /*#__PURE__*/__webpack_require__.n(classnames);
|
||||
;// CONCATENATED MODULE: ./node_modules/@ant-design/icons/es/components/Context.js
|
||||
|
||||
var IconContext = /*#__PURE__*/(0,react.createContext)({});
|
||||
/* harmony default export */ var Context = (IconContext);
|
||||
// EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/typeof.js
|
||||
var esm_typeof = __webpack_require__(71002);
|
||||
// EXTERNAL MODULE: ./node_modules/@ctrl/tinycolor/dist/module/conversion.js
|
||||
var conversion = __webpack_require__(86500);
|
||||
// EXTERNAL MODULE: ./node_modules/@ctrl/tinycolor/dist/module/format-input.js
|
||||
var format_input = __webpack_require__(1350);
|
||||
;// CONCATENATED MODULE: ./node_modules/@ant-design/icons/node_modules/@ant-design/colors/es/generate.js
|
||||
|
||||
var hueStep = 2; // 色相阶梯
|
||||
|
||||
var saturationStep = 0.16; // 饱和度阶梯,浅色部分
|
||||
|
||||
var saturationStep2 = 0.05; // 饱和度阶梯,深色部分
|
||||
|
||||
var brightnessStep1 = 0.05; // 亮度阶梯,浅色部分
|
||||
|
||||
var brightnessStep2 = 0.15; // 亮度阶梯,深色部分
|
||||
|
||||
var lightColorCount = 5; // 浅色数量,主色上
|
||||
|
||||
var darkColorCount = 4; // 深色数量,主色下
|
||||
// 暗色主题颜色映射关系表
|
||||
|
||||
var darkColorMap = [{
|
||||
index: 7,
|
||||
opacity: 0.15
|
||||
}, {
|
||||
index: 6,
|
||||
opacity: 0.25
|
||||
}, {
|
||||
index: 5,
|
||||
opacity: 0.3
|
||||
}, {
|
||||
index: 5,
|
||||
opacity: 0.45
|
||||
}, {
|
||||
index: 5,
|
||||
opacity: 0.65
|
||||
}, {
|
||||
index: 5,
|
||||
opacity: 0.85
|
||||
}, {
|
||||
index: 4,
|
||||
opacity: 0.9
|
||||
}, {
|
||||
index: 3,
|
||||
opacity: 0.95
|
||||
}, {
|
||||
index: 2,
|
||||
opacity: 0.97
|
||||
}, {
|
||||
index: 1,
|
||||
opacity: 0.98
|
||||
}];
|
||||
|
||||
// Wrapper function ported from TinyColor.prototype.toHsv
|
||||
// Keep it here because of `hsv.h * 360`
|
||||
function toHsv(_ref) {
|
||||
var r = _ref.r,
|
||||
g = _ref.g,
|
||||
b = _ref.b;
|
||||
var hsv = (0,conversion/* rgbToHsv */.py)(r, g, b);
|
||||
return {
|
||||
h: hsv.h * 360,
|
||||
s: hsv.s,
|
||||
v: hsv.v
|
||||
};
|
||||
} // Wrapper function ported from TinyColor.prototype.toHexString
|
||||
// Keep it here because of the prefix `#`
|
||||
|
||||
|
||||
function toHex(_ref2) {
|
||||
var r = _ref2.r,
|
||||
g = _ref2.g,
|
||||
b = _ref2.b;
|
||||
return "#".concat((0,conversion/* rgbToHex */.vq)(r, g, b, false));
|
||||
} // Wrapper function ported from TinyColor.prototype.mix, not treeshakable.
|
||||
// Amount in range [0, 1]
|
||||
// Assume color1 & color2 has no alpha, since the following src code did so.
|
||||
|
||||
|
||||
function mix(rgb1, rgb2, amount) {
|
||||
var p = amount / 100;
|
||||
var rgb = {
|
||||
r: (rgb2.r - rgb1.r) * p + rgb1.r,
|
||||
g: (rgb2.g - rgb1.g) * p + rgb1.g,
|
||||
b: (rgb2.b - rgb1.b) * p + rgb1.b
|
||||
};
|
||||
return rgb;
|
||||
}
|
||||
|
||||
function getHue(hsv, i, light) {
|
||||
var hue; // 根据色相不同,色相转向不同
|
||||
|
||||
if (Math.round(hsv.h) >= 60 && Math.round(hsv.h) <= 240) {
|
||||
hue = light ? Math.round(hsv.h) - hueStep * i : Math.round(hsv.h) + hueStep * i;
|
||||
} else {
|
||||
hue = light ? Math.round(hsv.h) + hueStep * i : Math.round(hsv.h) - hueStep * i;
|
||||
}
|
||||
|
||||
if (hue < 0) {
|
||||
hue += 360;
|
||||
} else if (hue >= 360) {
|
||||
hue -= 360;
|
||||
}
|
||||
|
||||
return hue;
|
||||
}
|
||||
|
||||
function getSaturation(hsv, i, light) {
|
||||
// grey color don't change saturation
|
||||
if (hsv.h === 0 && hsv.s === 0) {
|
||||
return hsv.s;
|
||||
}
|
||||
|
||||
var saturation;
|
||||
|
||||
if (light) {
|
||||
saturation = hsv.s - saturationStep * i;
|
||||
} else if (i === darkColorCount) {
|
||||
saturation = hsv.s + saturationStep;
|
||||
} else {
|
||||
saturation = hsv.s + saturationStep2 * i;
|
||||
} // 边界值修正
|
||||
|
||||
|
||||
if (saturation > 1) {
|
||||
saturation = 1;
|
||||
} // 第一格的 s 限制在 0.06-0.1 之间
|
||||
|
||||
|
||||
if (light && i === lightColorCount && saturation > 0.1) {
|
||||
saturation = 0.1;
|
||||
}
|
||||
|
||||
if (saturation < 0.06) {
|
||||
saturation = 0.06;
|
||||
}
|
||||
|
||||
return Number(saturation.toFixed(2));
|
||||
}
|
||||
|
||||
function getValue(hsv, i, light) {
|
||||
var value;
|
||||
|
||||
if (light) {
|
||||
value = hsv.v + brightnessStep1 * i;
|
||||
} else {
|
||||
value = hsv.v - brightnessStep2 * i;
|
||||
}
|
||||
|
||||
if (value > 1) {
|
||||
value = 1;
|
||||
}
|
||||
|
||||
return Number(value.toFixed(2));
|
||||
}
|
||||
|
||||
function generate(color) {
|
||||
var opts = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {};
|
||||
var patterns = [];
|
||||
var pColor = (0,format_input/* inputToRGB */.uA)(color);
|
||||
|
||||
for (var i = lightColorCount; i > 0; i -= 1) {
|
||||
var hsv = toHsv(pColor);
|
||||
var colorString = toHex((0,format_input/* inputToRGB */.uA)({
|
||||
h: getHue(hsv, i, true),
|
||||
s: getSaturation(hsv, i, true),
|
||||
v: getValue(hsv, i, true)
|
||||
}));
|
||||
patterns.push(colorString);
|
||||
}
|
||||
|
||||
patterns.push(toHex(pColor));
|
||||
|
||||
for (var _i = 1; _i <= darkColorCount; _i += 1) {
|
||||
var _hsv = toHsv(pColor);
|
||||
|
||||
var _colorString = toHex((0,format_input/* inputToRGB */.uA)({
|
||||
h: getHue(_hsv, _i),
|
||||
s: getSaturation(_hsv, _i),
|
||||
v: getValue(_hsv, _i)
|
||||
}));
|
||||
|
||||
patterns.push(_colorString);
|
||||
} // dark theme patterns
|
||||
|
||||
|
||||
if (opts.theme === 'dark') {
|
||||
return darkColorMap.map(function (_ref3) {
|
||||
var index = _ref3.index,
|
||||
opacity = _ref3.opacity;
|
||||
var darkColorString = toHex(mix((0,format_input/* inputToRGB */.uA)(opts.backgroundColor || '#141414'), (0,format_input/* inputToRGB */.uA)(patterns[index]), opacity * 100));
|
||||
return darkColorString;
|
||||
});
|
||||
}
|
||||
|
||||
return patterns;
|
||||
}
|
||||
;// CONCATENATED MODULE: ./node_modules/@ant-design/icons/node_modules/@ant-design/colors/es/index.js
|
||||
|
||||
var presetPrimaryColors = {
|
||||
red: '#F5222D',
|
||||
volcano: '#FA541C',
|
||||
orange: '#FA8C16',
|
||||
gold: '#FAAD14',
|
||||
yellow: '#FADB14',
|
||||
lime: '#A0D911',
|
||||
green: '#52C41A',
|
||||
cyan: '#13C2C2',
|
||||
blue: '#1677FF',
|
||||
geekblue: '#2F54EB',
|
||||
purple: '#722ED1',
|
||||
magenta: '#EB2F96',
|
||||
grey: '#666666'
|
||||
};
|
||||
var presetPalettes = {};
|
||||
var presetDarkPalettes = {};
|
||||
Object.keys(presetPrimaryColors).forEach(function (key) {
|
||||
presetPalettes[key] = generate(presetPrimaryColors[key]);
|
||||
presetPalettes[key].primary = presetPalettes[key][5]; // dark presetPalettes
|
||||
|
||||
presetDarkPalettes[key] = generate(presetPrimaryColors[key], {
|
||||
theme: 'dark',
|
||||
backgroundColor: '#141414'
|
||||
});
|
||||
presetDarkPalettes[key].primary = presetDarkPalettes[key][5];
|
||||
});
|
||||
var red = presetPalettes.red;
|
||||
var volcano = presetPalettes.volcano;
|
||||
var gold = presetPalettes.gold;
|
||||
var orange = presetPalettes.orange;
|
||||
var yellow = presetPalettes.yellow;
|
||||
var lime = presetPalettes.lime;
|
||||
var green = presetPalettes.green;
|
||||
var cyan = presetPalettes.cyan;
|
||||
var blue = presetPalettes.blue;
|
||||
var geekblue = presetPalettes.geekblue;
|
||||
var purple = presetPalettes.purple;
|
||||
var magenta = presetPalettes.magenta;
|
||||
var grey = presetPalettes.grey;
|
||||
var gray = presetPalettes.grey;
|
||||
|
||||
// EXTERNAL MODULE: ./node_modules/rc-util/es/warning.js
|
||||
var warning = __webpack_require__(80334);
|
||||
// EXTERNAL MODULE: ./node_modules/rc-util/es/Dom/dynamicCSS.js
|
||||
var dynamicCSS = __webpack_require__(44958);
|
||||
;// CONCATENATED MODULE: ./node_modules/@ant-design/icons/es/utils.js
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
function utils_warning(valid, message) {
|
||||
(0,warning/* default */.ZP)(valid, "[@ant-design/icons] ".concat(message));
|
||||
}
|
||||
function isIconDefinition(target) {
|
||||
return (0,esm_typeof/* default */.Z)(target) === 'object' && typeof target.name === 'string' && typeof target.theme === 'string' && ((0,esm_typeof/* default */.Z)(target.icon) === 'object' || typeof target.icon === 'function');
|
||||
}
|
||||
function normalizeAttrs() {
|
||||
var attrs = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {};
|
||||
return Object.keys(attrs).reduce(function (acc, key) {
|
||||
var val = attrs[key];
|
||||
switch (key) {
|
||||
case 'class':
|
||||
acc.className = val;
|
||||
delete acc.class;
|
||||
break;
|
||||
default:
|
||||
acc[key] = val;
|
||||
}
|
||||
return acc;
|
||||
}, {});
|
||||
}
|
||||
function utils_generate(node, key, rootProps) {
|
||||
if (!rootProps) {
|
||||
return /*#__PURE__*/react.createElement(node.tag, (0,objectSpread2/* default */.Z)({
|
||||
key: key
|
||||
}, normalizeAttrs(node.attrs)), (node.children || []).map(function (child, index) {
|
||||
return utils_generate(child, "".concat(key, "-").concat(node.tag, "-").concat(index));
|
||||
}));
|
||||
}
|
||||
return /*#__PURE__*/react.createElement(node.tag, (0,objectSpread2/* default */.Z)((0,objectSpread2/* default */.Z)({
|
||||
key: key
|
||||
}, normalizeAttrs(node.attrs)), rootProps), (node.children || []).map(function (child, index) {
|
||||
return utils_generate(child, "".concat(key, "-").concat(node.tag, "-").concat(index));
|
||||
}));
|
||||
}
|
||||
function getSecondaryColor(primaryColor) {
|
||||
// choose the second color
|
||||
return generate(primaryColor)[0];
|
||||
}
|
||||
function normalizeTwoToneColors(twoToneColor) {
|
||||
if (!twoToneColor) {
|
||||
return [];
|
||||
}
|
||||
return Array.isArray(twoToneColor) ? twoToneColor : [twoToneColor];
|
||||
}
|
||||
// These props make sure that the SVG behaviours like general text.
|
||||
// Reference: https://blog.prototypr.io/align-svg-icons-to-text-and-say-goodbye-to-font-icons-d44b3d7b26b4
|
||||
var svgBaseProps = {
|
||||
width: '1em',
|
||||
height: '1em',
|
||||
fill: 'currentColor',
|
||||
'aria-hidden': 'true',
|
||||
focusable: 'false'
|
||||
};
|
||||
var iconStyles = "\n.anticon {\n display: inline-block;\n color: inherit;\n font-style: normal;\n line-height: 0;\n text-align: center;\n text-transform: none;\n vertical-align: -0.125em;\n text-rendering: optimizeLegibility;\n -webkit-font-smoothing: antialiased;\n -moz-osx-font-smoothing: grayscale;\n}\n\n.anticon > * {\n line-height: 1;\n}\n\n.anticon svg {\n display: inline-block;\n}\n\n.anticon::before {\n display: none;\n}\n\n.anticon .anticon-icon {\n display: block;\n}\n\n.anticon[tabindex] {\n cursor: pointer;\n}\n\n.anticon-spin::before,\n.anticon-spin {\n display: inline-block;\n -webkit-animation: loadingCircle 1s infinite linear;\n animation: loadingCircle 1s infinite linear;\n}\n\n@-webkit-keyframes loadingCircle {\n 100% {\n -webkit-transform: rotate(360deg);\n transform: rotate(360deg);\n }\n}\n\n@keyframes loadingCircle {\n 100% {\n -webkit-transform: rotate(360deg);\n transform: rotate(360deg);\n }\n}\n";
|
||||
var useInsertStyles = function useInsertStyles() {
|
||||
var styleStr = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : iconStyles;
|
||||
var _useContext = (0,react.useContext)(Context),
|
||||
csp = _useContext.csp,
|
||||
prefixCls = _useContext.prefixCls;
|
||||
var mergedStyleStr = styleStr;
|
||||
if (prefixCls) {
|
||||
mergedStyleStr = mergedStyleStr.replace(/anticon/g, prefixCls);
|
||||
}
|
||||
(0,react.useEffect)(function () {
|
||||
(0,dynamicCSS/* updateCSS */.hq)(mergedStyleStr, '@ant-design-icons', {
|
||||
prepend: true,
|
||||
csp: csp
|
||||
});
|
||||
}, []);
|
||||
};
|
||||
;// CONCATENATED MODULE: ./node_modules/@ant-design/icons/es/components/IconBase.js
|
||||
|
||||
|
||||
var _excluded = ["icon", "className", "onClick", "style", "primaryColor", "secondaryColor"];
|
||||
|
||||
var twoToneColorPalette = {
|
||||
primaryColor: '#333',
|
||||
secondaryColor: '#E6E6E6',
|
||||
calculated: false
|
||||
};
|
||||
function setTwoToneColors(_ref) {
|
||||
var primaryColor = _ref.primaryColor,
|
||||
secondaryColor = _ref.secondaryColor;
|
||||
twoToneColorPalette.primaryColor = primaryColor;
|
||||
twoToneColorPalette.secondaryColor = secondaryColor || getSecondaryColor(primaryColor);
|
||||
twoToneColorPalette.calculated = !!secondaryColor;
|
||||
}
|
||||
function getTwoToneColors() {
|
||||
return (0,objectSpread2/* default */.Z)({}, twoToneColorPalette);
|
||||
}
|
||||
var IconBase = function IconBase(props) {
|
||||
var icon = props.icon,
|
||||
className = props.className,
|
||||
onClick = props.onClick,
|
||||
style = props.style,
|
||||
primaryColor = props.primaryColor,
|
||||
secondaryColor = props.secondaryColor,
|
||||
restProps = (0,objectWithoutProperties/* default */.Z)(props, _excluded);
|
||||
var colors = twoToneColorPalette;
|
||||
if (primaryColor) {
|
||||
colors = {
|
||||
primaryColor: primaryColor,
|
||||
secondaryColor: secondaryColor || getSecondaryColor(primaryColor)
|
||||
};
|
||||
}
|
||||
useInsertStyles();
|
||||
utils_warning(isIconDefinition(icon), "icon should be icon definiton, but got ".concat(icon));
|
||||
if (!isIconDefinition(icon)) {
|
||||
return null;
|
||||
}
|
||||
var target = icon;
|
||||
if (target && typeof target.icon === 'function') {
|
||||
target = (0,objectSpread2/* default */.Z)((0,objectSpread2/* default */.Z)({}, target), {}, {
|
||||
icon: target.icon(colors.primaryColor, colors.secondaryColor)
|
||||
});
|
||||
}
|
||||
return utils_generate(target.icon, "svg-".concat(target.name), (0,objectSpread2/* default */.Z)({
|
||||
className: className,
|
||||
onClick: onClick,
|
||||
style: style,
|
||||
'data-icon': target.name,
|
||||
width: '1em',
|
||||
height: '1em',
|
||||
fill: 'currentColor',
|
||||
'aria-hidden': 'true'
|
||||
}, restProps));
|
||||
};
|
||||
IconBase.displayName = 'IconReact';
|
||||
IconBase.getTwoToneColors = getTwoToneColors;
|
||||
IconBase.setTwoToneColors = setTwoToneColors;
|
||||
/* harmony default export */ var components_IconBase = (IconBase);
|
||||
;// CONCATENATED MODULE: ./node_modules/@ant-design/icons/es/components/twoTonePrimaryColor.js
|
||||
|
||||
|
||||
|
||||
function setTwoToneColor(twoToneColor) {
|
||||
var _normalizeTwoToneColo = normalizeTwoToneColors(twoToneColor),
|
||||
_normalizeTwoToneColo2 = (0,slicedToArray/* default */.Z)(_normalizeTwoToneColo, 2),
|
||||
primaryColor = _normalizeTwoToneColo2[0],
|
||||
secondaryColor = _normalizeTwoToneColo2[1];
|
||||
return components_IconBase.setTwoToneColors({
|
||||
primaryColor: primaryColor,
|
||||
secondaryColor: secondaryColor
|
||||
});
|
||||
}
|
||||
function getTwoToneColor() {
|
||||
var colors = components_IconBase.getTwoToneColors();
|
||||
if (!colors.calculated) {
|
||||
return colors.primaryColor;
|
||||
}
|
||||
return [colors.primaryColor, colors.secondaryColor];
|
||||
}
|
||||
;// CONCATENATED MODULE: ./node_modules/@ant-design/icons/es/components/AntdIcon.js
|
||||
|
||||
|
||||
|
||||
|
||||
var AntdIcon_excluded = ["className", "icon", "spin", "rotate", "tabIndex", "onClick", "twoToneColor"];
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
// Initial setting
|
||||
// should move it to antd main repo?
|
||||
setTwoToneColor('#1890ff');
|
||||
var Icon = /*#__PURE__*/react.forwardRef(function (props, ref) {
|
||||
var _classNames;
|
||||
var className = props.className,
|
||||
icon = props.icon,
|
||||
spin = props.spin,
|
||||
rotate = props.rotate,
|
||||
tabIndex = props.tabIndex,
|
||||
onClick = props.onClick,
|
||||
twoToneColor = props.twoToneColor,
|
||||
restProps = (0,objectWithoutProperties/* default */.Z)(props, AntdIcon_excluded);
|
||||
var _React$useContext = react.useContext(Context),
|
||||
_React$useContext$pre = _React$useContext.prefixCls,
|
||||
prefixCls = _React$useContext$pre === void 0 ? 'anticon' : _React$useContext$pre,
|
||||
rootClassName = _React$useContext.rootClassName;
|
||||
var classString = classnames_default()(rootClassName, prefixCls, (_classNames = {}, (0,defineProperty/* default */.Z)(_classNames, "".concat(prefixCls, "-").concat(icon.name), !!icon.name), (0,defineProperty/* default */.Z)(_classNames, "".concat(prefixCls, "-spin"), !!spin || icon.name === 'loading'), _classNames), className);
|
||||
var iconTabIndex = tabIndex;
|
||||
if (iconTabIndex === undefined && onClick) {
|
||||
iconTabIndex = -1;
|
||||
}
|
||||
var svgStyle = rotate ? {
|
||||
msTransform: "rotate(".concat(rotate, "deg)"),
|
||||
transform: "rotate(".concat(rotate, "deg)")
|
||||
} : undefined;
|
||||
var _normalizeTwoToneColo = normalizeTwoToneColors(twoToneColor),
|
||||
_normalizeTwoToneColo2 = (0,slicedToArray/* default */.Z)(_normalizeTwoToneColo, 2),
|
||||
primaryColor = _normalizeTwoToneColo2[0],
|
||||
secondaryColor = _normalizeTwoToneColo2[1];
|
||||
return /*#__PURE__*/react.createElement("span", (0,objectSpread2/* default */.Z)((0,objectSpread2/* default */.Z)({
|
||||
role: "img",
|
||||
"aria-label": icon.name
|
||||
}, restProps), {}, {
|
||||
ref: ref,
|
||||
tabIndex: iconTabIndex,
|
||||
onClick: onClick,
|
||||
className: classString
|
||||
}), /*#__PURE__*/react.createElement(components_IconBase, {
|
||||
icon: icon,
|
||||
primaryColor: primaryColor,
|
||||
secondaryColor: secondaryColor,
|
||||
style: svgStyle
|
||||
}));
|
||||
});
|
||||
Icon.displayName = 'AntdIcon';
|
||||
Icon.getTwoToneColor = getTwoToneColor;
|
||||
Icon.setTwoToneColor = setTwoToneColor;
|
||||
/* harmony default export */ var AntdIcon = (Icon);
|
||||
|
||||
/***/ }),
|
||||
|
||||
/***/ 50132:
|
||||
/*!**********************************************!*\
|
||||
!*** ./node_modules/rc-checkbox/es/index.js ***!
|
||||
\**********************************************/
|
||||
/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
||||
|
||||
/* harmony import */ var _babel_runtime_helpers_esm_extends__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(/*! @babel/runtime/helpers/esm/extends */ 87462);
|
||||
/* harmony import */ var _babel_runtime_helpers_esm_defineProperty__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(/*! @babel/runtime/helpers/esm/defineProperty */ 4942);
|
||||
/* harmony import */ var _babel_runtime_helpers_esm_objectWithoutProperties__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! @babel/runtime/helpers/esm/objectWithoutProperties */ 45987);
|
||||
/* harmony import */ var _babel_runtime_helpers_esm_objectSpread2__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! @babel/runtime/helpers/esm/objectSpread2 */ 1413);
|
||||
/* harmony import */ var _babel_runtime_helpers_esm_classCallCheck__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! @babel/runtime/helpers/esm/classCallCheck */ 15671);
|
||||
/* harmony import */ var _babel_runtime_helpers_esm_createClass__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! @babel/runtime/helpers/esm/createClass */ 43144);
|
||||
/* harmony import */ var _babel_runtime_helpers_esm_inherits__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! @babel/runtime/helpers/esm/inherits */ 60136);
|
||||
/* harmony import */ var _babel_runtime_helpers_esm_createSuper__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! @babel/runtime/helpers/esm/createSuper */ 51630);
|
||||
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! react */ 67294);
|
||||
/* harmony import */ var classnames__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! classnames */ 94184);
|
||||
/* harmony import */ var classnames__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(classnames__WEBPACK_IMPORTED_MODULE_1__);
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
// eslint-disable-next-line import/no-extraneous-dependencies
|
||||
|
||||
|
||||
|
||||
var Checkbox = /*#__PURE__*/function (_Component) {
|
||||
(0,_babel_runtime_helpers_esm_inherits__WEBPACK_IMPORTED_MODULE_2__/* ["default"] */ .Z)(Checkbox, _Component);
|
||||
|
||||
var _super = (0,_babel_runtime_helpers_esm_createSuper__WEBPACK_IMPORTED_MODULE_3__/* ["default"] */ .Z)(Checkbox);
|
||||
|
||||
function Checkbox(props) {
|
||||
var _this;
|
||||
|
||||
(0,_babel_runtime_helpers_esm_classCallCheck__WEBPACK_IMPORTED_MODULE_4__/* ["default"] */ .Z)(this, Checkbox);
|
||||
|
||||
_this = _super.call(this, props);
|
||||
|
||||
_this.handleChange = function (e) {
|
||||
var _this$props = _this.props,
|
||||
disabled = _this$props.disabled,
|
||||
onChange = _this$props.onChange;
|
||||
|
||||
if (disabled) {
|
||||
return;
|
||||
}
|
||||
|
||||
if (!('checked' in _this.props)) {
|
||||
_this.setState({
|
||||
checked: e.target.checked
|
||||
});
|
||||
}
|
||||
|
||||
if (onChange) {
|
||||
onChange({
|
||||
target: (0,_babel_runtime_helpers_esm_objectSpread2__WEBPACK_IMPORTED_MODULE_5__/* ["default"] */ .Z)((0,_babel_runtime_helpers_esm_objectSpread2__WEBPACK_IMPORTED_MODULE_5__/* ["default"] */ .Z)({}, _this.props), {}, {
|
||||
checked: e.target.checked
|
||||
}),
|
||||
stopPropagation: function stopPropagation() {
|
||||
e.stopPropagation();
|
||||
},
|
||||
preventDefault: function preventDefault() {
|
||||
e.preventDefault();
|
||||
},
|
||||
nativeEvent: e.nativeEvent
|
||||
});
|
||||
}
|
||||
};
|
||||
|
||||
_this.saveInput = function (node) {
|
||||
_this.input = node;
|
||||
};
|
||||
|
||||
var checked = 'checked' in props ? props.checked : props.defaultChecked;
|
||||
_this.state = {
|
||||
checked: checked
|
||||
};
|
||||
return _this;
|
||||
}
|
||||
|
||||
(0,_babel_runtime_helpers_esm_createClass__WEBPACK_IMPORTED_MODULE_6__/* ["default"] */ .Z)(Checkbox, [{
|
||||
key: "focus",
|
||||
value: function focus() {
|
||||
this.input.focus();
|
||||
}
|
||||
}, {
|
||||
key: "blur",
|
||||
value: function blur() {
|
||||
this.input.blur();
|
||||
}
|
||||
}, {
|
||||
key: "render",
|
||||
value: function render() {
|
||||
var _classNames;
|
||||
|
||||
var _this$props2 = this.props,
|
||||
prefixCls = _this$props2.prefixCls,
|
||||
className = _this$props2.className,
|
||||
style = _this$props2.style,
|
||||
name = _this$props2.name,
|
||||
id = _this$props2.id,
|
||||
type = _this$props2.type,
|
||||
disabled = _this$props2.disabled,
|
||||
readOnly = _this$props2.readOnly,
|
||||
tabIndex = _this$props2.tabIndex,
|
||||
onClick = _this$props2.onClick,
|
||||
onFocus = _this$props2.onFocus,
|
||||
onBlur = _this$props2.onBlur,
|
||||
onKeyDown = _this$props2.onKeyDown,
|
||||
onKeyPress = _this$props2.onKeyPress,
|
||||
onKeyUp = _this$props2.onKeyUp,
|
||||
autoFocus = _this$props2.autoFocus,
|
||||
value = _this$props2.value,
|
||||
required = _this$props2.required,
|
||||
others = (0,_babel_runtime_helpers_esm_objectWithoutProperties__WEBPACK_IMPORTED_MODULE_7__/* ["default"] */ .Z)(_this$props2, ["prefixCls", "className", "style", "name", "id", "type", "disabled", "readOnly", "tabIndex", "onClick", "onFocus", "onBlur", "onKeyDown", "onKeyPress", "onKeyUp", "autoFocus", "value", "required"]);
|
||||
|
||||
var globalProps = Object.keys(others).reduce(function (prev, key) {
|
||||
if (key.substr(0, 5) === 'aria-' || key.substr(0, 5) === 'data-' || key === 'role') {
|
||||
// eslint-disable-next-line no-param-reassign
|
||||
prev[key] = others[key];
|
||||
}
|
||||
|
||||
return prev;
|
||||
}, {});
|
||||
var checked = this.state.checked;
|
||||
var classString = classnames__WEBPACK_IMPORTED_MODULE_1___default()(prefixCls, className, (_classNames = {}, (0,_babel_runtime_helpers_esm_defineProperty__WEBPACK_IMPORTED_MODULE_8__/* ["default"] */ .Z)(_classNames, "".concat(prefixCls, "-checked"), checked), (0,_babel_runtime_helpers_esm_defineProperty__WEBPACK_IMPORTED_MODULE_8__/* ["default"] */ .Z)(_classNames, "".concat(prefixCls, "-disabled"), disabled), _classNames));
|
||||
return /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("span", {
|
||||
className: classString,
|
||||
style: style
|
||||
}, /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("input", (0,_babel_runtime_helpers_esm_extends__WEBPACK_IMPORTED_MODULE_9__/* ["default"] */ .Z)({
|
||||
name: name,
|
||||
id: id,
|
||||
type: type,
|
||||
required: required,
|
||||
readOnly: readOnly,
|
||||
disabled: disabled,
|
||||
tabIndex: tabIndex,
|
||||
className: "".concat(prefixCls, "-input"),
|
||||
checked: !!checked,
|
||||
onClick: onClick,
|
||||
onFocus: onFocus,
|
||||
onBlur: onBlur,
|
||||
onKeyUp: onKeyUp,
|
||||
onKeyDown: onKeyDown,
|
||||
onKeyPress: onKeyPress,
|
||||
onChange: this.handleChange,
|
||||
autoFocus: autoFocus,
|
||||
ref: this.saveInput,
|
||||
value: value
|
||||
}, globalProps)), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("span", {
|
||||
className: "".concat(prefixCls, "-inner")
|
||||
}));
|
||||
}
|
||||
}], [{
|
||||
key: "getDerivedStateFromProps",
|
||||
value: function getDerivedStateFromProps(props, state) {
|
||||
if ('checked' in props) {
|
||||
return (0,_babel_runtime_helpers_esm_objectSpread2__WEBPACK_IMPORTED_MODULE_5__/* ["default"] */ .Z)((0,_babel_runtime_helpers_esm_objectSpread2__WEBPACK_IMPORTED_MODULE_5__/* ["default"] */ .Z)({}, state), {}, {
|
||||
checked: props.checked
|
||||
});
|
||||
}
|
||||
|
||||
return null;
|
||||
}
|
||||
}]);
|
||||
|
||||
return Checkbox;
|
||||
}(react__WEBPACK_IMPORTED_MODULE_0__.Component);
|
||||
|
||||
Checkbox.defaultProps = {
|
||||
prefixCls: 'rc-checkbox',
|
||||
className: '',
|
||||
style: {},
|
||||
type: 'checkbox',
|
||||
defaultChecked: false,
|
||||
onFocus: function onFocus() {},
|
||||
onBlur: function onBlur() {},
|
||||
onChange: function onChange() {},
|
||||
onKeyDown: function onKeyDown() {},
|
||||
onKeyPress: function onKeyPress() {},
|
||||
onKeyUp: function onKeyUp() {}
|
||||
};
|
||||
/* harmony default export */ __webpack_exports__["Z"] = (Checkbox);
|
||||
|
||||
/***/ })
|
||||
|
||||
}]);
|
||||
File diff suppressed because it is too large
Load Diff
@ -1,3 +1,235 @@
|
||||
/*!************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
|
||||
!*** 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/auto-complete/style/index.less ***!
|
||||
\*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
|
||||
File diff suppressed because it is too large
Load Diff
@ -0,0 +1,777 @@
|
||||
"use strict";
|
||||
(self["webpackChunk"] = self["webpackChunk"] || []).push([[43525],{
|
||||
|
||||
/***/ 87588:
|
||||
/*!******************************************************************************!*\
|
||||
!*** ./node_modules/@ant-design/icons/es/icons/ExclamationCircleOutlined.js ***!
|
||||
\******************************************************************************/
|
||||
/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
||||
|
||||
/* harmony import */ var _babel_runtime_helpers_esm_objectSpread2__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! @babel/runtime/helpers/esm/objectSpread2 */ 1413);
|
||||
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! react */ 67294);
|
||||
/* harmony import */ var _ant_design_icons_svg_es_asn_ExclamationCircleOutlined__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! @ant-design/icons-svg/es/asn/ExclamationCircleOutlined */ 61144);
|
||||
/* harmony import */ var _components_AntdIcon__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../components/AntdIcon */ 7918);
|
||||
|
||||
// GENERATE BY ./scripts/generate.ts
|
||||
// DON NOT EDIT IT MANUALLY
|
||||
|
||||
|
||||
|
||||
var ExclamationCircleOutlined = function ExclamationCircleOutlined(props, ref) {
|
||||
return /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement(_components_AntdIcon__WEBPACK_IMPORTED_MODULE_1__/* ["default"] */ .Z, (0,_babel_runtime_helpers_esm_objectSpread2__WEBPACK_IMPORTED_MODULE_2__/* ["default"] */ .Z)((0,_babel_runtime_helpers_esm_objectSpread2__WEBPACK_IMPORTED_MODULE_2__/* ["default"] */ .Z)({}, props), {}, {
|
||||
ref: ref,
|
||||
icon: _ant_design_icons_svg_es_asn_ExclamationCircleOutlined__WEBPACK_IMPORTED_MODULE_3__/* ["default"] */ .Z
|
||||
}));
|
||||
};
|
||||
ExclamationCircleOutlined.displayName = 'ExclamationCircleOutlined';
|
||||
/* harmony default export */ __webpack_exports__["Z"] = (/*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.forwardRef(ExclamationCircleOutlined));
|
||||
|
||||
/***/ }),
|
||||
|
||||
/***/ 5467:
|
||||
/*!**********************************************************!*\
|
||||
!*** ./node_modules/antd/es/_util/getDataOrAriaProps.js ***!
|
||||
\**********************************************************/
|
||||
/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
||||
|
||||
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
||||
/* harmony export */ "Z": function() { return /* binding */ getDataOrAriaProps; }
|
||||
/* harmony export */ });
|
||||
function getDataOrAriaProps(props) {
|
||||
return Object.keys(props).reduce(function (prev, key) {
|
||||
if ((key.startsWith('data-') || key.startsWith('aria-') || key === 'role') && !key.startsWith('data-__')) {
|
||||
prev[key] = props[key];
|
||||
}
|
||||
return prev;
|
||||
}, {});
|
||||
}
|
||||
|
||||
/***/ }),
|
||||
|
||||
/***/ 97183:
|
||||
/*!**********************************************!*\
|
||||
!*** ./node_modules/antd/es/layout/index.js ***!
|
||||
\**********************************************/
|
||||
/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
||||
|
||||
/* harmony import */ var _layout__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./layout */ 2897);
|
||||
/* harmony import */ var _Sider__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./Sider */ 10130);
|
||||
|
||||
|
||||
var Layout = _layout__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .ZP;
|
||||
Layout.Header = _layout__WEBPACK_IMPORTED_MODULE_0__/* .Header */ .h4;
|
||||
Layout.Footer = _layout__WEBPACK_IMPORTED_MODULE_0__/* .Footer */ .$_;
|
||||
Layout.Content = _layout__WEBPACK_IMPORTED_MODULE_0__/* .Content */ .VY;
|
||||
Layout.Sider = _Sider__WEBPACK_IMPORTED_MODULE_1__/* ["default"] */ .Z;
|
||||
/* harmony default export */ __webpack_exports__["Z"] = (Layout);
|
||||
|
||||
/***/ }),
|
||||
|
||||
/***/ 27221:
|
||||
/*!****************************************************************!*\
|
||||
!*** ./node_modules/antd/es/layout/style/index.js + 1 modules ***!
|
||||
\****************************************************************/
|
||||
/***/ (function(__unused_webpack_module, __unused_webpack___webpack_exports__, __webpack_require__) {
|
||||
|
||||
|
||||
// EXTERNAL MODULE: ./node_modules/antd/es/style/default.less
|
||||
var style_default = __webpack_require__(43146);
|
||||
;// CONCATENATED MODULE: ./node_modules/antd/es/layout/style/index.less
|
||||
// extracted by mini-css-extract-plugin
|
||||
|
||||
;// CONCATENATED MODULE: ./node_modules/antd/es/layout/style/index.js
|
||||
|
||||
|
||||
|
||||
/***/ }),
|
||||
|
||||
/***/ 37029:
|
||||
/*!**********************************************************!*\
|
||||
!*** ./node_modules/antd/es/locale/zh_CN.js + 4 modules ***!
|
||||
\**********************************************************/
|
||||
/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
||||
|
||||
|
||||
// EXPORTS
|
||||
__webpack_require__.d(__webpack_exports__, {
|
||||
"Z": function() { return /* binding */ es_locale_zh_CN; }
|
||||
});
|
||||
|
||||
// EXTERNAL MODULE: ./node_modules/rc-pagination/es/locale/zh_CN.js
|
||||
var zh_CN = __webpack_require__(81626);
|
||||
// EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/extends.js
|
||||
var esm_extends = __webpack_require__(87462);
|
||||
;// CONCATENATED MODULE: ./node_modules/rc-picker/es/locale/zh_CN.js
|
||||
var locale = {
|
||||
locale: 'zh_CN',
|
||||
today: '今天',
|
||||
now: '此刻',
|
||||
backToToday: '返回今天',
|
||||
ok: '确定',
|
||||
timeSelect: '选择时间',
|
||||
dateSelect: '选择日期',
|
||||
weekSelect: '选择周',
|
||||
clear: '清除',
|
||||
month: '月',
|
||||
year: '年',
|
||||
previousMonth: '上个月 (翻页上键)',
|
||||
nextMonth: '下个月 (翻页下键)',
|
||||
monthSelect: '选择月份',
|
||||
yearSelect: '选择年份',
|
||||
decadeSelect: '选择年代',
|
||||
yearFormat: 'YYYY年',
|
||||
dayFormat: 'D日',
|
||||
dateFormat: 'YYYY年M月D日',
|
||||
dateTimeFormat: 'YYYY年M月D日 HH时mm分ss秒',
|
||||
previousYear: '上一年 (Control键加左方向键)',
|
||||
nextYear: '下一年 (Control键加右方向键)',
|
||||
previousDecade: '上一年代',
|
||||
nextDecade: '下一年代',
|
||||
previousCentury: '上一世纪',
|
||||
nextCentury: '下一世纪'
|
||||
};
|
||||
/* harmony default export */ var locale_zh_CN = (locale);
|
||||
;// CONCATENATED MODULE: ./node_modules/antd/es/time-picker/locale/zh_CN.js
|
||||
var zh_CN_locale = {
|
||||
placeholder: '请选择时间',
|
||||
rangePlaceholder: ['开始时间', '结束时间']
|
||||
};
|
||||
/* harmony default export */ var time_picker_locale_zh_CN = (zh_CN_locale);
|
||||
;// CONCATENATED MODULE: ./node_modules/antd/es/date-picker/locale/zh_CN.js
|
||||
|
||||
|
||||
|
||||
// 统一合并为完整的 Locale
|
||||
var locale_zh_CN_locale = {
|
||||
lang: (0,esm_extends/* default */.Z)({
|
||||
placeholder: '请选择日期',
|
||||
yearPlaceholder: '请选择年份',
|
||||
quarterPlaceholder: '请选择季度',
|
||||
monthPlaceholder: '请选择月份',
|
||||
weekPlaceholder: '请选择周',
|
||||
rangePlaceholder: ['开始日期', '结束日期'],
|
||||
rangeYearPlaceholder: ['开始年份', '结束年份'],
|
||||
rangeMonthPlaceholder: ['开始月份', '结束月份'],
|
||||
rangeQuarterPlaceholder: ['开始季度', '结束季度'],
|
||||
rangeWeekPlaceholder: ['开始周', '结束周']
|
||||
}, locale_zh_CN),
|
||||
timePickerLocale: (0,esm_extends/* default */.Z)({}, time_picker_locale_zh_CN)
|
||||
};
|
||||
// should add whitespace between char in Button
|
||||
locale_zh_CN_locale.lang.ok = '确定';
|
||||
// All settings at:
|
||||
// https://github.com/ant-design/ant-design/blob/master/components/date-picker/locale/example.json
|
||||
/* harmony default export */ var date_picker_locale_zh_CN = (locale_zh_CN_locale);
|
||||
;// CONCATENATED MODULE: ./node_modules/antd/es/calendar/locale/zh_CN.js
|
||||
|
||||
/* harmony default export */ var calendar_locale_zh_CN = (date_picker_locale_zh_CN);
|
||||
;// CONCATENATED MODULE: ./node_modules/antd/es/locale/zh_CN.js
|
||||
/* eslint-disable no-template-curly-in-string */
|
||||
|
||||
|
||||
|
||||
|
||||
var typeTemplate = '${label}不是一个有效的${type}';
|
||||
var localeValues = {
|
||||
locale: 'zh-cn',
|
||||
Pagination: zh_CN/* default */.Z,
|
||||
DatePicker: date_picker_locale_zh_CN,
|
||||
TimePicker: time_picker_locale_zh_CN,
|
||||
Calendar: calendar_locale_zh_CN,
|
||||
// locales for all components
|
||||
global: {
|
||||
placeholder: '请选择'
|
||||
},
|
||||
Table: {
|
||||
filterTitle: '筛选',
|
||||
filterConfirm: '确定',
|
||||
filterReset: '重置',
|
||||
filterEmptyText: '无筛选项',
|
||||
filterCheckall: '全选',
|
||||
filterSearchPlaceholder: '在筛选项中搜索',
|
||||
selectAll: '全选当页',
|
||||
selectInvert: '反选当页',
|
||||
selectNone: '清空所有',
|
||||
selectionAll: '全选所有',
|
||||
sortTitle: '排序',
|
||||
expand: '展开行',
|
||||
collapse: '关闭行',
|
||||
triggerDesc: '点击降序',
|
||||
triggerAsc: '点击升序',
|
||||
cancelSort: '取消排序'
|
||||
},
|
||||
Modal: {
|
||||
okText: '确定',
|
||||
cancelText: '取消',
|
||||
justOkText: '知道了'
|
||||
},
|
||||
Popconfirm: {
|
||||
cancelText: '取消',
|
||||
okText: '确定'
|
||||
},
|
||||
Transfer: {
|
||||
titles: ['', ''],
|
||||
searchPlaceholder: '请输入搜索内容',
|
||||
itemUnit: '项',
|
||||
itemsUnit: '项',
|
||||
remove: '删除',
|
||||
selectCurrent: '全选当页',
|
||||
removeCurrent: '删除当页',
|
||||
selectAll: '全选所有',
|
||||
removeAll: '删除全部',
|
||||
selectInvert: '反选当页'
|
||||
},
|
||||
Upload: {
|
||||
uploading: '文件上传中',
|
||||
removeFile: '删除文件',
|
||||
uploadError: '上传错误',
|
||||
previewFile: '预览文件',
|
||||
downloadFile: '下载文件'
|
||||
},
|
||||
Empty: {
|
||||
description: '暂无数据'
|
||||
},
|
||||
Icon: {
|
||||
icon: '图标'
|
||||
},
|
||||
Text: {
|
||||
edit: '编辑',
|
||||
copy: '复制',
|
||||
copied: '复制成功',
|
||||
expand: '展开'
|
||||
},
|
||||
PageHeader: {
|
||||
back: '返回'
|
||||
},
|
||||
Form: {
|
||||
optional: '(可选)',
|
||||
defaultValidateMessages: {
|
||||
"default": '字段验证错误${label}',
|
||||
required: '请输入${label}',
|
||||
"enum": '${label}必须是其中一个[${enum}]',
|
||||
whitespace: '${label}不能为空字符',
|
||||
date: {
|
||||
format: '${label}日期格式无效',
|
||||
parse: '${label}不能转换为日期',
|
||||
invalid: '${label}是一个无效日期'
|
||||
},
|
||||
types: {
|
||||
string: typeTemplate,
|
||||
method: typeTemplate,
|
||||
array: typeTemplate,
|
||||
object: typeTemplate,
|
||||
number: typeTemplate,
|
||||
date: typeTemplate,
|
||||
"boolean": typeTemplate,
|
||||
integer: typeTemplate,
|
||||
"float": typeTemplate,
|
||||
regexp: typeTemplate,
|
||||
email: typeTemplate,
|
||||
url: typeTemplate,
|
||||
hex: typeTemplate
|
||||
},
|
||||
string: {
|
||||
len: '${label}须为${len}个字符',
|
||||
min: '${label}最少${min}个字符',
|
||||
max: '${label}最多${max}个字符',
|
||||
range: '${label}须在${min}-${max}字符之间'
|
||||
},
|
||||
number: {
|
||||
len: '${label}必须等于${len}',
|
||||
min: '${label}最小值为${min}',
|
||||
max: '${label}最大值为${max}',
|
||||
range: '${label}须在${min}-${max}之间'
|
||||
},
|
||||
array: {
|
||||
len: '须为${len}个${label}',
|
||||
min: '最少${min}个${label}',
|
||||
max: '最多${max}个${label}',
|
||||
range: '${label}数量须在${min}-${max}之间'
|
||||
},
|
||||
pattern: {
|
||||
mismatch: '${label}与模式不匹配${pattern}'
|
||||
}
|
||||
}
|
||||
},
|
||||
Image: {
|
||||
preview: '预览'
|
||||
}
|
||||
};
|
||||
/* harmony default export */ var es_locale_zh_CN = (localeValues);
|
||||
|
||||
/***/ }),
|
||||
|
||||
/***/ 29924:
|
||||
/*!*********************************************************!*\
|
||||
!*** ./node_modules/antd/es/radio/index.js + 4 modules ***!
|
||||
\*********************************************************/
|
||||
/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
||||
|
||||
|
||||
// EXPORTS
|
||||
__webpack_require__.d(__webpack_exports__, {
|
||||
"ZP": function() { return /* binding */ es_radio; }
|
||||
});
|
||||
|
||||
// UNUSED EXPORTS: Button, Group
|
||||
|
||||
// EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/extends.js
|
||||
var esm_extends = __webpack_require__(87462);
|
||||
// EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/defineProperty.js
|
||||
var defineProperty = __webpack_require__(4942);
|
||||
// EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/slicedToArray.js + 1 modules
|
||||
var slicedToArray = __webpack_require__(97685);
|
||||
// EXTERNAL MODULE: ./node_modules/classnames/index.js
|
||||
var classnames = __webpack_require__(94184);
|
||||
var classnames_default = /*#__PURE__*/__webpack_require__.n(classnames);
|
||||
// EXTERNAL MODULE: ./node_modules/rc-util/es/hooks/useMergedState.js
|
||||
var useMergedState = __webpack_require__(21770);
|
||||
// EXTERNAL MODULE: ./node_modules/react/index.js
|
||||
var react = __webpack_require__(67294);
|
||||
// EXTERNAL MODULE: ./node_modules/antd/es/config-provider/context.js
|
||||
var context = __webpack_require__(53124);
|
||||
// EXTERNAL MODULE: ./node_modules/antd/es/config-provider/SizeContext.js
|
||||
var SizeContext = __webpack_require__(97647);
|
||||
// EXTERNAL MODULE: ./node_modules/antd/es/_util/getDataOrAriaProps.js
|
||||
var getDataOrAriaProps = __webpack_require__(5467);
|
||||
;// CONCATENATED MODULE: ./node_modules/antd/es/radio/context.js
|
||||
|
||||
var RadioGroupContext = /*#__PURE__*/react.createContext(null);
|
||||
var RadioGroupContextProvider = RadioGroupContext.Provider;
|
||||
/* harmony default export */ var radio_context = (RadioGroupContext);
|
||||
var RadioOptionTypeContext = /*#__PURE__*/react.createContext(null);
|
||||
var RadioOptionTypeContextProvider = RadioOptionTypeContext.Provider;
|
||||
// EXTERNAL MODULE: ./node_modules/rc-checkbox/es/index.js
|
||||
var es = __webpack_require__(50132);
|
||||
// EXTERNAL MODULE: ./node_modules/rc-util/es/ref.js
|
||||
var es_ref = __webpack_require__(42550);
|
||||
// EXTERNAL MODULE: ./node_modules/antd/es/config-provider/DisabledContext.js
|
||||
var DisabledContext = __webpack_require__(98866);
|
||||
// EXTERNAL MODULE: ./node_modules/antd/es/form/context.js
|
||||
var form_context = __webpack_require__(65223);
|
||||
;// CONCATENATED MODULE: ./node_modules/antd/es/radio/radio.js
|
||||
|
||||
|
||||
var __rest = undefined && undefined.__rest || function (s, e) {
|
||||
var t = {};
|
||||
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0) t[p] = s[p];
|
||||
if (s != null && typeof Object.getOwnPropertySymbols === "function") for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
|
||||
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i])) t[p[i]] = s[p[i]];
|
||||
}
|
||||
return t;
|
||||
};
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
var InternalRadio = function InternalRadio(props, ref) {
|
||||
var _classNames;
|
||||
var groupContext = react.useContext(radio_context);
|
||||
var radioOptionTypeContext = react.useContext(RadioOptionTypeContext);
|
||||
var _React$useContext = react.useContext(context/* ConfigContext */.E_),
|
||||
getPrefixCls = _React$useContext.getPrefixCls,
|
||||
direction = _React$useContext.direction;
|
||||
var innerRef = react.useRef();
|
||||
var mergedRef = (0,es_ref/* composeRef */.sQ)(ref, innerRef);
|
||||
var _useContext = (0,react.useContext)(form_context/* FormItemInputContext */.aM),
|
||||
isFormItemInput = _useContext.isFormItemInput;
|
||||
false ? 0 : void 0;
|
||||
var onChange = function onChange(e) {
|
||||
var _a, _b;
|
||||
(_a = props.onChange) === null || _a === void 0 ? void 0 : _a.call(props, e);
|
||||
(_b = groupContext === null || groupContext === void 0 ? void 0 : groupContext.onChange) === null || _b === void 0 ? void 0 : _b.call(groupContext, e);
|
||||
};
|
||||
var customizePrefixCls = props.prefixCls,
|
||||
className = props.className,
|
||||
children = props.children,
|
||||
style = props.style,
|
||||
customDisabled = props.disabled,
|
||||
restProps = __rest(props, ["prefixCls", "className", "children", "style", "disabled"]);
|
||||
var radioPrefixCls = getPrefixCls('radio', customizePrefixCls);
|
||||
var prefixCls = ((groupContext === null || groupContext === void 0 ? void 0 : groupContext.optionType) || radioOptionTypeContext) === 'button' ? "".concat(radioPrefixCls, "-button") : radioPrefixCls;
|
||||
var radioProps = (0,esm_extends/* default */.Z)({}, restProps);
|
||||
// ===================== Disabled =====================
|
||||
var disabled = react.useContext(DisabledContext/* default */.Z);
|
||||
radioProps.disabled = customDisabled || disabled;
|
||||
if (groupContext) {
|
||||
radioProps.name = groupContext.name;
|
||||
radioProps.onChange = onChange;
|
||||
radioProps.checked = props.value === groupContext.value;
|
||||
radioProps.disabled = radioProps.disabled || groupContext.disabled;
|
||||
}
|
||||
var wrapperClassString = classnames_default()("".concat(prefixCls, "-wrapper"), (_classNames = {}, (0,defineProperty/* default */.Z)(_classNames, "".concat(prefixCls, "-wrapper-checked"), radioProps.checked), (0,defineProperty/* default */.Z)(_classNames, "".concat(prefixCls, "-wrapper-disabled"), radioProps.disabled), (0,defineProperty/* default */.Z)(_classNames, "".concat(prefixCls, "-wrapper-rtl"), direction === 'rtl'), (0,defineProperty/* default */.Z)(_classNames, "".concat(prefixCls, "-wrapper-in-form-item"), isFormItemInput), _classNames), className);
|
||||
return (
|
||||
/*#__PURE__*/
|
||||
// eslint-disable-next-line jsx-a11y/label-has-associated-control
|
||||
react.createElement("label", {
|
||||
className: wrapperClassString,
|
||||
style: style,
|
||||
onMouseEnter: props.onMouseEnter,
|
||||
onMouseLeave: props.onMouseLeave
|
||||
}, /*#__PURE__*/react.createElement(es/* default */.Z, (0,esm_extends/* default */.Z)({}, radioProps, {
|
||||
type: "radio",
|
||||
prefixCls: prefixCls,
|
||||
ref: mergedRef
|
||||
})), children !== undefined ? /*#__PURE__*/react.createElement("span", null, children) : null)
|
||||
);
|
||||
};
|
||||
var Radio = /*#__PURE__*/react.forwardRef(InternalRadio);
|
||||
if (false) {}
|
||||
/* harmony default export */ var radio_radio = (Radio);
|
||||
;// CONCATENATED MODULE: ./node_modules/antd/es/radio/group.js
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
var RadioGroup = /*#__PURE__*/react.forwardRef(function (props, ref) {
|
||||
var _classNames;
|
||||
var _React$useContext = react.useContext(context/* ConfigContext */.E_),
|
||||
getPrefixCls = _React$useContext.getPrefixCls,
|
||||
direction = _React$useContext.direction;
|
||||
var size = react.useContext(SizeContext/* default */.Z);
|
||||
var _useMergedState = (0,useMergedState/* default */.Z)(props.defaultValue, {
|
||||
value: props.value
|
||||
}),
|
||||
_useMergedState2 = (0,slicedToArray/* default */.Z)(_useMergedState, 2),
|
||||
value = _useMergedState2[0],
|
||||
setValue = _useMergedState2[1];
|
||||
var onRadioChange = function onRadioChange(ev) {
|
||||
var lastValue = value;
|
||||
var val = ev.target.value;
|
||||
if (!('value' in props)) {
|
||||
setValue(val);
|
||||
}
|
||||
var onChange = props.onChange;
|
||||
if (onChange && val !== lastValue) {
|
||||
onChange(ev);
|
||||
}
|
||||
};
|
||||
var customizePrefixCls = props.prefixCls,
|
||||
_props$className = props.className,
|
||||
className = _props$className === void 0 ? '' : _props$className,
|
||||
options = props.options,
|
||||
_props$buttonStyle = props.buttonStyle,
|
||||
buttonStyle = _props$buttonStyle === void 0 ? 'outline' : _props$buttonStyle,
|
||||
disabled = props.disabled,
|
||||
children = props.children,
|
||||
customizeSize = props.size,
|
||||
style = props.style,
|
||||
id = props.id,
|
||||
onMouseEnter = props.onMouseEnter,
|
||||
onMouseLeave = props.onMouseLeave,
|
||||
onFocus = props.onFocus,
|
||||
onBlur = props.onBlur;
|
||||
var prefixCls = getPrefixCls('radio', customizePrefixCls);
|
||||
var groupPrefixCls = "".concat(prefixCls, "-group");
|
||||
var childrenToRender = children;
|
||||
// 如果存在 options, 优先使用
|
||||
if (options && options.length > 0) {
|
||||
childrenToRender = options.map(function (option) {
|
||||
if (typeof option === 'string' || typeof option === 'number') {
|
||||
// 此处类型自动推导为 string
|
||||
return /*#__PURE__*/react.createElement(radio_radio, {
|
||||
key: option.toString(),
|
||||
prefixCls: prefixCls,
|
||||
disabled: disabled,
|
||||
value: option,
|
||||
checked: value === option
|
||||
}, option);
|
||||
}
|
||||
// 此处类型自动推导为 { label: string value: string }
|
||||
return /*#__PURE__*/react.createElement(radio_radio, {
|
||||
key: "radio-group-value-options-".concat(option.value),
|
||||
prefixCls: prefixCls,
|
||||
disabled: option.disabled || disabled,
|
||||
value: option.value,
|
||||
checked: value === option.value,
|
||||
style: option.style
|
||||
}, option.label);
|
||||
});
|
||||
}
|
||||
var mergedSize = customizeSize || size;
|
||||
var classString = classnames_default()(groupPrefixCls, "".concat(groupPrefixCls, "-").concat(buttonStyle), (_classNames = {}, (0,defineProperty/* default */.Z)(_classNames, "".concat(groupPrefixCls, "-").concat(mergedSize), mergedSize), (0,defineProperty/* default */.Z)(_classNames, "".concat(groupPrefixCls, "-rtl"), direction === 'rtl'), _classNames), className);
|
||||
return /*#__PURE__*/react.createElement("div", (0,esm_extends/* default */.Z)({}, (0,getDataOrAriaProps/* default */.Z)(props), {
|
||||
className: classString,
|
||||
style: style,
|
||||
onMouseEnter: onMouseEnter,
|
||||
onMouseLeave: onMouseLeave,
|
||||
onFocus: onFocus,
|
||||
onBlur: onBlur,
|
||||
id: id,
|
||||
ref: ref
|
||||
}), /*#__PURE__*/react.createElement(RadioGroupContextProvider, {
|
||||
value: {
|
||||
onChange: onRadioChange,
|
||||
value: value,
|
||||
disabled: props.disabled,
|
||||
name: props.name,
|
||||
optionType: props.optionType
|
||||
}
|
||||
}, childrenToRender));
|
||||
});
|
||||
/* harmony default export */ var group = (/*#__PURE__*/react.memo(RadioGroup));
|
||||
;// CONCATENATED MODULE: ./node_modules/antd/es/radio/radioButton.js
|
||||
|
||||
var radioButton_rest = undefined && undefined.__rest || function (s, e) {
|
||||
var t = {};
|
||||
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0) t[p] = s[p];
|
||||
if (s != null && typeof Object.getOwnPropertySymbols === "function") for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
|
||||
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i])) t[p[i]] = s[p[i]];
|
||||
}
|
||||
return t;
|
||||
};
|
||||
|
||||
|
||||
|
||||
|
||||
var RadioButton = function RadioButton(props, ref) {
|
||||
var _React$useContext = react.useContext(context/* ConfigContext */.E_),
|
||||
getPrefixCls = _React$useContext.getPrefixCls;
|
||||
var customizePrefixCls = props.prefixCls,
|
||||
radioProps = radioButton_rest(props, ["prefixCls"]);
|
||||
var prefixCls = getPrefixCls('radio', customizePrefixCls);
|
||||
return /*#__PURE__*/react.createElement(RadioOptionTypeContextProvider, {
|
||||
value: "button"
|
||||
}, /*#__PURE__*/react.createElement(radio_radio, (0,esm_extends/* default */.Z)({
|
||||
prefixCls: prefixCls
|
||||
}, radioProps, {
|
||||
type: "radio",
|
||||
ref: ref
|
||||
})));
|
||||
};
|
||||
/* harmony default export */ var radioButton = (/*#__PURE__*/react.forwardRef(RadioButton));
|
||||
;// CONCATENATED MODULE: ./node_modules/antd/es/radio/index.js
|
||||
|
||||
|
||||
|
||||
|
||||
var radio_Radio = radio_radio;
|
||||
radio_Radio.Button = radioButton;
|
||||
radio_Radio.Group = group;
|
||||
radio_Radio.__ANT_RADIO = true;
|
||||
/* harmony default export */ var es_radio = (radio_Radio);
|
||||
|
||||
/***/ }),
|
||||
|
||||
/***/ 83822:
|
||||
/*!***************************************************************!*\
|
||||
!*** ./node_modules/antd/es/radio/style/index.js + 1 modules ***!
|
||||
\***************************************************************/
|
||||
/***/ (function(__unused_webpack_module, __unused_webpack___webpack_exports__, __webpack_require__) {
|
||||
|
||||
|
||||
// EXTERNAL MODULE: ./node_modules/antd/es/style/default.less
|
||||
var style_default = __webpack_require__(43146);
|
||||
;// CONCATENATED MODULE: ./node_modules/antd/es/radio/style/index.less
|
||||
// extracted by mini-css-extract-plugin
|
||||
|
||||
;// CONCATENATED MODULE: ./node_modules/antd/es/radio/style/index.js
|
||||
|
||||
|
||||
// deps-lint-skip: form
|
||||
|
||||
/***/ }),
|
||||
|
||||
/***/ 50132:
|
||||
/*!**********************************************!*\
|
||||
!*** ./node_modules/rc-checkbox/es/index.js ***!
|
||||
\**********************************************/
|
||||
/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
||||
|
||||
/* harmony import */ var _babel_runtime_helpers_esm_extends__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(/*! @babel/runtime/helpers/esm/extends */ 87462);
|
||||
/* harmony import */ var _babel_runtime_helpers_esm_defineProperty__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(/*! @babel/runtime/helpers/esm/defineProperty */ 4942);
|
||||
/* harmony import */ var _babel_runtime_helpers_esm_objectWithoutProperties__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! @babel/runtime/helpers/esm/objectWithoutProperties */ 45987);
|
||||
/* harmony import */ var _babel_runtime_helpers_esm_objectSpread2__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! @babel/runtime/helpers/esm/objectSpread2 */ 1413);
|
||||
/* harmony import */ var _babel_runtime_helpers_esm_classCallCheck__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! @babel/runtime/helpers/esm/classCallCheck */ 15671);
|
||||
/* harmony import */ var _babel_runtime_helpers_esm_createClass__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! @babel/runtime/helpers/esm/createClass */ 43144);
|
||||
/* harmony import */ var _babel_runtime_helpers_esm_inherits__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! @babel/runtime/helpers/esm/inherits */ 60136);
|
||||
/* harmony import */ var _babel_runtime_helpers_esm_createSuper__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! @babel/runtime/helpers/esm/createSuper */ 51630);
|
||||
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! react */ 67294);
|
||||
/* harmony import */ var classnames__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! classnames */ 94184);
|
||||
/* harmony import */ var classnames__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(classnames__WEBPACK_IMPORTED_MODULE_1__);
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
// eslint-disable-next-line import/no-extraneous-dependencies
|
||||
|
||||
|
||||
|
||||
var Checkbox = /*#__PURE__*/function (_Component) {
|
||||
(0,_babel_runtime_helpers_esm_inherits__WEBPACK_IMPORTED_MODULE_2__/* ["default"] */ .Z)(Checkbox, _Component);
|
||||
|
||||
var _super = (0,_babel_runtime_helpers_esm_createSuper__WEBPACK_IMPORTED_MODULE_3__/* ["default"] */ .Z)(Checkbox);
|
||||
|
||||
function Checkbox(props) {
|
||||
var _this;
|
||||
|
||||
(0,_babel_runtime_helpers_esm_classCallCheck__WEBPACK_IMPORTED_MODULE_4__/* ["default"] */ .Z)(this, Checkbox);
|
||||
|
||||
_this = _super.call(this, props);
|
||||
|
||||
_this.handleChange = function (e) {
|
||||
var _this$props = _this.props,
|
||||
disabled = _this$props.disabled,
|
||||
onChange = _this$props.onChange;
|
||||
|
||||
if (disabled) {
|
||||
return;
|
||||
}
|
||||
|
||||
if (!('checked' in _this.props)) {
|
||||
_this.setState({
|
||||
checked: e.target.checked
|
||||
});
|
||||
}
|
||||
|
||||
if (onChange) {
|
||||
onChange({
|
||||
target: (0,_babel_runtime_helpers_esm_objectSpread2__WEBPACK_IMPORTED_MODULE_5__/* ["default"] */ .Z)((0,_babel_runtime_helpers_esm_objectSpread2__WEBPACK_IMPORTED_MODULE_5__/* ["default"] */ .Z)({}, _this.props), {}, {
|
||||
checked: e.target.checked
|
||||
}),
|
||||
stopPropagation: function stopPropagation() {
|
||||
e.stopPropagation();
|
||||
},
|
||||
preventDefault: function preventDefault() {
|
||||
e.preventDefault();
|
||||
},
|
||||
nativeEvent: e.nativeEvent
|
||||
});
|
||||
}
|
||||
};
|
||||
|
||||
_this.saveInput = function (node) {
|
||||
_this.input = node;
|
||||
};
|
||||
|
||||
var checked = 'checked' in props ? props.checked : props.defaultChecked;
|
||||
_this.state = {
|
||||
checked: checked
|
||||
};
|
||||
return _this;
|
||||
}
|
||||
|
||||
(0,_babel_runtime_helpers_esm_createClass__WEBPACK_IMPORTED_MODULE_6__/* ["default"] */ .Z)(Checkbox, [{
|
||||
key: "focus",
|
||||
value: function focus() {
|
||||
this.input.focus();
|
||||
}
|
||||
}, {
|
||||
key: "blur",
|
||||
value: function blur() {
|
||||
this.input.blur();
|
||||
}
|
||||
}, {
|
||||
key: "render",
|
||||
value: function render() {
|
||||
var _classNames;
|
||||
|
||||
var _this$props2 = this.props,
|
||||
prefixCls = _this$props2.prefixCls,
|
||||
className = _this$props2.className,
|
||||
style = _this$props2.style,
|
||||
name = _this$props2.name,
|
||||
id = _this$props2.id,
|
||||
type = _this$props2.type,
|
||||
disabled = _this$props2.disabled,
|
||||
readOnly = _this$props2.readOnly,
|
||||
tabIndex = _this$props2.tabIndex,
|
||||
onClick = _this$props2.onClick,
|
||||
onFocus = _this$props2.onFocus,
|
||||
onBlur = _this$props2.onBlur,
|
||||
onKeyDown = _this$props2.onKeyDown,
|
||||
onKeyPress = _this$props2.onKeyPress,
|
||||
onKeyUp = _this$props2.onKeyUp,
|
||||
autoFocus = _this$props2.autoFocus,
|
||||
value = _this$props2.value,
|
||||
required = _this$props2.required,
|
||||
others = (0,_babel_runtime_helpers_esm_objectWithoutProperties__WEBPACK_IMPORTED_MODULE_7__/* ["default"] */ .Z)(_this$props2, ["prefixCls", "className", "style", "name", "id", "type", "disabled", "readOnly", "tabIndex", "onClick", "onFocus", "onBlur", "onKeyDown", "onKeyPress", "onKeyUp", "autoFocus", "value", "required"]);
|
||||
|
||||
var globalProps = Object.keys(others).reduce(function (prev, key) {
|
||||
if (key.substr(0, 5) === 'aria-' || key.substr(0, 5) === 'data-' || key === 'role') {
|
||||
// eslint-disable-next-line no-param-reassign
|
||||
prev[key] = others[key];
|
||||
}
|
||||
|
||||
return prev;
|
||||
}, {});
|
||||
var checked = this.state.checked;
|
||||
var classString = classnames__WEBPACK_IMPORTED_MODULE_1___default()(prefixCls, className, (_classNames = {}, (0,_babel_runtime_helpers_esm_defineProperty__WEBPACK_IMPORTED_MODULE_8__/* ["default"] */ .Z)(_classNames, "".concat(prefixCls, "-checked"), checked), (0,_babel_runtime_helpers_esm_defineProperty__WEBPACK_IMPORTED_MODULE_8__/* ["default"] */ .Z)(_classNames, "".concat(prefixCls, "-disabled"), disabled), _classNames));
|
||||
return /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("span", {
|
||||
className: classString,
|
||||
style: style
|
||||
}, /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("input", (0,_babel_runtime_helpers_esm_extends__WEBPACK_IMPORTED_MODULE_9__/* ["default"] */ .Z)({
|
||||
name: name,
|
||||
id: id,
|
||||
type: type,
|
||||
required: required,
|
||||
readOnly: readOnly,
|
||||
disabled: disabled,
|
||||
tabIndex: tabIndex,
|
||||
className: "".concat(prefixCls, "-input"),
|
||||
checked: !!checked,
|
||||
onClick: onClick,
|
||||
onFocus: onFocus,
|
||||
onBlur: onBlur,
|
||||
onKeyUp: onKeyUp,
|
||||
onKeyDown: onKeyDown,
|
||||
onKeyPress: onKeyPress,
|
||||
onChange: this.handleChange,
|
||||
autoFocus: autoFocus,
|
||||
ref: this.saveInput,
|
||||
value: value
|
||||
}, globalProps)), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("span", {
|
||||
className: "".concat(prefixCls, "-inner")
|
||||
}));
|
||||
}
|
||||
}], [{
|
||||
key: "getDerivedStateFromProps",
|
||||
value: function getDerivedStateFromProps(props, state) {
|
||||
if ('checked' in props) {
|
||||
return (0,_babel_runtime_helpers_esm_objectSpread2__WEBPACK_IMPORTED_MODULE_5__/* ["default"] */ .Z)((0,_babel_runtime_helpers_esm_objectSpread2__WEBPACK_IMPORTED_MODULE_5__/* ["default"] */ .Z)({}, state), {}, {
|
||||
checked: props.checked
|
||||
});
|
||||
}
|
||||
|
||||
return null;
|
||||
}
|
||||
}]);
|
||||
|
||||
return Checkbox;
|
||||
}(react__WEBPACK_IMPORTED_MODULE_0__.Component);
|
||||
|
||||
Checkbox.defaultProps = {
|
||||
prefixCls: 'rc-checkbox',
|
||||
className: '',
|
||||
style: {},
|
||||
type: 'checkbox',
|
||||
defaultChecked: false,
|
||||
onFocus: function onFocus() {},
|
||||
onBlur: function onBlur() {},
|
||||
onChange: function onChange() {},
|
||||
onKeyDown: function onKeyDown() {},
|
||||
onKeyPress: function onKeyPress() {},
|
||||
onKeyUp: function onKeyUp() {}
|
||||
};
|
||||
/* harmony default export */ __webpack_exports__["Z"] = (Checkbox);
|
||||
|
||||
/***/ })
|
||||
|
||||
}]);
|
||||
@ -1,847 +0,0 @@
|
||||
/*!***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
|
||||
!*** 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/divider/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-divider {
|
||||
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";
|
||||
border-top: 1px solid rgba(0, 0, 0, 0.06);
|
||||
}
|
||||
.ant-divider-vertical {
|
||||
position: relative;
|
||||
top: -0.06em;
|
||||
display: inline-block;
|
||||
height: 0.9em;
|
||||
margin: 0 8px;
|
||||
vertical-align: middle;
|
||||
border-top: 0;
|
||||
border-left: 1px solid rgba(0, 0, 0, 0.06);
|
||||
}
|
||||
.ant-divider-horizontal {
|
||||
display: flex;
|
||||
clear: both;
|
||||
width: 100%;
|
||||
min-width: 100%;
|
||||
margin: 24px 0;
|
||||
}
|
||||
.ant-divider-horizontal.ant-divider-with-text {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
margin: 16px 0;
|
||||
color: rgba(0, 0, 0, 0.85);
|
||||
font-weight: 500;
|
||||
font-size: 14px;
|
||||
white-space: nowrap;
|
||||
text-align: center;
|
||||
border-top: 0;
|
||||
border-top-color: rgba(0, 0, 0, 0.06);
|
||||
}
|
||||
.ant-divider-horizontal.ant-divider-with-text::before,
|
||||
.ant-divider-horizontal.ant-divider-with-text::after {
|
||||
position: relative;
|
||||
width: 50%;
|
||||
border-top: 1px solid transparent;
|
||||
border-top-color: inherit;
|
||||
border-bottom: 0;
|
||||
transform: translateY(50%);
|
||||
content: '';
|
||||
}
|
||||
.ant-divider-horizontal.ant-divider-with-text-left::before {
|
||||
width: 5%;
|
||||
}
|
||||
.ant-divider-horizontal.ant-divider-with-text-left::after {
|
||||
width: 95%;
|
||||
}
|
||||
.ant-divider-horizontal.ant-divider-with-text-right::before {
|
||||
width: 95%;
|
||||
}
|
||||
.ant-divider-horizontal.ant-divider-with-text-right::after {
|
||||
width: 5%;
|
||||
}
|
||||
.ant-divider-inner-text {
|
||||
display: inline-block;
|
||||
padding: 0 1em;
|
||||
}
|
||||
.ant-divider-dashed {
|
||||
background: none;
|
||||
border-color: rgba(0, 0, 0, 0.06);
|
||||
border-style: dashed;
|
||||
border-width: 1px 0 0;
|
||||
}
|
||||
.ant-divider-horizontal.ant-divider-with-text.ant-divider-dashed::before,
|
||||
.ant-divider-horizontal.ant-divider-with-text.ant-divider-dashed::after {
|
||||
border-style: dashed none none;
|
||||
}
|
||||
.ant-divider-vertical.ant-divider-dashed {
|
||||
border-width: 0 0 0 1px;
|
||||
}
|
||||
.ant-divider-plain.ant-divider-with-text {
|
||||
color: rgba(0, 0, 0, 0.85);
|
||||
font-weight: normal;
|
||||
font-size: 12px;
|
||||
}
|
||||
.ant-divider-horizontal.ant-divider-with-text-left.ant-divider-no-default-orientation-margin-left::before {
|
||||
width: 0;
|
||||
}
|
||||
.ant-divider-horizontal.ant-divider-with-text-left.ant-divider-no-default-orientation-margin-left::after {
|
||||
width: 100%;
|
||||
}
|
||||
.ant-divider-horizontal.ant-divider-with-text-left.ant-divider-no-default-orientation-margin-left .ant-divider-inner-text {
|
||||
padding-left: 0;
|
||||
}
|
||||
.ant-divider-horizontal.ant-divider-with-text-right.ant-divider-no-default-orientation-margin-right::before {
|
||||
width: 100%;
|
||||
}
|
||||
.ant-divider-horizontal.ant-divider-with-text-right.ant-divider-no-default-orientation-margin-right::after {
|
||||
width: 0;
|
||||
}
|
||||
.ant-divider-horizontal.ant-divider-with-text-right.ant-divider-no-default-orientation-margin-right .ant-divider-inner-text {
|
||||
padding-right: 0;
|
||||
}
|
||||
.ant-divider-rtl {
|
||||
direction: rtl;
|
||||
}
|
||||
.ant-divider-rtl.ant-divider-horizontal.ant-divider-with-text-left::before {
|
||||
width: 95%;
|
||||
}
|
||||
.ant-divider-rtl.ant-divider-horizontal.ant-divider-with-text-left::after {
|
||||
width: 5%;
|
||||
}
|
||||
.ant-divider-rtl.ant-divider-horizontal.ant-divider-with-text-right::before {
|
||||
width: 5%;
|
||||
}
|
||||
.ant-divider-rtl.ant-divider-horizontal.ant-divider-with-text-right::after {
|
||||
width: 95%;
|
||||
}
|
||||
/* 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/breadcrumb/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-breadcrumb {
|
||||
box-sizing: border-box;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
color: rgba(0, 0, 0, 0.85);
|
||||
font-variant: tabular-nums;
|
||||
line-height: 1.66667;
|
||||
list-style: none;
|
||||
font-feature-settings: tnum, "tnum";
|
||||
color: rgba(0, 0, 0, 0.45);
|
||||
font-size: 12px;
|
||||
}
|
||||
.ant-breadcrumb .anticon {
|
||||
font-size: 12px;
|
||||
}
|
||||
.ant-breadcrumb ol {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
list-style: none;
|
||||
}
|
||||
.ant-breadcrumb a {
|
||||
color: rgba(0, 0, 0, 0.45);
|
||||
transition: color 0.3s;
|
||||
}
|
||||
.ant-breadcrumb a:hover {
|
||||
color: rgba(0, 0, 0, 0.85);
|
||||
}
|
||||
.ant-breadcrumb li:last-child {
|
||||
color: rgba(0, 0, 0, 0.85);
|
||||
}
|
||||
.ant-breadcrumb li:last-child a {
|
||||
color: rgba(0, 0, 0, 0.85);
|
||||
}
|
||||
li:last-child > .ant-breadcrumb-separator {
|
||||
display: none;
|
||||
}
|
||||
.ant-breadcrumb-separator {
|
||||
margin: 0 4px;
|
||||
color: rgba(0, 0, 0, 0.45);
|
||||
}
|
||||
.ant-breadcrumb-link > .anticon + span,
|
||||
.ant-breadcrumb-link > .anticon + a {
|
||||
margin-left: 4px;
|
||||
}
|
||||
.ant-breadcrumb-overlay-link > .anticon {
|
||||
margin-left: 4px;
|
||||
}
|
||||
.ant-breadcrumb-rtl {
|
||||
direction: rtl;
|
||||
}
|
||||
.ant-breadcrumb-rtl::before {
|
||||
display: table;
|
||||
content: '';
|
||||
}
|
||||
.ant-breadcrumb-rtl::after {
|
||||
display: table;
|
||||
clear: both;
|
||||
content: '';
|
||||
}
|
||||
.ant-breadcrumb-rtl > span {
|
||||
float: right;
|
||||
}
|
||||
.ant-breadcrumb-rtl .ant-breadcrumb-link > .anticon + span,
|
||||
.ant-breadcrumb-rtl .ant-breadcrumb-link > .anticon + a {
|
||||
margin-right: 4px;
|
||||
margin-left: 0;
|
||||
}
|
||||
.ant-breadcrumb-rtl .ant-breadcrumb-overlay-link > .anticon {
|
||||
margin-right: 4px;
|
||||
margin-left: 0;
|
||||
}
|
||||
/* stylelint-disable no-duplicate-selectors */
|
||||
/* stylelint-disable */
|
||||
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
||||
|
||||
/*!*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
|
||||
!*** 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/statistic/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-statistic {
|
||||
box-sizing: border-box;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
color: rgba(0, 0, 0, 0.85);
|
||||
font-size: 12px;
|
||||
font-variant: tabular-nums;
|
||||
line-height: 1.66667;
|
||||
list-style: none;
|
||||
font-feature-settings: tnum, "tnum";
|
||||
}
|
||||
.ant-statistic-title {
|
||||
margin-bottom: 0px;
|
||||
color: rgba(0, 0, 0, 0.45);
|
||||
font-size: 12px;
|
||||
}
|
||||
.ant-statistic-skeleton {
|
||||
padding-top: 8px;
|
||||
}
|
||||
.ant-statistic-content {
|
||||
color: rgba(0, 0, 0, 0.85);
|
||||
font-size: 20px;
|
||||
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
|
||||
}
|
||||
.ant-statistic-content-value {
|
||||
display: inline-block;
|
||||
direction: ltr;
|
||||
}
|
||||
.ant-statistic-content-prefix,
|
||||
.ant-statistic-content-suffix {
|
||||
display: inline-block;
|
||||
}
|
||||
.ant-statistic-content-prefix {
|
||||
margin-right: 4px;
|
||||
}
|
||||
.ant-statistic-content-suffix {
|
||||
margin-left: 4px;
|
||||
}
|
||||
.ant-statistic-rtl {
|
||||
direction: rtl;
|
||||
}
|
||||
.ant-statistic-rtl .ant-statistic-content-prefix {
|
||||
margin-right: 0;
|
||||
margin-left: 4px;
|
||||
}
|
||||
.ant-statistic-rtl .ant-statistic-content-suffix {
|
||||
margin-right: 4px;
|
||||
margin-left: 0;
|
||||
}
|
||||
/* stylelint-disable no-duplicate-selectors */
|
||||
/* stylelint-disable */
|
||||
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
||||
|
||||
/*!************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
|
||||
!*** 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/skeleton/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-skeleton {
|
||||
display: table;
|
||||
width: 100%;
|
||||
}
|
||||
.ant-skeleton-header {
|
||||
display: table-cell;
|
||||
padding-right: 8px;
|
||||
vertical-align: top;
|
||||
}
|
||||
.ant-skeleton-header .ant-skeleton-avatar {
|
||||
display: inline-block;
|
||||
vertical-align: top;
|
||||
background: rgba(190, 190, 190, 0.2);
|
||||
width: 28px;
|
||||
height: 28px;
|
||||
line-height: 28px;
|
||||
}
|
||||
.ant-skeleton-header .ant-skeleton-avatar.ant-skeleton-avatar-circle {
|
||||
border-radius: 50%;
|
||||
}
|
||||
.ant-skeleton-header .ant-skeleton-avatar-lg {
|
||||
width: 32px;
|
||||
height: 32px;
|
||||
line-height: 32px;
|
||||
}
|
||||
.ant-skeleton-header .ant-skeleton-avatar-lg.ant-skeleton-avatar-circle {
|
||||
border-radius: 50%;
|
||||
}
|
||||
.ant-skeleton-header .ant-skeleton-avatar-sm {
|
||||
width: 22px;
|
||||
height: 22px;
|
||||
line-height: 22px;
|
||||
}
|
||||
.ant-skeleton-header .ant-skeleton-avatar-sm.ant-skeleton-avatar-circle {
|
||||
border-radius: 50%;
|
||||
}
|
||||
.ant-skeleton-content {
|
||||
display: table-cell;
|
||||
width: 100%;
|
||||
vertical-align: top;
|
||||
}
|
||||
.ant-skeleton-content .ant-skeleton-title {
|
||||
width: 100%;
|
||||
height: 14px;
|
||||
background: rgba(190, 190, 190, 0.2);
|
||||
border-radius: 2px;
|
||||
}
|
||||
.ant-skeleton-content .ant-skeleton-title + .ant-skeleton-paragraph {
|
||||
margin-top: 20px;
|
||||
}
|
||||
.ant-skeleton-content .ant-skeleton-paragraph {
|
||||
padding: 0;
|
||||
}
|
||||
.ant-skeleton-content .ant-skeleton-paragraph > li {
|
||||
width: 100%;
|
||||
height: 14px;
|
||||
list-style: none;
|
||||
background: rgba(190, 190, 190, 0.2);
|
||||
border-radius: 2px;
|
||||
}
|
||||
.ant-skeleton-content .ant-skeleton-paragraph > li:last-child:not(:first-child):not(:nth-child(2)) {
|
||||
width: 61%;
|
||||
}
|
||||
.ant-skeleton-content .ant-skeleton-paragraph > li + li {
|
||||
margin-top: 12px;
|
||||
}
|
||||
.ant-skeleton-with-avatar .ant-skeleton-content .ant-skeleton-title {
|
||||
margin-top: 8px;
|
||||
}
|
||||
.ant-skeleton-with-avatar .ant-skeleton-content .ant-skeleton-title + .ant-skeleton-paragraph {
|
||||
margin-top: 20px;
|
||||
}
|
||||
.ant-skeleton-round .ant-skeleton-content .ant-skeleton-title,
|
||||
.ant-skeleton-round .ant-skeleton-content .ant-skeleton-paragraph > li {
|
||||
border-radius: 100px;
|
||||
}
|
||||
.ant-skeleton-active .ant-skeleton-title,
|
||||
.ant-skeleton-active .ant-skeleton-paragraph > li,
|
||||
.ant-skeleton-active .ant-skeleton-avatar,
|
||||
.ant-skeleton-active .ant-skeleton-button,
|
||||
.ant-skeleton-active .ant-skeleton-input,
|
||||
.ant-skeleton-active .ant-skeleton-image {
|
||||
position: relative;
|
||||
/* stylelint-disable-next-line property-no-vendor-prefix,value-no-vendor-prefix */
|
||||
z-index: 0;
|
||||
overflow: hidden;
|
||||
background: transparent;
|
||||
}
|
||||
.ant-skeleton-active .ant-skeleton-title::after,
|
||||
.ant-skeleton-active .ant-skeleton-paragraph > li::after,
|
||||
.ant-skeleton-active .ant-skeleton-avatar::after,
|
||||
.ant-skeleton-active .ant-skeleton-button::after,
|
||||
.ant-skeleton-active .ant-skeleton-input::after,
|
||||
.ant-skeleton-active .ant-skeleton-image::after {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
right: -150%;
|
||||
bottom: 0;
|
||||
left: -150%;
|
||||
background: linear-gradient(90deg, rgba(190, 190, 190, 0.2) 25%, rgba(129, 129, 129, 0.24) 37%, rgba(190, 190, 190, 0.2) 63%);
|
||||
animation: ant-skeleton-loading 1.4s ease infinite;
|
||||
content: '';
|
||||
}
|
||||
.ant-skeleton.ant-skeleton-block {
|
||||
width: 100%;
|
||||
}
|
||||
.ant-skeleton.ant-skeleton-block .ant-skeleton-button {
|
||||
width: 100%;
|
||||
}
|
||||
.ant-skeleton.ant-skeleton-block .ant-skeleton-input {
|
||||
width: 100%;
|
||||
}
|
||||
.ant-skeleton-element {
|
||||
display: inline-block;
|
||||
width: auto;
|
||||
}
|
||||
.ant-skeleton-element .ant-skeleton-button {
|
||||
display: inline-block;
|
||||
vertical-align: top;
|
||||
background: rgba(190, 190, 190, 0.2);
|
||||
border-radius: 2px;
|
||||
width: 56px;
|
||||
min-width: 56px;
|
||||
height: 28px;
|
||||
line-height: 28px;
|
||||
}
|
||||
.ant-skeleton-element .ant-skeleton-button.ant-skeleton-button-square {
|
||||
width: 28px;
|
||||
min-width: 28px;
|
||||
}
|
||||
.ant-skeleton-element .ant-skeleton-button.ant-skeleton-button-circle {
|
||||
width: 28px;
|
||||
min-width: 28px;
|
||||
border-radius: 50%;
|
||||
}
|
||||
.ant-skeleton-element .ant-skeleton-button.ant-skeleton-button-round {
|
||||
border-radius: 28px;
|
||||
}
|
||||
.ant-skeleton-element .ant-skeleton-button-lg {
|
||||
width: 64px;
|
||||
min-width: 64px;
|
||||
height: 32px;
|
||||
line-height: 32px;
|
||||
}
|
||||
.ant-skeleton-element .ant-skeleton-button-lg.ant-skeleton-button-square {
|
||||
width: 32px;
|
||||
min-width: 32px;
|
||||
}
|
||||
.ant-skeleton-element .ant-skeleton-button-lg.ant-skeleton-button-circle {
|
||||
width: 32px;
|
||||
min-width: 32px;
|
||||
border-radius: 50%;
|
||||
}
|
||||
.ant-skeleton-element .ant-skeleton-button-lg.ant-skeleton-button-round {
|
||||
border-radius: 32px;
|
||||
}
|
||||
.ant-skeleton-element .ant-skeleton-button-sm {
|
||||
width: 44px;
|
||||
min-width: 44px;
|
||||
height: 22px;
|
||||
line-height: 22px;
|
||||
}
|
||||
.ant-skeleton-element .ant-skeleton-button-sm.ant-skeleton-button-square {
|
||||
width: 22px;
|
||||
min-width: 22px;
|
||||
}
|
||||
.ant-skeleton-element .ant-skeleton-button-sm.ant-skeleton-button-circle {
|
||||
width: 22px;
|
||||
min-width: 22px;
|
||||
border-radius: 50%;
|
||||
}
|
||||
.ant-skeleton-element .ant-skeleton-button-sm.ant-skeleton-button-round {
|
||||
border-radius: 22px;
|
||||
}
|
||||
.ant-skeleton-element .ant-skeleton-avatar {
|
||||
display: inline-block;
|
||||
vertical-align: top;
|
||||
background: rgba(190, 190, 190, 0.2);
|
||||
width: 28px;
|
||||
height: 28px;
|
||||
line-height: 28px;
|
||||
}
|
||||
.ant-skeleton-element .ant-skeleton-avatar.ant-skeleton-avatar-circle {
|
||||
border-radius: 50%;
|
||||
}
|
||||
.ant-skeleton-element .ant-skeleton-avatar-lg {
|
||||
width: 32px;
|
||||
height: 32px;
|
||||
line-height: 32px;
|
||||
}
|
||||
.ant-skeleton-element .ant-skeleton-avatar-lg.ant-skeleton-avatar-circle {
|
||||
border-radius: 50%;
|
||||
}
|
||||
.ant-skeleton-element .ant-skeleton-avatar-sm {
|
||||
width: 22px;
|
||||
height: 22px;
|
||||
line-height: 22px;
|
||||
}
|
||||
.ant-skeleton-element .ant-skeleton-avatar-sm.ant-skeleton-avatar-circle {
|
||||
border-radius: 50%;
|
||||
}
|
||||
.ant-skeleton-element .ant-skeleton-input {
|
||||
display: inline-block;
|
||||
vertical-align: top;
|
||||
background: rgba(190, 190, 190, 0.2);
|
||||
width: 140px;
|
||||
min-width: 140px;
|
||||
height: 28px;
|
||||
line-height: 28px;
|
||||
}
|
||||
.ant-skeleton-element .ant-skeleton-input-lg {
|
||||
width: 160px;
|
||||
min-width: 160px;
|
||||
height: 32px;
|
||||
line-height: 32px;
|
||||
}
|
||||
.ant-skeleton-element .ant-skeleton-input-sm {
|
||||
width: 110px;
|
||||
min-width: 110px;
|
||||
height: 22px;
|
||||
line-height: 22px;
|
||||
}
|
||||
.ant-skeleton-element .ant-skeleton-image {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
vertical-align: top;
|
||||
background: rgba(190, 190, 190, 0.2);
|
||||
width: 96px;
|
||||
height: 96px;
|
||||
line-height: 96px;
|
||||
}
|
||||
.ant-skeleton-element .ant-skeleton-image.ant-skeleton-image-circle {
|
||||
border-radius: 50%;
|
||||
}
|
||||
.ant-skeleton-element .ant-skeleton-image-path {
|
||||
fill: #bfbfbf;
|
||||
}
|
||||
.ant-skeleton-element .ant-skeleton-image-svg {
|
||||
width: 48px;
|
||||
height: 48px;
|
||||
line-height: 48px;
|
||||
max-width: 192px;
|
||||
max-height: 192px;
|
||||
}
|
||||
.ant-skeleton-element .ant-skeleton-image-svg.ant-skeleton-image-circle {
|
||||
border-radius: 50%;
|
||||
}
|
||||
@keyframes ant-skeleton-loading {
|
||||
0% {
|
||||
transform: translateX(-37.5%);
|
||||
}
|
||||
100% {
|
||||
transform: translateX(37.5%);
|
||||
}
|
||||
}
|
||||
.ant-skeleton-rtl {
|
||||
direction: rtl;
|
||||
}
|
||||
.ant-skeleton-rtl .ant-skeleton-header {
|
||||
padding-right: 0;
|
||||
padding-left: 16px;
|
||||
}
|
||||
.ant-skeleton-rtl.ant-skeleton.ant-skeleton-active .ant-skeleton-content .ant-skeleton-title,
|
||||
.ant-skeleton-rtl.ant-skeleton.ant-skeleton-active .ant-skeleton-content .ant-skeleton-paragraph > li {
|
||||
animation-name: ant-skeleton-loading-rtl;
|
||||
}
|
||||
.ant-skeleton-rtl.ant-skeleton.ant-skeleton-active .ant-skeleton-avatar {
|
||||
animation-name: ant-skeleton-loading-rtl;
|
||||
}
|
||||
@keyframes ant-skeleton-loading-rtl {
|
||||
0% {
|
||||
background-position: 0% 50%;
|
||||
}
|
||||
100% {
|
||||
background-position: 100% 50%;
|
||||
}
|
||||
}
|
||||
/* 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/anchor/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-anchor {
|
||||
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;
|
||||
padding-left: 2px;
|
||||
}
|
||||
.ant-anchor-wrapper {
|
||||
margin-left: -4px;
|
||||
padding-left: 4px;
|
||||
overflow: auto;
|
||||
background-color: transparent;
|
||||
}
|
||||
.ant-anchor-ink {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
height: 100%;
|
||||
}
|
||||
.ant-anchor-ink::before {
|
||||
position: relative;
|
||||
display: block;
|
||||
width: 2px;
|
||||
height: 100%;
|
||||
margin: 0 auto;
|
||||
background-color: #f0f0f0;
|
||||
content: ' ';
|
||||
}
|
||||
.ant-anchor-ink-ball {
|
||||
position: absolute;
|
||||
left: 50%;
|
||||
display: none;
|
||||
width: 8px;
|
||||
height: 8px;
|
||||
background-color: #fff;
|
||||
border: 2px solid #3061D0;
|
||||
border-radius: 8px;
|
||||
transform: translateX(-50%);
|
||||
transition: top 0.3s ease-in-out;
|
||||
}
|
||||
.ant-anchor-ink-ball.ant-anchor-ink-ball-visible {
|
||||
display: inline-block;
|
||||
}
|
||||
.ant-anchor-fixed .ant-anchor-ink .ant-anchor-ink-ball {
|
||||
display: none;
|
||||
}
|
||||
.ant-anchor-link {
|
||||
padding: 4px 0 4px 16px;
|
||||
}
|
||||
.ant-anchor-link-title {
|
||||
position: relative;
|
||||
display: block;
|
||||
margin-bottom: 3px;
|
||||
overflow: hidden;
|
||||
color: rgba(0, 0, 0, 0.85);
|
||||
white-space: nowrap;
|
||||
text-overflow: ellipsis;
|
||||
transition: all 0.3s;
|
||||
}
|
||||
.ant-anchor-link-title:only-child {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
.ant-anchor-link-active > .ant-anchor-link-title {
|
||||
color: #3061D0;
|
||||
}
|
||||
.ant-anchor-link .ant-anchor-link {
|
||||
padding-top: 2px;
|
||||
padding-bottom: 2px;
|
||||
}
|
||||
.ant-anchor-rtl {
|
||||
direction: rtl;
|
||||
}
|
||||
.ant-anchor-rtl.ant-anchor-wrapper {
|
||||
margin-right: -4px;
|
||||
margin-left: 0;
|
||||
padding-right: 4px;
|
||||
padding-left: 0;
|
||||
}
|
||||
.ant-anchor-rtl .ant-anchor-ink {
|
||||
right: 0;
|
||||
left: auto;
|
||||
}
|
||||
.ant-anchor-rtl .ant-anchor-ink-ball {
|
||||
right: 50%;
|
||||
left: 0;
|
||||
transform: translateX(50%);
|
||||
}
|
||||
.ant-anchor-rtl .ant-anchor-link {
|
||||
padding: 4px 16px 4px 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/affix/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-affix {
|
||||
position: fixed;
|
||||
z-index: 10;
|
||||
}
|
||||
/* 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/alert/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-alert {
|
||||
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: flex;
|
||||
align-items: center;
|
||||
padding: 4px 7px;
|
||||
word-wrap: break-word;
|
||||
border-radius: 2px;
|
||||
}
|
||||
.ant-alert-content {
|
||||
flex: 1 1;
|
||||
min-width: 0;
|
||||
}
|
||||
.ant-alert-icon {
|
||||
margin-right: 4px;
|
||||
}
|
||||
.ant-alert-description {
|
||||
display: none;
|
||||
font-size: 12px;
|
||||
line-height: 20px;
|
||||
}
|
||||
.ant-alert-success {
|
||||
background-color: #f6ffed;
|
||||
border: 1px solid #b7eb8f;
|
||||
}
|
||||
.ant-alert-success .ant-alert-icon {
|
||||
color: #52c41a;
|
||||
}
|
||||
.ant-alert-info {
|
||||
background-color: #f0f7ff;
|
||||
border: 1px solid #b0ccf7;
|
||||
}
|
||||
.ant-alert-info .ant-alert-icon {
|
||||
color: #3061D0;
|
||||
}
|
||||
.ant-alert-warning {
|
||||
background-color: #fffbe6;
|
||||
border: 1px solid #ffe58f;
|
||||
}
|
||||
.ant-alert-warning .ant-alert-icon {
|
||||
color: #faad14;
|
||||
}
|
||||
.ant-alert-error {
|
||||
background-color: #fff2f0;
|
||||
border: 1px solid #ffccc7;
|
||||
}
|
||||
.ant-alert-error .ant-alert-icon {
|
||||
color: #ff4d4f;
|
||||
}
|
||||
.ant-alert-error .ant-alert-description > pre {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
.ant-alert-action {
|
||||
margin-left: 4px;
|
||||
}
|
||||
.ant-alert-close-icon {
|
||||
margin-left: 4px;
|
||||
padding: 0;
|
||||
overflow: hidden;
|
||||
font-size: 12px;
|
||||
line-height: 12px;
|
||||
background-color: transparent;
|
||||
border: none;
|
||||
outline: none;
|
||||
cursor: pointer;
|
||||
}
|
||||
.ant-alert-close-icon .anticon-close {
|
||||
color: rgba(0, 0, 0, 0.45);
|
||||
transition: color 0.3s;
|
||||
}
|
||||
.ant-alert-close-icon .anticon-close:hover {
|
||||
color: rgba(0, 0, 0, 0.75);
|
||||
}
|
||||
.ant-alert-close-text {
|
||||
color: rgba(0, 0, 0, 0.45);
|
||||
transition: color 0.3s;
|
||||
}
|
||||
.ant-alert-close-text:hover {
|
||||
color: rgba(0, 0, 0, 0.75);
|
||||
}
|
||||
.ant-alert-with-description {
|
||||
align-items: flex-start;
|
||||
padding: 11px 15px 7px 20px;
|
||||
}
|
||||
.ant-alert-with-description.ant-alert-no-icon {
|
||||
padding: 7px 15px;
|
||||
}
|
||||
.ant-alert-with-description .ant-alert-icon {
|
||||
margin-right: 11px;
|
||||
font-size: 20px;
|
||||
}
|
||||
.ant-alert-with-description .ant-alert-message {
|
||||
display: block;
|
||||
margin-bottom: 4px;
|
||||
color: rgba(0, 0, 0, 0.85);
|
||||
font-size: 14px;
|
||||
}
|
||||
.ant-alert-message {
|
||||
color: rgba(0, 0, 0, 0.85);
|
||||
}
|
||||
.ant-alert-with-description .ant-alert-description {
|
||||
display: block;
|
||||
}
|
||||
.ant-alert.ant-alert-motion-leave {
|
||||
overflow: hidden;
|
||||
opacity: 1;
|
||||
transition: max-height 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86), opacity 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86), padding-top 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86), padding-bottom 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86), margin-bottom 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
|
||||
}
|
||||
.ant-alert.ant-alert-motion-leave-active {
|
||||
max-height: 0;
|
||||
margin-bottom: 0 !important;
|
||||
padding-top: 0;
|
||||
padding-bottom: 0;
|
||||
opacity: 0;
|
||||
}
|
||||
.ant-alert-banner {
|
||||
margin-bottom: 0;
|
||||
border: 0;
|
||||
border-radius: 0;
|
||||
}
|
||||
.ant-alert.ant-alert-rtl {
|
||||
direction: rtl;
|
||||
}
|
||||
.ant-alert-rtl .ant-alert-icon {
|
||||
margin-right: auto;
|
||||
margin-left: 4px;
|
||||
}
|
||||
.ant-alert-rtl .ant-alert-action {
|
||||
margin-right: 4px;
|
||||
margin-left: auto;
|
||||
}
|
||||
.ant-alert-rtl .ant-alert-close-icon {
|
||||
margin-right: 4px;
|
||||
margin-left: auto;
|
||||
}
|
||||
.ant-alert-rtl.ant-alert-with-description {
|
||||
padding-right: 20px;
|
||||
padding-left: 11px;
|
||||
}
|
||||
.ant-alert-rtl.ant-alert-with-description .ant-alert-icon {
|
||||
margin-right: auto;
|
||||
margin-left: 11px;
|
||||
}
|
||||
/* stylelint-disable no-duplicate-selectors */
|
||||
/* stylelint-disable */
|
||||
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@ -1,691 +0,0 @@
|
||||
"use strict";
|
||||
(self["webpackChunk"] = self["webpackChunk"] || []).push([[60578],{
|
||||
|
||||
/***/ 50675:
|
||||
/*!**********************************************************************!*\
|
||||
!*** ./node_modules/@ant-design/icons/es/icons/CheckCircleFilled.js ***!
|
||||
\**********************************************************************/
|
||||
/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
||||
|
||||
/* harmony import */ var _babel_runtime_helpers_esm_objectSpread2__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! @babel/runtime/helpers/esm/objectSpread2 */ 1413);
|
||||
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! react */ 67294);
|
||||
/* harmony import */ var _ant_design_icons_svg_es_asn_CheckCircleFilled__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! @ant-design/icons-svg/es/asn/CheckCircleFilled */ 72961);
|
||||
/* harmony import */ var _components_AntdIcon__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../components/AntdIcon */ 7918);
|
||||
|
||||
// GENERATE BY ./scripts/generate.ts
|
||||
// DON NOT EDIT IT MANUALLY
|
||||
|
||||
|
||||
|
||||
var CheckCircleFilled = function CheckCircleFilled(props, ref) {
|
||||
return /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement(_components_AntdIcon__WEBPACK_IMPORTED_MODULE_1__/* ["default"] */ .Z, (0,_babel_runtime_helpers_esm_objectSpread2__WEBPACK_IMPORTED_MODULE_2__/* ["default"] */ .Z)((0,_babel_runtime_helpers_esm_objectSpread2__WEBPACK_IMPORTED_MODULE_2__/* ["default"] */ .Z)({}, props), {}, {
|
||||
ref: ref,
|
||||
icon: _ant_design_icons_svg_es_asn_CheckCircleFilled__WEBPACK_IMPORTED_MODULE_3__/* ["default"] */ .Z
|
||||
}));
|
||||
};
|
||||
CheckCircleFilled.displayName = 'CheckCircleFilled';
|
||||
/* harmony default export */ __webpack_exports__["Z"] = (/*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.forwardRef(CheckCircleFilled));
|
||||
|
||||
/***/ }),
|
||||
|
||||
/***/ 38900:
|
||||
/*!**********************************************************************!*\
|
||||
!*** ./node_modules/@ant-design/icons/es/icons/CloseCircleFilled.js ***!
|
||||
\**********************************************************************/
|
||||
/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
||||
|
||||
/* harmony import */ var _babel_runtime_helpers_esm_objectSpread2__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! @babel/runtime/helpers/esm/objectSpread2 */ 1413);
|
||||
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! react */ 67294);
|
||||
/* harmony import */ var _ant_design_icons_svg_es_asn_CloseCircleFilled__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! @ant-design/icons-svg/es/asn/CloseCircleFilled */ 1085);
|
||||
/* harmony import */ var _components_AntdIcon__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../components/AntdIcon */ 7918);
|
||||
|
||||
// GENERATE BY ./scripts/generate.ts
|
||||
// DON NOT EDIT IT MANUALLY
|
||||
|
||||
|
||||
|
||||
var CloseCircleFilled = function CloseCircleFilled(props, ref) {
|
||||
return /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement(_components_AntdIcon__WEBPACK_IMPORTED_MODULE_1__/* ["default"] */ .Z, (0,_babel_runtime_helpers_esm_objectSpread2__WEBPACK_IMPORTED_MODULE_2__/* ["default"] */ .Z)((0,_babel_runtime_helpers_esm_objectSpread2__WEBPACK_IMPORTED_MODULE_2__/* ["default"] */ .Z)({}, props), {}, {
|
||||
ref: ref,
|
||||
icon: _ant_design_icons_svg_es_asn_CloseCircleFilled__WEBPACK_IMPORTED_MODULE_3__/* ["default"] */ .Z
|
||||
}));
|
||||
};
|
||||
CloseCircleFilled.displayName = 'CloseCircleFilled';
|
||||
/* harmony default export */ __webpack_exports__["Z"] = (/*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.forwardRef(CloseCircleFilled));
|
||||
|
||||
/***/ }),
|
||||
|
||||
/***/ 28508:
|
||||
/*!******************************************************************!*\
|
||||
!*** ./node_modules/@ant-design/icons/es/icons/CloseOutlined.js ***!
|
||||
\******************************************************************/
|
||||
/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
||||
|
||||
/* harmony import */ var _babel_runtime_helpers_esm_objectSpread2__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! @babel/runtime/helpers/esm/objectSpread2 */ 1413);
|
||||
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! react */ 67294);
|
||||
/* harmony import */ var _ant_design_icons_svg_es_asn_CloseOutlined__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! @ant-design/icons-svg/es/asn/CloseOutlined */ 89503);
|
||||
/* harmony import */ var _components_AntdIcon__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../components/AntdIcon */ 7918);
|
||||
|
||||
// GENERATE BY ./scripts/generate.ts
|
||||
// DON NOT EDIT IT MANUALLY
|
||||
|
||||
|
||||
|
||||
var CloseOutlined = function CloseOutlined(props, ref) {
|
||||
return /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement(_components_AntdIcon__WEBPACK_IMPORTED_MODULE_1__/* ["default"] */ .Z, (0,_babel_runtime_helpers_esm_objectSpread2__WEBPACK_IMPORTED_MODULE_2__/* ["default"] */ .Z)((0,_babel_runtime_helpers_esm_objectSpread2__WEBPACK_IMPORTED_MODULE_2__/* ["default"] */ .Z)({}, props), {}, {
|
||||
ref: ref,
|
||||
icon: _ant_design_icons_svg_es_asn_CloseOutlined__WEBPACK_IMPORTED_MODULE_3__/* ["default"] */ .Z
|
||||
}));
|
||||
};
|
||||
CloseOutlined.displayName = 'CloseOutlined';
|
||||
/* harmony default export */ __webpack_exports__["Z"] = (/*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.forwardRef(CloseOutlined));
|
||||
|
||||
/***/ }),
|
||||
|
||||
/***/ 87588:
|
||||
/*!******************************************************************************!*\
|
||||
!*** ./node_modules/@ant-design/icons/es/icons/ExclamationCircleOutlined.js ***!
|
||||
\******************************************************************************/
|
||||
/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
||||
|
||||
/* harmony import */ var _babel_runtime_helpers_esm_objectSpread2__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! @babel/runtime/helpers/esm/objectSpread2 */ 1413);
|
||||
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! react */ 67294);
|
||||
/* harmony import */ var _ant_design_icons_svg_es_asn_ExclamationCircleOutlined__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! @ant-design/icons-svg/es/asn/ExclamationCircleOutlined */ 61144);
|
||||
/* harmony import */ var _components_AntdIcon__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../components/AntdIcon */ 7918);
|
||||
|
||||
// GENERATE BY ./scripts/generate.ts
|
||||
// DON NOT EDIT IT MANUALLY
|
||||
|
||||
|
||||
|
||||
var ExclamationCircleOutlined = function ExclamationCircleOutlined(props, ref) {
|
||||
return /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement(_components_AntdIcon__WEBPACK_IMPORTED_MODULE_1__/* ["default"] */ .Z, (0,_babel_runtime_helpers_esm_objectSpread2__WEBPACK_IMPORTED_MODULE_2__/* ["default"] */ .Z)((0,_babel_runtime_helpers_esm_objectSpread2__WEBPACK_IMPORTED_MODULE_2__/* ["default"] */ .Z)({}, props), {}, {
|
||||
ref: ref,
|
||||
icon: _ant_design_icons_svg_es_asn_ExclamationCircleOutlined__WEBPACK_IMPORTED_MODULE_3__/* ["default"] */ .Z
|
||||
}));
|
||||
};
|
||||
ExclamationCircleOutlined.displayName = 'ExclamationCircleOutlined';
|
||||
/* harmony default export */ __webpack_exports__["Z"] = (/*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.forwardRef(ExclamationCircleOutlined));
|
||||
|
||||
/***/ }),
|
||||
|
||||
/***/ 64082:
|
||||
/*!******************************************************************************!*\
|
||||
!*** ./node_modules/@ant-design/icons/es/icons/InboxOutlined.js + 1 modules ***!
|
||||
\******************************************************************************/
|
||||
/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
||||
|
||||
|
||||
// EXPORTS
|
||||
__webpack_require__.d(__webpack_exports__, {
|
||||
"Z": function() { return /* binding */ icons_InboxOutlined; }
|
||||
});
|
||||
|
||||
// EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/objectSpread2.js
|
||||
var objectSpread2 = __webpack_require__(1413);
|
||||
// EXTERNAL MODULE: ./node_modules/react/index.js
|
||||
var react = __webpack_require__(67294);
|
||||
;// CONCATENATED MODULE: ./node_modules/@ant-design/icons-svg/es/asn/InboxOutlined.js
|
||||
// This icon file is generated automatically.
|
||||
var InboxOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "0 0 1024 1024", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M885.2 446.3l-.2-.8-112.2-285.1c-5-16.1-19.9-27.2-36.8-27.2H281.2c-17 0-32.1 11.3-36.9 27.6L139.4 443l-.3.7-.2.8c-1.3 4.9-1.7 9.9-1 14.8-.1 1.6-.2 3.2-.2 4.8V830a60.9 60.9 0 0060.8 60.8h627.2c33.5 0 60.8-27.3 60.9-60.8V464.1c0-1.3 0-2.6-.1-3.7.4-4.9 0-9.6-1.3-14.1zm-295.8-43l-.3 15.7c-.8 44.9-31.8 75.1-77.1 75.1-22.1 0-41.1-7.1-54.8-20.6S436 441.2 435.6 419l-.3-15.7H229.5L309 210h399.2l81.7 193.3H589.4zm-375 76.8h157.3c24.3 57.1 76 90.8 140.4 90.8 33.7 0 65-9.4 90.3-27.2 22.2-15.6 39.5-37.4 50.7-63.6h156.5V814H214.4V480.1z" } }] }, "name": "inbox", "theme": "outlined" };
|
||||
/* harmony default export */ var asn_InboxOutlined = (InboxOutlined);
|
||||
|
||||
// EXTERNAL MODULE: ./node_modules/@ant-design/icons/es/components/AntdIcon.js + 6 modules
|
||||
var AntdIcon = __webpack_require__(7918);
|
||||
;// CONCATENATED MODULE: ./node_modules/@ant-design/icons/es/icons/InboxOutlined.js
|
||||
|
||||
// GENERATE BY ./scripts/generate.ts
|
||||
// DON NOT EDIT IT MANUALLY
|
||||
|
||||
|
||||
|
||||
var InboxOutlined_InboxOutlined = function InboxOutlined(props, ref) {
|
||||
return /*#__PURE__*/react.createElement(AntdIcon/* default */.Z, (0,objectSpread2/* default */.Z)((0,objectSpread2/* default */.Z)({}, props), {}, {
|
||||
ref: ref,
|
||||
icon: asn_InboxOutlined
|
||||
}));
|
||||
};
|
||||
InboxOutlined_InboxOutlined.displayName = 'InboxOutlined';
|
||||
/* harmony default export */ var icons_InboxOutlined = (/*#__PURE__*/react.forwardRef(InboxOutlined_InboxOutlined));
|
||||
|
||||
/***/ }),
|
||||
|
||||
/***/ 37653:
|
||||
/*!*****************************************************************!*\
|
||||
!*** ./node_modules/@ant-design/icons/es/icons/LeftOutlined.js ***!
|
||||
\*****************************************************************/
|
||||
/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
||||
|
||||
/* harmony import */ var _babel_runtime_helpers_esm_objectSpread2__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! @babel/runtime/helpers/esm/objectSpread2 */ 1413);
|
||||
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! react */ 67294);
|
||||
/* harmony import */ var _ant_design_icons_svg_es_asn_LeftOutlined__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! @ant-design/icons-svg/es/asn/LeftOutlined */ 26554);
|
||||
/* harmony import */ var _components_AntdIcon__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../components/AntdIcon */ 7918);
|
||||
|
||||
// GENERATE BY ./scripts/generate.ts
|
||||
// DON NOT EDIT IT MANUALLY
|
||||
|
||||
|
||||
|
||||
var LeftOutlined = function LeftOutlined(props, ref) {
|
||||
return /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement(_components_AntdIcon__WEBPACK_IMPORTED_MODULE_1__/* ["default"] */ .Z, (0,_babel_runtime_helpers_esm_objectSpread2__WEBPACK_IMPORTED_MODULE_2__/* ["default"] */ .Z)((0,_babel_runtime_helpers_esm_objectSpread2__WEBPACK_IMPORTED_MODULE_2__/* ["default"] */ .Z)({}, props), {}, {
|
||||
ref: ref,
|
||||
icon: _ant_design_icons_svg_es_asn_LeftOutlined__WEBPACK_IMPORTED_MODULE_3__/* ["default"] */ .Z
|
||||
}));
|
||||
};
|
||||
LeftOutlined.displayName = 'LeftOutlined';
|
||||
/* harmony default export */ __webpack_exports__["Z"] = (/*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.forwardRef(LeftOutlined));
|
||||
|
||||
/***/ }),
|
||||
|
||||
/***/ 43929:
|
||||
/*!******************************************************************!*\
|
||||
!*** ./node_modules/@ant-design/icons/es/icons/RightOutlined.js ***!
|
||||
\******************************************************************/
|
||||
/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
||||
|
||||
/* harmony import */ var _babel_runtime_helpers_esm_objectSpread2__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! @babel/runtime/helpers/esm/objectSpread2 */ 1413);
|
||||
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! react */ 67294);
|
||||
/* harmony import */ var _ant_design_icons_svg_es_asn_RightOutlined__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! @ant-design/icons-svg/es/asn/RightOutlined */ 50756);
|
||||
/* harmony import */ var _components_AntdIcon__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../components/AntdIcon */ 7918);
|
||||
|
||||
// GENERATE BY ./scripts/generate.ts
|
||||
// DON NOT EDIT IT MANUALLY
|
||||
|
||||
|
||||
|
||||
var RightOutlined = function RightOutlined(props, ref) {
|
||||
return /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement(_components_AntdIcon__WEBPACK_IMPORTED_MODULE_1__/* ["default"] */ .Z, (0,_babel_runtime_helpers_esm_objectSpread2__WEBPACK_IMPORTED_MODULE_2__/* ["default"] */ .Z)((0,_babel_runtime_helpers_esm_objectSpread2__WEBPACK_IMPORTED_MODULE_2__/* ["default"] */ .Z)({}, props), {}, {
|
||||
ref: ref,
|
||||
icon: _ant_design_icons_svg_es_asn_RightOutlined__WEBPACK_IMPORTED_MODULE_3__/* ["default"] */ .Z
|
||||
}));
|
||||
};
|
||||
RightOutlined.displayName = 'RightOutlined';
|
||||
/* harmony default export */ __webpack_exports__["Z"] = (/*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.forwardRef(RightOutlined));
|
||||
|
||||
/***/ }),
|
||||
|
||||
/***/ 49288:
|
||||
/*!*****************************************************!*\
|
||||
!*** ./node_modules/antd/es/auto-complete/index.js ***!
|
||||
\*****************************************************/
|
||||
/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
||||
|
||||
/* harmony import */ var _babel_runtime_helpers_esm_extends__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(/*! @babel/runtime/helpers/esm/extends */ 87462);
|
||||
/* harmony import */ var _babel_runtime_helpers_esm_typeof__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! @babel/runtime/helpers/esm/typeof */ 71002);
|
||||
/* harmony import */ var _babel_runtime_helpers_esm_slicedToArray__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! @babel/runtime/helpers/esm/slicedToArray */ 97685);
|
||||
/* harmony import */ var classnames__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! classnames */ 94184);
|
||||
/* harmony import */ var classnames__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(classnames__WEBPACK_IMPORTED_MODULE_0__);
|
||||
/* harmony import */ var rc_util_es_Children_toArray__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! rc-util/es/Children/toArray */ 50344);
|
||||
/* harmony import */ var rc_util_es_omit__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(/*! rc-util/es/omit */ 98423);
|
||||
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! react */ 67294);
|
||||
/* harmony import */ var _config_provider__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! ../config-provider */ 53124);
|
||||
/* harmony import */ var _select__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../select */ 34041);
|
||||
/* harmony import */ var _util_reactNode__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ../_util/reactNode */ 96159);
|
||||
|
||||
|
||||
|
||||
/**
|
||||
* TODO: 4.0
|
||||
*
|
||||
* - Remove `dataSource`
|
||||
* - `size` not work with customizeInput
|
||||
* - CustomizeInput not feedback `ENTER` key since accessibility enhancement
|
||||
*/
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
var Option = _select__WEBPACK_IMPORTED_MODULE_3__/* ["default"].Option */ .Z.Option;
|
||||
function isSelectOptionOrSelectOptGroup(child) {
|
||||
return child && child.type && (child.type.isSelectOption || child.type.isSelectOptGroup);
|
||||
}
|
||||
var AutoComplete = function AutoComplete(props, ref) {
|
||||
var customizePrefixCls = props.prefixCls,
|
||||
className = props.className,
|
||||
popupClassName = props.popupClassName,
|
||||
dropdownClassName = props.dropdownClassName,
|
||||
children = props.children,
|
||||
dataSource = props.dataSource;
|
||||
var childNodes = (0,rc_util_es_Children_toArray__WEBPACK_IMPORTED_MODULE_1__/* ["default"] */ .Z)(children);
|
||||
// ============================= Input =============================
|
||||
var customizeInput;
|
||||
if (childNodes.length === 1 && (0,_util_reactNode__WEBPACK_IMPORTED_MODULE_4__/* .isValidElement */ .l$)(childNodes[0]) && !isSelectOptionOrSelectOptGroup(childNodes[0])) {
|
||||
var _childNodes = (0,_babel_runtime_helpers_esm_slicedToArray__WEBPACK_IMPORTED_MODULE_5__/* ["default"] */ .Z)(childNodes, 1);
|
||||
customizeInput = _childNodes[0];
|
||||
}
|
||||
var getInputElement = customizeInput ? function () {
|
||||
return customizeInput;
|
||||
} : undefined;
|
||||
// ============================ Options ============================
|
||||
var optionChildren;
|
||||
// [Legacy] convert `children` or `dataSource` into option children
|
||||
if (childNodes.length && isSelectOptionOrSelectOptGroup(childNodes[0])) {
|
||||
optionChildren = children;
|
||||
} else {
|
||||
optionChildren = dataSource ? dataSource.map(function (item) {
|
||||
if ((0,_util_reactNode__WEBPACK_IMPORTED_MODULE_4__/* .isValidElement */ .l$)(item)) {
|
||||
return item;
|
||||
}
|
||||
switch ((0,_babel_runtime_helpers_esm_typeof__WEBPACK_IMPORTED_MODULE_6__/* ["default"] */ .Z)(item)) {
|
||||
case 'string':
|
||||
return /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_2__.createElement(Option, {
|
||||
key: item,
|
||||
value: item
|
||||
}, item);
|
||||
case 'object':
|
||||
{
|
||||
var optionValue = item.value;
|
||||
return /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_2__.createElement(Option, {
|
||||
key: optionValue,
|
||||
value: optionValue
|
||||
}, item.text);
|
||||
}
|
||||
default:
|
||||
false ? 0 : void 0;
|
||||
return undefined;
|
||||
}
|
||||
}) : [];
|
||||
}
|
||||
false ? 0 : void 0;
|
||||
false ? 0 : void 0;
|
||||
false ? 0 : void 0;
|
||||
return /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_2__.createElement(_config_provider__WEBPACK_IMPORTED_MODULE_7__/* .ConfigConsumer */ .C, null, function (_ref) {
|
||||
var getPrefixCls = _ref.getPrefixCls;
|
||||
var prefixCls = getPrefixCls('select', customizePrefixCls);
|
||||
return /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_2__.createElement(_select__WEBPACK_IMPORTED_MODULE_3__/* ["default"] */ .Z, (0,_babel_runtime_helpers_esm_extends__WEBPACK_IMPORTED_MODULE_8__/* ["default"] */ .Z)({
|
||||
ref: ref
|
||||
}, (0,rc_util_es_omit__WEBPACK_IMPORTED_MODULE_9__/* ["default"] */ .Z)(props, ['dataSource']), {
|
||||
prefixCls: prefixCls,
|
||||
popupClassName: popupClassName || dropdownClassName,
|
||||
className: classnames__WEBPACK_IMPORTED_MODULE_0___default()("".concat(prefixCls, "-auto-complete"), className),
|
||||
mode: _select__WEBPACK_IMPORTED_MODULE_3__/* ["default"].SECRET_COMBOBOX_MODE_DO_NOT_USE */ .Z.SECRET_COMBOBOX_MODE_DO_NOT_USE
|
||||
}, {
|
||||
// Internal api
|
||||
getInputElement: getInputElement
|
||||
}), optionChildren);
|
||||
});
|
||||
};
|
||||
var RefAutoComplete = /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_2__.forwardRef(AutoComplete);
|
||||
RefAutoComplete.Option = Option;
|
||||
/* harmony default export */ __webpack_exports__["Z"] = (RefAutoComplete);
|
||||
|
||||
/***/ }),
|
||||
|
||||
/***/ 19070:
|
||||
/*!***********************************************************************!*\
|
||||
!*** ./node_modules/antd/es/auto-complete/style/index.js + 1 modules ***!
|
||||
\***********************************************************************/
|
||||
/***/ (function(__unused_webpack_module, __unused_webpack___webpack_exports__, __webpack_require__) {
|
||||
|
||||
|
||||
// EXTERNAL MODULE: ./node_modules/antd/es/style/default.less
|
||||
var style_default = __webpack_require__(43146);
|
||||
;// CONCATENATED MODULE: ./node_modules/antd/es/auto-complete/style/index.less
|
||||
// extracted by mini-css-extract-plugin
|
||||
|
||||
// EXTERNAL MODULE: ./node_modules/antd/es/select/style/index.js + 1 modules
|
||||
var style = __webpack_require__(95985);
|
||||
;// CONCATENATED MODULE: ./node_modules/antd/es/auto-complete/style/index.js
|
||||
|
||||
|
||||
// style dependencies
|
||||
|
||||
|
||||
/***/ }),
|
||||
|
||||
/***/ 58492:
|
||||
/*!**************************************************************!*\
|
||||
!*** ./node_modules/antd/es/breadcrumb/index.js + 3 modules ***!
|
||||
\**************************************************************/
|
||||
/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
||||
|
||||
|
||||
// EXPORTS
|
||||
__webpack_require__.d(__webpack_exports__, {
|
||||
"Z": function() { return /* binding */ breadcrumb; }
|
||||
});
|
||||
|
||||
// EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/defineProperty.js
|
||||
var defineProperty = __webpack_require__(4942);
|
||||
// EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/extends.js
|
||||
var esm_extends = __webpack_require__(87462);
|
||||
// EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/toConsumableArray.js + 2 modules
|
||||
var toConsumableArray = __webpack_require__(74902);
|
||||
// EXTERNAL MODULE: ./node_modules/classnames/index.js
|
||||
var classnames = __webpack_require__(94184);
|
||||
var classnames_default = /*#__PURE__*/__webpack_require__.n(classnames);
|
||||
// EXTERNAL MODULE: ./node_modules/rc-util/es/Children/toArray.js
|
||||
var toArray = __webpack_require__(50344);
|
||||
// EXTERNAL MODULE: ./node_modules/react/index.js
|
||||
var react = __webpack_require__(67294);
|
||||
// EXTERNAL MODULE: ./node_modules/antd/es/config-provider/context.js
|
||||
var context = __webpack_require__(53124);
|
||||
// EXTERNAL MODULE: ./node_modules/antd/es/menu/index.js + 5 modules
|
||||
var menu = __webpack_require__(66516);
|
||||
// EXTERNAL MODULE: ./node_modules/antd/es/_util/reactNode.js
|
||||
var reactNode = __webpack_require__(96159);
|
||||
// EXTERNAL MODULE: ./node_modules/antd/node_modules/@ant-design/icons/es/icons/DownOutlined.js
|
||||
var DownOutlined = __webpack_require__(13622);
|
||||
// EXTERNAL MODULE: ./node_modules/antd/es/dropdown/dropdown.js + 1 modules
|
||||
var dropdown = __webpack_require__(18562);
|
||||
;// CONCATENATED MODULE: ./node_modules/antd/es/breadcrumb/BreadcrumbItem.js
|
||||
|
||||
var __rest = undefined && undefined.__rest || function (s, e) {
|
||||
var t = {};
|
||||
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0) t[p] = s[p];
|
||||
if (s != null && typeof Object.getOwnPropertySymbols === "function") for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
|
||||
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i])) t[p[i]] = s[p[i]];
|
||||
}
|
||||
return t;
|
||||
};
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
var BreadcrumbItem = function BreadcrumbItem(props) {
|
||||
var customizePrefixCls = props.prefixCls,
|
||||
_props$separator = props.separator,
|
||||
separator = _props$separator === void 0 ? '/' : _props$separator,
|
||||
children = props.children,
|
||||
menu = props.menu,
|
||||
overlay = props.overlay,
|
||||
dropdownProps = props.dropdownProps,
|
||||
restProps = __rest(props, ["prefixCls", "separator", "children", "menu", "overlay", "dropdownProps"]);
|
||||
var _React$useContext = react.useContext(context/* ConfigContext */.E_),
|
||||
getPrefixCls = _React$useContext.getPrefixCls;
|
||||
var prefixCls = getPrefixCls('breadcrumb', customizePrefixCls);
|
||||
// Warning for deprecated usage
|
||||
if (false) {}
|
||||
/** If overlay is have Wrap a Dropdown */
|
||||
var renderBreadcrumbNode = function renderBreadcrumbNode(breadcrumbItem) {
|
||||
if (menu || overlay) {
|
||||
return /*#__PURE__*/react.createElement(dropdown/* default */.Z, (0,esm_extends/* default */.Z)({
|
||||
menu: menu,
|
||||
overlay: overlay,
|
||||
placement: "bottom"
|
||||
}, dropdownProps), /*#__PURE__*/react.createElement("span", {
|
||||
className: "".concat(prefixCls, "-overlay-link")
|
||||
}, breadcrumbItem, /*#__PURE__*/react.createElement(DownOutlined/* default */.Z, null)));
|
||||
}
|
||||
return breadcrumbItem;
|
||||
};
|
||||
var link;
|
||||
if ('href' in restProps) {
|
||||
link = /*#__PURE__*/react.createElement("a", (0,esm_extends/* default */.Z)({
|
||||
className: "".concat(prefixCls, "-link")
|
||||
}, restProps), children);
|
||||
} else {
|
||||
link = /*#__PURE__*/react.createElement("span", (0,esm_extends/* default */.Z)({
|
||||
className: "".concat(prefixCls, "-link")
|
||||
}, restProps), children);
|
||||
}
|
||||
// wrap to dropDown
|
||||
link = renderBreadcrumbNode(link);
|
||||
if (children !== undefined && children !== null) {
|
||||
return /*#__PURE__*/react.createElement("li", null, link, separator && /*#__PURE__*/react.createElement("span", {
|
||||
className: "".concat(prefixCls, "-separator")
|
||||
}, separator));
|
||||
}
|
||||
return null;
|
||||
};
|
||||
BreadcrumbItem.__ANT_BREADCRUMB_ITEM = true;
|
||||
/* harmony default export */ var breadcrumb_BreadcrumbItem = (BreadcrumbItem);
|
||||
;// CONCATENATED MODULE: ./node_modules/antd/es/breadcrumb/BreadcrumbSeparator.js
|
||||
|
||||
|
||||
var BreadcrumbSeparator = function BreadcrumbSeparator(_ref) {
|
||||
var children = _ref.children;
|
||||
var _React$useContext = react.useContext(context/* ConfigContext */.E_),
|
||||
getPrefixCls = _React$useContext.getPrefixCls;
|
||||
var prefixCls = getPrefixCls('breadcrumb');
|
||||
return /*#__PURE__*/react.createElement("span", {
|
||||
className: "".concat(prefixCls, "-separator")
|
||||
}, children || '/');
|
||||
};
|
||||
BreadcrumbSeparator.__ANT_BREADCRUMB_SEPARATOR = true;
|
||||
/* harmony default export */ var breadcrumb_BreadcrumbSeparator = (BreadcrumbSeparator);
|
||||
;// CONCATENATED MODULE: ./node_modules/antd/es/breadcrumb/Breadcrumb.js
|
||||
|
||||
|
||||
|
||||
var Breadcrumb_rest = undefined && undefined.__rest || function (s, e) {
|
||||
var t = {};
|
||||
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0) t[p] = s[p];
|
||||
if (s != null && typeof Object.getOwnPropertySymbols === "function") for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
|
||||
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i])) t[p[i]] = s[p[i]];
|
||||
}
|
||||
return t;
|
||||
};
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
function getBreadcrumbName(route, params) {
|
||||
if (!route.breadcrumbName) {
|
||||
return null;
|
||||
}
|
||||
var paramsKeys = Object.keys(params).join('|');
|
||||
var name = route.breadcrumbName.replace(new RegExp(":(".concat(paramsKeys, ")"), 'g'), function (replacement, key) {
|
||||
return params[key] || replacement;
|
||||
});
|
||||
return name;
|
||||
}
|
||||
function defaultItemRender(route, params, routes, paths) {
|
||||
var isLastItem = routes.indexOf(route) === routes.length - 1;
|
||||
var name = getBreadcrumbName(route, params);
|
||||
return isLastItem ? /*#__PURE__*/react.createElement("span", null, name) : /*#__PURE__*/react.createElement("a", {
|
||||
href: "#/".concat(paths.join('/'))
|
||||
}, name);
|
||||
}
|
||||
var getPath = function getPath(path, params) {
|
||||
path = (path || '').replace(/^\//, '');
|
||||
Object.keys(params).forEach(function (key) {
|
||||
path = path.replace(":".concat(key), params[key]);
|
||||
});
|
||||
return path;
|
||||
};
|
||||
var addChildPath = function addChildPath(paths, childPath, params) {
|
||||
var originalPaths = (0,toConsumableArray/* default */.Z)(paths);
|
||||
var path = getPath(childPath || '', params);
|
||||
if (path) {
|
||||
originalPaths.push(path);
|
||||
}
|
||||
return originalPaths;
|
||||
};
|
||||
var Breadcrumb = function Breadcrumb(_a) {
|
||||
var customizePrefixCls = _a.prefixCls,
|
||||
_a$separator = _a.separator,
|
||||
separator = _a$separator === void 0 ? '/' : _a$separator,
|
||||
style = _a.style,
|
||||
className = _a.className,
|
||||
routes = _a.routes,
|
||||
children = _a.children,
|
||||
_a$itemRender = _a.itemRender,
|
||||
itemRender = _a$itemRender === void 0 ? defaultItemRender : _a$itemRender,
|
||||
_a$params = _a.params,
|
||||
params = _a$params === void 0 ? {} : _a$params,
|
||||
restProps = Breadcrumb_rest(_a, ["prefixCls", "separator", "style", "className", "routes", "children", "itemRender", "params"]);
|
||||
var _React$useContext = react.useContext(context/* ConfigContext */.E_),
|
||||
getPrefixCls = _React$useContext.getPrefixCls,
|
||||
direction = _React$useContext.direction;
|
||||
var crumbs;
|
||||
var prefixCls = getPrefixCls('breadcrumb', customizePrefixCls);
|
||||
if (routes && routes.length > 0) {
|
||||
// generated by route
|
||||
var paths = [];
|
||||
crumbs = routes.map(function (route) {
|
||||
var path = getPath(route.path, params);
|
||||
if (path) {
|
||||
paths.push(path);
|
||||
}
|
||||
// generated overlay by route.children
|
||||
var overlay;
|
||||
if (route.children && route.children.length) {
|
||||
overlay = /*#__PURE__*/react.createElement(menu/* default */.Z, {
|
||||
items: route.children.map(function (child) {
|
||||
return {
|
||||
key: child.path || child.breadcrumbName,
|
||||
label: itemRender(child, params, routes, addChildPath(paths, child.path, params))
|
||||
};
|
||||
})
|
||||
});
|
||||
}
|
||||
var itemProps = {
|
||||
separator: separator
|
||||
};
|
||||
if (overlay) {
|
||||
itemProps.overlay = overlay;
|
||||
}
|
||||
return /*#__PURE__*/react.createElement(breadcrumb_BreadcrumbItem, (0,esm_extends/* default */.Z)({}, itemProps, {
|
||||
key: path || route.breadcrumbName
|
||||
}), itemRender(route, params, routes, paths));
|
||||
});
|
||||
} else if (children) {
|
||||
crumbs = (0,toArray/* default */.Z)(children).map(function (element, index) {
|
||||
if (!element) {
|
||||
return element;
|
||||
}
|
||||
false ? 0 : void 0;
|
||||
return (0,reactNode/* cloneElement */.Tm)(element, {
|
||||
separator: separator,
|
||||
key: index
|
||||
});
|
||||
});
|
||||
}
|
||||
var breadcrumbClassName = classnames_default()(prefixCls, (0,defineProperty/* default */.Z)({}, "".concat(prefixCls, "-rtl"), direction === 'rtl'), className);
|
||||
return /*#__PURE__*/react.createElement("nav", (0,esm_extends/* default */.Z)({
|
||||
className: breadcrumbClassName,
|
||||
style: style
|
||||
}, restProps), /*#__PURE__*/react.createElement("ol", null, crumbs));
|
||||
};
|
||||
Breadcrumb.Item = breadcrumb_BreadcrumbItem;
|
||||
Breadcrumb.Separator = breadcrumb_BreadcrumbSeparator;
|
||||
/* harmony default export */ var breadcrumb_Breadcrumb = (Breadcrumb);
|
||||
;// CONCATENATED MODULE: ./node_modules/antd/es/breadcrumb/index.js
|
||||
|
||||
/* harmony default export */ var breadcrumb = (breadcrumb_Breadcrumb);
|
||||
|
||||
/***/ }),
|
||||
|
||||
/***/ 63102:
|
||||
/*!********************************************************************!*\
|
||||
!*** ./node_modules/antd/es/breadcrumb/style/index.js + 1 modules ***!
|
||||
\********************************************************************/
|
||||
/***/ (function(__unused_webpack_module, __unused_webpack___webpack_exports__, __webpack_require__) {
|
||||
|
||||
|
||||
// EXTERNAL MODULE: ./node_modules/antd/es/style/default.less
|
||||
var style_default = __webpack_require__(43146);
|
||||
;// CONCATENATED MODULE: ./node_modules/antd/es/breadcrumb/style/index.less
|
||||
// extracted by mini-css-extract-plugin
|
||||
|
||||
// EXTERNAL MODULE: ./node_modules/antd/es/dropdown/style/index.js + 1 modules
|
||||
var style = __webpack_require__(68018);
|
||||
// EXTERNAL MODULE: ./node_modules/antd/es/menu/style/index.js + 1 modules
|
||||
var menu_style = __webpack_require__(83736);
|
||||
;// CONCATENATED MODULE: ./node_modules/antd/es/breadcrumb/style/index.js
|
||||
|
||||
|
||||
// style dependencies
|
||||
|
||||
|
||||
|
||||
/***/ }),
|
||||
|
||||
/***/ 27049:
|
||||
/*!***********************************************!*\
|
||||
!*** ./node_modules/antd/es/divider/index.js ***!
|
||||
\***********************************************/
|
||||
/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
||||
|
||||
/* harmony import */ var _babel_runtime_helpers_esm_extends__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! @babel/runtime/helpers/esm/extends */ 87462);
|
||||
/* harmony import */ var _babel_runtime_helpers_esm_defineProperty__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! @babel/runtime/helpers/esm/defineProperty */ 4942);
|
||||
/* harmony import */ var classnames__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! classnames */ 94184);
|
||||
/* harmony import */ var classnames__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(classnames__WEBPACK_IMPORTED_MODULE_0__);
|
||||
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! react */ 67294);
|
||||
/* harmony import */ var _config_provider__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../config-provider */ 53124);
|
||||
|
||||
|
||||
var __rest = undefined && undefined.__rest || function (s, e) {
|
||||
var t = {};
|
||||
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0) t[p] = s[p];
|
||||
if (s != null && typeof Object.getOwnPropertySymbols === "function") for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
|
||||
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i])) t[p[i]] = s[p[i]];
|
||||
}
|
||||
return t;
|
||||
};
|
||||
|
||||
|
||||
|
||||
|
||||
var Divider = function Divider(props) {
|
||||
var _classNames;
|
||||
var _React$useContext = react__WEBPACK_IMPORTED_MODULE_1__.useContext(_config_provider__WEBPACK_IMPORTED_MODULE_2__/* .ConfigContext */ .E_),
|
||||
getPrefixCls = _React$useContext.getPrefixCls,
|
||||
direction = _React$useContext.direction;
|
||||
var customizePrefixCls = props.prefixCls,
|
||||
_props$type = props.type,
|
||||
type = _props$type === void 0 ? 'horizontal' : _props$type,
|
||||
_props$orientation = props.orientation,
|
||||
orientation = _props$orientation === void 0 ? 'center' : _props$orientation,
|
||||
orientationMargin = props.orientationMargin,
|
||||
className = props.className,
|
||||
children = props.children,
|
||||
dashed = props.dashed,
|
||||
plain = props.plain,
|
||||
restProps = __rest(props, ["prefixCls", "type", "orientation", "orientationMargin", "className", "children", "dashed", "plain"]);
|
||||
var prefixCls = getPrefixCls('divider', customizePrefixCls);
|
||||
var orientationPrefix = orientation.length > 0 ? "-".concat(orientation) : orientation;
|
||||
var hasChildren = !!children;
|
||||
var hasCustomMarginLeft = orientation === 'left' && orientationMargin != null;
|
||||
var hasCustomMarginRight = orientation === 'right' && orientationMargin != null;
|
||||
var classString = classnames__WEBPACK_IMPORTED_MODULE_0___default()(prefixCls, "".concat(prefixCls, "-").concat(type), (_classNames = {}, (0,_babel_runtime_helpers_esm_defineProperty__WEBPACK_IMPORTED_MODULE_3__/* ["default"] */ .Z)(_classNames, "".concat(prefixCls, "-with-text"), hasChildren), (0,_babel_runtime_helpers_esm_defineProperty__WEBPACK_IMPORTED_MODULE_3__/* ["default"] */ .Z)(_classNames, "".concat(prefixCls, "-with-text").concat(orientationPrefix), hasChildren), (0,_babel_runtime_helpers_esm_defineProperty__WEBPACK_IMPORTED_MODULE_3__/* ["default"] */ .Z)(_classNames, "".concat(prefixCls, "-dashed"), !!dashed), (0,_babel_runtime_helpers_esm_defineProperty__WEBPACK_IMPORTED_MODULE_3__/* ["default"] */ .Z)(_classNames, "".concat(prefixCls, "-plain"), !!plain), (0,_babel_runtime_helpers_esm_defineProperty__WEBPACK_IMPORTED_MODULE_3__/* ["default"] */ .Z)(_classNames, "".concat(prefixCls, "-rtl"), direction === 'rtl'), (0,_babel_runtime_helpers_esm_defineProperty__WEBPACK_IMPORTED_MODULE_3__/* ["default"] */ .Z)(_classNames, "".concat(prefixCls, "-no-default-orientation-margin-left"), hasCustomMarginLeft), (0,_babel_runtime_helpers_esm_defineProperty__WEBPACK_IMPORTED_MODULE_3__/* ["default"] */ .Z)(_classNames, "".concat(prefixCls, "-no-default-orientation-margin-right"), hasCustomMarginRight), _classNames), className);
|
||||
var innerStyle = (0,_babel_runtime_helpers_esm_extends__WEBPACK_IMPORTED_MODULE_4__/* ["default"] */ .Z)((0,_babel_runtime_helpers_esm_extends__WEBPACK_IMPORTED_MODULE_4__/* ["default"] */ .Z)({}, hasCustomMarginLeft && {
|
||||
marginLeft: orientationMargin
|
||||
}), hasCustomMarginRight && {
|
||||
marginRight: orientationMargin
|
||||
});
|
||||
// Warning children not work in vertical mode
|
||||
if (false) {}
|
||||
return /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_1__.createElement("div", (0,_babel_runtime_helpers_esm_extends__WEBPACK_IMPORTED_MODULE_4__/* ["default"] */ .Z)({
|
||||
className: classString
|
||||
}, restProps, {
|
||||
role: "separator"
|
||||
}), children && type !== 'vertical' && /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_1__.createElement("span", {
|
||||
className: "".concat(prefixCls, "-inner-text"),
|
||||
style: innerStyle
|
||||
}, children));
|
||||
};
|
||||
/* harmony default export */ __webpack_exports__["Z"] = (Divider);
|
||||
|
||||
/***/ }),
|
||||
|
||||
/***/ 98541:
|
||||
/*!*****************************************************************!*\
|
||||
!*** ./node_modules/antd/es/divider/style/index.js + 1 modules ***!
|
||||
\*****************************************************************/
|
||||
/***/ (function(__unused_webpack_module, __unused_webpack___webpack_exports__, __webpack_require__) {
|
||||
|
||||
|
||||
// EXTERNAL MODULE: ./node_modules/antd/es/style/default.less
|
||||
var style_default = __webpack_require__(43146);
|
||||
;// CONCATENATED MODULE: ./node_modules/antd/es/divider/style/index.less
|
||||
// extracted by mini-css-extract-plugin
|
||||
|
||||
;// CONCATENATED MODULE: ./node_modules/antd/es/divider/style/index.js
|
||||
|
||||
|
||||
|
||||
/***/ })
|
||||
|
||||
}]);
|
||||
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@ -0,0 +1,821 @@
|
||||
/*!********************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
|
||||
!*** 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/form/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-form-item .ant-input-number + .ant-form-text {
|
||||
margin-left: 8px;
|
||||
}
|
||||
.ant-form-inline {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
}
|
||||
.ant-form-inline .ant-form-item {
|
||||
flex: none;
|
||||
flex-wrap: nowrap;
|
||||
margin-right: 16px;
|
||||
margin-bottom: 0;
|
||||
}
|
||||
.ant-form-inline .ant-form-item-with-help {
|
||||
margin-bottom: 16px;
|
||||
}
|
||||
.ant-form-inline .ant-form-item > .ant-form-item-label,
|
||||
.ant-form-inline .ant-form-item > .ant-form-item-control {
|
||||
display: inline-block;
|
||||
vertical-align: top;
|
||||
}
|
||||
.ant-form-inline .ant-form-item > .ant-form-item-label {
|
||||
flex: none;
|
||||
}
|
||||
.ant-form-inline .ant-form-item .ant-form-text {
|
||||
display: inline-block;
|
||||
}
|
||||
.ant-form-inline .ant-form-item .ant-form-item-has-feedback {
|
||||
display: inline-block;
|
||||
}
|
||||
.ant-form-horizontal .ant-form-item-label {
|
||||
flex-grow: 0;
|
||||
}
|
||||
.ant-form-horizontal .ant-form-item-control {
|
||||
flex: 1 1;
|
||||
min-width: 0;
|
||||
}
|
||||
.ant-form-horizontal .ant-form-item-label[class$='-24'] + .ant-form-item-control,
|
||||
.ant-form-horizontal .ant-form-item-label[class*='-24 '] + .ant-form-item-control {
|
||||
min-width: 0;
|
||||
min-width: initial;
|
||||
}
|
||||
.ant-form-vertical .ant-form-item-row {
|
||||
flex-direction: column;
|
||||
}
|
||||
.ant-form-vertical .ant-form-item-label > label {
|
||||
height: auto;
|
||||
}
|
||||
.ant-form-vertical .ant-form-item .ant-form-item-control {
|
||||
width: 100%;
|
||||
}
|
||||
.ant-form-vertical .ant-form-item-label,
|
||||
.ant-col-24.ant-form-item-label,
|
||||
.ant-col-xl-24.ant-form-item-label {
|
||||
padding: 0 0 4px;
|
||||
line-height: 1.66667;
|
||||
white-space: normal;
|
||||
white-space: initial;
|
||||
text-align: left;
|
||||
}
|
||||
.ant-form-vertical .ant-form-item-label > label,
|
||||
.ant-col-24.ant-form-item-label > label,
|
||||
.ant-col-xl-24.ant-form-item-label > label {
|
||||
margin: 0;
|
||||
}
|
||||
.ant-form-vertical .ant-form-item-label > label::after,
|
||||
.ant-col-24.ant-form-item-label > label::after,
|
||||
.ant-col-xl-24.ant-form-item-label > label::after {
|
||||
display: none;
|
||||
}
|
||||
.ant-form-rtl.ant-form-vertical .ant-form-item-label,
|
||||
.ant-form-rtl.ant-col-24.ant-form-item-label,
|
||||
.ant-form-rtl.ant-col-xl-24.ant-form-item-label {
|
||||
text-align: right;
|
||||
}
|
||||
@media (max-width: 575px) {
|
||||
.ant-form-item .ant-form-item-label {
|
||||
padding: 0 0 4px;
|
||||
line-height: 1.66667;
|
||||
white-space: normal;
|
||||
white-space: initial;
|
||||
text-align: left;
|
||||
}
|
||||
.ant-form-item .ant-form-item-label > label {
|
||||
margin: 0;
|
||||
}
|
||||
.ant-form-item .ant-form-item-label > label::after {
|
||||
display: none;
|
||||
}
|
||||
.ant-form-rtl.ant-form-item .ant-form-item-label {
|
||||
text-align: right;
|
||||
}
|
||||
.ant-form .ant-form-item {
|
||||
flex-wrap: wrap;
|
||||
}
|
||||
.ant-form .ant-form-item .ant-form-item-label,
|
||||
.ant-form .ant-form-item .ant-form-item-control {
|
||||
flex: 0 0 100%;
|
||||
max-width: 100%;
|
||||
}
|
||||
.ant-col-xs-24.ant-form-item-label {
|
||||
padding: 0 0 4px;
|
||||
line-height: 1.66667;
|
||||
white-space: normal;
|
||||
white-space: initial;
|
||||
text-align: left;
|
||||
}
|
||||
.ant-col-xs-24.ant-form-item-label > label {
|
||||
margin: 0;
|
||||
}
|
||||
.ant-col-xs-24.ant-form-item-label > label::after {
|
||||
display: none;
|
||||
}
|
||||
.ant-form-rtl.ant-col-xs-24.ant-form-item-label {
|
||||
text-align: right;
|
||||
}
|
||||
}
|
||||
@media (max-width: 767px) {
|
||||
.ant-col-sm-24.ant-form-item-label {
|
||||
padding: 0 0 4px;
|
||||
line-height: 1.66667;
|
||||
white-space: normal;
|
||||
white-space: initial;
|
||||
text-align: left;
|
||||
}
|
||||
.ant-col-sm-24.ant-form-item-label > label {
|
||||
margin: 0;
|
||||
}
|
||||
.ant-col-sm-24.ant-form-item-label > label::after {
|
||||
display: none;
|
||||
}
|
||||
.ant-form-rtl.ant-col-sm-24.ant-form-item-label {
|
||||
text-align: right;
|
||||
}
|
||||
}
|
||||
@media (max-width: 991px) {
|
||||
.ant-col-md-24.ant-form-item-label {
|
||||
padding: 0 0 4px;
|
||||
line-height: 1.66667;
|
||||
white-space: normal;
|
||||
white-space: initial;
|
||||
text-align: left;
|
||||
}
|
||||
.ant-col-md-24.ant-form-item-label > label {
|
||||
margin: 0;
|
||||
}
|
||||
.ant-col-md-24.ant-form-item-label > label::after {
|
||||
display: none;
|
||||
}
|
||||
.ant-form-rtl.ant-col-md-24.ant-form-item-label {
|
||||
text-align: right;
|
||||
}
|
||||
}
|
||||
@media (max-width: 1199px) {
|
||||
.ant-col-lg-24.ant-form-item-label {
|
||||
padding: 0 0 4px;
|
||||
line-height: 1.66667;
|
||||
white-space: normal;
|
||||
white-space: initial;
|
||||
text-align: left;
|
||||
}
|
||||
.ant-col-lg-24.ant-form-item-label > label {
|
||||
margin: 0;
|
||||
}
|
||||
.ant-col-lg-24.ant-form-item-label > label::after {
|
||||
display: none;
|
||||
}
|
||||
.ant-form-rtl.ant-col-lg-24.ant-form-item-label {
|
||||
text-align: right;
|
||||
}
|
||||
}
|
||||
@media (max-width: 1599px) {
|
||||
.ant-col-xl-24.ant-form-item-label {
|
||||
padding: 0 0 4px;
|
||||
line-height: 1.66667;
|
||||
white-space: normal;
|
||||
white-space: initial;
|
||||
text-align: left;
|
||||
}
|
||||
.ant-col-xl-24.ant-form-item-label > label {
|
||||
margin: 0;
|
||||
}
|
||||
.ant-col-xl-24.ant-form-item-label > label::after {
|
||||
display: none;
|
||||
}
|
||||
.ant-form-rtl.ant-col-xl-24.ant-form-item-label {
|
||||
text-align: right;
|
||||
}
|
||||
}
|
||||
.ant-form-item {
|
||||
/* Some non-status related component style is in `components.less` */
|
||||
/* To support leave along ErrorList. We add additional className to handle explain style */
|
||||
}
|
||||
.ant-form-item-explain-error {
|
||||
color: #ff4d4f;
|
||||
}
|
||||
.ant-form-item-explain-warning {
|
||||
color: #faad14;
|
||||
}
|
||||
.ant-form-item-has-feedback .ant-switch {
|
||||
margin: 2px 0 4px;
|
||||
}
|
||||
.ant-form-item-has-warning .ant-form-item-split {
|
||||
color: #faad14;
|
||||
}
|
||||
.ant-form-item-has-error .ant-form-item-split {
|
||||
color: #ff4d4f;
|
||||
}
|
||||
.ant-form {
|
||||
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-form legend {
|
||||
display: block;
|
||||
width: 100%;
|
||||
margin-bottom: 20px;
|
||||
padding: 0;
|
||||
color: rgba(0, 0, 0, 0.45);
|
||||
font-size: 14px;
|
||||
line-height: inherit;
|
||||
border: 0;
|
||||
border-bottom: 1px solid #d9d9d9;
|
||||
}
|
||||
.ant-form label {
|
||||
font-size: 12px;
|
||||
}
|
||||
.ant-form input[type='search'] {
|
||||
box-sizing: border-box;
|
||||
}
|
||||
.ant-form input[type='radio'],
|
||||
.ant-form input[type='checkbox'] {
|
||||
line-height: normal;
|
||||
}
|
||||
.ant-form input[type='file'] {
|
||||
display: block;
|
||||
}
|
||||
.ant-form input[type='range'] {
|
||||
display: block;
|
||||
width: 100%;
|
||||
}
|
||||
.ant-form select[multiple],
|
||||
.ant-form select[size] {
|
||||
height: auto;
|
||||
}
|
||||
.ant-form input[type='file']:focus,
|
||||
.ant-form input[type='radio']:focus,
|
||||
.ant-form input[type='checkbox']:focus {
|
||||
outline: thin dotted;
|
||||
outline: 5px auto -webkit-focus-ring-color;
|
||||
outline-offset: -2px;
|
||||
}
|
||||
.ant-form output {
|
||||
display: block;
|
||||
padding-top: 15px;
|
||||
color: rgba(0, 0, 0, 0.85);
|
||||
font-size: 12px;
|
||||
line-height: 1.66667;
|
||||
}
|
||||
.ant-form .ant-form-text {
|
||||
display: inline-block;
|
||||
padding-right: 8px;
|
||||
}
|
||||
.ant-form-small .ant-form-item-label > label {
|
||||
height: 22px;
|
||||
}
|
||||
.ant-form-small .ant-form-item-control-input {
|
||||
min-height: 22px;
|
||||
}
|
||||
.ant-form-large .ant-form-item-label > label {
|
||||
height: 32px;
|
||||
}
|
||||
.ant-form-large .ant-form-item-control-input {
|
||||
min-height: 32px;
|
||||
}
|
||||
.ant-form-item {
|
||||
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";
|
||||
margin-bottom: 16px;
|
||||
vertical-align: top;
|
||||
}
|
||||
.ant-form-item-with-help {
|
||||
transition: none;
|
||||
}
|
||||
.ant-form-item-hidden,
|
||||
.ant-form-item-hidden.ant-row {
|
||||
display: none;
|
||||
}
|
||||
.ant-form-item-label {
|
||||
display: inline-block;
|
||||
flex-grow: 0;
|
||||
overflow: hidden;
|
||||
white-space: nowrap;
|
||||
text-align: right;
|
||||
vertical-align: middle;
|
||||
}
|
||||
.ant-form-item-label-left {
|
||||
text-align: left;
|
||||
}
|
||||
.ant-form-item-label-wrap {
|
||||
overflow: visible;
|
||||
overflow: initial;
|
||||
line-height: 1.41667em;
|
||||
white-space: inherit;
|
||||
}
|
||||
.ant-form-item-label > label {
|
||||
position: relative;
|
||||
display: inline-flex;
|
||||
align-items: center;
|
||||
max-width: 100%;
|
||||
height: 28px;
|
||||
color: rgba(0, 0, 0, 0.85);
|
||||
font-size: 12px;
|
||||
}
|
||||
.ant-form-item-label > label > .anticon {
|
||||
font-size: 12px;
|
||||
vertical-align: top;
|
||||
}
|
||||
.ant-form-item-label > label.ant-form-item-required:not(.ant-form-item-required-mark-optional)::before {
|
||||
display: inline-block;
|
||||
margin-right: 4px;
|
||||
color: #ff4d4f;
|
||||
font-size: 12px;
|
||||
font-family: SimSun, sans-serif;
|
||||
line-height: 1;
|
||||
content: '*';
|
||||
}
|
||||
.ant-form-hide-required-mark .ant-form-item-label > label.ant-form-item-required:not(.ant-form-item-required-mark-optional)::before {
|
||||
display: none;
|
||||
}
|
||||
.ant-form-item-label > label .ant-form-item-optional {
|
||||
display: inline-block;
|
||||
margin-left: 0px;
|
||||
color: rgba(0, 0, 0, 0.45);
|
||||
}
|
||||
.ant-form-hide-required-mark .ant-form-item-label > label .ant-form-item-optional {
|
||||
display: none;
|
||||
}
|
||||
.ant-form-item-label > label .ant-form-item-tooltip {
|
||||
color: rgba(0, 0, 0, 0.45);
|
||||
cursor: help;
|
||||
-webkit-writing-mode: horizontal-tb;
|
||||
-ms-writing-mode: lr-tb;
|
||||
writing-mode: horizontal-tb;
|
||||
-webkit-margin-start: 0px;
|
||||
margin-inline-start: 0px;
|
||||
}
|
||||
.ant-form-item-label > label::after {
|
||||
content: ':';
|
||||
position: relative;
|
||||
top: -0.5px;
|
||||
margin: 0 8px 0 2px;
|
||||
}
|
||||
.ant-form-item-label > label.ant-form-item-no-colon::after {
|
||||
content: ' ';
|
||||
}
|
||||
.ant-form-item-control {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
flex-grow: 1;
|
||||
}
|
||||
.ant-form-item-control:first-child:not([class^='ant-col-']):not([class*=' ant-col-']) {
|
||||
width: 100%;
|
||||
}
|
||||
.ant-form-item-control-input {
|
||||
position: relative;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
min-height: 28px;
|
||||
}
|
||||
.ant-form-item-control-input-content {
|
||||
flex: auto;
|
||||
max-width: 100%;
|
||||
}
|
||||
.ant-form-item-explain,
|
||||
.ant-form-item-extra {
|
||||
clear: both;
|
||||
color: rgba(0, 0, 0, 0.45);
|
||||
font-size: 12px;
|
||||
line-height: 1.66667;
|
||||
transition: color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
|
||||
}
|
||||
.ant-form-item-explain-connected {
|
||||
width: 100%;
|
||||
}
|
||||
.ant-form-item-extra {
|
||||
min-height: 16px;
|
||||
}
|
||||
.ant-form-item-with-help .ant-form-item-explain {
|
||||
height: auto;
|
||||
opacity: 1;
|
||||
}
|
||||
.ant-form-item-feedback-icon {
|
||||
font-size: 12px;
|
||||
text-align: center;
|
||||
visibility: visible;
|
||||
animation: zoomIn 0.3s cubic-bezier(0.12, 0.4, 0.29, 1.46);
|
||||
pointer-events: none;
|
||||
}
|
||||
.ant-form-item-feedback-icon-success {
|
||||
color: #52c41a;
|
||||
}
|
||||
.ant-form-item-feedback-icon-error {
|
||||
color: #ff4d4f;
|
||||
}
|
||||
.ant-form-item-feedback-icon-warning {
|
||||
color: #faad14;
|
||||
}
|
||||
.ant-form-item-feedback-icon-validating {
|
||||
color: #3061D0;
|
||||
}
|
||||
.ant-show-help {
|
||||
transition: opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
|
||||
}
|
||||
.ant-show-help-appear,
|
||||
.ant-show-help-enter {
|
||||
opacity: 0;
|
||||
}
|
||||
.ant-show-help-appear-active,
|
||||
.ant-show-help-enter-active {
|
||||
opacity: 1;
|
||||
}
|
||||
.ant-show-help-leave {
|
||||
opacity: 1;
|
||||
}
|
||||
.ant-show-help-leave-active {
|
||||
opacity: 0;
|
||||
}
|
||||
.ant-show-help-item {
|
||||
overflow: hidden;
|
||||
transition: height 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) !important;
|
||||
}
|
||||
.ant-show-help-item-appear,
|
||||
.ant-show-help-item-enter {
|
||||
transform: translateY(-5px);
|
||||
opacity: 0;
|
||||
}
|
||||
.ant-show-help-item-appear-active,
|
||||
.ant-show-help-item-enter-active {
|
||||
transform: translateY(0);
|
||||
opacity: 1;
|
||||
}
|
||||
.ant-show-help-item-leave {
|
||||
transition: height 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1) !important;
|
||||
}
|
||||
.ant-show-help-item-leave-active {
|
||||
transform: translateY(-5px);
|
||||
}
|
||||
@keyframes diffZoomIn1 {
|
||||
0% {
|
||||
transform: scale(0);
|
||||
opacity: 0;
|
||||
}
|
||||
100% {
|
||||
transform: scale(1);
|
||||
opacity: 1;
|
||||
}
|
||||
}
|
||||
@keyframes diffZoomIn2 {
|
||||
0% {
|
||||
transform: scale(0);
|
||||
opacity: 0;
|
||||
}
|
||||
100% {
|
||||
transform: scale(1);
|
||||
opacity: 1;
|
||||
}
|
||||
}
|
||||
@keyframes diffZoomIn3 {
|
||||
0% {
|
||||
transform: scale(0);
|
||||
opacity: 0;
|
||||
}
|
||||
100% {
|
||||
transform: scale(1);
|
||||
opacity: 1;
|
||||
}
|
||||
}
|
||||
.ant-form-rtl {
|
||||
direction: rtl;
|
||||
}
|
||||
.ant-form-rtl .ant-form-item-label {
|
||||
text-align: left;
|
||||
}
|
||||
.ant-form-rtl .ant-form-item-label > label.ant-form-item-required::before {
|
||||
margin-right: 0;
|
||||
margin-left: 4px;
|
||||
}
|
||||
.ant-form-rtl .ant-form-item-label > label::after {
|
||||
margin: 0 2px 0 8px;
|
||||
}
|
||||
.ant-form-rtl .ant-form-item-label > label .ant-form-item-optional {
|
||||
margin-right: 0px;
|
||||
margin-left: 0;
|
||||
}
|
||||
.ant-col-rtl .ant-form-item-control:first-child {
|
||||
width: 100%;
|
||||
}
|
||||
.ant-form-rtl .ant-form-item-has-feedback .ant-input {
|
||||
padding-right: 7px;
|
||||
padding-left: 24px;
|
||||
}
|
||||
.ant-form-rtl .ant-form-item-has-feedback .ant-input-affix-wrapper .ant-input-suffix {
|
||||
padding-right: 7px;
|
||||
padding-left: 18px;
|
||||
}
|
||||
.ant-form-rtl .ant-form-item-has-feedback .ant-input-affix-wrapper .ant-input {
|
||||
padding: 0;
|
||||
}
|
||||
.ant-form-rtl .ant-form-item-has-feedback .ant-input-number-affix-wrapper .ant-input-number {
|
||||
padding: 0;
|
||||
}
|
||||
.ant-form-rtl .ant-form-item-has-feedback .ant-input-search:not(.ant-input-search-enter-button) .ant-input-suffix {
|
||||
right: auto;
|
||||
left: 28px;
|
||||
}
|
||||
.ant-form-rtl .ant-form-item-has-feedback .ant-input-number {
|
||||
padding-left: 18px;
|
||||
}
|
||||
.ant-form-rtl .ant-form-item-has-feedback > .ant-select .ant-select-arrow,
|
||||
.ant-form-rtl .ant-form-item-has-feedback > .ant-select .ant-select-clear,
|
||||
.ant-form-rtl .ant-form-item-has-feedback :not(.ant-input-group-addon) > .ant-select .ant-select-arrow,
|
||||
.ant-form-rtl .ant-form-item-has-feedback :not(.ant-input-group-addon) > .ant-select .ant-select-clear,
|
||||
.ant-form-rtl .ant-form-item-has-feedback :not(.ant-input-number-group-addon) > .ant-select .ant-select-arrow,
|
||||
.ant-form-rtl .ant-form-item-has-feedback :not(.ant-input-number-group-addon) > .ant-select .ant-select-clear {
|
||||
right: auto;
|
||||
left: 32px;
|
||||
}
|
||||
.ant-form-rtl .ant-form-item-has-feedback > .ant-select .ant-select-selection-selected-value,
|
||||
.ant-form-rtl .ant-form-item-has-feedback :not(.ant-input-group-addon) > .ant-select .ant-select-selection-selected-value,
|
||||
.ant-form-rtl .ant-form-item-has-feedback :not(.ant-input-number-group-addon) > .ant-select .ant-select-selection-selected-value {
|
||||
padding-right: 0;
|
||||
padding-left: 42px;
|
||||
}
|
||||
.ant-form-rtl .ant-form-item-has-feedback .ant-cascader-picker-arrow {
|
||||
margin-right: 0;
|
||||
margin-left: 19px;
|
||||
}
|
||||
.ant-form-rtl .ant-form-item-has-feedback .ant-cascader-picker-clear {
|
||||
right: auto;
|
||||
left: 32px;
|
||||
}
|
||||
.ant-form-rtl .ant-form-item-has-feedback .ant-picker {
|
||||
padding-right: 7px;
|
||||
padding-left: 22.6px;
|
||||
}
|
||||
.ant-form-rtl .ant-form-item-has-feedback .ant-picker-large {
|
||||
padding-right: 11px;
|
||||
padding-left: 26.6px;
|
||||
}
|
||||
.ant-form-rtl .ant-form-item-has-feedback .ant-picker-small {
|
||||
padding-right: 7px;
|
||||
padding-left: 22.6px;
|
||||
}
|
||||
.ant-form-rtl .ant-form-item-has-feedback.ant-form-item-has-success .ant-form-item-children-icon,
|
||||
.ant-form-rtl .ant-form-item-has-feedback.ant-form-item-has-warning .ant-form-item-children-icon,
|
||||
.ant-form-rtl .ant-form-item-has-feedback.ant-form-item-has-error .ant-form-item-children-icon,
|
||||
.ant-form-rtl .ant-form-item-has-feedback.ant-form-item-is-validating .ant-form-item-children-icon {
|
||||
right: auto;
|
||||
left: 0;
|
||||
}
|
||||
.ant-form-rtl.ant-form-inline .ant-form-item {
|
||||
margin-right: 0;
|
||||
margin-left: 16px;
|
||||
}
|
||||
/* 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/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 */
|
||||
|
||||
@ -1,3 +1,235 @@
|
||||
/*!************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
|
||||
!*** 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/tree/style/index.less ***!
|
||||
\********************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
|
||||
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in new issue