n-sys 1.6.3 → 1.6.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. package/index.css +6 -6
  2. package/index.js +1 -1
  3. package/package.json +1 -1
package/index.css CHANGED
@@ -1,4 +1,4 @@
1
- *{margin:0;padding:0;-webkit-box-sizing:border-box;box-sizing:border-box;word-break:break-all;word-wrap:break-word;color:inherit;font:inherit;border:0;outline:none;-webkit-tap-highlight-color:rgba(255,255,255,0);border-width:thin;-webkit-touch-callout:none;-moz-appearance:none;appearance:none;-webkit-appearance:none}*::-webkit-scrollbar{background:var(--theme-scroll-bg);width:7px;height:7px}*::-webkit-scrollbar-thumb{background:var(--theme-scroll-btn-opacity);border-radius:calc(7px / 2)}*::-webkit-scrollbar-thumb:hover{background:var(--theme-scroll-btn)}*::-webkit-scrollbar-button{display:none}html,body,page{width:100%;height:100%;font-weight:400;font-style:normal;line-height:normal;margin:0;padding:0;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:12px;position:relative;-webkit-text-size-adjust:none}ul,ol,li,dl,dd,dt{list-style:none;list-style-type:none}input,textarea,input[type=button],button{background:none;border:0}textarea{resize:none}input[type=button],button{cursor:pointer;-moz-user-focus:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}a,i,a:hover{text-decoration:none;cursor:pointer}table{border-collapse:collapse}img,label{cursor:pointer}.n-app{width:100%;height:100%;overflow:hidden;min-width:750px}.n-cell{border-radius:5px;background:var(--theme-bg-white1);-webkit-box-shadow:0 0 10px 1px var(--theme-shadow1);box-shadow:0 0 10px 1px var(--theme-shadow1);padding:15px;position:relative;background:var(--theme-bg-white1)}.n-cell-title{font-size:16px;color:var(--theme-text2);padding:2px 15px;position:relative}.n-cell-title::before{content:" ";width:5px;border-radius:3px;-webkit-box-shadow:0 0 5px 2px var(--theme-color-opacity1);box-shadow:0 0 5px 2px var(--theme-color-opacity1);background:var(--theme-color);position:absolute;left:0;top:50%;-webkit-transform:translate(0, -50%);transform:translate(0, -50%);height:100%}.n-hoverColor:hover{color:var(--theme-color) !important}.n-color{color:var(--theme-color) !important}.n-red{color:var(--theme-red) !important}.n-green{color:var(--theme-green) !important}.n-yellow{color:var(--theme-yellow) !important}.n-grey{color:var(--theme-grey) !important}.n-shadow{-webkit-box-shadow:0 0 10px 1px var(--theme-shadow1);box-shadow:0 0 10px 1px var(--theme-shadow1)}.n-pointer{cursor:pointer}html.n-el .el-dropdown-menu{overflow-y:auto;max-height:300px}html.n-el .el-cascader__empty-text{padding:0 10px}html.n-el .el-scrollbar .el-scrollbar__bar{background:var(--theme-scroll-bg)}html.n-el .el-scrollbar .el-scrollbar__bar .el-scrollbar__thumb{background:var(--theme-scroll-btn)}html.n-el .el-checkbox .el-checkbox__input{height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex}html.n-el .el-loading-parent--relative{pointer-events:none !important;-webkit-box-sizing:border-box !important;box-sizing:border-box !important}html.n-el .el-button--primary:not(.is-plain):not([__null__]){color:#fff;border-color:var(--theme-bg-white1);-webkit-transition:all .7s;transition:all .7s;-webkit-filter:brightness(0.95);filter:brightness(0.95);background:var(--theme-color-gd)}html.n-el .el-button--primary:not(.is-plain):not([__null__]):not([disabled]):hover{border-color:var(--theme-border3);-webkit-filter:brightness(1.1);filter:brightness(1.1);background:var(--theme-color-gd)}html.n-el .el-switch__core:after{background-color:#fff}html.n-el .el-switch.is-checked .el-switch__core{border-color:var(--theme-green);background-color:var(--theme-green)}html.n-el .el-loading-mask:not([__null__]){opacity:.7;background:var(--theme-bg-white1)}html.n-el .el-table{border:1px solid var(--theme-border3);-webkit-box-shadow:none;box-shadow:none;border-radius:2px;overflow:hidden}html.n-el .el-table::-webkit-scrollbar{background:var(--theme-scroll-bg);width:10px;height:10px}html.n-el .el-table::-webkit-scrollbar-thumb{background:var(--theme-scroll-btn-opacity);border-radius:calc(10px / 2)}html.n-el .el-table::-webkit-scrollbar-thumb:hover{background:var(--theme-scroll-btn)}html.n-el .el-table::-webkit-scrollbar-button{display:none}html.n-el .el-table .el-table__cell{border-color:var(--theme-border3);padding:10px 5px;color:var(--theme-text3);text-align:center}html.n-el .el-table .el-table__header th{background:var(--theme-bg-white2)}html.n-el .el-table .cell{text-overflow:clip}html.n-el .el-table th.gutter{display:table-cell}html.n-el .el-table::before{height:0px}html.n-el .el-table .el-table__fixed,html.n-el .el-table .el-table__fixed-right{-webkit-box-shadow:0 0 10px var(--theme-shadow1);box-shadow:0 0 10px var(--theme-shadow1)}html.n-el .el-table .el-table__fixed tr,html.n-el .el-table .el-table__fixed-right tr{background:var(--theme-bg-white1-fill)}html.n-el .el-message-box{max-width:420px;width:90%}html.n-el .el-message{min-width:320px}
1
+ *{margin:0;padding:0;-webkit-box-sizing:border-box;box-sizing:border-box;word-break:break-all;word-wrap:break-word;color:inherit;font:inherit;border:0;outline:none;-webkit-tap-highlight-color:rgba(255,255,255,0);border-width:thin;-webkit-touch-callout:none;-moz-appearance:none;appearance:none;-webkit-appearance:none}*::-webkit-scrollbar{background:var(--theme-scroll-bg);width:7px;height:7px}*::-webkit-scrollbar-thumb{background:var(--theme-scroll-btn-opacity);border-radius:calc(7px / 2)}*::-webkit-scrollbar-thumb:hover{background:var(--theme-scroll-btn)}*::-webkit-scrollbar-button{display:none}html,body,page{width:100%;height:100%;font-weight:400;font-style:normal;line-height:normal;margin:0;padding:0;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:12px;position:relative;-webkit-text-size-adjust:none}ul,ol,li,dl,dd,dt{list-style:none;list-style-type:none}input,textarea,input[type=button],button{background:none;border:0}textarea{resize:none}input[type=button],button{cursor:pointer;-moz-user-focus:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}a,i,a:hover{text-decoration:none;cursor:pointer}table{border-collapse:collapse}img,label{cursor:pointer}.n-app{width:100%;height:100%;overflow:hidden;min-width:750px}.n-cell{border-radius:5px;background:var(--theme-bg-white1);-webkit-box-shadow:0 0 10px 1px var(--theme-shadow1);box-shadow:0 0 10px 1px var(--theme-shadow1);padding:15px;position:relative;background:var(--theme-bg-white1)}.n-cell-title{font-size:16px;color:var(--theme-text2);padding:2px 15px;position:relative}.n-cell-title::before{content:" ";width:5px;border-radius:3px;-webkit-box-shadow:0 0 5px 2px var(--theme-color-opacity1);box-shadow:0 0 5px 2px var(--theme-color-opacity1);background:var(--theme-color);position:absolute;left:0;top:50%;-webkit-transform:translate(0, -50%);transform:translate(0, -50%);height:100%}.n-hoverColor:hover{color:var(--theme-color) !important}.n-color{color:var(--theme-color) !important}.n-red{color:var(--theme-red) !important}.n-green{color:var(--theme-green) !important}.n-yellow{color:var(--theme-yellow) !important}.n-grey{color:var(--theme-grey) !important}.n-shadow{-webkit-box-shadow:0 0 10px 1px var(--theme-shadow1);box-shadow:0 0 10px 1px var(--theme-shadow1)}.n-pointer{cursor:pointer}html.n-el .el-dropdown-menu{overflow-y:auto;max-height:300px}html.n-el .el-cascader__empty-text{padding:0 10px}html.n-el .el-scrollbar .el-scrollbar__bar{background:var(--theme-scroll-bg)}html.n-el .el-scrollbar .el-scrollbar__bar .el-scrollbar__thumb{background:var(--theme-scroll-btn)}html.n-el .el-checkbox .el-checkbox__input{height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex}html.n-el .el-loading-parent--relative{-webkit-box-sizing:border-box !important;box-sizing:border-box !important}html.n-el .el-button--primary:not(.is-plain):not([__null__]){color:#fff;border-color:var(--theme-bg-white1);-webkit-transition:all .7s;transition:all .7s;-webkit-filter:brightness(0.95);filter:brightness(0.95);background:var(--theme-color-gd)}html.n-el .el-button--primary:not(.is-plain):not([__null__]):not([disabled]):hover{border-color:var(--theme-border3);-webkit-filter:brightness(1.1);filter:brightness(1.1);background:var(--theme-color-gd)}html.n-el .el-switch__core:after{background-color:#fff}html.n-el .el-switch.is-checked .el-switch__core{border-color:var(--theme-green);background-color:var(--theme-green)}html.n-el .el-loading-mask:not([__null__]){opacity:.7;background:var(--theme-bg-white1)}html.n-el .el-table{border:1px solid var(--theme-border3);-webkit-box-shadow:none;box-shadow:none;border-radius:2px;overflow:hidden}html.n-el .el-table::-webkit-scrollbar{background:var(--theme-scroll-bg);width:10px;height:10px}html.n-el .el-table::-webkit-scrollbar-thumb{background:var(--theme-scroll-btn-opacity);border-radius:calc(10px / 2)}html.n-el .el-table::-webkit-scrollbar-thumb:hover{background:var(--theme-scroll-btn)}html.n-el .el-table::-webkit-scrollbar-button{display:none}html.n-el .el-table .el-table__cell{border-color:var(--theme-border3);padding:10px 5px;color:var(--theme-text3);text-align:center}html.n-el .el-table .el-table__header th{background:var(--theme-bg-white2-fill)}html.n-el .el-table .cell{text-overflow:clip}html.n-el .el-table th.gutter{display:table-cell}html.n-el .el-table::before{height:0px}html.n-el .el-table .el-table__fixed,html.n-el .el-table .el-table__fixed-right{-webkit-box-shadow:0 0 10px var(--theme-shadow1);box-shadow:0 0 10px var(--theme-shadow1)}html.n-el .el-table .el-table__fixed tr,html.n-el .el-table .el-table__fixed-right tr{background:var(--theme-bg-white1-fill)}html.n-el .el-message-box{max-width:420px;width:90%}html.n-el .el-message{min-width:320px}
2
2
  /*!
3
3
  * Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
4
4
  * License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
@@ -16,7 +16,7 @@
16
16
  .n-navProg[data-v-4f25f992]{position:fixed;top:0;z-index:10000;width:100%;height:3px;border-radius:2px;pointer-events:none;left:0}.n-navProg>div[data-v-4f25f992]{position:relative;left:0;height:100%;background:var(--theme-color-gd)}.n-navProg.n-navProgLeft[data-v-4f25f992]{-webkit-transform-origin:left top;transform-origin:left top;width:100vh;-webkit-transform:rotateZ(90deg) translate(0, -100%);transform:rotateZ(90deg) translate(0, -100%)}.n-navProg.n-navProgRight[data-v-4f25f992]{-webkit-transform-origin:left top;transform-origin:left top;width:100vh;-webkit-transform:rotateZ(90deg);transform:rotateZ(90deg);left:100%}.n-navProg.n-navProgBottom[data-v-4f25f992]{top:auto;bottom:0}
17
17
  .n-numRoll[data-v-c09344f8]{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.n-numRoll .n-numRoll-item[data-v-c09344f8]{height:100%;-webkit-box-flex:1;-ms-flex:1;flex:1;overflow:hidden;position:relative}.n-numRoll .n-numRoll-item>ul[data-v-c09344f8]{width:100%;height:100%;overflow:visible;text-align:center;position:relative}.n-numRoll .n-numRoll-item>ul>li[data-v-c09344f8]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;height:100%}
18
18
  .n-preview[data-v-4ca6229b]{width:100%;height:100%;-webkit-transition:all .2s;transition:all .2s;visibility:hidden;opacity:.2;z-index:3000;position:fixed;left:0;top:0;background:rgba(0,0,0,.6)}.n-preview .el-icon-close[data-v-4ca6229b],.n-preview .el-icon-arrow-left[data-v-4ca6229b],.n-preview .el-icon-arrow-right[data-v-4ca6229b]{z-index:10;position:absolute;background:rgba(0,0,0,.3);color:#ccc;font-size:23px;width:40px;height:40px;border-radius:50%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.n-preview .el-icon-close[data-v-4ca6229b]:hover,.n-preview .el-icon-arrow-left[data-v-4ca6229b]:hover,.n-preview .el-icon-arrow-right[data-v-4ca6229b]:hover{color:#fff;background:rgba(0,0,0,.7);text-shadow:0 0 10px #fff}.n-preview .el-icon-close[data-v-4ca6229b]{top:30px;right:30px}.n-preview .el-icon-arrow-left[data-v-4ca6229b]{left:30px;top:50%;-webkit-transform:translate(0, -50%);transform:translate(0, -50%)}.n-preview .el-icon-arrow-right[data-v-4ca6229b]{right:30px;top:50%;-webkit-transform:translate(0, -50%);transform:translate(0, -50%)}.n-preview .n-preview-oper[data-v-4ca6229b]{z-index:10;position:absolute;left:50%;bottom:30px;-webkit-transform:translate(-50%);transform:translate(-50%);background:rgba(0,0,0,.3);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:23px;color:#ccc;height:50px;border-radius:25px}.n-preview .n-preview-oper>i[data-v-4ca6229b]{margin:0 15px}.n-preview .n-preview-oper>i[data-v-4ca6229b]:hover{color:#fff;text-shadow:0 0 10px #fff}.n-preview .n-preview-view[data-v-4ca6229b]{z-index:1;position:absolute;overflow:hidden;position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%);width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.n-preview .n-preview-view>*[data-v-4ca6229b]{z-index:5}.n-preview .n-preview-view .n-preview-mask[data-v-4ca6229b]{position:absolute;overflow:hidden;position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%);width:100%;height:100%;z-index:1}.n-preview .n-preview-view>div[data-v-4ca6229b]{overflow:hidden}.n-preview-show[data-v-4ca6229b]{visibility:visible;opacity:1}
19
- .n-scrollbar[data-v-ef8ce540]{width:7px;height:100%;position:absolute;right:0;background:var(--theme-scroll-bg);top:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;visibility:hidden;overflow:hidden}.n-scrollbar>div[data-v-ef8ce540]{width:100%;height:100%;background:var(--theme-scroll-btn-opacity);cursor:auto;border-radius:3.5px}.n-scrollbar>div[data-v-ef8ce540]:hover{background:var(--theme-scroll-btn)}.n-scrollbar.n-scrollbarHori[data-v-ef8ce540]{width:100%;height:7px;right:auto;top:auto;left:0;bottom:0}.n-scrollbar.n-scrollbarShow[data-v-ef8ce540]{visibility:visible}.n-scrollbar.n-scrollbarMove>div[data-v-ef8ce540]{background:var(--theme-scroll-btn)}
19
+ .n-scrollbar[data-v-4a61100e]{width:7px;height:100%;position:absolute;right:0;background:var(--theme-scroll-bg);top:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;visibility:hidden;overflow:hidden}.n-scrollbar>div[data-v-4a61100e]{width:100%;height:100%;background:var(--theme-scroll-btn-opacity);cursor:auto;border-radius:3.5px}.n-scrollbar>div[data-v-4a61100e]:hover{background:var(--theme-scroll-btn)}.n-scrollbar.n-scrollbarHori[data-v-4a61100e]{width:100%;height:7px;right:auto;top:auto;left:0;bottom:0}.n-scrollbar.n-scrollbarShow[data-v-4a61100e]{visibility:visible}.n-scrollbar.n-scrollbarMove>div[data-v-4a61100e]{background:var(--theme-scroll-btn)}
20
20
  .n-slide[data-v-2ccc2fc4]{width:100%;height:100%;position:relative}.n-slide .n-slide-view[data-v-2ccc2fc4]{width:100%;height:100%;position:relative;overflow:hidden;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.n-slide .n-slide-viewBox[data-v-2ccc2fc4]{width:100%;-ms-flex-negative:0;flex-shrink:0;height:100%;position:relative;-webkit-transform:translate(0, 0);transform:translate(0, 0);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch}.n-slide .n-slide-viewBox>li[data-v-2ccc2fc4]{-ms-flex-negative:0;flex-shrink:0;width:100%;height:100%;position:relative;z-index:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.n-slide .n-slide-viewBox .n-slide-sub[data-v-2ccc2fc4]{z-index:2}.n-slide .n-slide-viewBox .n-slide-cur[data-v-2ccc2fc4]{z-index:3}.n-slide .n-slide-viewBox.n-slide-view-anim[data-v-2ccc2fc4]{-webkit-transition:all .3s;transition:all .3s}.n-slide .n-slide-content[data-v-2ccc2fc4]{-ms-flex-negative:0;flex-shrink:0;width:100%;height:100%}.n-slide .n-slide-dots[data-v-2ccc2fc4]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:absolute;left:50%;-webkit-transform:translate(-50%);transform:translate(-50%);margin-top:20px;bottom:10px;z-index:5;gap:10px}.n-slide .n-slide-dots>li[data-v-2ccc2fc4]{cursor:pointer;background:rgba(255,255,255,.6);border-radius:3px;width:5px;height:5px;-webkit-transition:all .3s;transition:all .3s}.n-slide .n-slide-dots .n-slide-dots-cur[data-v-2ccc2fc4]{background:var(--theme-color);width:20px}.n-slide.n-slideVert .n-slide-viewBox[data-v-2ccc2fc4]{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}
21
21
  .n-timeAxis[data-v-132ec660]{width:100%;height:80px;cursor:w-resize}
22
22
  .n-tooltip-seat[data-v-dd72c8bc]{display:inline}
@@ -27,7 +27,7 @@
27
27
  .n-customCol[data-v-7ca974ff] .n-handle-content{max-width:1000px}.n-customCol .n-customCol-content[data-v-7ca974ff]{height:60vh;max-height:700px;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch}.n-customCol .n-customCol-content .n-customCol-left[data-v-7ca974ff]{-webkit-box-flex:1;-ms-flex:1;flex:1;width:0;border:1px solid var(--theme-border3);margin-right:20px;overflow-y:auto}.n-customCol .n-customCol-content .n-customCol-left>li[data-v-7ca974ff]{width:100%;padding:20px}.n-customCol .n-customCol-content .n-customCol-left>li>p[data-v-7ca974ff]{color:var(--theme-text1);font-weight:bold;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:20px}.n-customCol .n-customCol-content .n-customCol-left>li>p>span[data-v-7ca974ff]{cursor:pointer;font-weight:300;font-size:12px;margin-left:auto;color:var(--theme-color)}.n-customCol .n-customCol-content .n-customCol-left>li>p>span[data-v-7ca974ff]:hover{opacity:.7}.n-customCol .n-customCol-content .n-customCol-left>li>div[data-v-7ca974ff]{display:grid;gap:20px;grid-template-columns:repeat(auto-fill, minmax(100px, 1fr))}.n-customCol .n-customCol-content .n-customCol-left>li>div>*[data-v-7ca974ff]{margin:0}.n-customCol .n-customCol-content .n-customCol-left>li>div .el-checkbox[data-v-7ca974ff]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.n-customCol .n-customCol-content .n-customCol-left>li>div .el-checkbox .el-checkbox__input[data-v-7ca974ff]{line-height:0}.n-customCol .n-customCol-content .n-customCol-left>li>div .el-checkbox .el-checkbox__label[data-v-7ca974ff]{white-space:pre-wrap}.n-customCol .n-customCol-content .n-customCol-left>li+li[data-v-7ca974ff]{border-top:1px solid var(--theme-border3)}.n-customCol .n-customCol-content .n-customCol-right[data-v-7ca974ff]{-webkit-box-flex:0;-ms-flex:0 1 25%;flex:0 1 25%;max-width:240px;min-width:200px;width:0;border:1px solid var(--theme-border3);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.n-customCol .n-customCol-content .n-customCol-right>div[data-v-7ca974ff]{height:30px;background:var(--theme-bg-white1);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:var(--theme-color);border-top:1px solid var(--theme-border3);cursor:pointer}.n-customCol .n-customCol-content .n-customCol-right>div[data-v-7ca974ff]:hover{background:var(--theme-color-light9)}.n-customCol .n-customCol-content .n-customCol-right>p[data-v-7ca974ff]{font-size:14px;color:var(--theme-text3);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:0 10px;height:36px;border-bottom:1px solid var(--theme-border3)}.n-customCol .n-customCol-content .n-customCol-right>p>span[data-v-7ca974ff]{cursor:pointer;color:var(--theme-color)}.n-customCol .n-customCol-content .n-customCol-right>p>span[data-v-7ca974ff]:hover{opacity:.7}.n-customCol .n-customCol-content .n-customCol-right>ul[data-v-7ca974ff]{-webkit-box-flex:1;-ms-flex:1;flex:1;padding:10px;overflow-y:auto}.n-customCol .n-customCol-content .n-customCol-right>ul>li[data-v-7ca974ff]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:0 10px;height:30px;font-size:14px;width:100%;position:relative;color:var(--theme-text4);background:var(--theme-bg-white3);border-radius:3px}.n-customCol .n-customCol-content .n-customCol-right>ul>li>i[data-v-7ca974ff]{margin-left:5px}.n-customCol .n-customCol-content .n-customCol-right>ul>li>i[data-v-7ca974ff]:hover{font-weight:bold;color:var(--theme-color-dark1)}.n-customCol .n-customCol-content .n-customCol-right>ul>li>span[data-v-7ca974ff]{-webkit-box-flex:1;-ms-flex:1;flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.n-customCol .n-customCol-content .n-customCol-right>ul>li+li[data-v-7ca974ff]{margin-top:10px}.n-customCol .n-customCol-content .n-customCol-right>ul>li[data-v-7ca974ff]:hover{background:var(--theme-grey-light8)}.n-customCol .n-customCol-content .n-customCol-right>ul .n-customCol-fixed-left[data-v-7ca974ff]{background:var(--theme-color-light9);color:var(--theme-color)}.n-customCol .n-customCol-content .n-customCol-right>ul .n-customCol-fixed-right[data-v-7ca974ff]{background:var(--theme-yellow-light9);color:var(--theme-yellow)}.n-customCol .n-customCol-content .n-customCol-right>ul .n-customCol-fixed-right>i[data-v-7ca974ff]:hover{color:var(--theme-yellow-dark1)}.n-customCol .n-customCol-content .n-customCol-right>ul .n-customCol-drag-t[data-v-7ca974ff]::before,.n-customCol .n-customCol-content .n-customCol-right>ul .n-customCol-drag-b[data-v-7ca974ff]::before{content:" ";position:absolute;left:0;top:0;width:100%;height:1px;background:var(--theme-color);-webkit-transform:translate(0, -5px);transform:translate(0, -5px)}.n-customCol .n-customCol-content .n-customCol-right>ul .n-customCol-drag-b[data-v-7ca974ff]::before{-webkit-transform:translate(0, 5px);transform:translate(0, 5px);bottom:0;top:auto}.n-customCol[data-v-7ca974ff] .n-handle-bottom{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}
28
28
  .n-customItem[data-v-4e98d4b2] .n-handle-content{max-width:700px}.n-customItem .n-customItem-main[data-v-4e98d4b2]{height:50vh;max-height:700px;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;gap:10px}.n-customItem .n-customItem-title[data-v-4e98d4b2]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:var(--theme-text1);font-weight:bold;display:flex;align-items:center;gap:5px;height:36px;font-size:13px;background:var(--theme-bg-white3);padding:0 10px}.n-customItem .n-customItem-title>span[data-v-4e98d4b2]{cursor:pointer;font-weight:300;margin-left:auto;font-size:12px;color:var(--theme-text5)}.n-customItem .n-customItem-title>em[data-v-4e98d4b2]{margin-left:auto;color:var(--theme-color);font-weight:300;cursor:pointer}.n-customItem .n-customItem-left[data-v-4e98d4b2]{-webkit-box-flex:1;-ms-flex:1;flex:1;width:0;border:1px solid var(--theme-border3);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch}.n-customItem .n-customItem-opts[data-v-4e98d4b2]{display:grid;height:0;-webkit-box-flex:1;-ms-flex:1;flex:1;padding:10px;overflow-y:auto;overflow-x:hidden;gap:10px;grid-template-columns:repeat(auto-fill, minmax(150px, 1fr));grid-auto-rows:36px}.n-customItem .n-customItem-opts>li[data-v-4e98d4b2]{border-radius:3px;background:var(--theme-bg-white3);min-width:0;min-height:0;width:100%;height:100%;padding:0 15px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:14px;color:var(--theme-text3);cursor:pointer}.n-customItem .n-customItem-opts>li[data-v-4e98d4b2]:hover{color:var(--theme-color)}.n-customItem .n-customItem-opts .n-customItem-check[data-v-4e98d4b2]{color:var(--theme-color);background:var(--theme-color-light9)}.n-customItem .n-customItem-opts .n-customItem-disabled[data-v-4e98d4b2]{opacity:.5;cursor:not-allowed}.n-customItem .n-customItem-right[data-v-4e98d4b2]{-webkit-box-flex:0;-ms-flex:0 1 25%;flex:0 1 25%;max-width:240px;min-width:200px;width:0;border:1px solid var(--theme-border3);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.n-customItem .n-customItem-list[data-v-4e98d4b2]{-webkit-box-flex:1;-ms-flex:1;flex:1;height:0;padding:10px;overflow-y:auto}.n-customItem .n-customItem-list>li[data-v-4e98d4b2]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:0 10px;height:30px;font-size:14px;width:100%;position:relative;color:var(--theme-text4);background:var(--theme-bg-white3);border-radius:3px;gap:5px}.n-customItem .n-customItem-list>li>i[data-v-4e98d4b2]:hover{color:var(--theme-color)}.n-customItem .n-customItem-list>li>span[data-v-4e98d4b2]{-webkit-box-flex:1;-ms-flex:1;flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.n-customItem .n-customItem-list>li+li[data-v-4e98d4b2]{margin-top:10px}.n-customItem .n-customItem-list .n-customItem-fixed-left[data-v-4e98d4b2]{background:var(--theme-color-opacity1);color:var(--theme-color)}.n-customItem .n-customItem-list .n-customItem-fixed-right[data-v-4e98d4b2]{background:var(--theme-yellow-light9);color:var(--theme-yellow)}.n-customItem .n-customItem-list .n-customItem-dragT[data-v-4e98d4b2]::before,.n-customItem .n-customItem-list .n-customItem-dragB[data-v-4e98d4b2]::before{content:" ";position:absolute;left:0;top:0;width:100%;height:1px;background:var(--theme-color);-webkit-transform:translate(0, -5px);transform:translate(0, -5px)}.n-customItem .n-customItem-list .n-customItem-dragB[data-v-4e98d4b2]::before{-webkit-transform:translate(0, 5px);transform:translate(0, 5px);bottom:0;top:auto}
29
29
  .n-form>.el-tag{margin:4px 10px 4px 0}.n-form>.el-switch{height:36px}.n-form>.el-input input,.n-form>.el-cascader,.n-form>.el-input,.n-form>.el-input-number,.n-form>.el-select,.n-form>.el-textarea,.n-form>.el-slider,.n-form>.el-date-editor:not([__null__]){width:100%}.n-form>.n-form-richText{width:100%;background:var(--theme-bg-white1)}.n-form>.n-form-txt{color:var(--theme-text5);height:36px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.n-form>.n-form-code{color:#ccc;background:#272822;border:1px solid var(--theme-border1);border-radius:3px;max-height:400px;min-height:32px;overflow-y:auto}.n-form>.n-form-code::-webkit-scrollbar{background:rgba(255,255,255,0);width:7px;height:7px}.n-form>.n-form-code::-webkit-scrollbar-thumb{background:rgba(255,255,255,.3);border-radius:calc(7px / 2)}.n-form>.n-form-code::-webkit-scrollbar-thumb:hover{background:rgba(255,255,255,.9)}.n-form>.n-form-code::-webkit-scrollbar-button{display:none}.n-form>.n-form-code>p{display:-webkit-box;display:-ms-flexbox;display:flex;line-height:22px;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch}.n-form>.n-form-code>p>span:nth-child(1){padding:0 5px;-webkit-box-flex:0;-ms-flex:0 0 40px;flex:0 0 40px;border-right:1px solid rgba(255,255,255,.1);text-align:right;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;margin-right:5px}.n-form>.n-form-code>p>span:nth-child(2){-webkit-box-flex:1;-ms-flex:1;flex:1;padding:0 5px;white-space:pre-wrap}
30
- .n-handle[data-v-31734186]{--zIndex:1000;--size:700px;position:fixed;left:-200%;top:0;width:100%;height:100%;z-index:var(--zIndex);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-align:center;-ms-flex-align:center;align-items:center;overflow:hidden;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;-webkit-transition:left 0s linear .3s;transition:left 0s linear .3s}.n-handle .n-handle-mask[data-v-31734186]{position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%);opacity:0;width:100%;height:100%;background:var(--theme-bg-black1);-webkit-transition:all .3s;transition:all .3s}.n-handle .n-handle-content[data-v-31734186]{position:relative;-webkit-transition:all .3s;transition:all .3s;z-index:2;-webkit-transform:translate(100%, 0);transform:translate(100%, 0);background:var(--theme-bg-white1-fill);padding:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;height:100%;width:var(--size)}.n-handle .n-handle-header[data-v-31734186]{font-size:17px;margin-bottom:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:var(--theme-text3)}.n-handle .n-handle-header>i[data-v-31734186]{cursor:pointer;font-size:17px;color:var(--theme-text5);margin-left:auto;width:24px;height:24px;border-radius:3px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.n-handle .n-handle-header>i[data-v-31734186]:hover{background:var(--theme-color-light9);color:var(--theme-color)}.n-handle .n-handle-bottom[data-v-31734186]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-top:30px}.n-handle[data-v-31734186] .n-handle-form{overflow-y:auto;height:0;-webkit-box-flex:1;-ms-flex:1;flex:1}.n-handle[data-v-31734186] .n-handle-form .n-handle-form-err{-webkit-transition:all .3s;transition:all .3s;background:var(--theme-red-light9)}.n-handle[data-v-31734186] .n-handle-form .n-handle-form-errInfo{color:var(--theme-red);margin-top:6px;font-size:12px}.n-handle[data-v-31734186] .n-handle-form .n-handle-form-required{color:var(--theme-red);margin-right:3px}.n-handle[data-v-31734186] .n-handle-form .n-handle-form-label{height:36px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:160px;-ms-flex-negative:0;flex-shrink:0;color:var(--theme-text3);padding-right:12px}.n-handle[data-v-31734186] .n-handle-form .n-handle-form-label>em{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.n-handle[data-v-31734186] .n-handle-form .n-handle-form-content{-webkit-box-flex:1;-ms-flex:1;flex:1;width:0}.n-handle[data-v-31734186] .n-handle-form>li{border-radius:5px;margin-bottom:10px;padding:10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-transition:all .3s;transition:all .3s;font-size:14px}.n-handle[data-v-31734186] .n-handle-form .n-form>.n-num,.n-handle[data-v-31734186] .n-handle-form .n-form>.el-cascader,.n-handle[data-v-31734186] .n-handle-form .n-form>.n-checkBtn:not(.n-checkBtnAuto),.n-handle[data-v-31734186] .n-handle-form .n-form>.el-input,.n-handle[data-v-31734186] .n-handle-form .n-form>.el-input-number,.n-handle[data-v-31734186] .n-handle-form .n-form>.el-select,.n-handle[data-v-31734186] .n-handle-form .n-form>.el-textarea,.n-handle[data-v-31734186] .n-handle-form .n-form>.el-range-editor,.n-handle[data-v-31734186] .n-handle-form .n-form>.n-inputDate{width:300px;max-width:100%}.n-handle[data-v-31734186] .n-handle-form .n-form>.el-slider{width:280px;max-width:calc(100% - 20px)}.n-handle[data-v-31734186] .n-handle-form .n-upload .n-upload-btn{max-width:300px}.n-handle.n-handleShow[data-v-31734186]{left:0;-webkit-transition:none;transition:none}.n-handle.n-handleShow .n-handle-mask[data-v-31734186]{opacity:.5}.n-handle.n-handleShow .n-handle-content[data-v-31734186]{-webkit-transform:translate(0, 0);transform:translate(0, 0)}.n-handle.n-handleDialog[data-v-31734186]{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.n-handle.n-handleDialog .n-handle-content[data-v-31734186]{height:auto;border-radius:2px;opacity:0;max-height:90vh;-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto;-webkit-transform:translate(0, -50px);transform:translate(0, -50px)}.n-handle.n-handleDialog.n-handleShow .n-handle-content[data-v-31734186]{opacity:1;-webkit-transform:translate(0, 0);transform:translate(0, 0)}.n-handle.n-handlePage[data-v-31734186]{position:static;height:auto;display:block;z-index:1}.n-handle.n-handlePage .n-handle-mask[data-v-31734186]{display:none}.n-handle.n-handlePage .n-handle-content[data-v-31734186]{width:100%;display:block;-webkit-transform:translate(0, 0);transform:translate(0, 0)}.n-handle.n-handlePage .n-handle-form[data-v-31734186]{height:auto}
30
+ .n-handle[data-v-1393dcea]{--zIndex:1000;--size:700px;position:fixed;left:-200%;top:0;width:100%;height:100%;z-index:var(--zIndex);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-align:center;-ms-flex-align:center;align-items:center;overflow:hidden;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;-webkit-transition:left 0s linear .3s;transition:left 0s linear .3s}.n-handle .n-handle-mask[data-v-1393dcea]{position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%);opacity:0;width:100%;height:100%;background:var(--theme-bg-black1);-webkit-transition:all .3s;transition:all .3s}.n-handle .n-handle-content[data-v-1393dcea]{position:relative;-webkit-transition:all .3s;transition:all .3s;z-index:2;-webkit-transform:translate(100%, 0);transform:translate(100%, 0);background:var(--theme-bg-white1-fill);padding:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;height:100%;width:var(--size)}.n-handle .n-handle-header[data-v-1393dcea]{font-size:17px;margin-bottom:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:var(--theme-text3)}.n-handle .n-handle-header>i[data-v-1393dcea]{cursor:pointer;font-size:17px;color:var(--theme-text5);margin-left:auto;width:24px;height:24px;border-radius:3px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.n-handle .n-handle-header>i[data-v-1393dcea]:hover{background:var(--theme-color-light9);color:var(--theme-color)}.n-handle .n-handle-bottom[data-v-1393dcea]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-top:30px}.n-handle[data-v-1393dcea] .n-handle-form{overflow-y:auto;height:0;-webkit-box-flex:1;-ms-flex:1;flex:1}.n-handle[data-v-1393dcea] .n-handle-form .n-handle-form-err{-webkit-transition:all .3s;transition:all .3s;background:var(--theme-red-light9)}.n-handle[data-v-1393dcea] .n-handle-form .n-handle-form-errInfo{color:var(--theme-red);margin-top:6px;font-size:12px}.n-handle[data-v-1393dcea] .n-handle-form .n-handle-form-required{color:var(--theme-red);margin-right:3px}.n-handle[data-v-1393dcea] .n-handle-form .n-handle-form-label{height:36px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:160px;-ms-flex-negative:0;flex-shrink:0;color:var(--theme-text3);padding-right:12px}.n-handle[data-v-1393dcea] .n-handle-form .n-handle-form-label>em{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.n-handle[data-v-1393dcea] .n-handle-form .n-handle-form-content{-webkit-box-flex:1;-ms-flex:1;flex:1;width:0}.n-handle[data-v-1393dcea] .n-handle-form>li{border-radius:5px;margin-bottom:10px;padding:10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-transition:all .3s;transition:all .3s;font-size:14px}.n-handle[data-v-1393dcea] .n-handle-form .n-form>.n-num,.n-handle[data-v-1393dcea] .n-handle-form .n-form>.el-cascader,.n-handle[data-v-1393dcea] .n-handle-form .n-form>.n-checkBtn:not(.n-checkBtnAuto),.n-handle[data-v-1393dcea] .n-handle-form .n-form>.el-input,.n-handle[data-v-1393dcea] .n-handle-form .n-form>.el-input-number,.n-handle[data-v-1393dcea] .n-handle-form .n-form>.el-select,.n-handle[data-v-1393dcea] .n-handle-form .n-form>.el-textarea,.n-handle[data-v-1393dcea] .n-handle-form .n-form>.el-range-editor,.n-handle[data-v-1393dcea] .n-handle-form .n-form>.n-inputDate{width:300px;max-width:100%}.n-handle[data-v-1393dcea] .n-handle-form .n-form>.el-slider{width:280px;max-width:calc(100% - 20px)}.n-handle[data-v-1393dcea] .n-handle-form .n-upload .n-upload-btn{max-width:300px}.n-handle.n-handleShow[data-v-1393dcea]{left:0;-webkit-transition:none;transition:none}.n-handle.n-handleShow .n-handle-mask[data-v-1393dcea]{opacity:.5}.n-handle.n-handleShow .n-handle-content[data-v-1393dcea]{-webkit-transform:translate(0, 0);transform:translate(0, 0)}.n-handle.n-handleDialog[data-v-1393dcea]{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.n-handle.n-handleDialog .n-handle-content[data-v-1393dcea]{height:auto;border-radius:2px;opacity:0;max-height:90vh;-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto;-webkit-transform:translate(0, -50px);transform:translate(0, -50px)}.n-handle.n-handleDialog.n-handleShow .n-handle-content[data-v-1393dcea]{opacity:1;-webkit-transform:translate(0, 0);transform:translate(0, 0)}.n-handle.n-handlePage[data-v-1393dcea]{position:static;height:auto;display:block;z-index:1}.n-handle.n-handlePage .n-handle-mask[data-v-1393dcea]{display:none}.n-handle.n-handlePage .n-handle-content[data-v-1393dcea]{width:100%;display:block;-webkit-transform:translate(0, 0);transform:translate(0, 0)}.n-handle.n-handlePage .n-handle-form[data-v-1393dcea]{height:auto}
31
31
  .n-inputDate[data-v-6ca378c8]{width:100%;height:36px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-radius:3px;overflow:hidden;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;background:var(--theme-bg-white1);border:1px solid var(--theme-border1)}.n-inputDate[data-v-6ca378c8]:hover{border-color:var(--theme-text6)}.n-inputDate.n-inputDate-focus[data-v-6ca378c8]{border-color:var(--theme-color) !important}.n-inputDate .n-inputDate-text[data-v-6ca378c8]{padding:0 10px;font-size:13px;color:var(--theme-text3);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.n-inputDate .n-inputDate-text>div[data-v-6ca378c8]{height:100%;text-align:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.n-inputDate .n-inputDate-text .n-inputDate-focus[data-v-6ca378c8]{background:var(--theme-color);color:#fff}.n-inputDate .n-inputDate-text>i[data-v-6ca378c8]{margin:0 1px;padding-top:-2px;margin-bottom:2px}.n-inputDate .n-inputDate-text>em[data-v-6ca378c8]{width:10px}.n-inputDate .n-inputDate-oper[data-v-6ca378c8]{width:36px;-webkit-box-flex:0;-ms-flex:0 0 36px;flex:0 0 36px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch}.n-inputDate .n-inputDate-oper>i[data-v-6ca378c8]{cursor:pointer;height:50%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background:var(--theme-bg-white4);color:var(--theme-text3)}.n-inputDate .n-inputDate-oper>i[data-v-6ca378c8]:hover{background:var(--theme-bg-white5);color:var(--theme-color)}.n-inputDate .n-inputDate-oper>i+i[data-v-6ca378c8]{border-top:1px solid var(--theme-border3)}.n-inputDate.n-inputDateDisabled[data-v-6ca378c8]{cursor:not-allowed;background:var(--theme-bg-white3)}.n-inputDate.n-inputDateDisabled .n-inputDate-text[data-v-6ca378c8],.n-inputDate.n-inputDateDisabled .n-inputDate-oper[data-v-6ca378c8]{pointer-events:none}.n-inputDate.n-inputDateDisabled .n-inputDate-oper[data-v-6ca378c8]{background:var(--theme-bg-white4) !important}
32
32
  .n-menu[data-v-0e871aba]{width:100%;height:100%;position:relative;background:var(--theme-bg-white1);overflow-y:auto;overflow-x:hidden}.n-menu[data-v-0e871aba]::-webkit-scrollbar{width:0px;height:0px}.n-menu.n-menuHori[data-v-0e871aba]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;overflow-y:hidden;overflow-x:auto}.n-menu.n-menuHori[data-v-0e871aba] .n-menu-nodeTop{height:100%;width:auto;-ms-flex-negative:0;flex-shrink:0;width:60px}.n-menu.n-menuHori[data-v-0e871aba] .n-menu-nodeTop>.n-menu-node-line>i{margin-right:12px}.n-menu.n-menuHori[data-v-0e871aba] .n-menu-nodeTop>.n-menu-node-line.n-menu-node-check{border-right:0;overflow:hidden;border-top:3px solid var(--theme-color);padding-bottom:3px;background:-webkit-gradient(linear, left top, left bottom, from(var(--theme-color-opacity1)), to(rgba(255, 255, 255, 0)));background:linear-gradient(180deg, var(--theme-color-opacity1), rgba(255, 255, 255, 0))}.n-menu.n-menuHori.n-menuExpand[data-v-0e871aba] .n-menu-nodeTop{width:160px}
33
33
  .n-menu-node[data-v-2fb38d8a]{width:100%;height:60px;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;height:auto;position:relative;font-size:15px;-webkit-transition:all .5s;transition:all .5s;color:var(--theme-text3)}.n-menu-node-line[data-v-2fb38d8a]{width:100%;height:60px;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;cursor:pointer}.n-menu-node-line>span[data-v-2fb38d8a]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-flex:1;-ms-flex:1;flex:1;overflow:hidden;min-width:59px}.n-menu-node-line>span>i[data-v-2fb38d8a]{width:0;-webkit-box-flex:0;-ms-flex:0 0 59px;flex:0 0 59px;font-size:19px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.n-menu-node-line>span>span[data-v-2fb38d8a]{padding-right:10px;-webkit-box-flex:1;-ms-flex:1;flex:1;width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.n-menu-node-line>i[data-v-2fb38d8a]{margin-right:24px;-webkit-transition:all .5s;transition:all .5s}.n-menu-node-line[data-v-2fb38d8a]:hover{color:var(--theme-color);background-color:var(--theme-color-opacity1)}.n-menu-node-line.n-menu-node-focus[data-v-2fb38d8a]{color:var(--theme-color)}.n-menu-node-line.n-menu-node-check[data-v-2fb38d8a]{border-right:4px solid var(--theme-color);color:var(--theme-color);background:-webkit-gradient(linear, right top, left top, from(var(--theme-color-opacity1)), to(rgba(255, 255, 255, 0)));background:linear-gradient(-90deg, var(--theme-color-opacity1), rgba(255, 255, 255, 0))}.n-menu-node-line.n-menu-node-disabled[data-v-2fb38d8a]{cursor:not-allowed;background:var(--theme-grey-opacity1);color:var(--theme-text5)}.n-menu-sub[data-v-2fb38d8a]{background:var(--theme-bg-white3);width:100%;-webkit-transition:max-height .5s;transition:max-height .5s;overflow:hidden}
@@ -40,8 +40,8 @@
40
40
  .n-search[data-v-7354cdaa]{width:100%}.n-search .n-search-tag[data-v-7354cdaa]{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-line-pack:start;align-content:flex-start;gap:10px}.n-search .n-search-tag .n-search-filterTag[data-v-7354cdaa],.n-search .n-search-tag .n-search-filterIcon[data-v-7354cdaa]{min-height:36px;font-size:13px;border-radius:3px;border:1px solid var(--theme-border1);color:var(--theme-text5);background:var(--theme-bg-white3);padding:5px 12px}.n-search .n-search-tag .n-search-filterIcon[data-v-7354cdaa]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:36px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:pointer;background:var(--theme-bg-white1);color:var(--theme-text3)}.n-search .n-search-tag .n-search-filterIcon[data-v-7354cdaa]:hover,.n-search .n-search-tag .n-search-filterIcon.n-search-filterIcon-check[data-v-7354cdaa]{color:var(--theme-color);border-color:var(--theme-color)}.n-search .n-search-tag .n-search-filterIcon[data-v-7354cdaa]::before{margin-right:5px}.n-search .n-search-tag .n-search-filterTag[data-v-7354cdaa]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;line-height:1.7;color:var(--theme-text4)}.n-search .n-search-tag .n-search-filterTag>i[data-v-7354cdaa]{cursor:pointer;margin-left:10px;width:16px;font-size:12px;height:16px;border-radius:50%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;line-height:1;color:var(--theme-text6)}.n-search .n-search-tag .n-search-filterTag>i[data-v-7354cdaa]:hover{color:var(--theme-text5);background:var(--theme-grey-light8)}.n-search .n-search-tag .n-search-filterBtns[data-v-7354cdaa]{margin-left:auto;white-space:nowrap;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.n-search .n-search-tag .n-search-filterBtns>span[data-v-7354cdaa]{margin-left:10px;border:0;cursor:pointer;color:var(--theme-color);font-size:14px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.n-search .n-search-tag .n-search-filterBtns>span[data-v-7354cdaa]:hover{opacity:.7}.n-search .n-search-pop[data-v-7354cdaa]{width:100%;color:var(--theme-text3);overflow:hidden;-webkit-transition:all .2s;transition:all .2s;-ms-flex-wrap:wrap;flex-wrap:wrap;border-radius:3px;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-line-pack:start;align-content:flex-start;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;gap:15px 0;display:grid}.n-search .n-search-pop[data-v-7354cdaa] >li{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;overflow:hidden;min-width:0;min-height:0}.n-search .n-search-pop[data-v-7354cdaa] >li .n-search-label{display:inline-block;width:0;font-size:13px;-webkit-box-flex:0;-ms-flex:0 0 100px;flex:0 0 100px;overflow:hidden;text-overflow:ellipsis;margin-right:15px;height:36px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.n-search .n-search-pop[data-v-7354cdaa] >li .n-search-label>em{padding-left:10px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.n-search .n-search-pop[data-v-7354cdaa] >li .n-search-label i{font-size:16px}.n-search .n-search-pop[data-v-7354cdaa] >li .n-search-label>span{margin-left:5px}@media screen and (max-width: 1400px){.n-search .n-search-pop[data-v-7354cdaa] >li .n-search-label{-webkit-box-flex:0;-ms-flex:0 0 70px;flex:0 0 70px}}.n-search .n-search-pop[data-v-7354cdaa] >li>.n-form{-webkit-box-flex:1;-ms-flex:1;flex:1;width:0}.n-search .n-search-pop[data-v-7354cdaa] >li>.n-form>.el-slider{margin-right:10px}.n-search .n-search-pop[data-v-7354cdaa] >li>.n-form>.el-checkbox{padding-right:20px}.n-search .n-search-pop .n-search-line[data-v-7354cdaa]{grid-column:1/-1}.n-search .n-search-pop .n-search-right[data-v-7354cdaa]{grid-column:-2/-1}.n-search .n-search-pop .n-search-childRight[data-v-7354cdaa]{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.n-search .n-search-tagPop[data-v-7354cdaa]{padding:0px 15px;opacity:0;background:var(--theme-bg-white3)}.n-search .n-search-tag+.n-search-pop-show[data-v-7354cdaa]{margin-top:20px;padding:13px 15px;opacity:1;-webkit-transition:all .2s linear,padding .1s linear .15s;transition:all .2s linear,padding .1s linear .15s}
41
41
  .n-selectPage[data-v-40c5786e]{width:100%;background:var(--theme-bg-white1);border:1px solid var(--theme-border3);padding:15px 20px}.n-selectPage .n-selectPage-title[data-v-40c5786e]{color:var(--theme-text2);font-weight:bold;font-size:15px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:10px}.n-selectPage .n-selectPage-title>em[data-v-40c5786e]{cursor:pointer;margin-left:auto;color:var(--theme-color);font-weight:400;font-size:12px}.n-selectPage .n-selectPage-title>em[data-v-40c5786e]:hover{opacity:.7}.n-selectPage[data-v-40c5786e] .n-page .el-pagination{text-align:right}.n-selectPage .n-selectPage-list[data-v-40c5786e]{margin:20px 0;max-height:300px;overflow:hidden auto}.n-selectPage .n-selectPage-list>li[data-v-40c5786e]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;cursor:pointer;padding:5px 5px 5px 0;margin:1px 0;color:var(--theme-text3)}.n-selectPage .n-selectPage-list>li>span[data-v-40c5786e]{color:var(--theme-text5);width:25px;text-align:right}.n-selectPage .n-selectPage-list>li>div[data-v-40c5786e]{-webkit-box-flex:1;-ms-flex:1;flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;padding:0 15px}.n-selectPage .n-selectPage-list>li>i[data-v-40c5786e]{font-size:16px;color:var(--theme-color);display:none;margin-left:auto}.n-selectPage .n-selectPage-list>li[data-v-40c5786e]:hover{background:var(--theme-bg-white2)}.n-selectPage .n-selectPage-list>li[data-v-40c5786e]:last-child{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;color:var(--theme-text5)}.n-selectPage .n-selectPage-list .n-selectPage-disabled[data-v-40c5786e]{cursor:not-allowed;color:var(--theme-text6);background:none !important}.n-selectPage .n-selectPage-list .n-selectPage-check[data-v-40c5786e]{color:var(--theme-color);background:var(--theme-color-opacity1) !important}.n-selectPage .n-selectPage-list .n-selectPage-check>i[data-v-40c5786e]{display:inline !important}.n-selectPage .n-selectPage-selectd[data-v-40c5786e]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-ms-flex-line-pack:start;align-content:flex-start;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:10px;max-height:300px;min-height:100px;overflow:hidden auto;color:var(--theme-text4)}.n-selectPage .n-selectPage-selectd>span[data-v-40c5786e]{max-width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border:1px solid var(--theme-border3);border-radius:2px;padding:5px;gap:5px;line-height:1}.n-selectPage .n-selectPage-selectd>span>em[data-v-40c5786e]{width:auto;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.n-selectPage .n-selectPage-selectd>span>i[data-v-40c5786e]{margin-left:10px;width:17px;-ms-flex-negative:0;flex-shrink:0;height:17px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:13px;border-radius:30%}.n-selectPage .n-selectPage-selectd>span>i[data-v-40c5786e]:hover{font-weight:bold;background:var(--theme-grey-light8)}.n-selectPage>article>.el-input[data-v-40c5786e]{width:100%}.n-selectPage>aside[data-v-40c5786e]{margin-top:20px;padding-top:20px;border-top:1px solid var(--theme-border3)}.n-selectPage.n-selectPageHori[data-v-40c5786e]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;gap:20px;height:500px}.n-selectPage.n-selectPageHori>article[data-v-40c5786e]{-webkit-box-flex:1;-ms-flex:1;flex:1;width:0}.n-selectPage.n-selectPageHori>article[data-v-40c5786e],.n-selectPage.n-selectPageHori>aside[data-v-40c5786e]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;height:100%}.n-selectPage.n-selectPageHori>aside[data-v-40c5786e]{margin:0;-webkit-box-flex:0;-ms-flex:0 1 40%;flex:0 1 40%;padding:0;border:0;padding-left:20px;border-left:1px solid var(--theme-border3)}.n-selectPage.n-selectPageHori .n-selectPage-list[data-v-40c5786e],.n-selectPage.n-selectPageHori .n-selectPage-selectd[data-v-40c5786e]{min-height:0;max-height:none;height:0;-webkit-box-flex:1;-ms-flex:1;flex:1}
42
42
  .n-tabs[data-v-eb534074]{width:100%;height:40px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;border-bottom:1px solid var(--theme-border3)}.n-tabs>li[data-v-eb534074]{cursor:pointer;color:var(--theme-text3);padding:0 10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.n-tabs .n-tabs-def[data-v-eb534074]{font-size:15px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:10px}.n-tabs .n-tabs-def>em[data-v-eb534074]{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.n-tabs .n-tabs-check[data-v-eb534074]{color:var(--theme-color);border-bottom:2px solid var(--theme-color);-webkit-transform:translate(0, 1px);transform:translate(0, 1px)}.n-tabs .n-tabs-disabled[data-v-eb534074]{cursor:not-allowed;color:var(--theme-text6) !important}.n-tabs>li[data-v-eb534074]:hover{color:var(--theme-color)}.n-tabs.n-tabsAuto>li[data-v-eb534074]{-webkit-box-flex:1;-ms-flex:1;flex:1;width:0}
43
- .n-tb{width:100%;font-size:14px;color:var(--theme-text3);position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;text-align:center;line-height:1.5;--fixedHead: 0px}.n-tb .n-tb-bodyBox{height:0;-webkit-box-flex:1;-ms-flex:1;flex:1;width:100%;overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.n-tb .n-tb-bodyBox::-webkit-scrollbar{background:rgba(0,0,0,0);width:0px;height:0px}.n-tb .n-tb-bodyBox::-webkit-scrollbar-thumb{background:var(--theme-scroll-btn-opacity);border-radius:calc(0px / 2)}.n-tb .n-tb-bodyBox::-webkit-scrollbar-thumb:hover{background:rgba(0,0,0,0)}.n-tb .n-tb-bodyBox::-webkit-scrollbar-button{display:none}.n-tb .n-tb-bodyBox::-webkit-scrollbar{display:none}.n-tb .n-tb-table{border-collapse:separate;table-layout:fixed;border-spacing:0;width:100%}.n-tb .n-tb-headBox,.n-tb .n-tb-footBox{overflow:hidden;z-index:6}.n-tb .n-tb-headBox{z-index:7}.n-tb .n-tb-footBox{border-top:1px solid var(--theme-border3)}.n-tb .n-tb-footBox .n-tb-td{border:0}.n-tb .n-virtualScrollTb{scrollbar-width:none;-ms-overflow-style:none}.n-tb .n-virtualScrollTb::-webkit-scrollbar{background:rgba(0,0,0,0);width:0px;height:0px}.n-tb .n-virtualScrollTb::-webkit-scrollbar-thumb{background:var(--theme-scroll-btn-opacity);border-radius:calc(0px / 2)}.n-tb .n-virtualScrollTb::-webkit-scrollbar-thumb:hover{background:rgba(0,0,0,0)}.n-tb .n-virtualScrollTb::-webkit-scrollbar-button{display:none}.n-tb .n-virtualScrollTb::-webkit-scrollbar{display:none}.n-tb .n-tb-th{background:var(--theme-bg-white2)}.n-tb .n-tb-th>.n-tb-cell{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:0}.n-tb .n-tb-headTitle{-webkit-box-flex:1;-ms-flex:1;flex:1;width:0;padding:12px}.n-tb .n-tb-td{background:var(--theme-bg-white1)}.n-tb .n-tb-th,.n-tb .n-tb-td{border-bottom:1px solid var(--theme-border3);position:relative}.n-tb .n-tb-fixedCol{position:sticky;z-index:5}.n-tb .n-tb-fixedCol.n-tb-td{background:var(--theme-bg-white1-fill)}.n-tb .n-tb-fixedCol.n-tb-th{background:var(--theme-bg-white2-fill)}.n-tb .n-tb-fixedLeftMove::after,.n-tb .n-tb-fixedRightMove::after{pointer-events:none;content:" ";width:36px;display:block;position:absolute;top:0;bottom:-1px;-webkit-transition:background .2s;transition:background .2s;right:-36px;background:-webkit-gradient(linear, right top, left top, color-stop(75%, transparent), to(var(--theme-shadow1)));background:linear-gradient(-90deg, transparent 75%, var(--theme-shadow1))}.n-tb .n-tb-fixedRightMove::after{left:-36px;right:auto;background:-webkit-gradient(linear, left top, right top, color-stop(75%, transparent), to(var(--theme-shadow1)));background:linear-gradient(90deg, transparent 75%, var(--theme-shadow1))}.n-tb .n-tb-cell{padding:12px}.n-tb>.n-scrollbar{z-index:10}.n-tb>.n-scrollbar:not(.n-scrollbarMove):not(.n-tb-scrollbarMin){opacity:0;-webkit-transition:all .3s;transition:all .3s}.n-tb>.n-scrollbar.n-tb-scrollbarMin{position:fixed;width:200px;background:rgba(0,0,0,.36);bottom:10px;left:50%;-webkit-transform:translate(-50%);transform:translate(-50%);border-radius:7px;z-index:10;border:1px solid rgba(0,0,0,.36);height:12px}.n-tb>.n-scrollbar.n-tb-scrollbarMin>div{background:rgba(255,255,255,.9);border-radius:7px;cursor:pointer}.n-tb>.n-scrollbar.n-tb-scrollbarMin>div:hover{background:#fff}.n-tb:hover>.n-scrollbar:not(.n-scrollbarMove):not(.n-tb-scrollbarMin){opacity:1}.n-tb .n-tb-expandSeat{display:inline-block;--level: 0;width:calc( var(--level) * 16px + 7px )}.n-tb .n-tb-expandIcon{-webkit-transition:all .3s;transition:all .3s;font-size:16px;margin-right:7px;-webkit-transform:rotateZ(0deg);transform:rotateZ(0deg)}.n-tb .n-tb-expandIcon.n-tb-expandIconOpen{-webkit-transform:rotateZ(90deg);transform:rotateZ(90deg)}.n-tb .n-tb-expandIcon:hover{color:var(--theme-color)}.n-tb .n-tb-expandLoading{font-size:16px;margin-right:7px}.n-tb .n-tb-expandColTd{text-align:left}.n-tb .n-tb-sortIcon{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:var(--theme-text6);cursor:pointer;font-size:12px;width:20px;height:20px;border-radius:3px;margin-right:10px}.n-tb .n-tb-sortIcon:hover{color:var(--theme-text5);background:var(--theme-grey-light8)}.n-tb .n-tb-sortIcon>i+i{margin-top:-5px}.n-tb .n-tb-sortIcon.n-tb-sortIconAsc>i:first-child{color:var(--theme-color)}.n-tb .n-tb-sortIcon.n-tb-sortIconDesc>i:last-child{color:var(--theme-color)}.n-tb .n-tb-ellipsis{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:100%;display:inline-block;line-height:1}.n-tb .n-tb-msgIcon{margin-left:7px;color:var(--theme-text5)}.n-tb .n-tb-colWidthIcon{width:6px;height:100%;border-right:1px solid var(--theme-border3);display:inline-block;position:absolute;right:-1px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;top:0;z-index:2}.n-tb .n-tb-colWidthIcon.n-tb-colWidthIconMove,.n-tb .n-tb-colWidthIcon:hover{border-color:var(--theme-color);cursor:col-resize}.n-tb .n-tb-noData{width:100%;font-size:14px;color:var(--theme-text5)}.n-tb .n-tb-noData>p{background:var(--theme-bg-white1);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:60px;border:1px solid var(--theme-border3);border-top:0}.n-tb.n-tbBorder{border:1px solid var(--theme-border3)}.n-tb.n-tbBorder .n-tb-th+*,.n-tb.n-tbBorder .n-tb-td+*{border-left:1px solid var(--theme-border3)}.n-tb.n-tbBorder .n-tb-noData>p{border:0}.n-tb.n-tbStriped .n-tb-tbody>tr:nth-child(2n)>td{background:var(--theme-bg-white2)}.n-tb.n-tbStriped .n-tb-tbody>tr:nth-child(2n)>.n-tb-fixedCol{background:var(--theme-bg-white2-fill)}.n-tb .n-tb-tbody>tr:hover>td{background:var(--theme-bg-white3)}.n-tb .n-tb-tbody>tr:hover>.n-tb-fixedCol{background:var(--theme-bg-white3-fill)}.n-tb .n-tb-tbody>tr:last-child>td{border-bottom-color:transparent}.n-tb.n-tbFixedHead>.n-tb-headBox{position:sticky;top:var(--fixedHead)}
43
+ .n-tb{width:100%;font-size:14px;color:var(--theme-text3);position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;text-align:center;line-height:1.5;--fixedHead: 0px}.n-tb .n-tb-bodyBox{height:0;-webkit-box-flex:1;-ms-flex:1;flex:1;width:100%;overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.n-tb .n-tb-bodyBox::-webkit-scrollbar{background:rgba(0,0,0,0);width:0px;height:0px}.n-tb .n-tb-bodyBox::-webkit-scrollbar-thumb{background:var(--theme-scroll-btn-opacity);border-radius:calc(0px / 2)}.n-tb .n-tb-bodyBox::-webkit-scrollbar-thumb:hover{background:rgba(0,0,0,0)}.n-tb .n-tb-bodyBox::-webkit-scrollbar-button{display:none}.n-tb .n-tb-bodyBox::-webkit-scrollbar{display:none}.n-tb .n-tb-table{border-collapse:separate;table-layout:fixed;border-spacing:0;width:100%}.n-tb .n-tb-headBox,.n-tb .n-tb-footBox{overflow:hidden;z-index:6}.n-tb .n-tb-headBox{z-index:7}.n-tb .n-tb-footBox{border-top:1px solid var(--theme-border3)}.n-tb .n-tb-footBox .n-tb-td{border:0}.n-tb .n-virtualScrollTb{scrollbar-width:none;-ms-overflow-style:none}.n-tb .n-virtualScrollTb::-webkit-scrollbar{background:rgba(0,0,0,0);width:0px;height:0px}.n-tb .n-virtualScrollTb::-webkit-scrollbar-thumb{background:var(--theme-scroll-btn-opacity);border-radius:calc(0px / 2)}.n-tb .n-virtualScrollTb::-webkit-scrollbar-thumb:hover{background:rgba(0,0,0,0)}.n-tb .n-virtualScrollTb::-webkit-scrollbar-button{display:none}.n-tb .n-virtualScrollTb::-webkit-scrollbar{display:none}.n-tb .n-tb-th{background:var(--theme-bg-white2-fill)}.n-tb .n-tb-th>.n-tb-cell{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:0}.n-tb .n-tb-headTitle{-webkit-box-flex:1;-ms-flex:1;flex:1;width:0;padding:12px}.n-tb .n-tb-td{background:var(--theme-bg-white1)}.n-tb .n-tb-th,.n-tb .n-tb-td{border-bottom:1px solid var(--theme-border3);position:relative}.n-tb .n-tb-fixedCol{position:sticky;z-index:5}.n-tb .n-tb-fixedCol.n-tb-td{background:var(--theme-bg-white1-fill)}.n-tb .n-tb-fixedCol.n-tb-th{background:var(--theme-bg-white2-fill)}.n-tb .n-tb-fixedLeftMove::after,.n-tb .n-tb-fixedRightMove::after{pointer-events:none;content:" ";width:36px;display:block;position:absolute;top:0;bottom:-1px;-webkit-transition:background .2s;transition:background .2s;right:-36px;background:-webkit-gradient(linear, right top, left top, color-stop(75%, transparent), to(var(--theme-shadow1)));background:linear-gradient(-90deg, transparent 75%, var(--theme-shadow1))}.n-tb .n-tb-fixedRightMove::after{left:-36px;right:auto;background:-webkit-gradient(linear, left top, right top, color-stop(75%, transparent), to(var(--theme-shadow1)));background:linear-gradient(90deg, transparent 75%, var(--theme-shadow1))}.n-tb .n-tb-cell{padding:12px}.n-tb>.n-scrollbar{z-index:10}.n-tb>.n-scrollbar:not(.n-scrollbarMove):not(.n-tb-scrollbarMin){opacity:0;-webkit-transition:all .3s;transition:all .3s}.n-tb>.n-scrollbar.n-tb-scrollbarMin{position:fixed;width:200px;background:rgba(0,0,0,.36);bottom:10px;left:50%;-webkit-transform:translate(-50%);transform:translate(-50%);border-radius:7px;z-index:10;border:1px solid rgba(0,0,0,.36);height:12px}.n-tb>.n-scrollbar.n-tb-scrollbarMin>div{background:rgba(255,255,255,.9);border-radius:7px;cursor:pointer}.n-tb>.n-scrollbar.n-tb-scrollbarMin>div:hover{background:#fff}.n-tb:hover>.n-scrollbar:not(.n-scrollbarMove):not(.n-tb-scrollbarMin){opacity:1}.n-tb .n-tb-expandSeat{display:inline-block;--level: 0;width:calc( var(--level) * 16px + 7px )}.n-tb .n-tb-expandIcon{-webkit-transition:all .3s;transition:all .3s;font-size:16px;margin-right:7px;-webkit-transform:rotateZ(0deg);transform:rotateZ(0deg)}.n-tb .n-tb-expandIcon.n-tb-expandIconOpen{-webkit-transform:rotateZ(90deg);transform:rotateZ(90deg)}.n-tb .n-tb-expandIcon:hover{color:var(--theme-color)}.n-tb .n-tb-expandLoading{font-size:16px;margin-right:7px}.n-tb .n-tb-expandColTd{text-align:left}.n-tb .n-tb-sortIcon{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:var(--theme-text6);cursor:pointer;font-size:12px;width:20px;height:20px;border-radius:3px;margin-right:10px}.n-tb .n-tb-sortIcon:hover{color:var(--theme-text5);background:var(--theme-grey-light8)}.n-tb .n-tb-sortIcon>i+i{margin-top:-5px}.n-tb .n-tb-sortIcon.n-tb-sortIconAsc>i:first-child{color:var(--theme-color)}.n-tb .n-tb-sortIcon.n-tb-sortIconDesc>i:last-child{color:var(--theme-color)}.n-tb .n-tb-ellipsis{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:100%;display:inline-block;line-height:1}.n-tb .n-tb-msgIcon{margin-left:7px;color:var(--theme-text5)}.n-tb .n-tb-colWidthIcon{width:6px;height:100%;border-right:1px solid var(--theme-border3);display:inline-block;position:absolute;right:-1px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;top:0;z-index:2}.n-tb .n-tb-colWidthIcon.n-tb-colWidthIconMove,.n-tb .n-tb-colWidthIcon:hover{border-color:var(--theme-color);cursor:col-resize}.n-tb .n-tb-noData{width:100%;font-size:14px;color:var(--theme-text5)}.n-tb .n-tb-noData>p{background:var(--theme-bg-white1);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:60px;border:1px solid var(--theme-border3);border-top:0}.n-tb.n-tbBorder{border:1px solid var(--theme-border3)}.n-tb.n-tbBorder .n-tb-th+*,.n-tb.n-tbBorder .n-tb-td+*{border-left:1px solid var(--theme-border3)}.n-tb.n-tbBorder .n-tb-noData>p{border:0}.n-tb.n-tbStriped .n-tb-tbody>tr:nth-child(2n)>td{background:var(--theme-bg-white2)}.n-tb.n-tbStriped .n-tb-tbody>tr:nth-child(2n)>.n-tb-fixedCol{background:var(--theme-bg-white2-fill)}.n-tb .n-tb-tbody>tr:hover>td{background:var(--theme-bg-white3)}.n-tb .n-tb-tbody>tr:hover>.n-tb-fixedCol{background:var(--theme-bg-white3-fill)}.n-tb .n-tb-tbody>tr:last-child>td{border-bottom-color:transparent}.n-tb.n-tbFixedHead>.n-tb-headBox{position:sticky;top:var(--fixedHead)}
44
44
  .n-tbEl[data-v-0014d382] .n-tbEl-scroll:not([__null__]){position:fixed;width:200px;background:rgba(0,0,0,.36);bottom:10px;left:50%;-webkit-transform:translate(-50%);transform:translate(-50%);border-radius:7px;z-index:10;border:1px solid rgba(0,0,0,.36);height:12px}.n-tbEl[data-v-0014d382] .n-tbEl-scroll:not([__null__])>div{background:rgba(255,255,255,.9);border-radius:7px;cursor:pointer}.n-tbEl[data-v-0014d382] .n-tbEl-scroll:not([__null__])>div:hover{background:#fff}.n-tbEl[data-v-0014d382] .n-tbEl-fixedHead{overflow:visible}.n-tbEl[data-v-0014d382] .n-tbEl-fixedHead .el-table__header-wrapper,.n-tbEl[data-v-0014d382] .n-tbEl-fixedHead .el-table__fixed-header-wrapper{position:sticky;z-index:4}.n-tbEl[data-v-0014d382] .n-tbEl-fixedHead .el-table__fixed-header-wrapper,.n-tbEl[data-v-0014d382] .n-tbEl-fixedHead .el-table__fixed-body-wrapper,.n-tbEl[data-v-0014d382] .n-tbEl-fixedHead .el-table__fixed-footer-wrapper{overflow:hidden;width:100%}.n-tbEl[data-v-0014d382] .n-tbEl-fixedHead .el-table__fixed,.n-tbEl[data-v-0014d382] .n-tbEl-fixedHead .el-table__fixed-right{max-width:100%;overflow:visible;z-index:5;pointer-events:none}.n-tbEl[data-v-0014d382] .n-tbEl-fixedHead .el-table__fixed *,.n-tbEl[data-v-0014d382] .n-tbEl-fixedHead .el-table__fixed-right *{pointer-events:auto}.n-tbEl[data-v-0014d382] .n-tbEl-fixedHead .el-table__fixed-right .el-table__fixed-body-wrapper,.n-tbEl[data-v-0014d382] .n-tbEl-fixedHead .el-table__fixed-right .el-table__fixed-header-wrapper,.n-tbEl[data-v-0014d382] .n-tbEl-fixedHead .el-table__fixed-right .el-table__fixed-footer-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.n-tbEl .n-tbEl-filter[data-v-0014d382]{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-line-pack:start;align-content:flex-start}.n-tbEl .n-tbEl-filter>li[data-v-0014d382]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:10px;height:30px;padding:0 10px;font-size:12px;border-radius:3px;background:var(--theme-bg-white3);border:1px solid var(--theme-border1);color:var(--theme-text3);margin-right:10px;cursor:pointer}.n-tbEl .n-tbEl-filter>li>i[data-v-0014d382]{margin-left:10px}.n-tbEl .n-tbEl-filter>li>i[data-v-0014d382]:hover{font-weight:bold;color:var(--theme-color)}
45
- .n-virtualScroll[data-v-34d40a04]{width:100%;height:100%;overflow:auto}.n-virtualScroll .n-virtualScroll-box[data-v-34d40a04]{width:100%;height:auto}.n-virtualScroll.n-virtualScrollHori>.n-virtualScroll-box[data-v-34d40a04]{height:100%}.n-virtualScroll.n-virtualScrollHori>.n-virtualScroll-box>.n-virtualScroll-view[data-v-34d40a04]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;height:100%}.n-virtualScroll.n-virtualScrollHori>.n-virtualScroll-box>.n-virtualScroll-view>*[data-v-34d40a04]{-ms-flex-negative:0;flex-shrink:0}
46
- .n-virtualScrollTb[data-v-f7ee86d8]{width:100%;height:100%;overflow:auto}.n-virtualScrollTb .n-virtualScrollTb-box[data-v-f7ee86d8]{width:100%;height:auto}
45
+ .n-virtualScroll[data-v-341a010f]{width:100%;height:100%;overflow:auto}.n-virtualScroll .n-virtualScroll-box[data-v-341a010f]{width:100%;height:auto}.n-virtualScroll.n-virtualScrollHori>.n-virtualScroll-box[data-v-341a010f]{height:100%}.n-virtualScroll.n-virtualScrollHori>.n-virtualScroll-box>.n-virtualScroll-view[data-v-341a010f]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;height:100%}.n-virtualScroll.n-virtualScrollHori>.n-virtualScroll-box>.n-virtualScroll-view>*[data-v-341a010f]{-ms-flex-negative:0;flex-shrink:0}
46
+ .n-virtualScrollTb[data-v-18b0815a]{width:100%;height:100%;overflow:auto}.n-virtualScrollTb .n-virtualScrollTb-box[data-v-18b0815a]{width:100%;height:auto}
47
47
  .n-upload[data-v-f4947bd6]{width:100%}.n-upload>li[data-v-f4947bd6]{width:100%}.n-upload>li+li[data-v-f4947bd6]{margin-top:10px}.n-upload .n-upload-item[data-v-f4947bd6]{background:var(--theme-bg-white1);border:1px dashed var(--theme-border2);border-radius:5px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:10px}.n-upload .n-upload-item i[data-v-f4947bd6]{width:26px;height:26px;font-size:26px;color:var(--theme-text6)}.n-upload .n-upload-item i[data-v-f4947bd6]:hover{color:var(--theme-color)}.n-upload .n-upload-prog[data-v-f4947bd6]{height:100%;background:var(--theme-color-gd);opacity:.7;position:absolute;left:0;bottom:0;z-index:100;width:200px !important}.n-upload .n-upload-def[data-v-f4947bd6]{position:relative;overflow:hidden}.n-upload .n-upload-def>span[data-v-f4947bd6],.n-upload .n-upload-def .n-upload-loading[data-v-f4947bd6]{-webkit-box-flex:1;-ms-flex:1;flex:1;width:0;cursor:pointer;margin-right:20px;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;color:var(--theme-color)}.n-upload .n-upload-def>.n-upload-loading[data-v-f4947bd6]{cursor:default}.n-upload .n-upload-def>.n-upload-loading[data-v-f4947bd6] .el-progress-bar__inner{background:var(--theme-color-gd) !important}.n-upload .n-upload-img[data-v-f4947bd6],.n-upload .n-upload-video[data-v-f4947bd6]{border-radius:5px;overflow:hidden;position:relative}.n-upload .n-upload-img>video[data-v-f4947bd6],.n-upload .n-upload-img>img[data-v-f4947bd6],.n-upload .n-upload-img>.n-upload-loading[data-v-f4947bd6],.n-upload .n-upload-video>video[data-v-f4947bd6],.n-upload .n-upload-video>img[data-v-f4947bd6],.n-upload .n-upload-video>.n-upload-loading[data-v-f4947bd6]{border-radius:5px;overflow:hidden;border:1px solid var(--theme-border3);width:120px;height:120px;-o-object-fit:contain;object-fit:contain}.n-upload .n-upload-img>.n-upload-loading[data-v-f4947bd6],.n-upload .n-upload-video>.n-upload-loading[data-v-f4947bd6]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.n-upload .n-upload-img>.n-upload-loading[data-v-f4947bd6] .el-progress__text,.n-upload .n-upload-video>.n-upload-loading[data-v-f4947bd6] .el-progress__text{color:var(--theme-text3)}.n-upload .n-upload-img .n-upload-fileName[data-v-f4947bd6],.n-upload .n-upload-video .n-upload-fileName[data-v-f4947bd6]{-webkit-box-flex:1;-ms-flex:1;flex:1;width:0;margin:0 20px;color:var(--theme-color);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;overflow:hidden;text-overflow:ellipsis}.n-upload .n-upload-img>.n-upload-oper[data-v-f4947bd6],.n-upload .n-upload-video>.n-upload-oper[data-v-f4947bd6]{-ms-flex-item-align:start;align-self:flex-start;width:26px;margin-left:auto}.n-upload .n-upload-img>.n-upload-oper>i[data-v-f4947bd6],.n-upload .n-upload-video>.n-upload-oper>i[data-v-f4947bd6]{display:block;margin-bottom:5px}.n-upload .n-upload-err[data-v-f4947bd6]{background:var(--theme-red-light9)}.n-upload .n-upload-errTxt[data-v-f4947bd6]{color:var(--theme-red);text-align:right;font-size:13px;margin-top:5px !important}.n-upload .n-upload-btn[data-v-f4947bd6]{border:1px dashed var(--theme-border2);border-radius:3px;max-width:400px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:120px;cursor:pointer;font-size:13px;color:var(--theme-text4)}.n-upload .n-upload-btn>i[data-v-f4947bd6]{font-size:36px;margin-bottom:10px;color:var(--theme-color)}.n-upload .n-upload-btn>*[data-v-f4947bd6]{pointer-events:none}.n-upload .n-upload-btn+li[data-v-f4947bd6]{margin-top:30px}.n-upload .n-upload-btn-hover[data-v-f4947bd6]{border-color:var(--theme-color);background:var(--theme-color-opacity1)}