n-sys 1.0.26 → 1.2.0

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 +10 -9
  2. package/index.js +1 -1
  3. package/package.json +1 -1
package/index.css CHANGED
@@ -9,31 +9,32 @@
9
9
  .n-nav[data-v-f42a468a]{background:var(--theme-color-gd);height:60px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:20px;padding:0 20px}.n-nav[data-v-f42a468a] .n-navMenu{-webkit-box-flex:1;-ms-flex:1;flex:1;width:0;min-width:150px}.n-nav[data-v-f42a468a] .n-navTag{width:0;-webkit-box-flex:1;-ms-flex:1;flex:1;height:100%}.n-nav[data-v-f42a468a] .n-navTag .n-navTag-content{margin-top:0;background:none;border-bottom:0}.n-nav[data-v-f42a468a] .n-navTag .n-navTag-routes .n-navTag-item{border:0;font-size:15px;color:rgba(255,255,255,.7)}.n-nav[data-v-f42a468a] .n-navTag .n-navTag-routes .n-navTag-item:hover{background:rgba(255,255,255,.1)}.n-nav[data-v-f42a468a] .n-navTag .n-navTag-routes .n-navTag-item .n-navTag-state{background:rgba(255,255,255,.5)}.n-nav[data-v-f42a468a] .n-navTag .n-navTag-routes .n-navTag-item .n-navTag-close{color:#fff}.n-nav[data-v-f42a468a] .n-navTag .n-navTag-routes .n-navTag-item .n-navTag-close:hover{background:rgba(255,255,255,.2)}.n-nav[data-v-f42a468a] .n-navTag .n-navTag-routes .n-navTag-item.n-navTag-check{color:#fff !important;border-top:3px solid rgba(255,255,255,.9);padding-bottom:3px;text-shadow:0 0 2px #fff;background:-webkit-gradient(linear, left bottom, left top, color-stop(50%, rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.25))) !important;background:linear-gradient(0deg, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.25)) !important}.n-nav[data-v-f42a468a] .n-navTag .n-navTag-routes .n-navTag-item.n-navTag-check .n-navTag-state{background:#fff;-webkit-box-shadow:0 0 3px 1px #fff;box-shadow:0 0 3px 1px #fff;top:calc(50% - 1.5px)}.n-nav[data-v-f42a468a] .n-navTag .n-navTag-icon{border:0;width:36px;font-size:24px;color:#fff}.n-nav[data-v-f42a468a] .n-navTag .n-navTag-icon:hover{color:#fff;text-shadow:0 0 2px #fff;background:rgba(255,255,255,.1)}.n-nav[data-v-f42a468a] .n-navTag .n-navTag-trigger{display:none}.n-nav[data-v-f42a468a] .n-nav-icon{font-size:24px;font-weight:100;color:#fff}.n-nav .n-nav-mark[data-v-f42a468a]{position:relative}.n-nav .n-nav-mark .n-nav-mark-dot[data-v-f42a468a],.n-nav .n-nav-mark .n-nav-mark-num[data-v-f42a468a]{right:0;top:0;position:absolute;background:var(--theme-red);width:7px;height:7px;border-radius:50%}.n-nav .n-nav-mark .n-nav-mark-dot[data-v-f42a468a]{width:7px;height:7px;border-radius:50%}.n-nav .n-nav-mark .n-nav-mark-num[data-v-f42a468a]{color:#fff;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;-webkit-transform:translate(50%, -50%) scale(0.9);transform:translate(50%, -50%) scale(0.9);padding:0 3px;width:auto;white-space:nowrap;font-size:12px;min-width:17px;height:17px;border-radius:8px}.n-nav .n-nav-right[data-v-f42a468a]{margin-left:auto}.n-nav[data-v-f42a468a] .n-nav-check,.n-nav[data-v-f42a468a] .n-nav-icon:hover{color:#fff;text-shadow:0 0 5px #fff}.n-nav .n-nav-selects[data-v-f42a468a]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.n-nav .n-nav-selects[data-v-f42a468a] .el-select{line-height:32px;text-align:center}.n-nav .n-nav-selects[data-v-f42a468a] .el-select+.el-select{margin-left:10px}.n-nav .n-nav-selects[data-v-f42a468a] .el-select input{height:32px;border-radius:40px}.n-nav .n-nav-selects[data-v-f42a468a] .el-select .el-input__suffix i{line-height:32px}.n-nav .n-nav-downMenu[data-v-f42a468a]{position:relative;height:100%}.n-nav .n-nav-downMenu .n-nav-downMenu-lable[data-v-f42a468a]{color:#fff;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;cursor:pointer;font-size:20px}.n-nav .n-nav-downMenu .n-nav-downMenu-pop[data-v-f42a468a]{border-radius:3px;background:var(--theme-bg-white1);-webkit-box-shadow:0 0 10px 1px var(--theme-shadow1);box-shadow:0 0 10px 1px var(--theme-shadow1);position:absolute;z-index:100;bottom:-3px;width:100%;min-width:120px;left:50%;background:var(--theme-bg-white1);-webkit-transform:translate(-50%, 100%);transform:translate(-50%, 100%);visibility:hidden;max-height:0;color:var(--theme-text4);-webkit-transition:all .3s;transition:all .3s;overflow:hidden}.n-nav .n-nav-downMenu .n-nav-downMenu-pop>li[data-v-f42a468a]{height:50px;width: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;padding:0 20px;cursor:pointer;font-size:14px}.n-nav .n-nav-downMenu .n-nav-downMenu-pop>li>i[data-v-f42a468a]{font-size:14px;color:var(--theme-text6);margin-right:10px}.n-nav .n-nav-downMenu .n-nav-downMenu-pop>li>span[data-v-f42a468a]{-webkit-box-flex:1;-ms-flex:1;flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.n-nav .n-nav-downMenu .n-nav-downMenu-pop>li.n-nav-downMenu-cur[data-v-f42a468a],.n-nav .n-nav-downMenu .n-nav-downMenu-pop>li[data-v-f42a468a]:hover{color:var(--theme-color);background-color:var(--theme-color-light9)}.n-nav .n-nav-downMenu .n-nav-downMenu-pop>li.n-nav-downMenu-cur>i[data-v-f42a468a],.n-nav .n-nav-downMenu .n-nav-downMenu-pop>li:hover>i[data-v-f42a468a]{color:var(--theme-color)}.n-nav .n-nav-downMenu .n-nav-downMenu-pop>li.n-nav-downMenu-cur[data-v-f42a468a]{background:none}.n-nav .n-nav-downMenu.n-nav-downMenuShow .n-nav-downMenu-pop[data-v-f42a468a]{visibility:visible;max-height:350px;overflow-y:auto;overflow-x:hidden}.n-nav .n-nav-downMenu.n-nav-downMenuShow .n-nav-downMenu-lable[data-v-f42a468a]{text-shadow:0 0 2px #fff}.n-nav .n-nav-user .n-nav-user-info[data-v-f42a468a]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:#fff;height:100%}.n-nav .n-nav-user .n-nav-user-info>img[data-v-f42a468a],.n-nav .n-nav-user .n-nav-user-info>i[data-v-f42a468a]{margin-right:6px;width:40px;height:40px;border-radius:50%;-o-object-fit:cover;object-fit:cover;-webkit-box-shadow:0 0 5px 1px rgba(0,0,0,.1);box-shadow:0 0 5px 1px rgba(0,0,0,.1)}.n-nav .n-nav-user .n-nav-user-info>i[data-v-f42a468a]{font-size:40px}.n-nav .n-nav-user .n-nav-user-info>div[data-v-f42a468a]{-webkit-box-flex:1;-ms-flex:1;flex:1;white-space:nowrap}.n-nav .n-nav-user .n-nav-user-info>div>h3[data-v-f42a468a]{line-height:1;font-size:15px}.n-nav .n-nav-user .n-nav-user-info>div>p[data-v-f42a468a]{margin-top:3px;font-size:12px}.n-nav .n-nav-user:hover .n-nav-user-info[data-v-f42a468a]{text-shadow:0 0 5px #fff}.n-navLight[data-v-f42a468a]{-webkit-box-shadow:0 0 10px 1px var(--theme-shadow1);box-shadow:0 0 10px 1px var(--theme-shadow1)}.n-navLight[data-v-f42a468a] .n-nav-icon{color:#555}.n-navLight[data-v-f42a468a] .n-nav-check,.n-navLight[data-v-f42a468a] .n-nav-icon:hover{color:var(--theme-color);text-shadow:none}.n-navLight[data-v-f42a468a] .n-navTag .n-navTag-routes .n-navTag-item{color:#555}.n-navLight[data-v-f42a468a] .n-navTag .n-navTag-routes .n-navTag-item:hover{background:var(--theme-bg-white3)}.n-navLight[data-v-f42a468a] .n-navTag .n-navTag-routes .n-navTag-item .n-navTag-state{background:var(--theme-grey-light7)}.n-navLight[data-v-f42a468a] .n-navTag .n-navTag-routes .n-navTag-item .n-navTag-close{color:inherit}.n-navLight[data-v-f42a468a] .n-navTag .n-navTag-routes .n-navTag-item .n-navTag-close:hover{background:var(--theme-grey-light8)}.n-navLight[data-v-f42a468a] .n-navTag .n-navTag-routes .n-navTag-item.n-navTag-check{border-top:3px solid var(--theme-color);background:-webkit-gradient(linear, left bottom, left top, color-stop(30%, rgba(255, 255, 255, 0)), to(var(--theme-color-light9))) !important;background:linear-gradient(0deg, rgba(255, 255, 255, 0) 30%, var(--theme-color-light9)) !important;color:var(--theme-color) !important;text-shadow:none}.n-navLight[data-v-f42a468a] .n-navTag .n-navTag-routes .n-navTag-item.n-navTag-check .n-navTag-state{background:var(--theme-color);-webkit-box-shadow:none;box-shadow:none}.n-navLight[data-v-f42a468a] .n-navTag .n-navTag-icon{color:#555}.n-navLight[data-v-f42a468a] .n-navTag .n-navTag-icon:hover{color:var(--theme-color-light3);text-shadow:none;background:var(--theme-color-light9)}.n-navLight .n-nav-user .n-nav-user-info[data-v-f42a468a]{color:#555}.n-navLight .n-nav-user .n-nav-user-info>div>h3[data-v-f42a468a]{color:#555}.n-navLight .n-nav-user .n-nav-user-info>div>p[data-v-f42a468a]{color:#999}.n-navLight .n-nav-user:hover .n-nav-user-info[data-v-f42a468a]{text-shadow:none}.n-navLight .n-nav-downMenu .n-nav-downMenu-lable[data-v-f42a468a]{color:#555}.n-navLight .n-nav-downMenu.n-nav-downMenuShow .n-nav-downMenu-lable[data-v-f42a468a]{color:var(--theme-color);text-shadow:none}.n-navLight[data-v-f42a468a] .n-navMenu .n-menu.n-menuHori.n-menuExpand .n-menu-nodeTop{color:#555;border-color:rgba(0,0,0,.07)}.n-navLight[data-v-f42a468a] .n-navMenu .n-menu.n-menuHori.n-menuExpand .n-menu-nodeTop>.n-menu-node-line:hover{color:var(--theme-color);text-shadow:none;background:var(--theme-color-opacity1)}.n-navLight[data-v-f42a468a] .n-navMenu .n-menu.n-menuHori.n-menuExpand .n-menu-nodeTop>.n-menu-node-line.n-menu-node-focus,.n-navLight[data-v-f42a468a] .n-navMenu .n-menu.n-menuHori.n-menuExpand .n-menu-nodeTop>.n-menu-node-line.n-menu-node-check{text-shadow:none;-webkit-box-shadow:none;box-shadow:none;background:#fff;border-color:var(--theme-color);color:var(--theme-color)}.n-navLight[data-v-f42a468a] .n-navMenu .n-menu.n-menuHori.n-menuExpand .n-menu-nodeTop:last-child{border-color:rgba(9,9,9,.07)}.n-navLight[data-v-f42a468a] .n-navMenu .n-navMenu-oper>i{color:#555}.n-navLight[data-v-f42a468a] .n-navMenu .n-navMenu-oper>i:hover{color:#555;background:rgba(0,0,0,.07);text-shadow:none}
10
10
  .n-slideMenu[data-v-59c07206]{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;z-index:10;width:59px;-webkit-transition:width .3s;transition:width .3s}.n-slideMenu .n-slideMenu-title[data-v-59c07206]{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;cursor:pointer;border-right:1px solid rgba(255,255,255,.3);background:var(--theme-color);color:#fff;font-size:26px;font-weight:100;display:flex;justify-content:center;align-items:center}.n-slideMenu .n-slideMenu-title>img[data-v-59c07206]{width:32px;height:32px;-o-object-fit:contain;object-fit:contain}.n-slideMenu .n-slideMenu-title>img+span[data-v-59c07206],.n-slideMenu .n-slideMenu-title>i+span[data-v-59c07206]{margin-left:7px}.n-slideMenu .n-slideMenu-title>span[data-v-59c07206]{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.n-slideMenu .n-slideMenu-titleLight[data-v-59c07206]{color:var(--theme-color-light3);text-shadow:none}.n-slideMenu .n-menu[data-v-59c07206]{-webkit-box-flex:1;-ms-flex:1;flex:1;height:0;overflow-y:auto;-webkit-box-shadow:0px 2px 1px 1px var(--theme-shadow2);box-shadow:0px 2px 1px 1px var(--theme-shadow2)}.n-slideMenu.n-slideMenuExpand[data-v-59c07206]{width:229px}
11
11
  .n-clipImg[data-v-1dce8d86]{width:100%;height:300px}
12
- .n-curverSlide[data-v-16e48743]{width:100%;height:100%}
12
+ .n-curverSlide[data-v-424896ff]{width:100%;height:100%}
13
13
  .n-customTheme[data-v-cf4f10d6]{position:fixed;right:-270px;top:0;height:100vh;width:270px;z-index:1000;opacity:0;-webkit-transition:all .3s;transition:all .3s;background:var(--theme-bg-white1);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;border-radius:5px;border-bottom:1px solid var(--theme-border3);-webkit-box-shadow:0 0 5px 1px var(--theme-shadow2);box-shadow:0 0 5px 1px var(--theme-shadow2);-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch}.n-customTheme .n-customTheme-head[data-v-cf4f10d6]{padding:5px 12px;background:var(--theme-bg-white3);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-bottom:1px solid var(--theme-border3);font-size:17px;color:var(--theme-text3)}.n-customTheme .n-customTheme-head>i[data-v-cf4f10d6]:hover{color:var(--theme-color)}.n-customTheme .n-customTheme-head>i+i[data-v-cf4f10d6]{margin-left:10px}.n-customTheme .n-customTheme-head[data-v-cf4f10d6] .el-button{margin-left:auto}.n-customTheme[data-v-cf4f10d6] .n-customTheme-comp{height:0;padding:0 12px;overflow-y:auto;-webkit-box-flex:1;-ms-flex:1;flex:1}.n-customTheme[data-v-cf4f10d6] .n-customTheme-comp>li:first-child .n-customTheme-comp-title{margin-top:12px}.n-customTheme[data-v-cf4f10d6] .n-customTheme-comp .n-customTheme-comp-title{display:block;margin:50px 0 3px 0;font-size:17px;color:var(--theme-text5)}.n-customTheme[data-v-cf4f10d6] .n-customTheme-comp .n-customTheme-comp-item{padding:5px 0}.n-customTheme[data-v-cf4f10d6] .n-customTheme-comp .n-customTheme-comp-item>h6{font-size:12px;color:var(--theme-text3);margin-bottom:6px}.n-customTheme[data-v-cf4f10d6] .n-customTheme-comp .n-customTheme-comp-item>p{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}.n-customTheme[data-v-cf4f10d6] .n-customTheme-comp .n-customTheme-comp-item>p .el-input{-webkit-box-flex:1;-ms-flex:1;flex:1;width:0;margin-right:10px}.n-customTheme[data-v-cf4f10d6] .n-customTheme-comp .n-upload .n-upload-btn{height:90px}.n-customTheme[data-v-cf4f10d6] .n-customTheme-comp .n-upload .n-upload-btn+li{margin-top:10px}.n-customTheme[data-v-cf4f10d6] .n-customTheme-comp .n-upload .n-upload-img{padding:5px}.n-customTheme[data-v-cf4f10d6] .n-customTheme-comp .n-upload .n-upload-img>img{height:80px}.n-customTheme[data-v-cf4f10d6] .n-customTheme-comp .n-upload .n-upload-oper{width:20px}.n-customTheme[data-v-cf4f10d6] .n-customTheme-comp .n-upload .n-upload-item i{width:20px;height:20px;font-size:20px}.n-customThemeShow[data-v-cf4f10d6]{right:0;opacity:1}
14
14
  .n-dragGrid[data-v-688d71c3]{display:grid;grid-template-columns:repeat(auto-fill, var(--icon-size));grid-template-rows:repeat(auto-fill, var(--icon-size));grid-auto-flow:dense;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:relative;-webkit-transform:translate(0);transform:translate(0);grid-gap:var(--icon-gap-y) var(--icon-gap-x)}.n-dragGrid .n-dragGrid-box-item[data-v-688d71c3]{-webkit-transition:all .3s linear;transition:all .3s linear;cursor:move}.n-dragGrid .n-dragGrid-box-item.n-dragGrid-box-itemDisabled[data-v-688d71c3]{cursor:auto}
15
15
  .n-dragGrid-dragBox{position:fixed;pointer-events:none;background:rgba(255,255,255,.6);z-index:200;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%)}
16
- .n-navProg[data-v-5c20cd12]{position:fixed;top:0;z-index:1000;width:100%;height:3px}.n-navProg>div[data-v-5c20cd12]{position:relative;left:0;height:100%;background:var(--theme-color-gd)}
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-0fd3932c]{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-0fd3932c]{height:100%;-webkit-box-flex:1;-ms-flex:1;flex:1;overflow:hidden;position:relative}.n-numRoll .n-numRoll-item>ul[data-v-0fd3932c]{width:100%;height:100%;overflow:visible;text-align:center;position:relative}.n-numRoll .n-numRoll-item>ul>li[data-v-0fd3932c]{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-02901996]{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-02901996],.n-preview .el-icon-arrow-left[data-v-02901996],.n-preview .el-icon-arrow-right[data-v-02901996]{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-02901996]:hover,.n-preview .el-icon-arrow-left[data-v-02901996]:hover,.n-preview .el-icon-arrow-right[data-v-02901996]:hover{color:#fff;background:rgba(0,0,0,.7);text-shadow:0 0 10px #fff}.n-preview .el-icon-close[data-v-02901996]{top:30px;right:30px}.n-preview .el-icon-arrow-left[data-v-02901996]{left:30px;top:50%;-webkit-transform:translate(0, -50%);transform:translate(0, -50%)}.n-preview .el-icon-arrow-right[data-v-02901996]{right:30px;top:50%;-webkit-transform:translate(0, -50%);transform:translate(0, -50%)}.n-preview .n-preview-oper[data-v-02901996]{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-02901996]{margin:0 15px}.n-preview .n-preview-oper>i[data-v-02901996]:hover{color:#fff;text-shadow:0 0 10px #fff}.n-preview .n-preview-view[data-v-02901996]{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-02901996]{z-index:5}.n-preview .n-preview-view .n-preview-mask[data-v-02901996]{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-02901996]{overflow:hidden}.n-preview-show[data-v-02901996]{visibility:visible;opacity:1}
19
19
  .n-scrollbar[data-v-e9dd73ce]{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}.n-scrollbar>div[data-v-e9dd73ce]{width:100%;height:100%;background:var(--theme-scroll-btn-opacity);cursor:auto;border-radius:3.5px}.n-scrollbar>div[data-v-e9dd73ce]:hover{background:var(--theme-scroll-btn)}.n-scrollbar.n-scrollbarHori[data-v-e9dd73ce]{width:100%;height:7px;right:auto;top:auto;left:0;bottom:0}
20
20
  .n-slide[data-v-a6cba4f8]{width:100%;height:100%;position:relative}.n-slide .n-slide-view[data-v-a6cba4f8]{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-a6cba4f8]{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-a6cba4f8]{-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-a6cba4f8]{z-index:2}.n-slide .n-slide-viewBox .n-slide-cur[data-v-a6cba4f8]{z-index:3}.n-slide .n-slide-viewBox.n-slide-view-anim[data-v-a6cba4f8]{-webkit-transition:all .3s;transition:all .3s}.n-slide .n-slide-content[data-v-a6cba4f8]{-ms-flex-negative:0;flex-shrink:0;width:100%;height:100%}.n-slide .n-slide-dots[data-v-a6cba4f8]{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-a6cba4f8]{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-a6cba4f8]{background:var(--theme-color);width:20px}.n-slide.n-slideVert .n-slide-viewBox[data-v-a6cba4f8]{-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-chart[data-v-d73d6af6]{width:100%;height:100%}.n-chart>div[data-v-d73d6af6]:first-child,.n-chart canvas[data-v-d73d6af6]{width:100% !important;height:100% !important}
23
+ .n-checkBtn[data-v-7392a5ad]{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:36px;background:var(--theme-bg-white1);--radius: 4px}.n-checkBtn>li[data-v-7392a5ad]{height:100%;color:var(--theme-text3);cursor:pointer;border:1px solid var(--theme-border1);font-size:14px;-webkit-box-flex:1;-ms-flex:1;flex: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;width:0;padding:0 10px}.n-checkBtn>li>span[data-v-7392a5ad]{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.n-checkBtn>li[data-v-7392a5ad]:hover{background:var(--theme-bg-white3)}.n-checkBtn>li.n-checkBtn-disabled[data-v-7392a5ad]{cursor:not-allowed;color:var(--theme-text6);background:var(--theme-bg-white4)}.n-checkBtn>li.n-checkBtn-cur[data-v-7392a5ad]{background:var(--theme-color);color:#fff;border-color:var(--theme-color)}.n-checkBtn.n-checkBtnAuto[data-v-7392a5ad]{width:auto;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex}.n-checkBtn.n-checkBtnAuto>li[data-v-7392a5ad]{-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto;width:auto;padding:0 10px}.n-checkBtn.n-checkBtnHori>li[data-v-7392a5ad]{border-right-color:transparent}.n-checkBtn.n-checkBtnHori>li[data-v-7392a5ad]:last-child{border-right-color:var(--theme-border1);border-top-right-radius:var(--radius);border-bottom-right-radius:var(--radius)}.n-checkBtn.n-checkBtnHori>li[data-v-7392a5ad]:first-child{border-top-left-radius:var(--radius);border-bottom-left-radius:var(--radius)}.n-checkBtn.n-checkBtnHori>li.n-checkBtn-cur+li[data-v-7392a5ad]{border-left-color:transparent}.n-checkBtn.n-checkBtnHori>li.n-checkBtn-cur+.n-checkBtn-cur[data-v-7392a5ad]{border-left-color:rgba(255,255,255,.5)}.n-checkBtn.n-checkBtnHori>li.n-checkBtn-cur[data-v-7392a5ad]:last-child{border-right-color:var(--theme-color)}.n-checkBtn.n-checkBtnVert[data-v-7392a5ad]{display:block;height:auto}.n-checkBtn.n-checkBtnVert>li[data-v-7392a5ad]{border-bottom-color:transparent;height:36px;width:100%;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.n-checkBtn.n-checkBtnVert>li[data-v-7392a5ad]:last-child{border-bottom-color:var(--theme-border1);border-bottom-left-radius:var(--radius);border-bottom-right-radius:var(--radius)}.n-checkBtn.n-checkBtnVert>li[data-v-7392a5ad]:first-child{border-top-left-radius:var(--radius);border-top-right-radius:var(--radius)}.n-checkBtn.n-checkBtnVert>li.n-checkBtn-cur+li[data-v-7392a5ad]{border-top-color:transparent}.n-checkBtn.n-checkBtnVert>li.n-checkBtn-cur+.n-checkBtn-cur[data-v-7392a5ad]{border-top-color:rgba(255,255,255,.5)}.n-checkBtn.n-checkBtnVert>li.n-checkBtn-cur[data-v-7392a5ad]:last-child{border-bottom-color:var(--theme-color)}.n-checkBtn.n-checkBtnPlain>li.n-checkBtn-cur[data-v-7392a5ad]{background:none;color:var(--theme-color);border:1px solid var(--theme-color)}.n-checkBtn.n-checkBtnDisabled[data-v-7392a5ad]{cursor:not-allowed;-webkit-filter:brightness(0.9);filter:brightness(0.9)}.n-checkBtn.n-checkBtnDisabled>li[data-v-7392a5ad]{pointer-events:none}
23
24
  .n-customCol[data-v-409de4f5] .n-handle-content{max-width:1000px}.n-customCol .n-customCol-content[data-v-409de4f5]{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-409de4f5]{-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-409de4f5]{width:100%;padding:20px}.n-customCol .n-customCol-content .n-customCol-left>li>p[data-v-409de4f5]{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-409de4f5]{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-409de4f5]:hover{opacity:.7}.n-customCol .n-customCol-content .n-customCol-left>li>div[data-v-409de4f5]{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-409de4f5]{margin:0}.n-customCol .n-customCol-content .n-customCol-left>li>div .el-checkbox[data-v-409de4f5]{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-409de4f5]{line-height:0}.n-customCol .n-customCol-content .n-customCol-left>li>div .el-checkbox .el-checkbox__label[data-v-409de4f5]{white-space:pre-wrap}.n-customCol .n-customCol-content .n-customCol-left>li+li[data-v-409de4f5]{border-top:1px solid var(--theme-border3)}.n-customCol .n-customCol-content .n-customCol-right[data-v-409de4f5]{-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-409de4f5]{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-409de4f5]:hover{background:var(--theme-color-light9)}.n-customCol .n-customCol-content .n-customCol-right>p[data-v-409de4f5]{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-409de4f5]{cursor:pointer;color:var(--theme-color)}.n-customCol .n-customCol-content .n-customCol-right>p>span[data-v-409de4f5]:hover{opacity:.7}.n-customCol .n-customCol-content .n-customCol-right>ul[data-v-409de4f5]{-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-409de4f5]{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-409de4f5]{margin-left:5px}.n-customCol .n-customCol-content .n-customCol-right>ul>li>i[data-v-409de4f5]:hover{font-weight:bold;color:var(--theme-color-dark1)}.n-customCol .n-customCol-content .n-customCol-right>ul>li>span[data-v-409de4f5]{-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-409de4f5]{margin-top:10px}.n-customCol .n-customCol-content .n-customCol-right>ul>li[data-v-409de4f5]:hover{background:var(--theme-grey-light8)}.n-customCol .n-customCol-content .n-customCol-right>ul .n-customCol-fixed-left[data-v-409de4f5]{background:var(--theme-color-light9);color:var(--theme-color)}.n-customCol .n-customCol-content .n-customCol-right>ul .n-customCol-fixed-right[data-v-409de4f5]{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-409de4f5]:hover{color:var(--theme-yellow-dark1)}.n-customCol .n-customCol-content .n-customCol-right>ul .n-customCol-drag-t[data-v-409de4f5]::before,.n-customCol .n-customCol-content .n-customCol-right>ul .n-customCol-drag-b[data-v-409de4f5]::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-409de4f5]::before{-webkit-transform:translate(0, 5px);transform:translate(0, 5px);bottom:0;top:auto}.n-customCol[data-v-409de4f5] .n-handle-bottom{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}
24
25
  .n-customItem[data-v-cbdc97ba] .n-handle-content{max-width:700px}.n-customItem .n-customItem-main[data-v-cbdc97ba]{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-cbdc97ba]{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-cbdc97ba]{cursor:pointer;font-weight:300;margin-left:auto;font-size:12px;color:var(--theme-text5)}.n-customItem .n-customItem-title>em[data-v-cbdc97ba]{margin-left:auto;color:var(--theme-color);font-weight:300;cursor:pointer}.n-customItem .n-customItem-left[data-v-cbdc97ba]{-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-cbdc97ba]{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-cbdc97ba]{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-cbdc97ba]:hover{color:var(--theme-color)}.n-customItem .n-customItem-opts .n-customItem-check[data-v-cbdc97ba]{color:var(--theme-color);background:var(--theme-color-light9)}.n-customItem .n-customItem-opts .n-customItem-disabled[data-v-cbdc97ba]{opacity:.5;cursor:not-allowed}.n-customItem .n-customItem-right[data-v-cbdc97ba]{-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-cbdc97ba]{-webkit-box-flex:1;-ms-flex:1;flex:1;height:0;padding:10px;overflow-y:auto}.n-customItem .n-customItem-list>li[data-v-cbdc97ba]{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-cbdc97ba]:hover{color:var(--theme-color)}.n-customItem .n-customItem-list>li>span[data-v-cbdc97ba]{-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-cbdc97ba]{margin-top:10px}.n-customItem .n-customItem-list .n-customItem-fixed-left[data-v-cbdc97ba]{background:var(--theme-color-opacity1);color:var(--theme-color)}.n-customItem .n-customItem-list .n-customItem-fixed-right[data-v-cbdc97ba]{background:var(--theme-yellow-light9);color:var(--theme-yellow)}.n-customItem .n-customItem-list .n-customItem-dragT[data-v-cbdc97ba]::before,.n-customItem .n-customItem-list .n-customItem-dragB[data-v-cbdc97ba]::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-cbdc97ba]::before{-webkit-transform:translate(0, 5px);transform:translate(0, 5px);bottom:0;top:auto}
25
- .n-form>.el-tag{margin:4px 10px 4px 0}.n-form>.el-switch{height:36px}.n-form>.el-input input{width:100%}.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>.el-checkbox{margin:0}.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-checkBtn{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:36px;background:var(--theme-bg-white1);--radius: 4px}.n-form>.n-form-checkBtn>li{height:100%;color:var(--theme-text3);cursor:pointer;border:1px solid var(--theme-border1);font-size:14px;-webkit-box-flex:1;-ms-flex:1;flex: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;width:0;padding:0 10px}.n-form>.n-form-checkBtn>li>span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.n-form>.n-form-checkBtn>li:hover{background:var(--theme-bg-white3)}.n-form>.n-form-checkBtn>li.n-form-checkBtn-disabled{cursor:not-allowed;color:var(--theme-text6);background:var(--theme-bg-white4)}.n-form>.n-form-checkBtn>li.n-form-checkBtn-cur{background:var(--theme-color);color:#fff;border-color:var(--theme-color)}.n-form>.n-form-checkBtn.n-form-checkBtnAuto{width:auto;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex}.n-form>.n-form-checkBtn.n-form-checkBtnAuto>li{-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto;width:auto;padding:0 10px}.n-form>.n-form-checkBtn.n-form-checkBtnHori>li{border-right-color:transparent}.n-form>.n-form-checkBtn.n-form-checkBtnHori>li:last-child{border-right-color:var(--theme-border1);border-top-right-radius:var(--radius);border-bottom-right-radius:var(--radius)}.n-form>.n-form-checkBtn.n-form-checkBtnHori>li:first-child{border-top-left-radius:var(--radius);border-bottom-left-radius:var(--radius)}.n-form>.n-form-checkBtn.n-form-checkBtnHori>li.n-form-checkBtn-cur+li{border-left-color:transparent}.n-form>.n-form-checkBtn.n-form-checkBtnHori>li.n-form-checkBtn-cur+.n-form-checkBtn-cur{border-left-color:rgba(255,255,255,.5)}.n-form>.n-form-checkBtn.n-form-checkBtnVert{display:block;height:auto}.n-form>.n-form-checkBtn.n-form-checkBtnVert>li{border-bottom-color:transparent;height:36px;width:100%;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.n-form>.n-form-checkBtn.n-form-checkBtnVert>li:last-child{border-bottom-color:var(--theme-border1);border-bottom-left-radius:var(--radius);border-bottom-right-radius:var(--radius)}.n-form>.n-form-checkBtn.n-form-checkBtnVert>li:first-child{border-top-left-radius:var(--radius);border-top-right-radius:var(--radius)}.n-form>.n-form-checkBtn.n-form-checkBtnVert>li.n-form-checkBtn-cur+li{border-top-color:transparent}.n-form>.n-form-checkBtn.n-form-checkBtnVert>li.n-form-checkBtn-cur+.n-form-checkBtn-cur{border-top-color:rgba(255,255,255,.5)}.n-form>.n-form-checkBtn.n-form-checkBtnPlain>li.n-form-checkBtn-cur{background:none;color:var(--theme-color);border:1px solid var(--theme-color)}.n-form>.n-form-checkBtn.n-form-checkBtnDisabled{cursor:not-allowed;-webkit-filter:brightness(0.9);filter:brightness(0.9)}.n-form>.n-form-checkBtn.n-form-checkBtnDisabled>li{pointer-events:none}.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}.n-form>.n-form-remoteHuge{width:100%;background:var(--theme-bg-white1);border:1px solid var(--theme-border3);padding:15px 20px}.n-form>.n-form-remoteHuge .n-form-remoteHuge-title{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-form>.n-form-remoteHuge .n-form-remoteHuge-title>em{cursor:pointer;margin-left:auto;color:var(--theme-color);font-weight:400;font-size:12px}.n-form>.n-form-remoteHuge .n-form-remoteHuge-title>em:hover{opacity:.7}.n-form>.n-form-remoteHuge .n-page .el-pagination{text-align:right}.n-form>.n-form-remoteHuge .n-form-remoteHuge-list{margin:20px 0}.n-form>.n-form-remoteHuge .n-form-remoteHuge-list>li{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-form>.n-form-remoteHuge .n-form-remoteHuge-list>li>span{color:var(--theme-text5);width:25px;text-align:right}.n-form>.n-form-remoteHuge .n-form-remoteHuge-list>li>div{-webkit-box-flex:1;-ms-flex:1;flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;padding:0 15px}.n-form>.n-form-remoteHuge .n-form-remoteHuge-list>li>i{font-size:16px;color:var(--theme-color);display:none;margin-left:auto}.n-form>.n-form-remoteHuge .n-form-remoteHuge-list>li:hover{background:var(--theme-bg-white2)}.n-form>.n-form-remoteHuge .n-form-remoteHuge-list>li:last-child{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;color:var(--theme-text5)}.n-form>.n-form-remoteHuge .n-form-remoteHuge-list .n-form-remoteHuge-disabled{cursor:not-allowed;color:var(--theme-text6);background:none !important}.n-form>.n-form-remoteHuge .n-form-remoteHuge-list .n-form-remoteHuge-check{color:var(--theme-color);background:var(--theme-color-opacity1) !important}.n-form>.n-form-remoteHuge .n-form-remoteHuge-list .n-form-remoteHuge-check>i{display:inline !important}.n-form>.n-form-remoteHuge .n-form-remoteHuge-selectd{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-x:hidden;overflow-y:auto;color:var(--theme-text4)}.n-form>.n-form-remoteHuge .n-form-remoteHuge-selectd>span{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-form>.n-form-remoteHuge .n-form-remoteHuge-selectd>span>em{width:auto;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.n-form>.n-form-remoteHuge .n-form-remoteHuge-selectd>span>i{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-form>.n-form-remoteHuge .n-form-remoteHuge-selectd>span>i:hover{font-weight:bold;background:var(--theme-grey-light8)}.n-form>.n-form-remoteHuge>article>.el-input{width:100%}.n-form>.n-form-remoteHuge>aside{margin-top:20px;padding-top:20px;border-top:1px solid var(--theme-border3)}.n-form>.n-form-remoteHuge.n-form-remoteHugeHori{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-form>.n-form-remoteHuge.n-form-remoteHugeHori>article{-webkit-box-flex:1;-ms-flex:1;flex:1;width:0}.n-form>.n-form-remoteHuge.n-form-remoteHugeHori>article,.n-form>.n-form-remoteHuge.n-form-remoteHugeHori>aside{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-form>.n-form-remoteHuge.n-form-remoteHugeHori>aside{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-form>.n-form-remoteHuge.n-form-remoteHugeHori .n-form-remoteHuge-list{height:0;-webkit-box-flex:1;-ms-flex:1;flex:1;overflow:hidden;overflow-y:auto}.n-form>.n-form-remoteHuge.n-form-remoteHugeHori .n-form-remoteHuge-selectd{min-height:0;max-height:none;height:0;-webkit-box-flex:1;-ms-flex:1;flex:1}.n-form>.el-checkbox-group{display:-webkit-box;display:-ms-flexbox;display:flex}.n-form>.el-checkbox-group .el-checkbox-button{-webkit-box-flex:1;-ms-flex:1;flex:1}.n-form>.el-checkbox-group .el-checkbox-button>span{width:100%}
26
- .n-handle[data-v-1ad37acc]{--zIndex:1000;--size:650px;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-1ad37acc]{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-1ad37acc]{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-1ad37acc]{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-1ad37acc]{cursor:pointer;font-size:20px;color:var(--theme-text5);margin-left:auto}.n-handle .n-handle-header>i[data-v-1ad37acc]:hover{color:var(--theme-color)}.n-handle .n-handle-bottom[data-v-1ad37acc]{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-1ad37acc] .n-handle-form{overflow-y:auto;height:0;-webkit-box-flex:1;-ms-flex:1;flex:1}.n-handle[data-v-1ad37acc] .n-handle-form .n-handle-form-err{-webkit-transition:all .3s;transition:all .3s;background:var(--theme-red-light9)}.n-handle[data-v-1ad37acc] .n-handle-form .n-handle-form-errInfo{color:var(--theme-red);margin-top:6px;font-size:12px}.n-handle[data-v-1ad37acc] .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-1ad37acc] .n-handle-form>li>span{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-1ad37acc] .n-handle-form>li>span .n-handle-form-required{color:var(--theme-red);margin-right:3px}.n-handle[data-v-1ad37acc] .n-handle-form>li>span>em{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.n-handle[data-v-1ad37acc] .n-handle-form>li>span>span{margin-left:5px}.n-handle[data-v-1ad37acc] .n-handle-form>li>div{-webkit-box-flex:1;-ms-flex:1;flex:1;width:0}.n-handle[data-v-1ad37acc] .n-handle-form .n-form>.el-cascader,.n-handle[data-v-1ad37acc] .n-handle-form .n-form>.n-form-checkBtn:not(.n-form-checkBtnAuto),.n-handle[data-v-1ad37acc] .n-handle-form .n-form>.el-input,.n-handle[data-v-1ad37acc] .n-handle-form .n-form>.el-input-number,.n-handle[data-v-1ad37acc] .n-handle-form .n-form>.el-select,.n-handle[data-v-1ad37acc] .n-handle-form .n-form>.el-textarea,.n-handle[data-v-1ad37acc] .n-handle-form .n-form>.el-range-editor,.n-handle[data-v-1ad37acc] .n-handle-form .n-form>.n-inputDate{width:300px;max-width:100%}.n-handle[data-v-1ad37acc] .n-handle-form .n-form>.el-slider{width:280px;max-width:calc(100% - 20px)}.n-handle[data-v-1ad37acc] .n-handle-form .n-form>.el-checkbox{margin:0;padding-right:30px}.n-handle[data-v-1ad37acc] .n-handle-form .n-upload .n-upload-btn{max-width:300px}.n-handle.n-handleShow[data-v-1ad37acc]{left:0;-webkit-transition:none;transition:none}.n-handle.n-handleShow .n-handle-mask[data-v-1ad37acc]{opacity:.5}.n-handle.n-handleShow .n-handle-content[data-v-1ad37acc]{-webkit-transform:translate(0, 0);transform:translate(0, 0)}.n-handle.n-handleDialog[data-v-1ad37acc]{-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-1ad37acc]{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-1ad37acc]{opacity:1;-webkit-transform:translate(0, 0);transform:translate(0, 0)}.n-handle.n-handlePage[data-v-1ad37acc]{position:static;height:auto;display:block;z-index:1}.n-handle.n-handlePage .n-handle-mask[data-v-1ad37acc]{display:none}.n-handle.n-handlePage .n-handle-content[data-v-1ad37acc]{width:100%;display:block;-webkit-transform:translate(0, 0);transform:translate(0, 0)}.n-handle.n-handlePage .n-handle-form[data-v-1ad37acc]{height:auto}
27
- .n-inputDate[data-v-ae0a6f5c]{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-ae0a6f5c]:hover{border-color:var(--theme-text6)}.n-inputDate.n-inputDate-focus[data-v-ae0a6f5c]{border-color:var(--theme-color) !important}.n-inputDate .n-inputDate-text[data-v-ae0a6f5c]{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-ae0a6f5c]{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-ae0a6f5c]{background:var(--theme-color);color:#fff}.n-inputDate .n-inputDate-text>i[data-v-ae0a6f5c]{margin:0 1px;padding-top:-2px;margin-bottom:2px}.n-inputDate .n-inputDate-text>em[data-v-ae0a6f5c]{width:10px}.n-inputDate .n-inputDate-oper[data-v-ae0a6f5c]{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-ae0a6f5c]{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-ae0a6f5c]:hover{background:var(--theme-bg-white5);color:var(--theme-color)}.n-inputDate .n-inputDate-oper>i+i[data-v-ae0a6f5c]{border-top:1px solid var(--theme-border3)}.n-inputDate.n-inputDateDisabled[data-v-ae0a6f5c]{cursor:not-allowed;background:var(--theme-bg-white3)}.n-inputDate.n-inputDateDisabled .n-inputDate-text[data-v-ae0a6f5c],.n-inputDate.n-inputDateDisabled .n-inputDate-oper[data-v-ae0a6f5c]{pointer-events:none}.n-inputDate.n-inputDateDisabled .n-inputDate-oper[data-v-ae0a6f5c]{background:var(--theme-bg-white4) !important}
26
+ .n-form>.el-tag{margin:4px 10px 4px 0}.n-form>.el-switch{height:36px}.n-form>.el-input input{width:100%}.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>.el-checkbox{margin:0}.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}.n-form>.n-form-remoteHuge{width:100%;background:var(--theme-bg-white1);border:1px solid var(--theme-border3);padding:15px 20px}.n-form>.n-form-remoteHuge .n-form-remoteHuge-title{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-form>.n-form-remoteHuge .n-form-remoteHuge-title>em{cursor:pointer;margin-left:auto;color:var(--theme-color);font-weight:400;font-size:12px}.n-form>.n-form-remoteHuge .n-form-remoteHuge-title>em:hover{opacity:.7}.n-form>.n-form-remoteHuge .n-page .el-pagination{text-align:right}.n-form>.n-form-remoteHuge .n-form-remoteHuge-list{margin:20px 0}.n-form>.n-form-remoteHuge .n-form-remoteHuge-list>li{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-form>.n-form-remoteHuge .n-form-remoteHuge-list>li>span{color:var(--theme-text5);width:25px;text-align:right}.n-form>.n-form-remoteHuge .n-form-remoteHuge-list>li>div{-webkit-box-flex:1;-ms-flex:1;flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;padding:0 15px}.n-form>.n-form-remoteHuge .n-form-remoteHuge-list>li>i{font-size:16px;color:var(--theme-color);display:none;margin-left:auto}.n-form>.n-form-remoteHuge .n-form-remoteHuge-list>li:hover{background:var(--theme-bg-white2)}.n-form>.n-form-remoteHuge .n-form-remoteHuge-list>li:last-child{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;color:var(--theme-text5)}.n-form>.n-form-remoteHuge .n-form-remoteHuge-list .n-form-remoteHuge-disabled{cursor:not-allowed;color:var(--theme-text6);background:none !important}.n-form>.n-form-remoteHuge .n-form-remoteHuge-list .n-form-remoteHuge-check{color:var(--theme-color);background:var(--theme-color-opacity1) !important}.n-form>.n-form-remoteHuge .n-form-remoteHuge-list .n-form-remoteHuge-check>i{display:inline !important}.n-form>.n-form-remoteHuge .n-form-remoteHuge-selectd{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-x:hidden;overflow-y:auto;color:var(--theme-text4)}.n-form>.n-form-remoteHuge .n-form-remoteHuge-selectd>span{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-form>.n-form-remoteHuge .n-form-remoteHuge-selectd>span>em{width:auto;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.n-form>.n-form-remoteHuge .n-form-remoteHuge-selectd>span>i{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-form>.n-form-remoteHuge .n-form-remoteHuge-selectd>span>i:hover{font-weight:bold;background:var(--theme-grey-light8)}.n-form>.n-form-remoteHuge>article>.el-input{width:100%}.n-form>.n-form-remoteHuge>aside{margin-top:20px;padding-top:20px;border-top:1px solid var(--theme-border3)}.n-form>.n-form-remoteHuge.n-form-remoteHugeHori{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-form>.n-form-remoteHuge.n-form-remoteHugeHori>article{-webkit-box-flex:1;-ms-flex:1;flex:1;width:0}.n-form>.n-form-remoteHuge.n-form-remoteHugeHori>article,.n-form>.n-form-remoteHuge.n-form-remoteHugeHori>aside{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-form>.n-form-remoteHuge.n-form-remoteHugeHori>aside{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-form>.n-form-remoteHuge.n-form-remoteHugeHori .n-form-remoteHuge-list{height:0;-webkit-box-flex:1;-ms-flex:1;flex:1;overflow:hidden;overflow-y:auto}.n-form>.n-form-remoteHuge.n-form-remoteHugeHori .n-form-remoteHuge-selectd{min-height:0;max-height:none;height:0;-webkit-box-flex:1;-ms-flex:1;flex:1}.n-form>.el-checkbox-group{display:-webkit-box;display:-ms-flexbox;display:flex}.n-form>.el-checkbox-group .el-checkbox-button{-webkit-box-flex:1;-ms-flex:1;flex:1}.n-form>.el-checkbox-group .el-checkbox-button>span{width:100%}
27
+ .n-handle[data-v-3ebc557b]{--zIndex:1000;--size:650px;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-3ebc557b]{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-3ebc557b]{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-3ebc557b]{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-3ebc557b]{cursor:pointer;font-size:20px;color:var(--theme-text5);margin-left:auto}.n-handle .n-handle-header>i[data-v-3ebc557b]:hover{color:var(--theme-color)}.n-handle .n-handle-bottom[data-v-3ebc557b]{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-3ebc557b] .n-handle-form{overflow-y:auto;height:0;-webkit-box-flex:1;-ms-flex:1;flex:1}.n-handle[data-v-3ebc557b] .n-handle-form .n-handle-form-err{-webkit-transition:all .3s;transition:all .3s;background:var(--theme-red-light9)}.n-handle[data-v-3ebc557b] .n-handle-form .n-handle-form-errInfo{color:var(--theme-red);margin-top:6px;font-size:12px}.n-handle[data-v-3ebc557b] .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-3ebc557b] .n-handle-form>li>span{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-3ebc557b] .n-handle-form>li>span .n-handle-form-required{color:var(--theme-red);margin-right:3px}.n-handle[data-v-3ebc557b] .n-handle-form>li>span>em{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.n-handle[data-v-3ebc557b] .n-handle-form>li>span>span{margin-left:5px}.n-handle[data-v-3ebc557b] .n-handle-form>li>div{-webkit-box-flex:1;-ms-flex:1;flex:1;width:0}.n-handle[data-v-3ebc557b] .n-handle-form .n-form>.n-num,.n-handle[data-v-3ebc557b] .n-handle-form .n-form>.el-cascader,.n-handle[data-v-3ebc557b] .n-handle-form .n-form>.n-checkBtn:not(.n-checkBtnAuto),.n-handle[data-v-3ebc557b] .n-handle-form .n-form>.el-input,.n-handle[data-v-3ebc557b] .n-handle-form .n-form>.el-input-number,.n-handle[data-v-3ebc557b] .n-handle-form .n-form>.el-select,.n-handle[data-v-3ebc557b] .n-handle-form .n-form>.el-textarea,.n-handle[data-v-3ebc557b] .n-handle-form .n-form>.el-range-editor,.n-handle[data-v-3ebc557b] .n-handle-form .n-form>.n-inputDate{width:300px;max-width:100%}.n-handle[data-v-3ebc557b] .n-handle-form .n-form>.el-slider{width:280px;max-width:calc(100% - 20px)}.n-handle[data-v-3ebc557b] .n-handle-form .n-form>.el-checkbox{margin:0;padding-right:30px}.n-handle[data-v-3ebc557b] .n-handle-form .n-upload .n-upload-btn{max-width:300px}.n-handle.n-handleShow[data-v-3ebc557b]{left:0;-webkit-transition:none;transition:none}.n-handle.n-handleShow .n-handle-mask[data-v-3ebc557b]{opacity:.5}.n-handle.n-handleShow .n-handle-content[data-v-3ebc557b]{-webkit-transform:translate(0, 0);transform:translate(0, 0)}.n-handle.n-handleDialog[data-v-3ebc557b]{-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-3ebc557b]{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-3ebc557b]{opacity:1;-webkit-transform:translate(0, 0);transform:translate(0, 0)}.n-handle.n-handlePage[data-v-3ebc557b]{position:static;height:auto;display:block;z-index:1}.n-handle.n-handlePage .n-handle-mask[data-v-3ebc557b]{display:none}.n-handle.n-handlePage .n-handle-content[data-v-3ebc557b]{width:100%;display:block;-webkit-transform:translate(0, 0);transform:translate(0, 0)}.n-handle.n-handlePage .n-handle-form[data-v-3ebc557b]{height:auto}
28
+ .n-inputDate[data-v-d87ce540]{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-d87ce540]:hover{border-color:var(--theme-text6)}.n-inputDate.n-inputDate-focus[data-v-d87ce540]{border-color:var(--theme-color) !important}.n-inputDate .n-inputDate-text[data-v-d87ce540]{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-d87ce540]{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-d87ce540]{background:var(--theme-color);color:#fff}.n-inputDate .n-inputDate-text>i[data-v-d87ce540]{margin:0 1px;padding-top:-2px;margin-bottom:2px}.n-inputDate .n-inputDate-text>em[data-v-d87ce540]{width:10px}.n-inputDate .n-inputDate-oper[data-v-d87ce540]{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-d87ce540]{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-d87ce540]:hover{background:var(--theme-bg-white5);color:var(--theme-color)}.n-inputDate .n-inputDate-oper>i+i[data-v-d87ce540]{border-top:1px solid var(--theme-border3)}.n-inputDate.n-inputDateDisabled[data-v-d87ce540]{cursor:not-allowed;background:var(--theme-bg-white3)}.n-inputDate.n-inputDateDisabled .n-inputDate-text[data-v-d87ce540],.n-inputDate.n-inputDateDisabled .n-inputDate-oper[data-v-d87ce540]{pointer-events:none}.n-inputDate.n-inputDateDisabled .n-inputDate-oper[data-v-d87ce540]{background:var(--theme-bg-white4) !important}
28
29
  .n-menu[data-v-b621aee6]{width:100%;height:100%;position:relative;background:var(--theme-bg-white1);overflow-y:auto;overflow-x:hidden}.n-menu[data-v-b621aee6]::-webkit-scrollbar{width:0px;height:0px}.n-menu.n-menuHori[data-v-b621aee6]{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-b621aee6] .n-menu-nodeTop{height:100%;width:auto;-ms-flex-negative:0;flex-shrink:0;width:60px}.n-menu.n-menuHori[data-v-b621aee6] .n-menu-nodeTop>.n-menu-node-line>i{margin-right:12px}.n-menu.n-menuHori[data-v-b621aee6] .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-b621aee6] .n-menu-nodeTop{width:160px}
29
30
  .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}
30
31
  .n-menu-rightMenu{position:fixed;background:var(--theme-bg-white1);max-height:360px;border-radius:3px;width:200px;opacity:0;z-index:10;overflow:hidden;-webkit-transform-origin:left top;transform-origin:left top;-webkit-transform:scale(0, 1);transform:scale(0, 1);-webkit-transition:opacity .3s ease-in .1s,-webkit-transform .4s ease-in .1s;transition:opacity .3s ease-in .1s,-webkit-transform .4s ease-in .1s;transition:transform .4s ease-in .1s,opacity .3s ease-in .1s;transition:transform .4s ease-in .1s,opacity .3s ease-in .1s,-webkit-transform .4s ease-in .1s}.n-menu-rightMenu .n-menu-node .n-menu-node-line>span>i{-webkit-box-flex:0;-ms-flex:0 0 20px;flex:0 0 20px;margin:0 10px 0 20px}.n-menu-rightMenu.n-menu-rightMenuVert{-webkit-transform:scale(1, 0);transform:scale(1, 0)}.n-menu-rightMenu.n-menu-rightMenuShow{-webkit-transform:scale(1, 1);transform:scale(1, 1);overflow-y:auto;-webkit-box-shadow:4px 4px 16px 1px rgba(0,0,0,.12);box-shadow:4px 4px 16px 1px rgba(0,0,0,.12);-webkit-transition:opacity .3s ease-in,-webkit-transform .4s ease-in;transition:opacity .3s ease-in,-webkit-transform .4s ease-in;transition:transform .4s ease-in,opacity .3s ease-in;transition:transform .4s ease-in,opacity .3s ease-in,-webkit-transform .4s ease-in;opacity:1}
31
- .n-num[data-v-11fe0d67]{width:100%;height:36px;border-radius:3px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;overflow:hidden}.n-num>input[data-v-11fe0d67]{border:1px solid var(--theme-border2);width:100%;-webkit-box-flex:1;-ms-flex:1;flex:1;font-size:14px;background:var(--theme-bg-white1);height:100%;padding:0 10px;text-align:center}.n-num>input[data-v-11fe0d67]:focus{border-color:var(--theme-color)}.n-num .n-num-oper[data-v-11fe0d67]{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;position:absolute;right:1px;top:1px;font-size:12px;width:36px;height:calc(100% - 2px);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-num .n-num-oper>i[data-v-11fe0d67]{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-num .n-num-oper>i[data-v-11fe0d67]:hover{background:var(--theme-bg-white5)}.n-num .n-num-oper>i+i[data-v-11fe0d67]{border-top:1px solid var(--theme-border3)}.n-num .n-num-oper .n-num-disabled[data-v-11fe0d67]{cursor:not-allowed;color:var(--theme-text6);background:var(--theme-bg-white3) !important}.n-num.n-numShowOper>input[data-v-11fe0d67]{padding-right:46px}.n-num.n-numShowOper .n-num-oper[data-v-11fe0d67]{display:-webkit-box;display:-ms-flexbox;display:flex}.n-num.n-numHoverOper .n-num-oper[data-v-11fe0d67]{opacity:0;-webkit-transition:all .3s;transition:all .3s}.n-num.n-numHoverOper:hover .n-num-oper[data-v-11fe0d67]{opacity:1}.n-num.n-numDisabled[data-v-11fe0d67]{cursor:not-allowed}.n-num.n-numDisabled>input[data-v-11fe0d67]{cursor:not-allowed;background:var(--theme-bg-white3)}
32
- .n-operMenu[data-v-8480ebb4]{width:100%;margin-bottom:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:10px}.n-operMenu>li[data-v-8480ebb4]:last-child{margin-right:0px !important}.n-operMenu[data-v-8480ebb4] .el-button>i+span{margin-left:5px}.n-operMenu-line[data-v-8480ebb4]{margin-right:0 !important;-webkit-box-flex:0;-ms-flex:0 1 100%;flex:0 1 100%}.n-operMenu-childRight[data-v-8480ebb4]{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.n-operMenu-right[data-v-8480ebb4]{margin-left:auto !important}.n-operMenu-half[data-v-8480ebb4]{-webkit-box-flex:0;-ms-flex:0 1 50%;flex:0 1 50%}.n-operMenu-auto[data-v-8480ebb4]{-webkit-box-flex:1;-ms-flex:1;flex:1}
32
+ .n-num[data-v-06b0a467]{width:100%;height:36px;border-radius:3px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;overflow:hidden}.n-num>input[data-v-06b0a467]{border:1px solid var(--theme-border2);width:100%;-webkit-box-flex:1;-ms-flex:1;flex:1;font-size:14px;background:var(--theme-bg-white1);height:100%;padding:0 10px;text-align:center}.n-num>input[data-v-06b0a467]:focus{border-color:var(--theme-color)}.n-num .n-num-oper[data-v-06b0a467]{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;position:absolute;right:1px;top:1px;font-size:12px;width:36px;height:calc(100% - 2px);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-num .n-num-oper>i[data-v-06b0a467]{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-num .n-num-oper>i[data-v-06b0a467]:hover{background:var(--theme-bg-white5)}.n-num .n-num-oper>i+i[data-v-06b0a467]{border-top:1px solid var(--theme-border3)}.n-num .n-num-oper .n-num-disabled[data-v-06b0a467]{cursor:not-allowed;pointer-events:none;color:var(--theme-text6);background:var(--theme-bg-white3) !important}.n-num.n-numShowOper>input[data-v-06b0a467]{padding-right:46px}.n-num.n-numShowOper .n-num-oper[data-v-06b0a467]{display:-webkit-box;display:-ms-flexbox;display:flex}.n-num.n-numHoverOper .n-num-oper[data-v-06b0a467]{opacity:0;-webkit-transition:all .3s;transition:all .3s}.n-num.n-numHoverOper:hover .n-num-oper[data-v-06b0a467]{opacity:1}.n-num.n-numDisabled[data-v-06b0a467]{cursor:not-allowed}.n-num.n-numDisabled>input[data-v-06b0a467]{cursor:not-allowed;background:var(--theme-bg-white3)}
33
+ .n-operMenu[data-v-a4439810]{width:100%;margin-bottom:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:10px}.n-operMenu>li[data-v-a4439810]:last-child{margin-right:0px !important}.n-operMenu[data-v-a4439810] .el-button>i+span{margin-left:5px}.n-operMenu-line[data-v-a4439810]{margin-right:0 !important;-webkit-box-flex:0;-ms-flex:0 1 100%;flex:0 1 100%}.n-operMenu-childRight[data-v-a4439810]{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.n-operMenu-right[data-v-a4439810]{margin-left:auto !important}.n-operMenu-half[data-v-a4439810]{-webkit-box-flex:0;-ms-flex:0 1 50%;flex:0 1 50%}.n-operMenu-auto[data-v-a4439810]{-webkit-box-flex:1;-ms-flex:1;flex:1}
33
34
  .n-page[data-v-75af686a]{width:100%}.n-page[data-v-75af686a] .el-pagination{padding:0}.n-page[data-v-75af686a] .el-pagination .el-pagination__total{color:var(--theme-text3)}.n-page[data-v-75af686a] .el-pagination button{background:var(--theme-bg-white4);width:28px;height:28px;-webkit-box-sizing:border-box;box-sizing:border-box;border-radius:5px}.n-page[data-v-75af686a] .el-pagination button[disabled]{color:var(--theme-text6);border-color:var(--theme-border4)}.n-page[data-v-75af686a] .el-pagination .el-pager{font-size:14px;color:black(6)}.n-page[data-v-75af686a] .el-pagination .el-pager .more{color:var(--theme-text3);background:var(--theme-bg-white1)}.n-page[data-v-75af686a] .el-pagination .number,.n-page[data-v-75af686a] .el-pagination .btn-prev,.n-page[data-v-75af686a] .el-pagination .btn-next{padding:0 4px;min-width:28px;border-radius:3px;margin:0 5px;background:var(--theme-bg-white1);color:var(--theme-text3);font-weight:100;border:1px solid var(--theme-border2)}.n-page[data-v-75af686a] .el-pagination .number:not([disabled]):hover,.n-page[data-v-75af686a] .el-pagination .btn-prev:not([disabled]):hover,.n-page[data-v-75af686a] .el-pagination .btn-next:not([disabled]):hover{color:var(--theme-color);border-color:var(--theme-color)}.n-page[data-v-75af686a] .el-pagination .el-pagination__sizes{margin:0;margin-left:5px}.n-page[data-v-75af686a] .el-pagination .el-pagination__sizes .el-input{margin-right:0;margin-left:0}.n-page[data-v-75af686a] .el-pagination .el-pagination__sizes .el-input input{-webkit-box-sizing:border-box;box-sizing:border-box;line-height:26px;background:var(--theme-bg-white1);color:var(--theme-text3)}.n-page[data-v-75af686a] .el-pagination .active{font-weight:bold;background:var(--theme-bg-white1);border:1px solid var(--theme-color);color:var(--theme-color)}
34
35
  .n-richText[data-v-f4e4c090]{width:100%;height:500px;border-radius:3px;border:1px solid var(--theme-border1);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-richText .n-richText-compList[data-v-f4e4c090]{-ms-flex-wrap:wrap;flex-wrap:wrap;display:-webkit-box;display:-ms-flexbox;display:flex;border-bottom:1px solid var(--theme-border1)}.n-richText .n-richText-compList>li[data-v-f4e4c090]{height:36px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:15px;color:var(--theme-text3)}.n-richText .n-richText-compList>li .n-richText-compList-block[data-v-f4e4c090]{height:36px;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:12px;white-space:nowrap;padding:0 10px;position:relative}.n-richText .n-richText-compList>li .n-richText-compList-block>i[data-v-f4e4c090]{width:16px;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:16px}.n-richText .n-richText-compList>li .n-richText-compList-block>span[data-v-f4e4c090]{margin:0 5px}.n-richText .n-richText-compList>li .n-richText-compList-block[data-v-f4e4c090]:hover{color:var(--theme-color)}.n-richText .n-richText-compList>li .n-richText-compList-block[data-v-f4e4c090] .el-color-picker{width:0;height:0;overflow:hidden;padding:0;position:absolute;left:50%;bottom:0;-webkit-transform:translate(-50%, 0);transform:translate(-50%, 0)}.n-richText .n-richText-main[data-v-f4e4c090]{position:relative;-webkit-box-flex:1;-ms-flex:1;flex:1;height:0}.n-richText .n-richText-placeholder[data-v-f4e4c090]{position:absolute;pointer-events:none;color:var(--theme-text6);left:10px;font-size:15px;top:10px}.n-richText[data-v-f4e4c090] .n-richText-content{position:relative;width:100%;outline:none;padding:10px;-webkit-transform:translate(0, 0);transform:translate(0, 0);overflow-y:auto;font-size:15px;height:100%}.n-richText[data-v-f4e4c090] .n-richText-content .n-richText-resize{position:relative}.n-richText[data-v-f4e4c090] .n-richText-content .n-richText-resize:hover{cursor:default !important;border:1px dashed var(--theme-color) !important}.n-richText[data-v-f4e4c090] .n-richText-content .n-richText-resize:hover::before{content:" ";right:0;position:absolute;bottom:0;-webkit-transform:translate(50%, 50%);transform:translate(50%, 50%);width:7px;background:var(--theme-color);height:7px;cursor:se-resize}.n-richText .n-richText-dropHover[data-v-f4e4c090]{border:1px dashed var(--theme-color);background:var(--theme-color-opacity1)}.n-richText.n-richTextDisabled[data-v-f4e4c090]{cursor:not-allowed}.n-richText.n-richTextDisabled .n-richText-compList[data-v-f4e4c090]{pointer-events:none}
35
36
  .n-search[data-v-1cf7e2d2]{width:100%}.n-search .n-search-tag[data-v-1cf7e2d2]{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-1cf7e2d2],.n-search .n-search-tag .n-search-filterIcon[data-v-1cf7e2d2]{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-1cf7e2d2]{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-1cf7e2d2]:hover,.n-search .n-search-tag .n-search-filterIcon.n-search-filterIcon-check[data-v-1cf7e2d2]{color:var(--theme-color);border-color:var(--theme-color)}.n-search .n-search-tag .n-search-filterIcon[data-v-1cf7e2d2]::before{margin-right:5px}.n-search .n-search-tag .n-search-filterTag[data-v-1cf7e2d2]{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-1cf7e2d2]{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-1cf7e2d2]:hover{color:var(--theme-text5);background:var(--theme-grey-light8)}.n-search .n-search-tag .n-search-filterBtns[data-v-1cf7e2d2]{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-1cf7e2d2]{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-1cf7e2d2]:hover{opacity:.7}.n-search .n-search-pop[data-v-1cf7e2d2]{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-1cf7e2d2] >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-1cf7e2d2] >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-1cf7e2d2] >li .n-search-label>em{padding-left:10px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.n-search .n-search-pop[data-v-1cf7e2d2] >li .n-search-label i{font-size:16px}.n-search .n-search-pop[data-v-1cf7e2d2] >li .n-search-label>span{margin-left:5px}@media screen and (max-width: 1400px){.n-search .n-search-pop[data-v-1cf7e2d2] >li .n-search-label{-webkit-box-flex:0;-ms-flex:0 0 70px;flex:0 0 70px}}.n-search .n-search-pop[data-v-1cf7e2d2] >li>.n-form{-webkit-box-flex:1;-ms-flex:1;flex:1;width:0}.n-search .n-search-pop[data-v-1cf7e2d2] >li>.n-form>.el-slider{margin-right:10px}.n-search .n-search-pop[data-v-1cf7e2d2] >li>.n-form>.el-checkbox{padding-right:20px}.n-search .n-search-pop .n-search-line[data-v-1cf7e2d2]{grid-column:1/-1}.n-search .n-search-pop .n-search-right[data-v-1cf7e2d2]{grid-column:-2/-1}.n-search .n-search-pop .n-search-childRight[data-v-1cf7e2d2]{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.n-search .n-search-tagPop[data-v-1cf7e2d2]{padding:0px 15px;opacity:0;background:var(--theme-bg-white3)}.n-search .n-search-tag+.n-search-pop-show[data-v-1cf7e2d2]{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}
36
- .n-tabs[data-v-76a4deb0]{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-76a4deb0]{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-76a4deb0]{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-76a4deb0]{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.n-tabs .n-tabs-check[data-v-76a4deb0]{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-76a4deb0]{cursor:not-allowed;color:var(--theme-text6) !important}.n-tabs>li[data-v-76a4deb0]:hover{color:var(--theme-color)}.n-tabs.n-tabsAuto>li[data-v-76a4deb0]{-webkit-box-flex:1;-ms-flex:1;flex:1;width:0}
37
+ .n-tabs[data-v-146e00f0]{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-146e00f0]{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-146e00f0]{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-146e00f0]{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.n-tabs .n-tabs-check[data-v-146e00f0]{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-146e00f0]{cursor:not-allowed;color:var(--theme-text6) !important}.n-tabs>li[data-v-146e00f0]:hover{color:var(--theme-color)}.n-tabs.n-tabsAuto>li[data-v-146e00f0]{-webkit-box-flex:1;-ms-flex:1;flex:1;width:0}
37
38
  .n-tb[data-v-00822c82] .n-tb-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-tb[data-v-00822c82] .n-tb-scroll:not([__null__])>div{background:rgba(255,255,255,.9);border-radius:7px;cursor:pointer}.n-tb[data-v-00822c82] .n-tb-scroll:not([__null__])>div:hover{background:#fff}.n-tb[data-v-00822c82] .n-tb-fixedHead{overflow:visible}.n-tb[data-v-00822c82] .n-tb-fixedHead .el-table__header-wrapper,.n-tb[data-v-00822c82] .n-tb-fixedHead .el-table__fixed-header-wrapper{position:sticky;z-index:4}.n-tb[data-v-00822c82] .n-tb-fixedHead .el-table__fixed-header-wrapper,.n-tb[data-v-00822c82] .n-tb-fixedHead .el-table__fixed-body-wrapper,.n-tb[data-v-00822c82] .n-tb-fixedHead .el-table__fixed-footer-wrapper{overflow:hidden;width:100%}.n-tb[data-v-00822c82] .n-tb-fixedHead .el-table__fixed,.n-tb[data-v-00822c82] .n-tb-fixedHead .el-table__fixed-right{max-width:100%;overflow:visible;z-index:5;pointer-events:none}.n-tb[data-v-00822c82] .n-tb-fixedHead .el-table__fixed *,.n-tb[data-v-00822c82] .n-tb-fixedHead .el-table__fixed-right *{pointer-events:auto}.n-tb[data-v-00822c82] .n-tb-fixedHead .el-table__fixed-right .el-table__fixed-body-wrapper,.n-tb[data-v-00822c82] .n-tb-fixedHead .el-table__fixed-right .el-table__fixed-header-wrapper,.n-tb[data-v-00822c82] .n-tb-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-tb .n-tb-filter[data-v-00822c82]{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-tb .n-tb-filter>li[data-v-00822c82]{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-tb .n-tb-filter>li>i[data-v-00822c82]{margin-left:10px}.n-tb .n-tb-filter>li>i[data-v-00822c82]:hover{font-weight:bold;color:var(--theme-color)}
38
39
  .n-upload[data-v-92c8ed02]{width:100%}.n-upload>li[data-v-92c8ed02]{width:100%}.n-upload>li+li[data-v-92c8ed02]{margin-top:10px}.n-upload .n-upload-item[data-v-92c8ed02]{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-92c8ed02]{width:26px;height:26px;font-size:26px;color:var(--theme-text6)}.n-upload .n-upload-item i[data-v-92c8ed02]:hover{color:var(--theme-color)}.n-upload .n-upload-prog[data-v-92c8ed02]{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-92c8ed02]{position:relative;overflow:hidden}.n-upload .n-upload-def>span[data-v-92c8ed02],.n-upload .n-upload-def .n-upload-loading[data-v-92c8ed02]{-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-92c8ed02]{cursor:default}.n-upload .n-upload-def>.n-upload-loading[data-v-92c8ed02] .el-progress-bar__inner{background:var(--theme-color-gd) !important}.n-upload .n-upload-img[data-v-92c8ed02],.n-upload .n-upload-video[data-v-92c8ed02]{border-radius:5px;overflow:hidden;position:relative}.n-upload .n-upload-img>video[data-v-92c8ed02],.n-upload .n-upload-img>img[data-v-92c8ed02],.n-upload .n-upload-img>.n-upload-loading[data-v-92c8ed02],.n-upload .n-upload-video>video[data-v-92c8ed02],.n-upload .n-upload-video>img[data-v-92c8ed02],.n-upload .n-upload-video>.n-upload-loading[data-v-92c8ed02]{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-92c8ed02],.n-upload .n-upload-video>.n-upload-loading[data-v-92c8ed02]{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-92c8ed02] .el-progress__text,.n-upload .n-upload-video>.n-upload-loading[data-v-92c8ed02] .el-progress__text{color:var(--theme-text3)}.n-upload .n-upload-img .n-upload-fileName[data-v-92c8ed02],.n-upload .n-upload-video .n-upload-fileName[data-v-92c8ed02]{-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-92c8ed02],.n-upload .n-upload-video>.n-upload-oper[data-v-92c8ed02]{-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-92c8ed02],.n-upload .n-upload-video>.n-upload-oper>i[data-v-92c8ed02]{display:block;margin-bottom:5px}.n-upload .n-upload-err[data-v-92c8ed02]{background:var(--theme-red-light9)}.n-upload .n-upload-errTxt[data-v-92c8ed02]{color:var(--theme-red);text-align:right;font-size:13px;margin-top:5px !important}.n-upload .n-upload-btn[data-v-92c8ed02]{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-92c8ed02]{font-size:36px;margin-bottom:10px;color:var(--theme-color)}.n-upload .n-upload-btn>*[data-v-92c8ed02]{pointer-events:none}.n-upload .n-upload-btn+li[data-v-92c8ed02]{margin-top:30px}.n-upload .n-upload-btn-hover[data-v-92c8ed02]{border-color:var(--theme-color);background:var(--theme-color-opacity1)}
39
- .n-virtualScroll[data-v-20d92efe]{width:100%;height:100%;overflow:auto}.n-virtualScroll .n-virtualScroll-vert[data-v-20d92efe]{width:100%;height:auto}.n-virtualScroll .n-virtualScroll-hori[data-v-20d92efe]{height:100%}.n-virtualScroll .n-virtualScroll-hori>.n-virtualScroll-box[data-v-20d92efe]{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-virtualScroll-hori>.n-virtualScroll-box>*[data-v-20d92efe]{-ms-flex-negative:0;flex-shrink:0}
40
+ .n-virtualScroll[data-v-691aef59]{width:100%;height:100%;overflow:auto}.n-virtualScroll .n-virtualScroll-vert[data-v-691aef59]{width:100%;height:auto}.n-virtualScroll .n-virtualScroll-hori[data-v-691aef59]{height:100%}.n-virtualScroll .n-virtualScroll-hori>.n-virtualScroll-box[data-v-691aef59]{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-virtualScroll-hori>.n-virtualScroll-box>*[data-v-691aef59]{-ms-flex-negative:0;flex-shrink:0}