vxe-table
Version:
A PC-end table component based on Vxe UI, supporting copy-paste, data pivot table, and high-performance virtual list table solution.
1,808 lines (1,656 loc) • 127 kB
CSS
@charset "UTF-8";
[class*=vxe-icon--] {
display: inline-block;
vertical-align: middle;
position: relative;
direction: ltr;
font-family: Verdana, Arial, Tahoma;
font-weight: normal;
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
}
[class*=vxe-icon--].rotate45 {
transform: rotate(45deg);
}
[class*=vxe-icon--].rotate90 {
transform: rotate(90deg);
}
[class*=vxe-icon--].rotate180 {
transform: rotate(180deg);
}
.vxe-icon--search, .vxe-icon--print, .vxe-icon--dot, .vxe-icon--calendar, .vxe-icon--eye,
.vxe-icon--eye-slash, .vxe-icon--upload,
.vxe-icon--download, .vxe-icon--error, .vxe-icon--remove, .vxe-icon--circle-plus, .vxe-icon--success, .vxe-icon--warning, .vxe-icon--info, .vxe-icon--question, .vxe-icon--refresh, .vxe-icon--minus, .vxe-icon--close, .vxe-icon--check, .vxe-icon--plus, .vxe-icon--more, .vxe-icon--edit-outline, .vxe-icon--funnel, .vxe-icon--d-arrow-left, .vxe-icon--d-arrow-right, .vxe-icon--arrow-top, .vxe-icon--arrow-right, .vxe-icon--arrow-left, .vxe-icon--arrow-bottom, .vxe-icon--caret-right, .vxe-icon--caret-left, .vxe-icon--caret-bottom, .vxe-icon--caret-top, .vxe-icon--menu, .vxe-icon--zoomout, .vxe-icon--zoomin, .vxe-icon--square {
width: 1em;
height: 1em;
line-height: 1em;
}
.vxe-icon--search:after, .vxe-icon--search:before, .vxe-icon--print:after, .vxe-icon--print:before, .vxe-icon--dot:before, .vxe-icon--calendar:after, .vxe-icon--calendar:before, .vxe-icon--eye-slash:after, .vxe-icon--eye:before,
.vxe-icon--eye-slash:before, .vxe-icon--upload:after,
.vxe-icon--download:after, .vxe-icon--upload:before,
.vxe-icon--download:before, .vxe-icon--error:after, .vxe-icon--remove:after, .vxe-icon--circle-plus:after, .vxe-icon--success:after, .vxe-icon--warning:after, .vxe-icon--info:after, .vxe-icon--question:after, .vxe-icon--refresh:before, .vxe-icon--refresh:after, .vxe-icon--minus:before, .vxe-icon--close:before, .vxe-icon--check:before, .vxe-icon--plus:before, .vxe-icon--more:before, .vxe-icon--edit-outline:after, .vxe-icon--edit-outline:before, .vxe-icon--funnel:after, .vxe-icon--funnel:before, .vxe-icon--d-arrow-left:before, .vxe-icon--d-arrow-right:before, .vxe-icon--d-arrow-left:after, .vxe-icon--d-arrow-right:after, .vxe-icon--arrow-top:before, .vxe-icon--arrow-right:before, .vxe-icon--arrow-left:before, .vxe-icon--arrow-bottom:before, .vxe-icon--caret-right:before, .vxe-icon--caret-left:before, .vxe-icon--caret-bottom:before, .vxe-icon--caret-top:before, .vxe-icon--zoomout:after, .vxe-icon--zoomout:before, .vxe-icon--zoomin:before, .vxe-icon--zoomin:after, .vxe-icon--square:before {
content: "";
position: absolute;
}
.vxe-icon--square:before {
left: 0.05em;
top: 0.05em;
width: 0.9em;
height: 0.9em;
border-width: 0.1em;
border-style: solid;
border-color: inherit;
}
.vxe-icon--zoomin {
border-width: 0.1em;
border-style: solid;
border-color: inherit;
background-color: var(--vxe-ui-layout-background-color);
}
.vxe-icon--zoomin:before, .vxe-icon--zoomin:after {
background-color: inherit;
}
.vxe-icon--zoomin:before {
left: -0.1em;
top: 0.2em;
width: 1.1em;
height: 0.4em;
}
.vxe-icon--zoomin:after {
top: -0.1em;
left: 0.2em;
width: 0.4em;
height: 1.1em;
}
.vxe-icon--zoomout {
position: relative;
}
.vxe-icon--zoomout:before {
right: 0;
top: 0;
width: 0.7em;
height: 0.7em;
border-width: 0.1em;
border-style: solid;
border-color: inherit;
}
.vxe-icon--zoomout:after {
left: 0.1em;
bottom: 0.1em;
width: 0.7em;
height: 0.7em;
border-width: 0.1em;
border-style: solid;
border-color: inherit;
background-color: var(--vxe-ui-layout-background-color);
}
.vxe-icon--menu:before {
content: "";
display: inline-block;
width: 0.22em;
height: 0.22em;
box-shadow: 0 -0.36em 0, -0.36em -0.36em 0, 0.36em -0.36em 0, 0 0 0 1em inset, -0.36em 0 0, 0.36em 0 0, 0 0.36em 0, -0.36em 0.36em 0, 0.36em 0.36em 0;
margin: 0.26em;
}
.vxe-icon--caret-right:before, .vxe-icon--caret-left:before, .vxe-icon--caret-bottom:before, .vxe-icon--caret-top:before {
border-width: 0.4em;
border-style: solid;
border-color: transparent;
}
.vxe-icon--caret-top:before {
left: 0.1em;
bottom: 0.3em;
border-bottom-color: inherit;
}
.vxe-icon--caret-bottom:before {
left: 0.1em;
top: 0.3em;
border-top-color: inherit;
}
.vxe-icon--caret-left:before {
right: 0.3em;
bottom: 0.1em;
border-right-color: inherit;
}
.vxe-icon--caret-right:before {
left: 0.3em;
bottom: 0.1em;
border-left-color: inherit;
}
.vxe-icon--arrow-top:before, .vxe-icon--arrow-right:before, .vxe-icon--arrow-left:before, .vxe-icon--arrow-bottom:before {
top: 0.4em;
left: 0.14em;
width: 0.7em;
height: 0.7em;
border-width: 0.15em;
border-style: solid;
border-top-color: inherit;
border-right-color: inherit;
border-bottom-color: transparent;
border-left-color: transparent;
border-radius: 0.15em;
transform: rotate(-45deg);
}
.vxe-icon--arrow-bottom:before {
top: 0;
left: 0.14em;
transform: rotate(135deg);
}
.vxe-icon--arrow-left:before {
top: 0.18em;
left: 0.35em;
transform: rotate(-135deg);
}
.vxe-icon--arrow-right:before {
top: 0.18em;
left: 0;
transform: rotate(45deg);
}
.vxe-icon--d-arrow-left:before, .vxe-icon--d-arrow-right:before {
left: 0.15em;
}
.vxe-icon--d-arrow-left:after, .vxe-icon--d-arrow-right:after {
left: 0.58em;
}
.vxe-icon--d-arrow-left:before, .vxe-icon--d-arrow-right:before, .vxe-icon--d-arrow-left:after, .vxe-icon--d-arrow-right:after {
top: 0.18em;
width: 0.7em;
height: 0.7em;
border-width: 0.15em;
border-style: solid;
border-top-color: inherit;
border-right-color: transparent;
border-bottom-color: transparent;
border-left-color: inherit;
border-radius: 0.15em;
transform: rotate(-45deg);
}
.vxe-icon--d-arrow-right:before, .vxe-icon--d-arrow-right:after {
transform: rotate(135deg);
}
.vxe-icon--d-arrow-right:before {
left: -0.25em;
}
.vxe-icon--d-arrow-right:after {
left: 0.18em;
}
.vxe-icon--funnel:before {
top: 0.05em;
left: 0;
border-width: 0.5em;
border-style: solid;
border-top-color: inherit;
border-right-color: transparent;
border-bottom-color: transparent;
border-left-color: transparent;
}
.vxe-icon--funnel:after {
left: 0.41em;
top: 0.4em;
width: 0;
height: 0.5em;
border-width: 0 0.2em 0 0;
border-style: solid;
border-right-color: inherit;
}
.vxe-icon--edit-outline:before {
height: 0.84em;
width: 0.86em;
top: 0.1em;
left: 0.02em;
border-radius: 0.2em;
border-width: 0.1em;
border-style: solid;
border-color: inherit;
}
.vxe-icon--edit-outline:after {
left: 0.6em;
bottom: 0.2em;
width: 0;
height: 0.8em;
border-radius: 0 0 80% 80%;
border-width: 0 0 0 0.22em;
border-style: solid;
border-color: inherit;
transform: rotate(45deg);
}
.vxe-icon--more:before {
content: "...";
top: 0;
left: 0.1em;
line-height: 0.5em;
font-weight: 700;
}
.vxe-icon--plus:before {
content: "+";
left: -0.12em;
bottom: -0.1em;
line-height: 1em;
font-size: 1.6em;
}
.vxe-icon--check:before {
left: 0.25em;
bottom: 0.2em;
width: 0.5em;
height: 0.9em;
border-width: 0.15em;
border-style: solid;
border-top-color: transparent;
border-right-color: inherit;
border-bottom-color: inherit;
border-radius: 0.15em;
border-left-color: transparent;
transform: rotate(45deg);
}
.vxe-icon--close:before {
content: "+";
left: -0.1em;
bottom: -0.16em;
line-height: 1em;
font-size: 1.8em;
transform: rotate(45deg);
}
.vxe-icon--minus:before {
content: "─";
left: 0;
bottom: 0;
width: 100%;
text-align: center;
line-height: 0.9em;
font-size: 1.2em;
}
.vxe-icon--refresh {
border-width: 0.1em;
border-style: solid;
border-radius: 50%;
border-right-color: transparent !important;
border-left-color: transparent !important;
}
.vxe-icon--refresh:before {
left: 50%;
top: 0;
transform: translateX(50%) rotate(-45deg);
}
.vxe-icon--refresh:after {
right: 50%;
bottom: 0;
transform: translateX(-50%) rotate(135deg);
}
.vxe-icon--refresh:before, .vxe-icon--refresh:after {
width: 0;
height: 0;
border-width: 0.25em;
border-style: solid;
border-right-color: transparent;
border-bottom-color: transparent;
border-left-color: transparent;
}
.vxe-icon--refresh.roll {
animation: rollCircle 1s infinite linear;
}
@keyframes rollCircle {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
}
.vxe-icon--error:before, .vxe-icon--remove:before, .vxe-icon--circle-plus:before, .vxe-icon--success:before, .vxe-icon--warning:before, .vxe-icon--info:before, .vxe-icon--question:before {
content: "";
border-radius: 50%;
border-width: 0.5em;
border-style: solid;
border-color: inherit;
position: absolute;
top: 0;
left: 0;
transform: scale(0.95);
}
.vxe-icon--warning:after, .vxe-icon--info:after, .vxe-icon--question:after {
left: 0;
bottom: 0;
width: 100%;
text-align: center;
color: var(--vxe-ui-layout-background-color);
transform: rotate(-10deg) scale(0.75);
}
.vxe-icon--question:after {
content: "?";
}
.vxe-icon--info:after {
content: "¡";
}
.vxe-icon--warning:after {
content: "!";
}
.vxe-icon--success:after {
content: "✓";
left: 0.25em;
bottom: 0;
color: var(--vxe-ui-layout-background-color);
font-size: 0.65em;
}
.vxe-icon--circle-plus:after {
content: "+";
left: 0;
bottom: 0;
width: 100%;
text-align: center;
color: var(--vxe-ui-layout-background-color);
line-height: 1.4em;
font-size: 0.8em;
}
.vxe-icon--remove:after {
content: "─";
left: 0;
bottom: 0;
width: 100%;
text-align: center;
line-height: 1.5em;
color: var(--vxe-ui-layout-background-color);
font-size: 0.7em;
}
.vxe-icon--error:after {
content: "×";
left: 0;
bottom: 0;
width: 100%;
line-height: 1.4em;
text-align: center;
color: var(--vxe-ui-layout-background-color);
font-size: 0.8em;
}
.vxe-icon--upload,
.vxe-icon--download {
overflow: hidden;
}
.vxe-icon--upload:before,
.vxe-icon--download:before {
left: 0;
width: 1em;
border-width: 0;
border-style: solid;
border-color: inherit;
}
.vxe-icon--upload:after,
.vxe-icon--download:after {
width: 100%;
text-align: center;
font-size: 2em;
}
.vxe-icon--upload:before {
top: 0.1em;
border-top-width: 0.1em;
}
.vxe-icon--upload:after {
content: "↑";
left: 0;
top: 0.15em;
}
.vxe-icon--download:before {
bottom: 0.05em;
border-bottom-width: 0.1em;
}
.vxe-icon--download:after {
content: "↑";
left: 0;
bottom: 0.15em;
transform: rotate(180deg);
}
.vxe-icon--eye:before,
.vxe-icon--eye-slash:before {
content: "●";
top: 0.16em;
left: 0;
width: 1em;
height: 0.68em;
line-height: 0.25em;
border-radius: 50%;
border-width: 0.1em;
border-style: solid;
border-color: inherit;
text-align: center;
}
.vxe-icon--eye-slash:after {
top: -0.1em;
left: 0.45em;
width: 0;
height: 1.2em;
border-width: 0;
border-style: solid;
border-color: inherit;
border-left-width: 0.1em;
transform: rotate(45deg);
}
.vxe-icon--calendar:before {
top: 0.15em;
left: 0;
width: 1em;
height: 0.8em;
border-width: 0.2em 0.1em 0.1em 0.1em;
border-radius: 0.1em 0.1em 0 0;
border-style: solid;
border-color: inherit;
}
.vxe-icon--calendar:after {
left: 0.2em;
top: 0;
width: 0.6em;
height: 0.3em;
border-width: 0 0.1em;
border-style: solid;
border-color: inherit;
}
.vxe-icon--dot:before {
top: 0.25em;
left: 0.25em;
border-radius: 50%;
border-width: 0.25em;
border-style: solid;
border-color: inherit;
}
.vxe-icon--print {
box-shadow: inset 0 0 0 0.1em;
border-width: 0.2em 0;
border-style: solid;
border-color: transparent !important;
border-radius: 0.3em 0.3em 0 0;
}
.vxe-icon--print:before {
width: 0.6em;
height: 0.3em;
top: -0.2em;
left: 0.2em;
box-shadow: inset 0 0 0 0.1em;
}
.vxe-icon--print:after {
width: 0.6em;
height: 0.6em;
left: 0.2em;
bottom: -0.2em;
box-shadow: inset 0 0 0 0.1em;
background-color: var(--vxe-ui-layout-background-color);
}
.vxe-icon--search:before {
top: 0;
left: 0;
width: 0.8em;
height: 0.8em;
border-width: 0.15em;
border-style: solid;
border-color: inherit;
border-radius: 50%;
}
.vxe-icon--search:after {
top: 0.75em;
left: 0.6em;
width: 0.35em;
height: 0;
border-width: 0.15em 0 0 0;
border-style: solid;
border-color: inherit;
transform: rotate(45deg);
}
.vxe-icon-warnion-circle-fill:before {
content: "\e848";
}
@font-face {
font-family: "vxetableiconfont";
src: url("data:application/x-font-woff2;charset=utf-8;base64,d09GMgABAAAAABAIAAsAAAAAIbgAAA+5AAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHFQGYACIOgqrQKNCATYCJAOBFAtMAAQgBYVHB4QlG6kcRQaGjQMBoG9hsv/rA13AEP3R2iPU2QJGwHFWIOKNtTIrVuzFJ8JEBv0CV71CpLWJr5Ftoeg/7wnGERxN07wfQxNbKv5aM9bI06GUPED74d7dv/+nImmoZteEVxJbbEjINKJYglA2RZu25CC+d0D8EIs5xO6IYRFvCyFVKESqQmqkeSGpKTX/S0WZLzUhFTMqIgzqVLllqWU77oD52jkWtDwwDNmP9EqvLQdGEBgBBFDGllrbQRsE5mT9C6UsWQtoz2EcQqFq54BjEWgfA37v8n+F0lo052R/kc/SfPXZ5GY3n9mZMJm8JhwO4XEKYzCW/1szbfYAwHXfvS3esVAofIWvMDOzyTWT+Qc/h3tEbY43xdyVgJ4HlJsSZsvsWmFJVcga2QpTrSuUreocxXh4mKxlK0D8NBib5MGqMYoJRsR/P4uAcrO2xZ2Dx8+rvnf52QPtktfOAWfmcO/2zctKj5VSQGxQWlZEvWESduXEd/EH3hvfP/w1H3yJ8szrvk7fOHDNBzft9hC+byX76m12C+DCETkyTFasKj4P7gjPZBafNES57HcqhcPY1Cvp/EHTLkklPYOBhpig1Ux2ez1/ijaSspJ6ZOrE049z9Nm7zVvnK/0rbs/jIWFxBkuv/Hf77S6f166CzXdxtqWD/ofvng7tanUrEyXlcjV6VQzUf+dlmrXq1KJSlTolerSp16BRk1J9+nWpNmCQUCAzVkL4gL5BftBYOh38wB0MSAKqBVQCdQP0QGUAA1AEDARKgMFA5YAhQDlgAlANoBWoFzATqAJgBwqAvUAF4DnSyfiJomZADFArQAnUCSgBagH0AKoEmICqACeA6gAfkU4Jv46iHsAroDbAa6B6wBugBsBboEbAO6TTxO88VArYDdQHcCKdfv6UptPF3xXpVPN/JhoAzMIIg2BIY9HPc4PiH6VfvJrCKNOLJKgQZYxp1rcWJcJkpYGI5EkLMiWiiAqBDWsNgY2NnbWJ1uGVMK7U09PZqx6VVlNDQ2tTzaSmMqTMbGqqGlrT2Di1sagBrweBXFdnNVUGdqVvrG3qrOooi69bVqVvS6NaJxsmP60vBC33FChxMQVwUkpBilWuHqBWBZIVLml00a7OvHXhmx9H/PXu+Mf0/jfah8oXXWbiLydZNer1CDsXryYf8WORl6bjaZlNWq4TpnLK9t1IFUQiaJJ5gyigqXKANbu92Whyz4X5of3+Ur9IqSjiYQizxuK9UvXQmePZHbGshzXrdhmcapPr0hnb93TVX0fvRCPgcudx02l1lsJPC6BRv5Qs4D8Wz6ECPLVgQK78oHgFO8QdsL5EVaUyyflgSm0EUq+NbEsn0a6GL5hyLmCN0BPPvbyWsvvidL6vhS3QUdHs7jRaLF8QEvWBenoxcXgtoWlDxIoWgUvpncdm8VUrAoU1TN35ax9CR7nfCFkfOkqDSbo4PajqTt2pfW1qQCaOa1FQ1rEolbwC/+1ZELOQFu/pi1nmtlO+AH3L0c7TCJHfjsOUVcmrsgW2X7h86dWnD1OdcJ0ft8hhTQcHeTj6h4UdRvRlzSxgzfbBDeZk8o2CXaDtW8/g9UfyvXeloloCfGpSnok42TA/4VA7P/7jDMpikbekXhEr515VLqd7Dp4iazVajFZjHNVrOtSDrN+cDLSeA/QwE7J2nIb4j1D15DP/1SLRXSBgSilokV/uIFnvfkWt6vv9LvJ+79tOyohPguaqpm1M8loDgGj0hAgBWAsQsP26KZH6Oiv8PaJZW+22xiy+p2ihdBnx6KTF6WBRcfNEi/fMHPH0FZCsV2UuccIJeTC/Xia4NhMccA5BXEVtD8GeecLmFMR+QDzXU2W7iwJidDaTBJ0WcLhfICgN0JLM82xJYkcWa3KiyDXZiTU5DjzVMmC0FlipNBBLpRMvtgr/Y/C/X/w/vco/GNinOlV8Yuh/JejM0jzq9kKZopXf7s1xGm6y03nnC9y+etBne7JmuxKwfIBU7sFweIL/kRJW7Jd/OJWFfNO+V1a7jHjKmmnQcbcjHnMdOodQ6GAhLg4gXXwEdKduhtofXJyZnB7VXeMmi24c7ORV5Pvkkxv85lP1/PZygAO69Xul/dKVDrnyefm6pwna1X+gWMVGUsYQhR7QTCuXbXHbti7boqZcw35WtYJVBlmlOR1f7jjkuatBch0ahrMjcdIMg9vZlONTPSIOi2PY4xksNpybEgd04OORKHWCECgfmPjFWOyxz2tYfN74tptXeIDHjl2Ir+RMhhDHJxGqWA47bwqVGhEvS1Cqg6uA1SK5RWQ7c4TE8NX1cDhZh2qcnptONcwHwzVt26zd+fUhxgA/a5GXa4lDL62m+hH8WK1UViXacqNIivZcDWOuVzqK2Gj6yGUQk/Xlc+CQMGlsbiYbCJOJaCCbR5nkxpxsM9lgGUmacwyGHDM50tJAmrNzjHITQB4pWia3fDwRyap4yWRJ/Cq1xBrakj85IjXGBy3I8KEwBPIZej0lbBA49XXRSgl12CLwqHNiOiFVVwdJ6AlyLnhvxKTYZmYzbrZA3dDUYPu8sVWGbkVlmEIllv6F3tF+PnIkqmjDcD6H3/fzncu/+81RzrH033yVDkzGe+pQFU8l/BmmbhYq68dEZ2FKWM7lUxmCnK15mQEBw6UNo1p55Qbp8ICATEzKk2JuraGN25bCTZbS3xCQ1bZePSEbF8OejhHjorF7QRHOgr0MWDj73aTORq6IN+x7pzvv/ZwuVvgMkR4O83/tP/r9vrWAwRDKstci+iVATouggq6ll9C70e9tuRNZ6q33051GFid1gzy+FAtjAuy6s9l3iM79uU0nqX2S/c74M81vwHdBNq37i00nqn3xtD++HD8ACvv3Tu6RmFdT0CXuLF6P91VUqioNsUNTxmIj0V4aY1HvB9gYdKSmd7FhSEpXMWNHLuLrpSRtHpGys1J9Gtamd0t/MamZRzoTQ7Rpj3K/+v2PUhkyO1/J+y8jo1E6IiAAZB6agkpRLYOlHbRNi0q5pFX0RtiBGFGHkOKTvGSL/gkv7GZj+v0jmqPNz5e53WMGDZIWKNTbyRy7UCW055AaFhAiBZYmuZkkzfKmDyKuMJPfVX+gvWM95vPYt16l2bMplJ05DHcjhpmSEY+l4L+pdBRfshuPHR0rGZIQX1wSr5M+viRROOSIOP2YPEtjCEFYGkN8IoRoXLSnzWeOvKkzQtLTQ/TniRlWfZ7WN/IS0rXrZMtBtZYJNj+2V8IhHhaYA27xTnuEeZ70D541G1PztfxufHUxfO27yNcq4hMZ9lm5cV4ne/ykLF95WMNbnc7j2bOjkgryQYZEsVqQe4mfUy/lClbzNwXBldfvPn+uqspqDQysqgR0E9Eczu+TiGTxQbC6qYzkpMj7zxogHzCLlHOSTx15KG/U9T/o3kPluRPJAeS6Z6qe5CHJvlKtHHiSjpkIQ3a2gTC9EAE5uzYRLzxuPl1jG2vTp5UlnYhNol3Xpp+lvgHZ5G4zMVd78fjG0DFF49tdIGPruQljXBwT68Gp2eOLNoy37ePLo3h0KNh6c3xRUImgAWzaMdiVADJqte64f9/uw3EWHuVLJ62NI8bt8L1l4RFw2vhHM5obt4O4a9uhiLMfhYpwEYoPFornbpuSugNl42wUqRw23M4u6dHe21EWRySjbA4Lldp2vTB1Si7wAEYg/WBeXawiOloRa5K7UETHckcNKolpiKljPgFiNX0hKzHxaETzcB9mx+LFTmYsfGTl44E42McQ9fkifAhpOA1uUihGS2y6nW+n6MuQ3sIvEMAAntSVwLtK2/XrtghWhO3w4U7XMqRFjL1zxwa6vpbQNLSAhq7/SYyhGlrpQAlTA+o0/NdVQsjbG9IuZqlp9SOJWRND//YAkyYNHqzR7HqRuhJIU9yGABpPlZaa8b4R1NXj8+bhZrOuL15/i3pvhRn/MWELp0XY3uhCu4R0DdGGTpwYqqXjdgnVTZygDb1KiC70zV4DCGRFsAKpQHZeyASutKBMU7QpM1rb0p6LuXxZ+Uvzs88KfBCFMOR0CLk6NcP8ySxnJYKqoIOhY1xX2hxQxQHd+Ph1QonRsFcb1j+BMq4MPl3/KpsgnbPo0UM71/7wIcWRHATkYS8HvwBaKNf4YIYx5O7e83TM2dJqZrPNrS2nmeip1zVGRqHLRS2ABGvaPBj8ZuxYi2VPFVj/tel2/37xbME+qpPIQirjEyqQEas7qVvv2XAInDeNRcAFLspVaGTUvD6FMk+3trDNZnZLqxOjn997N4RhDB5PuSywgO+YUODMTvcGhD2SD6jGAnHsEGUd1x1P0+6TboJ1vY64PoF/Y/rtCUy/v9VJrR5RiSTEIxVZBNW5T8Ae4g/rrisL1K75Pu307sAOjA4xXQF/wDV6B62Y5Imwb3Sekw4k05D3H0GU8sdsFZIg7zuEKOTD+5E8+fQVpFy+fBBJ7HWNRGRRYs8hlfLRWUgQP5hEKiC14wEkn/aeuI1kFSEOZykfdyLE113cjCQDAABS79WNTOR12esJhf/BEjBYEbsL4fIfWZXmNEEomuSP9RxO93pODkT+9RrQxN5bexEmL442rcTgh6tWroL1P84XAp1uR1AfTP75n/mif0wf8K35uSft+/uS5ncpFf+bI/w3ubM/HbZ/sC3i3slQki0FW9sQ/LdArWDakF+QK6L8vQH/S26p968ZpQ2RmcZrOetBiUoMKJlab6UUuFJyFY4qhVrflHITcPMKDX6rFtLRGPZHUYJef5Wo2m8l0+u/JUWGFiXXHFZ4IQs8oZS7GBbfKgyHz8rhCIbkxp0rUThrXltvYWEk8Mf7GVOnoKJF4lt+h7Yi7E6HE/HAJzA0j6u09XRmll1WWdzH5/2BSFxVOUe0YTarq+PjLDM9RFkO3lEQGEic0U7LW0SCZb1Z24LhCkZkLTKIfz5ok37Yu0AjLhXl32mvagp/6pxTg5ME0ifBiRbZEN7usZMzl8kc40r7F85HogG9e4VT5ec7B5EZzAlc1coxWVWOKobiS5cZKozrxb7ufihE4aa7Gx4OqZzmP4Ou+lKnXoNGTZq1+Nn59rXr0KlLtx69+vQbMGjIcHv4JKQivnOcEX8g+VyInrh2NcpW9iouRZKGq5NKr4Wny+tAHe1KSMm3Pl5sm1DThKhdYfFJpV5EKvbwZ/D5rAj7WDQSMoFbedoOK9/nrPnMUrWwPSrFQoefdSv2ZrL4KNQXvlP5C16PQWE+yYav2o293jD7tUyzBflEyHY9d6IWFeCrS+EydrPH/WYPu5w7M+hqejqSkK60+5wMvRFUZfN8qMuKimA3kobJz4ET4UUm+sIJBk2/KljT6y/3Stru5LKtEauGKlrhOg93bTVlVb7ijS/nwQEA") format("woff2");
}
@keyframes rollCircle {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
}
[class*=vxe-table-icon-] {
font-family: "vxetableiconfont" !important;
font-style: normal;
font-weight: 400;
font-size: 1.1em;
line-height: 1em;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
[class*=vxe-table-icon-].animat, [class*=vxe-table-icon-].roll {
display: inline-block;
}
[class*=vxe-table-icon-].animat {
transition: transform 0.25s ease-in-out;
}
[class*=vxe-table-icon-].rotate45 {
transform: rotate(45deg);
}
[class*=vxe-table-icon-].rotate90 {
transform: rotate(90deg);
}
[class*=vxe-table-icon-].rotate180 {
transform: rotate(180deg);
}
[class*=vxe-table-icon-].roll {
animation: rollCircle 1s infinite linear;
}
[class*=vxe-table-icon-].theme--primary {
color: var(--vxe-ui-font-primary-color);
}
[class*=vxe-table-icon-].theme--success {
color: var(--vxe-ui-status-success-color);
}
[class*=vxe-table-icon-].theme--info {
color: var(--vxe-ui-status-info-color);
}
[class*=vxe-table-icon-].theme--warning {
color: var(--vxe-ui-status-warning-color);
}
[class*=vxe-table-icon-].theme--danger {
color: var(--vxe-ui-status-danger-color);
}
[class*=vxe-table-icon-].theme--error {
color: var(--vxe-ui-status-error-color);
}
.vxe-table-icon-radio-unchecked-fill:before {
content: "\e699";
}
.vxe-table-icon-checkbox-unchecked-fill:before {
content: "\e660";
}
.vxe-table-icon-close:before {
content: "\e6e9";
}
.vxe-table-icon-grouping:before {
content: "\e66c";
}
.vxe-table-icon-values:before {
content: "\e66f";
}
.vxe-table-icon-add-sub:before {
content: "\e6bc";
}
.vxe-table-icon-swap:before {
content: "\e7f3";
}
.vxe-table-icon-sort:before {
content: "\e93e";
}
.vxe-table-icon-no-drop:before {
content: "\e658";
}
.vxe-table-icon-edit:before {
content: "\e66e";
}
.vxe-table-icon-question-circle-fill:before {
content: "\e690";
}
.vxe-table-icon-radio-checked:before {
content: "\e75b";
}
.vxe-table-icon-radio-checked-fill:before {
content: "\e763";
}
.vxe-table-icon-print:before {
content: "\eba0";
}
.vxe-table-icon-checkbox-checked-fill:before {
content: "\e67d";
}
.vxe-table-icon-custom-column:before {
content: "\e62d";
}
.vxe-table-icon-radio-unchecked:before {
content: "\e7c9";
}
.vxe-table-icon-caret-down:before {
content: "\e8ed";
}
.vxe-table-icon-caret-up:before {
content: "\e8ee";
}
.vxe-table-icon-caret-right:before {
content: "\e8ef";
}
.vxe-table-icon-caret-left:before {
content: "\e8f0";
}
.vxe-table-icon-fullscreen:before {
content: "\e70e";
}
.vxe-table-icon-minimize:before {
content: "\e749";
}
.vxe-table-icon-checkbox-unchecked:before {
content: "\e727";
}
.vxe-table-icon-funnel:before {
content: "\e8ec";
}
.vxe-table-icon-download:before {
content: "\e61a";
}
.vxe-table-icon-spinner:before {
content: "\e601";
}
.vxe-table-icon-arrow-right:before {
content: "\e743";
}
.vxe-table-icon-repeat:before {
content: "\ea4a";
}
.vxe-table-icon-drag-handle:before {
content: "\e64e";
}
.vxe-table-icon-checkbox-indeterminate-fill:before {
content: "\e8c4";
}
.vxe-table-icon-upload:before {
content: "\e683";
}
.vxe-table-icon-fixed-left-fill:before {
content: "\e9b9";
}
.vxe-table-icon-fixed-left:before {
content: "\e9ba";
}
.vxe-table-icon-fixed-right-fill:before {
content: "\f290";
}
.vxe-table-icon-fixed-right:before {
content: "\f291";
}
.vxe-table-custom--option {
position: relative;
display: flex;
flex-direction: row;
}
.vxe-table-custom--option.active--drag-origin {
opacity: 0.5;
}
.vxe-table-custom--option.active--drag-target[drag-pos=top]::after {
display: block;
top: -2px;
}
.vxe-table-custom--option.active--drag-target[drag-pos=bottom]::after {
display: block;
bottom: -2px;
}
.vxe-table-custom--option:first-child[drag-pos=top]::after {
top: 0;
}
.vxe-table-custom--option:last-child[drag-pos=bottom]::after {
bottom: 0;
}
.vxe-table-custom--option::after {
display: none;
content: "";
position: absolute;
left: -1px;
width: calc(100% + 1px);
height: 2px;
background-color: var(--vxe-ui-font-primary-color);
z-index: 12;
}
.vxe-table-custom--option:last-child::after {
width: 100%;
}
.vxe-table-custom--handle-wrapper {
display: flex;
flex-direction: column;
}
.vxe-table-custom-wrapper {
display: none;
flex-direction: row;
position: absolute;
text-align: left;
background-color: var(--vxe-ui-layout-background-color);
z-index: 19;
border: 1px solid var(--vxe-ui-table-border-color);
border-radius: var(--vxe-ui-border-radius);
box-shadow: var(--vxe-ui-base-popup-box-shadow);
}
.vxe-table-custom-wrapper.placement--top-left {
top: 2px;
left: 2px;
}
.vxe-table-custom-wrapper.placement--top-right {
top: 2px;
right: 2px;
}
.vxe-table-custom-wrapper.placement--bottom-left {
bottom: 2px;
left: 2px;
}
.vxe-table-custom-wrapper.placement--bottom-right {
bottom: 2px;
right: 2px;
}
.vxe-table-custom-wrapper.placement--left {
left: 2px;
}
.vxe-table-custom-wrapper.placement--right {
right: 2px;
}
.vxe-table-custom-wrapper.placement--left, .vxe-table-custom-wrapper.placement--right {
top: 2px;
height: calc(100% - 4px);
}
.vxe-table-custom-wrapper.is--active {
display: flex;
}
.vxe-table-custom-simple--body-wrapper {
position: relative;
flex-grow: 1;
display: flex;
flex-direction: row;
}
.vxe-table-custom--body {
position: relative;
display: block;
flex-grow: 1;
overflow-x: hidden;
overflow-y: auto;
}
.vxe-table-custom--panel-list {
list-style-type: none;
margin: 0;
padding: 0;
}
.vxe-table-custom--panel-list > li {
max-width: 26em;
min-width: 18em;
padding: 0.2em 1em 0.2em 1em;
}
.vxe-table-custom--panel-list > li.level--2 {
padding-left: 2.7em;
}
.vxe-table-custom--panel-list > li.level--3 {
padding-left: 3.7em;
}
.vxe-table-custom--panel-list > li.level--4 {
padding-left: 4.7em;
}
.vxe-table-custom--panel-list > li.level--5 {
padding-left: 5.7em;
}
.vxe-table-custom--panel-list > li.level--6 {
padding-left: 6.7em;
}
.vxe-table-custom--panel-list > li.level--7 {
padding-left: 7.7em;
}
.vxe-table-custom--panel-list > li.level--8 {
padding-left: 8.7em;
}
.vxe-table-custom--header {
display: flex;
align-items: center;
flex-shrink: 0;
height: 2.4em;
font-weight: 700;
border-bottom: 1px solid var(--vxe-ui-base-popup-border-color);
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
}
.vxe-table-custom--panel-list .vxe-table-custom--checkbox-option:hover {
background-color: var(--vxe-ui-table-row-hover-background-color);
}
.vxe-table-custom--footer-buttons {
width: 100%;
display: flex;
flex-direction: row;
flex-shrink: 0;
border-top: 1px solid var(--vxe-ui-base-popup-border-color);
}
.vxe-table-custom--footer-buttons button {
flex-grow: 1;
height: 2.8em;
}
.vxe-table-custom--checkbox-option .vxe-checkbox--icon {
font-size: 1.22em;
}
.vxe-table-custom--checkbox-option .vxe-checkbox--icon {
color: var(--vxe-ui-input-border-color);
vertical-align: middle;
font-weight: 700;
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
}
.vxe-table-custom--checkbox-option.is--checked, .vxe-table-custom--checkbox-option.is--indeterminate {
color: var(--vxe-ui-font-primary-color);
}
.vxe-table-custom--checkbox-option.is--checked .vxe-checkbox--icon, .vxe-table-custom--checkbox-option.is--indeterminate .vxe-checkbox--icon {
color: var(--vxe-ui-font-primary-color);
}
.vxe-table-custom--checkbox-option:not(.is--disabled) {
cursor: pointer;
}
.vxe-table-custom--checkbox-option:not(.is--disabled):hover .vxe-checkbox--icon {
color: var(--vxe-ui-font-primary-color);
}
.vxe-table-custom--checkbox-option.is--hidden {
cursor: default;
}
.vxe-table-custom--checkbox-option.is--disabled {
color: var(--vxe-ui-font-disabled-color);
cursor: not-allowed;
}
.vxe-table-custom--checkbox-option.is--disabled .vxe-checkbox--icon {
color: var(--vxe-ui-input-disabled-color);
}
.vxe-table-custom--checkbox-option .vxe-checkbox--label {
padding-left: 0.5em;
vertical-align: middle;
}
.vxe-table-custom--checkbox-option,
.vxe-table-custom--sort-option {
padding-right: 0.4em;
flex-shrink: 0;
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
}
.vxe-table-custom--sort-option {
display: flex;
flex-direction: row;
align-items: center;
justify-content: center;
}
.vxe-table-custom--sort-btn {
padding-left: 0.2em;
padding-right: 0.4em;
}
.vxe-table-custom--sort-btn:not(.is--disabled) {
cursor: grab;
}
.vxe-table-custom--sort-btn:not(.is--disabled):active {
cursor: grabbing;
}
.vxe-table-custom--sort-btn:not(.is--disabled):hover {
color: var(--vxe-ui-font-primary-color);
}
.vxe-table-custom--sort-btn.is--disabled {
color: var(--vxe-ui-input-disabled-color);
cursor: not-allowed;
}
.vxe-table-custom--name-option {
flex-grow: 1;
display: flex;
flex-direction: row;
overflow: hidden;
}
.vxe-table-custom--checkbox-label {
flex-grow: 1;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.vxe-table-custom--fixed-option {
flex-shrink: 0;
padding-left: 0.5em;
display: flex;
flex-direction: row;
align-items: center;
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
}
.vxe-table-custom-popup--body-wrapper {
position: relative;
display: flex;
flex-direction: column;
overflow: hidden;
height: 100%;
outline: 0;
}
.vxe-table-custom-popup--handle-wrapper {
flex-grow: 1;
outline: 0;
overflow: auto;
}
.vxe-table-custom-popup--table-wrapper {
border-bottom: 1px solid var(--vxe-ui-table-border-color);
}
.vxe-table-custom-popup--table-wrapper table {
width: 100%;
border: 0;
table-layout: fixed;
word-break: break-all;
border-spacing: 0;
border-collapse: separate;
}
.vxe-table-custom-popup--table-wrapper table th {
position: sticky;
top: 0;
text-align: left;
border-top: 1px solid var(--vxe-ui-table-border-color);
border-bottom: 1px solid var(--vxe-ui-table-border-color);
border-left: 1px solid var(--vxe-ui-table-border-color);
background-color: var(--vxe-ui-table-header-background-color);
z-index: 7;
}
.vxe-table-custom-popup--table-wrapper table td {
border-top: 1px solid var(--vxe-ui-table-border-color);
border-left: 1px solid var(--vxe-ui-table-border-color);
}
.vxe-table-custom-popup--table-wrapper table tr:first-child td {
border-top: 0;
}
.vxe-table-custom-popup--table-wrapper table tr:hover {
background-color: var(--vxe-ui-table-row-hover-background-color);
}
.vxe-table-custom-popup--table-wrapper table th,
.vxe-table-custom-popup--table-wrapper table td {
height: 44px;
padding: 0 0.6em;
}
.vxe-table-custom-popup--table-wrapper table th:last-child,
.vxe-table-custom-popup--table-wrapper table td:last-child {
border-right: 1px solid var(--vxe-ui-table-border-color);
}
/*拖拽列*/
.vxe-table-custom-popup--drag-line {
display: none;
position: absolute;
top: 0;
left: 0;
z-index: 11;
pointer-events: none;
}
.vxe-table-custom-popup--drag-line {
width: 100%;
height: 1px;
border: 2px solid transparent;
}
.vxe-table-custom-popup--drag-line[drag-pos=top] {
border-top-color: var(--vxe-ui-font-primary-color);
}
.vxe-table-custom-popup--drag-line[drag-pos=bottom] {
border-bottom-color: var(--vxe-ui-font-primary-color);
}
.vxe-table-custom-popup--drag-line[drag-to-child=y] {
border-top-color: transparent;
border-bottom-color: transparent;
border-left-color: var(--vxe-ui-status-success-color);
}
.vxe-table-custom-popup--drag-line.is--guides {
background-color: var(--vxe-ui-table-drag-over-background-color);
}
.vxe-table-custom-popup--drag-tip {
display: none;
position: absolute;
top: 0;
left: 0;
padding: 0.6em 1.4em;
max-width: 60%;
min-width: 100px;
border-radius: var(--vxe-ui-border-radius);
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
pointer-events: none;
background-color: var(--vxe-ui-layout-background-color);
box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
z-index: 33;
}
.vxe-table-custom-popup--drag-tip[drag-status=normal] .vxe-table-custom-popup--drag-tip-normal-status {
display: block;
}
.vxe-table-custom-popup--drag-tip[drag-status=sub] .vxe-table-custom-popup--drag-tip-sub-status {
display: block;
}
.vxe-table-custom-popup--drag-tip[drag-status=group] .vxe-table-custom-popup--drag-tip-group-status {
display: block;
}
.vxe-table-custom-popup--drag-tip[drag-status=values] .vxe-table-custom-popup--drag-tip-values-status {
display: block;
}
.vxe-table-custom-popup--drag-tip[drag-status=disabled] .vxe-table-custom-popup--drag-tip-disabled-status {
display: block;
}
.vxe-table-custom-popup--drag-tip-wrapper {
display: flex;
flex-direction: row;
align-items: center;
}
.vxe-table-custom-popup--drag-tip-status {
padding-right: 0.4em;
}
.vxe-table-custom-popup--drag-tip-disabled-status {
display: none;
flex-shrink: 0;
color: var(--vxe-ui-status-error-color);
}
.vxe-table-custom-popup--drag-tip-normal-status,
.vxe-table-custom-popup--drag-tip-sub-status,
.vxe-table-custom-popup--drag-tip-group-status,
.vxe-table-custom-popup--drag-tip-values-status {
display: none;
}
.vxe-table-custom-popup--drag-tip-content {
flex-grow: 1;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.vxe-table-custom-popup--name {
display: flex;
flex-direction: row;
align-items: center;
}
.vxe-table-custom-popup--title {
flex-grow: 1;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.vxe-table-custom-popup--row.level--2 .vxe-table-custom-popup--name {
padding-left: 24px;
}
.vxe-table-custom-popup--row.level--3 .vxe-table-custom-popup--name {
padding-left: 48px;
}
.vxe-table-custom-popup--row.level--4 .vxe-table-custom-popup--name {
padding-left: 72px;
}
.vxe-table-custom-popup--row.level--5 .vxe-table-custom-popup--name {
padding-left: 96px;
}
.vxe-table-custom-popup--row.level--6 .vxe-table-custom-popup--name {
padding-left: 120px;
}
.vxe-table-custom-popup--row.level--7 .vxe-table-custom-popup--name {
padding-left: 144px;
}
.vxe-table-custom-popup--row.level--8 .vxe-table-custom-popup--name {
padding-left: 168px;
}
.vxe-table-custom-popup--row.level--9 .vxe-table-custom-popup--name {
padding-left: 192px;
}
.vxe-table-custom-popup--column-item {
position: relative;
}
.vxe-table-custom-popup--column-item.col--visible, .vxe-table-custom-popup--column-item.col--resizable, .vxe-table-custom-popup--column-item.col--fixed {
text-align: center;
}
.vxe-table-custom-popup--column-item.col--resizable > .vxe-input, .vxe-table-custom-popup--column-item.col--resizable > .vxe-number-input {
width: 100%;
}
.vxe-table-custom-popup--row.active--drag-origin .vxe-table-custom-popup--column-item {
opacity: 0.5;
}
.vxe-table-custom-popup--row.active--drag-target[drag-pos=top] .vxe-table-custom-popup--column-item::after {
display: block;
top: -2px;
}
.vxe-table-custom-popup--row.active--drag-target[drag-pos=bottom] .vxe-table-custom-popup--column-item::after {
display: block;
bottom: -2px;
}
.vxe-table-custom-popup--row:first-child[drag-pos=top] .vxe-table-custom-popup--column-item::after {
top: 0;
}
.vxe-table-custom-popup--row:last-child[drag-pos=bottom] .vxe-table-custom-popup--column-item::after {
bottom: 0;
}
.vxe-table-custom-popup--column-item::after {
display: none;
content: "";
position: absolute;
left: -1px;
width: calc(100% + 1px);
height: 2px;
background-color: var(--vxe-ui-font-primary-color);
z-index: 12;
}
.vxe-table-custom-popup--column-item:last-child::after {
width: 100%;
}
.vxe-table-custom--list-move {
transition-property: transform;
transition-duration: 0.35s;
transition-delay: 0.05s;
}
.vxe-table-custom-popup--column-sort-placeholder {
padding: 0.2em 0.5em;
}
.vxe-table-custom-popup--column-sort-btn {
font-size: 1.2em;
padding: 0.2em 0.5em;
}
.vxe-table-custom-popup--column-sort-btn:not(.is--disabled) {
cursor: grab;
}
.vxe-table-custom-popup--column-sort-btn:not(.is--disabled):hover {
color: var(--vxe-ui-font-primary-color);
}
.vxe-table-custom-popup--column-sort-btn:not(.is--disabled):active {
cursor: grabbing;
}
.vxe-table-custom-popup--column-sort-btn.is--disabled {
color: var(--vxe-ui-input-disabled-color);
cursor: not-allowed;
}
.vxe-table-custom-popup--table-sort-help-title,
.vxe-table-custom-popup--table-sort-help-icon {
vertical-align: middle;
}
.vxe-table-custom-popup--table-sort-help-icon {
margin-left: 5px;
cursor: help;
}
.vxe-table-custom-popup--table-col-seq {
width: 80px;
}
.vxe-table-custom-popup--table-col-sort {
width: 80px;
}
.vxe-table-custom-popup--table-col-title {
min-width: 120px;
}
.vxe-table-custom-popup--table-col-width {
width: 140px;
}
.vxe-table-custom-popup--table-col-fixed {
width: 200px;
}
.vxe-table-export--panel-column > ul {
list-style-type: none;
overflow: auto;
margin: 0;
padding: 0;
outline: 0;
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
}
.vxe-table-export--panel-column > ul > li {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
cursor: pointer;
}
.vxe-table-export--panel .vxe-table-export--panel-table {
width: 100%;
border: 0;
table-layout: fixed;
}
.vxe-table-export--panel .vxe-table-export--panel-table tr td {
padding: 0 10px;
}
.vxe-table-export--panel .vxe-table-export--panel-table tr td:nth-child(1) {
text-align: right;
width: 30%;
font-weight: 700;
padding: 8px 10px;
}
.vxe-table-export--panel .vxe-table-export--panel-table tr td:nth-child(2) {
width: 70%;
}
.vxe-table-export--panel .vxe-table-export--panel-table tr td > .vxe-input, .vxe-table-export--panel .vxe-table-export--panel-table tr td > .vxe-select {
width: 80%;
}
.vxe-table-export--panel .vxe-table-export--panel-table tr td > .vxe-table-export--panel-option-row {
padding: 0.25em 0;
}
.vxe-table-export--panel .vxe-table-export--panel-column {
width: 80%;
border: 1px solid var(--vxe-ui-input-border-color);
margin: 3px 0;
border-radius: var(--vxe-ui-border-radius);
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
}
.vxe-table-export--panel .vxe-table-export--panel-column > ul > li {
padding: 0.2em 1em 0.2em 1em;
}
.vxe-table-export--panel .vxe-table-export--panel-column > ul > li.level--2 {
padding-left: 3.5em;
}
.vxe-table-export--panel .vxe-table-export--panel-column > ul > li.level--2 .vxe-checkbox--icon {
left: 1.8em;
}
.vxe-table-export--panel .vxe-table-export--panel-column > ul > li.level--3 {
padding-left: 4.5em;
}
.vxe-table-export--panel .vxe-table-export--panel-column > ul > li.level--3 .vxe-checkbox--icon {
left: 2.8em;
}
.vxe-table-export--panel .vxe-table-export--panel-column > ul > li.level--4 {
padding-left: 5.5em;
}
.vxe-table-export--panel .vxe-table-export--panel-column > ul > li.level--4 .vxe-checkbox--icon {
left: 3.8em;
}
.vxe-table-export--panel .vxe-table-export--panel-column > ul > li.level--5 {
padding-left: 6.5em;
}
.vxe-table-export--panel .vxe-table-export--panel-column > ul > li.level--5 .vxe-checkbox--icon {
left: 4.8em;
}
.vxe-table-export--panel .vxe-table-export--panel-column > ul > li.level--6 {
padding-left: 7.5em;
}
.vxe-table-export--panel .vxe-table-export--panel-column > ul > li.level--6 .vxe-checkbox--icon {
left: 5.8em;
}
.vxe-table-export--panel .vxe-table-export--panel-column > ul > li.level--7 {
padding-left: 8.5em;
}
.vxe-table-export--panel .vxe-table-export--panel-column > ul > li.level--7 .vxe-checkbox--icon {
left: 6.8em;
}
.vxe-table-export--panel .vxe-table-export--panel-column > ul > li.level--8 {
padding-left: 9.5em;
}
.vxe-table-export--panel .vxe-table-export--panel-column > ul > li.level--8 .vxe-checkbox--icon {
left: 7.8em;
}
.vxe-table-export--panel .vxe-table-export--panel-column .vxe-table-export--panel-column-header {
padding: 0.1em 0;
background-color: var(--vxe-ui-table-header-background-color);
font-weight: 700;
border-bottom: 1px solid var(--vxe-ui-table-border-color);
}
.vxe-table-export--panel .vxe-table-export--panel-column .vxe-table-export--panel-column-body {
padding: 0.2em 0;
min-height: 10em;
max-height: 17.6em;
}
.vxe-table-export--panel .vxe-table-export--panel-btns {
text-align: right;
padding: 0.8em 0.25em 0.25em 0.25em;
}
.vxe-table-export--panel .vxe-table-export--selected--file {
padding-right: 40px;
position: relative;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
}
.vxe-table-export--panel .vxe-table-export--selected--file > i {
display: none;
position: absolute;
top: 50%;
right: 15px;
transform: translateY(-50%);
font-size: 16px;
cursor: pointer;
}
.vxe-table-export--panel .vxe-table-export--selected--file:hover {
color: var(--vxe-ui-font-primary-color);
}
.vxe-table-export--panel .vxe-table-export--selected--file:hover > i {
display: block;
}
.vxe-table-export--panel .vxe-table-export--select--file {
width: 80%;
border: 1px dashed var(--vxe-ui-input-border-color);
padding: 6px 34px;
outline: 0;
border-radius: var(--vxe-ui-border-radius);
background-color: var(--vxe-ui-layout-background-color);
color: inherit;
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
cursor: pointer;
}
.vxe-table-export--panel .vxe-table-export--select--file:focus {
border-color: var(--vxe-ui-font-primary-color);
box-shadow: 0 0 0.25em 0 var(--vxe-ui-font-primary-color);
}
.vxe-table-export--panel .vxe-table-export--select--file:hover {
color: var(--vxe-ui-font-primary-color);
border-color: var(--vxe-ui-font-primary-color);
}
.vxe-table-export--panel-column-option .vxe-checkbox--icon {
font-size: 1.22em;
}
.vxe-table-export--panel-column-option .vxe-checkbox--icon {
color: var(--vxe-ui-input-border-color);
vertical-align: middle;
font-weight: 700;
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
}
.vxe-table-export--panel-column-option.is--checked, .vxe-table-export--panel-column-option.is--indeterminate {
color: var(--vxe-ui-font-primary-color);
}
.vxe-table-export--panel-column-option.is--checked .vxe-checkbox--icon, .vxe-table-export--panel-column-option.is--indeterminate .vxe-checkbox--icon {
color: var(--vxe-ui-font-primary-color);
}
.vxe-table-export--panel-column-option:not(.is--disabled) {
cursor: pointer;
}
.vxe-table-export--panel-column-option:not(.is--disabled):hover .vxe-checkbox--icon {
color: var(--vxe-ui-font-primary-color);
}
.vxe-table-export--panel-column-option.is--hidden {
cursor: default;
}
.vxe-table-export--panel-column-option.is--disabled {
color: var(--vxe-ui-font-disabled-color);
cursor: not-allowed;
}
.vxe-table-export--panel-column-option.is--disabled .vxe-checkbox--icon {
color: var(--vxe-ui-input-disabled-color);
}
.vxe-table-export--panel-column-option .vxe-checkbox--label {
padding-left: 0.5em;
vertical-align: middle;
}
.vxe-cell--filter {
padding: 0 0.1em 0 0.2em;
text-align: center;
vertical-align: middle;
display: inline-block;
line-height: 0;
}
.vxe-cell--filter.col--filter .vxe-filter--btn {
color: var(--vxe-ui-font-color);
}
.vxe-cell--filter .vxe-filter--btn {
color: var(--vxe-ui-table-column-icon-border-color);
cursor: pointer;
}
.vxe-cell--filter .vxe-filter--btn:hover {
color: var(--vxe-ui-font-color);
}
.is--filter-active .vxe-cell--filter .vxe-filter--btn {
color: var(--vxe-ui-font-primary-color);
}
/*筛选容器*/
.vxe-table--filter-wrapper {
display: none;
position: absolute;
top: 0;
min-width: 100px;
font-size: var(--vxe-ui-font-size-default);
border-radius: var(--vxe-ui-border-radius);
background-color: var(--vxe-ui-layout-background-color);
border: 1px solid var(--vxe-ui-base-popup-border-color);
color: var(--vxe-ui-font-color);
box-shadow: var(--vxe-ui-base-popup-box-shadow);
z-index: 10;
}
.vxe-table--filter-wrapper:not(.is--multiple) {
text-align: center;
}
.vxe-table--filter-wrapper.is--active {
display: block;
}
.vxe-table--filter-wrapper .vxe-table--filter-header > li,
.vxe-table--filter-wrapper .vxe-table--filter-body > li {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
max-width: 360px;
padding: 0.25em 0.8em;
cursor: pointer;
}
.vxe-table--filter-wrapper .vxe-table--filter-header > li.is--checked,
.vxe-table--filter-wrapper .vxe-table--filter-body > li.is--checked {
color: var(--vxe-ui-font-primary-color);
}
.vxe-table--filter-wrapper .vxe-table--filter-header > li:hover,
.vxe-table--filter-wrapper .vxe-table--filter-body > li:hover {
background-color: var(--vxe-ui-table-row-hover-background-color);
}
.vxe-table--filter-wrapper .vxe-table--filter-header {
padding-top: 0.2em;
}
.vxe-table--filter-wrapper .vxe-table--filter-body {
max-height: 200px;
padding-bottom: 0.2em;
}
.vxe-table--filter-wrapper > ul {
list-style-type: none;
padding: 0;
margin: 0;
outline: 0;
overflow: auto;
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
}
.vxe-table--filter-wrapper.is--multiple > ul > li {
padding: 0.25em 0.8em 0.25em 1em;
}
.vxe-table--filter-wrapper .vxe-table--filter-footer {
border-top: 1px solid var(--vxe-ui-base-popup-border-color);
padding: 0.6em;
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
}
.vxe-table--filter-wrapper .vxe-table--filter-footer button {
background-color: transparent;
padding: 0 0.4em;
border: 0;
color: var(--vxe-ui-font-color);
cursor: pointer;
}
.vxe-table--filter-wrapper .vxe-table--filter-footer button:focus {
outline: none;
}
.vxe-table--filter-wrapper .vxe-table--filter-footer button:hover {
color: var(--vxe-ui-font-primary-color);
}
.vxe-table--filter-wrapper .vxe-table--filter-footer button.is--disabled {
color: var(--vxe-ui-font-disabled-color);
cursor: not-allowed;
}
.vxe-table--filter-option .vxe-checkbox--icon {
font-size: 1.22em;
}
.vxe-table--filter-option .vxe-checkbox--icon {
color: var(--vxe-ui-input-border-color);
vertical-align: middle;
font-weight: 700;
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
}
.vxe-table--filter-option.is--checked, .vxe-table--filter-option.is--indeterminate {
color: var(--vxe-ui-font-primary-color);
}
.vxe-table--filter-option.is--checked .vxe-checkbox--icon, .vxe-table--filter-option.is--indeterminate .vxe-checkbox--icon {
color: var(--vxe-ui-font-primary-color);
}
.vxe-table--filter-option:not(.is--disabled) {
cursor: pointer;
}
.vxe-table--filter-option:not(.is--disabled):hover .vxe-checkbox--icon {
color: var(--vxe-ui-font-primary-color);
}
.vxe-table--filter-option.is--hidden {
cursor: default;
}
.vxe-table--filter-option.is--disabled {
color: var(--vxe-ui-font-disabled-color);
cursor: not-allowed;
}
.vxe-table--filter-option.is--disabled .vxe-checkbox--icon {
color: var(--vxe-ui-input-disabled-color);
}
.vxe-table--filter-option .vxe-checkbox--label {
padding-left: 0.5em;
vertical-align: middle;
}
.vxe-table--filter-wrapper.size--medium {
font-size: var(--vxe-ui-font-size-medium);
}
.vxe-table--filter-wrapper.size--small {
font-size: var(--vxe-ui-font-size-small);
}
.vxe-table--filter-wrapper.size--mini {
font-size: var(--vxe-ui-font-size-mini);
}
.vxe-table--context-menu-wrapper {
display: none;
}
.vxe-table--context-menu-wrapper.is--visible {
display: block;
}
.vxe-table--context-menu-wrapper,
.vxe-table--context-menu-clild-wrapper {
position: absolute;
top: 0;
left: 0;
font-size: 12px;
border: 1px solid var(--vxe-ui-base-popup-border-color);
box-shadow: 3px 3px 4px -2px rgba(0, 0, 0, 0.6);
padding: 0 1px;
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
color: var(--vxe-ui-font-color);
font-family: var(--vxe-ui-font-family);
background-color: var(--vxe-ui-table-menu-background-color);
}
.vxe-context-menu--link {
display: flex;
flex-direction: row;
width: var(--vxe-ui-table-menu-item-width);
line-height: 26px;
padding: 0 0.8em;
color: var(--vxe-ui-font-color);
cursor: pointer;
}
.vxe-context-menu--link .vxe-context-menu--link-prefix,
.vxe-context-menu--link .vxe-context-menu--link-suffix {
min-width: 2em;
flex-shrink: 0;
text-align: center;
padding: 0 0.2em;
}
.vxe-context-menu--link .vxe-context-menu--link-content {
flex-grow: 1;
padding: 0 0.2em;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.vxe-context-menu--option-wrapper,
.vxe-table--context-menu-clild-wrapper {
margin: 0;
padding: 0;
list-style-type: none;
border-bottom: 1px solid #E8EAED;
}
.vxe-context-menu--option-wrapper li,
.vxe-table--context-menu-clild-wrapper li {
position: relative;
margin: 1px 0;
border: 1px solid transparent;
}
.vxe-context-menu--option-wrapper li:last-child,
.vxe-table--context-menu-clild-wrapper li:last-child {
border: 0;
}
.vxe-context-menu--option-wrapper li.link--active,
.vxe-table--context-menu-clild-wrapper li.link--active {
background-color: #C5C5C5;
border-color: #C5C5C5;
}
.vxe-context-menu--option-wrapper li.link--active > .vxe-context-menu--link,
.vxe-table--context-menu-clild-wrapper li.link--active > .vxe-context-menu--link {
color: #2B2B2B;
}
.vxe-context-menu--option-wrapper li.link--disabled > .vxe-context-menu--link,
.vxe-table--context-menu-clild-wrapper li.link--disabled > .vxe-context-menu--link {
color: var(--vxe-ui-font-disabled-color);
cursor: no-drop;
}
.vxe-context-menu--option-wrapper li.link--disabled.link--active,
.vxe-table--context-menu-clild-wrapper li.link--disabled.link--active {
border-color: #C0C1C2;
background-color: #EEEEEE;
}
.vxe-context-menu--option-wrapper li.link--disabled.link--active:hover,
.vxe-table--context-menu-clild-wrapper li.link--disabled.link--active:hover {
background-color: inherit;
}
.vxe-table--context-menu-clild-wrapper {
display: none;
top: 0;
left: 100%;
}
.vxe-table--context-menu-clild-wrapper.is--show {
display: block;
}
.vxe-table-slots,
.vxe-table--file-form {
display: none;
}
.vxe-table-vars {
height: 0;
width: 0;
visibility: hidden;
overflow: hidden;
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
pointer-events: none;
}
.vxe-table-vars .vxe-table-var-default {
height: var(--vxe-ui-table-row-height-default);
}
.vxe-table-vars .vxe-table-var-medium {
height: var(--vxe-ui-table-row-height-medium);
}
.vxe-table-vars .vxe-table-var-small {
height: var(--vxe-ui-table-row-height-small);
}
.vxe-table-vars .vxe-table-var-mini {
height: var(--vxe-ui-table-row-height-mini);
}
.vxe-table--print-frame {
position: fixed;
bottom: -100%;
left: -100%;
height: 0;
width: 0;
border: 0;
}
.vxe-table--layout-wrapper {
display: flex;
flex-direction: row;
background-color: var(--vxe-ui-layout-background-color);
}
.vxe-table--viewport-wrapper {
position: relative;
overflow: hidden;
flex-grow: 1;
}
.vxe-table--header-wrapper,
.vxe-table--body-wrapper,
.vxe-table--footer-wrapper,
.vxe-table--fixed-left-body-wrapper,
.vxe-table--fixed-right-body-wrapper {
overflow: hidden;
outline: 0;
scrollbar-width: none;
-webkit-overflow-scrolling: touch;
}
.vxe-table--header-inner-wrapper,
.vxe-table--body-inner-wrapper,
.vxe-table--footer-inner-wrapper {
position: relative;
width: 100%;
height: 100%;
scrollba