n-sys 1.32.11 → 1.32.13

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "n-sys",
3
- "version": "1.32.11",
3
+ "version": "1.32.13",
4
4
  "description": "neat admin system tool",
5
5
  "main": "index.js",
6
6
  "scripts": {},
package/small.css CHANGED
@@ -32,7 +32,7 @@
32
32
  .n-search{width:100%;font-size:var(--theme-font-size1);--label-size: 90px;--item-size: 350px}.n-search .n-search-tag{display:flex;flex-wrap:wrap;align-content:flex-start;gap:var(--theme-padding2)}.n-search .n-search-filterTag,.n-search .n-search-filterIcon{min-height:var(--theme-h1);font-size:var(--theme-font-size2);border-radius:3px;border:1px solid var(--theme-border1);color:var(--theme-text5);background:var(--theme-bg-white3);padding:var(--theme-padding4) var(--theme-padding2)}.n-search .n-search-filterIcon{display:flex;justify-content:center;align-items:center;height:var(--theme-h1);line-height:1;-webkit-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-filterIcon:hover,.n-search .n-search-filterIcon.n-search-filterIcon-check{color:var(--theme-color);border-color:var(--theme-color)}.n-search .n-search-filterIcon::before{margin-right:5px}.n-search .n-search-filterTag{display:flex;align-items:center;justify-content:flex-start;line-height:1.7;color:var(--theme-text4);gap:10px}.n-search .n-search-filterTag>i{cursor:pointer;width:16px;font-size:12px;height:16px;border-radius:50%;display:flex;justify-content:center;align-items:center;line-height:1;color:var(--theme-text6)}.n-search .n-search-filterTag>i:hover{color:var(--theme-text5);background:var(--theme-grey-light8)}.n-search .n-search-filterBtns{margin-left:auto;white-space:nowrap;display:flex;align-items:center;justify-content:flex-start;gap:10px}.n-search .n-search-filterBtns>span{cursor:pointer;color:var(--theme-color);display:flex;align-items:center;justify-content:flex-start}.n-search .n-search-filterBtns>span:hover{opacity:.7}.n-search .n-search-pop{width:100%;color:var(--theme-text3);overflow:hidden;transition:all .2s;flex-wrap:wrap;border-radius:3px;display:flex;align-content:flex-start;align-items:flex-start;gap:var(--theme-padding1) var(--theme-padding2);display:grid;grid-template-columns:repeat(auto-fill, minmax(var(--item-size), 1fr))}.n-search .n-search-item{display:flex;align-items:center;justify-content:flex-start;overflow:hidden;min-width:0;min-height:0;gap:var(--theme-padding2)}.n-search .n-search-item>.n-item{flex:1;width:0}.n-search .n-search-item>.el-button{margin:0}.n-search .n-search-label{display:inline-block;width:var(--label-size);flex-shrink:0;overflow:hidden;text-overflow:ellipsis;height:var(--theme-h1);display:flex;justify-content:flex-end;align-items:center}.n-search .n-search-label>em{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.n-search .n-search-label i{font-size:calc(var(--theme-font-size1) * 1.15)}.n-search .n-search-label>span{margin-left:5px}.n-search .n-search-line{grid-column:1/-1}.n-search .n-search-right{grid-column:-2/-1}.n-search .n-search-childRight{justify-content:flex-end}.n-search .n-search-tagPop{padding:0px var(--theme-padding1);opacity:0;background:var(--theme-bg-white3)}.n-search .n-search-tag+.n-search-pop-show{margin-top:var(--theme-margin1);padding:var(--theme-padding1);opacity:1;transition:all .2s linear,padding .1s linear .15s}
33
33
  .n-selectPage{width:100%;background:var(--theme-bg-white1);border:1px solid var(--theme-border3);padding:var(--theme-padding1);font-size:var(--theme-font-size1)}.n-selectPage .n-selectPage-title{color:var(--theme-text2);font-weight:bold;font-size:calc(var(--theme-font-size1) * 1.1);display:flex;align-items:center;justify-content:flex-start;margin-bottom:var(--theme-margin3)}.n-selectPage .n-selectPage-title>em{cursor:pointer;margin-left:auto;color:var(--theme-color);font-weight:400;font-size:var(--theme-font-size3)}.n-selectPage .n-selectPage-title>em:hover{opacity:.7}.n-selectPage .n-page{justify-content:flex-end}.n-selectPage .n-selectPage-list{margin:var(--theme-margin1) 0;max-height:300px;overflow:hidden auto}.n-selectPage .n-selectPage-list>li{display:flex;align-items:center;justify-content:flex-start;cursor:pointer;padding:5px 5px 5px 0;margin:1px 0;color:var(--theme-text3)}.n-selectPage .n-selectPage-list>li>span{color:var(--theme-text5);width:25px;text-align:right}.n-selectPage .n-selectPage-list>li>div{flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;padding:0 var(--theme-padding1)}.n-selectPage .n-selectPage-list>li>i{color:var(--theme-color);display:none;margin-left:auto}.n-selectPage .n-selectPage-list>li:hover{background:var(--theme-bg-white2)}.n-selectPage .n-selectPage-list>li:last-child{justify-content:center;color:var(--theme-text5)}.n-selectPage .n-selectPage-list>li.n-selectPage-disabled{cursor:not-allowed;color:var(--theme-text6);background:none}.n-selectPage .n-selectPage-list>li.n-selectPage-check{color:var(--theme-color);background:var(--theme-color-opacity1)}.n-selectPage .n-selectPage-list>li.n-selectPage-check>i{display:inline}.n-selectPage .n-selectPage-selectd{max-height:300px;min-height:100px;overflow:hidden auto;color:var(--theme-text4)}.n-selectPage .n-selectPage-selectd>li{display:flex;align-items:center;justify-content:flex-start;border:1px solid var(--theme-border3);border-radius:2px;padding:5px;background:var(--theme-grey-light9);gap:5px;line-height:1}.n-selectPage .n-selectPage-selectd>li+li{margin-top:5px}.n-selectPage .n-selectPage-selectd>li>em{width:auto;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.n-selectPage .n-selectPage-selectd>li>i{margin-left:auto;width:17px;flex-shrink:0;height:17px;display:flex;justify-content:center;align-items:center;font-size:13px;border-radius:30%}.n-selectPage .n-selectPage-selectd>li>i:hover{font-weight:bold;background:var(--theme-grey-light8)}.n-selectPage>article>.el-input{width:100%}.n-selectPage>aside{margin-top:var(--theme-padding1);padding-top:var(--theme-padding1);border-top:1px solid var(--theme-border3)}.n-selectPage.n-selectPageHori{display:flex;align-items:center;justify-content:flex-start;align-items:stretch;gap:var(--theme-padding1);height:500px}.n-selectPage.n-selectPageHori>article{flex:1;width:0}.n-selectPage.n-selectPageHori>article,.n-selectPage.n-selectPageHori>aside{display:flex;flex-direction:column;align-items:stretch;height:100%}.n-selectPage.n-selectPageHori>aside{margin:0;width:0;flex:0 1 40%;padding:0;border:0;padding-left:var(--theme-padding1);border-left:1px solid var(--theme-border3)}.n-selectPage.n-selectPageHori .n-selectPage-list,.n-selectPage.n-selectPageHori .n-selectPage-selectd{min-height:0;max-height:none;height:0;flex:1}
34
34
  .n-tabs{width:100%;height:calc(var(--theme-h1) * 1.2);display:flex;align-items:center;justify-content:flex-start;align-items:stretch;border-bottom:1px solid var(--theme-border3)}.n-tabs>li{cursor:pointer;color:var(--theme-text3);padding:0 var(--theme-padding1);display:flex;justify-content:center;align-items:center}.n-tabs .n-tabs-def{font-size:var(--theme-font-size1);display:flex;justify-content:center;align-items:center;gap:var(--theme-padding4)}.n-tabs .n-tabs-def>em{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.n-tabs .n-tabs-check{color:var(--theme-color);border-bottom:2px solid var(--theme-color);transform:translate(0, 1px)}.n-tabs .n-tabs-disabled{cursor:not-allowed;color:var(--theme-text6) !important}.n-tabs>li:hover{color:var(--theme-color)}.n-tabs.n-tabsAuto>li{flex:1;width:0}
35
- .n-tb{width:100%;font-size:var(--theme-font-size1);color:var(--theme-text3);position:relative;display:flex;flex-direction:column;align-items:stretch;text-align:center;line-height:1.5;--fixed-head: 0px}.n-tb .n-tb-bodyBox{height:0;flex:1;width:100%;overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.n-tb .n-tb-bodyBox::-webkit-scrollbar{background:rgba(0,0,0,0);width:0px;height:0px}.n-tb .n-tb-bodyBox::-webkit-scrollbar-thumb{background:var(--theme-scroll-btn-opacity);border-radius:calc(0px / 2)}.n-tb .n-tb-bodyBox::-webkit-scrollbar-thumb:hover{background:rgba(0,0,0,0)}.n-tb .n-tb-bodyBox::-webkit-scrollbar-button{display:none}.n-tb .n-tb-bodyBox::-webkit-scrollbar{display:none}.n-tb .n-tb-table{border-collapse:separate;table-layout:fixed;border-spacing:0;width:100%}.n-tb .n-tb-headBox,.n-tb .n-tb-footBox{overflow:hidden;z-index:6}.n-tb .n-tb-headBox{z-index:7}.n-tb .n-tb-footBox{border-top:1px solid var(--theme-border3)}.n-tb .n-tb-footBox .n-tb-td{border:0}.n-tb .n-virtualScrollTb{scrollbar-width:none;-ms-overflow-style:none}.n-tb .n-virtualScrollTb::-webkit-scrollbar{background:rgba(0,0,0,0);width:0px;height:0px}.n-tb .n-virtualScrollTb::-webkit-scrollbar-thumb{background:var(--theme-scroll-btn-opacity);border-radius:calc(0px / 2)}.n-tb .n-virtualScrollTb::-webkit-scrollbar-thumb:hover{background:rgba(0,0,0,0)}.n-tb .n-virtualScrollTb::-webkit-scrollbar-button{display:none}.n-tb .n-virtualScrollTb::-webkit-scrollbar{display:none}.n-tb .n-tb-th{background:var(--theme-bg-white2-fill)}.n-tb .n-tb-th>.n-tb-cell{display:flex;align-items:center;justify-content:flex-start;padding:0}.n-tb .n-tb-headTitle{flex:1;width:0;padding:var(--theme-padding2)}.n-tb .n-tb-td{background:var(--theme-bg-white1)}.n-tb .n-tb-th,.n-tb .n-tb-td{border-bottom:1px solid var(--theme-border3);position:relative}.n-tb .n-tb-fixedCol{position:sticky;z-index:5}.n-tb .n-tb-fixedCol.n-tb-td{background:var(--theme-bg-white1-fill)}.n-tb .n-tb-fixedCol.n-tb-th{background:var(--theme-bg-white2-fill)}.n-tb .n-tb-fixedLeftMove::after,.n-tb .n-tb-fixedRightMove::after{pointer-events:none;content:" ";width:36px;display:block;position:absolute;top:0;bottom:-1px;transition:background .2s;right:-36px;background:linear-gradient(-90deg, transparent 75%, var(--theme-shadow1))}.n-tb .n-tb-fixedRightMove::after{left:-36px;right:auto;background:linear-gradient(90deg, transparent 75%, var(--theme-shadow1))}.n-tb .n-tb-cell{padding:var(--theme-padding2)}.n-tb>.n-scrollbar{z-index:10}.n-tb>.n-scrollbar:not(.n-scrollbarMove):not(.n-tb-scrollbarMin){opacity:0;transition:all .3s}.n-tb>.n-scrollbar.n-tb-scrollbarMin{position:fixed;width:200px;background:rgba(0,0,0,.36);bottom:10px;left:50%;transform:translate(-50%);border-radius:7px;z-index:10;border:1px solid rgba(0,0,0,.36);height:12px}.n-tb>.n-scrollbar.n-tb-scrollbarMin>div{background:rgba(255,255,255,.9);border-radius:7px;cursor:pointer}.n-tb>.n-scrollbar.n-tb-scrollbarMin>div:hover{background:#fff}.n-tb:hover>.n-scrollbar:not(.n-scrollbarMove):not(.n-tb-scrollbarMin){opacity:1}.n-tb .n-tb-expandSeat{display:inline-block;--level: 0;width:calc( var(--level) * (var(--theme-font-size1) * 1.2) );margin-right:calc(var(--theme-font-size1) * 1.2 + var(--theme-padding3))}.n-tb .n-tb-expandIcon{margin-left:calc(var(--theme-font-size1) * -1.2 - var(--theme-padding3));transition:all .3s;font-size:calc(var(--theme-font-size1) * 1.2);margin-right:var(--theme-padding3);width:calc(var(--theme-font-size1) * 1.2);transform:rotateZ(0deg)}.n-tb .n-tb-expandIcon.n-tb-expandIconOpen{transform:rotateZ(90deg)}.n-tb .n-tb-expandIcon:hover{color:var(--theme-color)}.n-tb .n-tb-expandLoading{font-size:calc(var(--theme-font-size1) * 1.2);margin-right:var(--theme-padding3)}.n-tb .n-tb-expandColTd{text-align:left}.n-tb .n-tb-alignLeft{text-align:left}.n-tb .n-tb-alignCenter{text-align:center}.n-tb .n-tb-alignRight{text-align:right}.n-tb .n-tb-sortIcon{display:flex;justify-content:center;flex-direction:column;align-items:center;color:var(--theme-text6);cursor:pointer;font-size:12px;width:20px;height:20px;border-radius:3px;margin-right:var(--theme-padding2)}.n-tb .n-tb-sortIcon:hover{color:var(--theme-text5);background:var(--theme-grey-light8)}.n-tb .n-tb-sortIcon>i+i{margin-top:-5px}.n-tb .n-tb-sortIcon.n-tb-sortIconAsc>i:first-child{color:var(--theme-color)}.n-tb .n-tb-sortIcon.n-tb-sortIconDesc>i:last-child{color:var(--theme-color)}.n-tb .n-tb-ellipsis{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:100%;display:inline-block;line-height:1}.n-tb .n-tb-msgIcon{margin-left:var(--theme-padding3);color:var(--theme-text5)}.n-tb .n-tb-colWidthIcon{width:6px;height:100%;display:inline-block;position:absolute;right:-1px;-webkit-user-select:none;-ms-user-select:none;user-select:none;top:0;z-index:2}.n-tb .n-tb-colWidthIcon.n-tb-colWidthIconMove,.n-tb .n-tb-colWidthIcon:hover{border-right:1px solid var(--theme-color);cursor:col-resize}.n-tb .n-tb-noData{width:100%;color:var(--theme-text5)}.n-tb .n-tb-noData>p{background:var(--theme-bg-white1);display:flex;justify-content:center;align-items:center;height:60px;border:1px solid var(--theme-border3);border-top:0}.n-tb.n-tbBorder{border:1px solid var(--theme-border3)}.n-tb.n-tbBorder .n-tb-th+*,.n-tb.n-tbBorder .n-tb-td+*{border-left:1px solid var(--theme-border3)}.n-tb.n-tbBorder .n-tb-noData>p{border:0}.n-tb.n-tbStriped .n-tb-tbody>tr:nth-child(2n)>td{background:var(--theme-bg-white2)}.n-tb.n-tbStriped .n-tb-tbody>tr:nth-child(2n)>.n-tb-fixedCol{background:var(--theme-bg-white2-fill)}.n-tb .n-tb-tbody>tr:hover>td{background:var(--theme-bg-white3)}.n-tb .n-tb-tbody>tr:hover>.n-tb-fixedCol{background:var(--theme-bg-white3-fill)}.n-tb .n-tb-tbody>tr:last-child>td{border-bottom-color:transparent}.n-tb.n-tbFixedHead>.n-tb-headBox{position:sticky;top:var(--fixed-head)}
35
+ .n-tb{width:100%;font-size:var(--theme-font-size1);color:var(--theme-text3);position:relative;display:flex;flex-direction:column;align-items:stretch;text-align:center;line-height:1.5;--fixed-head: 0px}.n-tb .n-tb-bodyBox{height:0;flex:1;width:100%;overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.n-tb .n-tb-bodyBox::-webkit-scrollbar{background:rgba(0,0,0,0);width:0px;height:0px}.n-tb .n-tb-bodyBox::-webkit-scrollbar-thumb{background:var(--theme-scroll-btn-opacity);border-radius:calc(0px / 2)}.n-tb .n-tb-bodyBox::-webkit-scrollbar-thumb:hover{background:rgba(0,0,0,0)}.n-tb .n-tb-bodyBox::-webkit-scrollbar-button{display:none}.n-tb .n-tb-bodyBox::-webkit-scrollbar{display:none}.n-tb .n-tb-table{border-collapse:separate;table-layout:fixed;border-spacing:0;width:100%}.n-tb .n-tb-headBox,.n-tb .n-tb-footBox{overflow:hidden;z-index:6}.n-tb .n-tb-headBox{z-index:7}.n-tb .n-tb-footBox{border-top:1px solid var(--theme-border3)}.n-tb .n-tb-footBox .n-tb-td{border:0}.n-tb .n-virtualScrollTb{scrollbar-width:none;-ms-overflow-style:none}.n-tb .n-virtualScrollTb::-webkit-scrollbar{background:rgba(0,0,0,0);width:0px;height:0px}.n-tb .n-virtualScrollTb::-webkit-scrollbar-thumb{background:var(--theme-scroll-btn-opacity);border-radius:calc(0px / 2)}.n-tb .n-virtualScrollTb::-webkit-scrollbar-thumb:hover{background:rgba(0,0,0,0)}.n-tb .n-virtualScrollTb::-webkit-scrollbar-button{display:none}.n-tb .n-virtualScrollTb::-webkit-scrollbar{display:none}.n-tb .n-tb-th{background:var(--theme-bg-white2-fill)}.n-tb .n-tb-th>.n-tb-cell{display:flex;align-items:center;justify-content:flex-start;padding:0}.n-tb .n-tb-headTitle{flex:1;width:0;padding:var(--theme-padding2)}.n-tb .n-tb-td{background:var(--theme-bg-white1)}.n-tb .n-tb-th,.n-tb .n-tb-td{border-bottom:1px solid var(--theme-border3);position:relative}.n-tb .n-tb-fixedCol{position:sticky;z-index:5}.n-tb .n-tb-fixedCol.n-tb-td{background:var(--theme-bg-white1-fill)}.n-tb .n-tb-fixedCol.n-tb-th{background:var(--theme-bg-white2-fill)}.n-tb .n-tb-fixedLeftMove::after,.n-tb .n-tb-fixedRightMove::after{pointer-events:none;content:" ";width:36px;display:block;position:absolute;top:0;bottom:-1px;transition:background .2s;right:-36px;background:linear-gradient(-90deg, transparent 75%, var(--theme-shadow1))}.n-tb .n-tb-fixedRightMove::after{left:-36px;right:auto;background:linear-gradient(90deg, transparent 75%, var(--theme-shadow1))}.n-tb .n-tb-cell{padding:var(--theme-padding2)}.n-tb>.n-scrollbar{z-index:10}.n-tb>.n-scrollbar:not(.n-scrollbarMove):not(.n-tb-scrollbarMin){opacity:0;transition:all .3s}.n-tb>.n-scrollbar.n-tb-scrollbarMin{position:fixed;width:200px;background:rgba(0,0,0,.36);bottom:10px;left:50%;transform:translate(-50%);border-radius:7px;z-index:10;border:1px solid rgba(0,0,0,.36);height:12px}.n-tb>.n-scrollbar.n-tb-scrollbarMin>div{background:rgba(255,255,255,.9);border-radius:7px;cursor:pointer}.n-tb>.n-scrollbar.n-tb-scrollbarMin>div:hover{background:#fff}.n-tb:hover>.n-scrollbar:not(.n-scrollbarMove):not(.n-tb-scrollbarMin){opacity:1}.n-tb .n-tb-expandSeat{display:inline-block;--level: 0;width:calc( var(--level) * (var(--theme-font-size1) * 1.2) );margin-right:calc(var(--theme-font-size1) * 1.2 + var(--theme-padding3))}.n-tb .n-tb-expandIcon{margin-left:calc(var(--theme-font-size1) * -1.2 - var(--theme-padding3));transition:all .3s;font-size:calc(var(--theme-font-size1) * 1.2);margin-right:var(--theme-padding3);width:calc(var(--theme-font-size1) * 1.2);transform:rotateZ(0deg)}.n-tb .n-tb-expandIcon.n-tb-expandIconOpen{transform:rotateZ(90deg)}.n-tb .n-tb-expandIcon:hover{color:var(--theme-color)}.n-tb .n-tb-expandLoading{font-size:calc(var(--theme-font-size1) * 1.2);margin-right:var(--theme-padding3)}.n-tb .n-tb-expandColTd{text-align:left}.n-tb .n-tb-alignLeft{text-align:left}.n-tb .n-tb-alignCenter{text-align:center}.n-tb .n-tb-alignRight{text-align:right}.n-tb .n-tb-sortIcon{display:flex;justify-content:center;flex-direction:column;align-items:center;color:var(--theme-text6);cursor:pointer;font-size:12px;width:20px;height:20px;border-radius:3px;margin-right:var(--theme-padding2)}.n-tb .n-tb-sortIcon:hover{color:var(--theme-text5);background:var(--theme-grey-light8)}.n-tb .n-tb-sortIcon>i+i{margin-top:-5px}.n-tb .n-tb-sortIcon.n-tb-sortIconAsc>i:first-child{color:var(--theme-color)}.n-tb .n-tb-sortIcon.n-tb-sortIconDesc>i:last-child{color:var(--theme-color)}.n-tb .n-tb-ellipsis{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:100%;display:inline-block;line-height:1}.n-tb .n-tb-msgIcon{margin-left:var(--theme-padding3);color:var(--theme-text5)}.n-tb .n-tb-colWidthIcon{width:6px;height:100%;display:inline-block;position:absolute;right:-1px;-webkit-user-select:none;-ms-user-select:none;user-select:none;top:0;z-index:2}.n-tb .n-tb-colWidthIcon.n-tb-colWidthIconMove,.n-tb .n-tb-colWidthIcon:hover{border-right:1px solid var(--theme-color);cursor:col-resize}.n-tb .n-tb-noData{width:100%;color:var(--theme-text5)}.n-tb .n-tb-noData .n-tb-noData-def{display:flex;justify-content:center;align-items:center;height:60px}.n-tb.n-tbBorder::before{content:" ";border:1px solid var(--theme-border3);left:0;position:absolute;top:0;pointer-events:none;right:0px;bottom:0;z-index:10}.n-tb.n-tbBorder .n-tb-th,.n-tb.n-tbBorder .n-tb-td{border-right:1px solid var(--theme-border3)}.n-tb.n-tbStriped .n-tb-tbody>tr:nth-child(2n)>td{background:var(--theme-bg-white2)}.n-tb.n-tbStriped .n-tb-tbody>tr:nth-child(2n)>.n-tb-fixedCol{background:var(--theme-bg-white2-fill)}.n-tb .n-tb-tbody>tr:hover>td{background:var(--theme-bg-white3)}.n-tb .n-tb-tbody>tr:hover>.n-tb-fixedCol{background:var(--theme-bg-white3-fill)}.n-tb .n-tb-tbody>tr:last-child>td{border-bottom-color:transparent}.n-tb.n-tbFixedHead>.n-tb-headBox{position:sticky;top:var(--fixed-head)}
36
36
  .n-tbEl .n-tbEl-scroll:not([__null__]){position:fixed;width:200px;background:rgba(0,0,0,.36);bottom:10px;left:50%;transform:translate(-50%);border-radius:7px;z-index:10;border:1px solid rgba(0,0,0,.36);height:12px}.n-tbEl .n-tbEl-scroll:not([__null__])>div{background:rgba(255,255,255,.9);border-radius:7px;cursor:pointer}.n-tbEl .n-tbEl-scroll:not([__null__])>div:hover{background:#fff}.n-tbEl .n-tbEl-fixedHead{overflow:visible}.n-tbEl .n-tbEl-fixedHead .el-table__header-wrapper,.n-tbEl .n-tbEl-fixedHead .el-table__fixed-header-wrapper{position:sticky;z-index:4}.n-tbEl .n-tbEl-fixedHead .el-table__fixed-header-wrapper,.n-tbEl .n-tbEl-fixedHead .el-table__fixed-body-wrapper,.n-tbEl .n-tbEl-fixedHead .el-table__fixed-footer-wrapper{overflow:hidden;width:100%}.n-tbEl .n-tbEl-fixedHead .el-table__fixed,.n-tbEl .n-tbEl-fixedHead .el-table__fixed-right{max-width:100%;overflow:visible;z-index:5;pointer-events:none}.n-tbEl .n-tbEl-fixedHead .el-table__fixed *,.n-tbEl .n-tbEl-fixedHead .el-table__fixed-right *{pointer-events:auto}.n-tbEl .n-tbEl-fixedHead .el-table__fixed-right .el-table__fixed-body-wrapper,.n-tbEl .n-tbEl-fixedHead .el-table__fixed-right .el-table__fixed-header-wrapper,.n-tbEl .n-tbEl-fixedHead .el-table__fixed-right .el-table__fixed-footer-wrapper{display:flex;justify-content:flex-end}.n-tbEl .n-tbEl-filter{width:100%;display:flex;flex-wrap:wrap;justify-content:flex-start;align-content:flex-start}.n-tbEl .n-tbEl-filter>li{display:flex;align-items:center;justify-content:flex-start;margin-bottom:10px;height:30px;padding:0 10px;font-size:12px;border-radius:3px;background:var(--theme-bg-white3);border:1px solid var(--theme-border1);color:var(--theme-text3);margin-right:10px;cursor:pointer}.n-tbEl .n-tbEl-filter>li>i{margin-left:10px}.n-tbEl .n-tbEl-filter>li>i:hover{font-weight:bold;color:var(--theme-color)}
37
37
  .n-virtualScroll{width:100%;height:100%;overflow:auto}.n-virtualScroll .n-virtualScroll-box{width:100%;height:auto}.n-virtualScroll.n-virtualScrollHori>.n-virtualScroll-box{height:100%}.n-virtualScroll.n-virtualScrollHori>.n-virtualScroll-box>.n-virtualScroll-view{display:flex;align-items:center;justify-content:flex-start;display:inline-flex;align-items:stretch;height:100%}.n-virtualScroll.n-virtualScrollHori>.n-virtualScroll-box>.n-virtualScroll-view>*{flex-shrink:0}
38
38
  .n-virtualScrollTb{width:100%;height:100%;overflow:auto}.n-virtualScrollTb .n-virtualScrollTb-box{width:100%;height:auto}