n-sys 1.33.23 → 1.33.24
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
|
Binary file
|
|
Binary file
|
package/small.css
CHANGED
|
@@ -25,27 +25,28 @@
|
|
|
25
25
|
.n-tooltip-seat{display:inline}.n-tooltip{--z-index:1000;--size:auto;position:fixed;left:-200%;z-index:var(--z-index);pointer-events:none;opacity:0;font-size:var(--theme-font-size1)}.n-tooltip .n-tooltip-content{background:rgba(0,0,0,.6);color:#fff;display:flex;justify-content:center;align-items:center;padding:var(--theme-padding3);max-width:300px;border-radius:3px;box-shadow:0 0 10px 1px var(--theme-border1)}.n-tooltip.n-tooltipShow{transition:opacity .3s linear .3s;opacity:1}
|
|
26
26
|
.n-button{--color: var(--theme-color);--bg: var(--theme-color-light9);--color-dark: var(--theme-color-dark3);--h: var(--theme-h1);padding:0 var(--theme-margin1);font-size:var(--theme-font-size2);height:var(--h);transition:all .3s;display:flex;align-items:center;justify-content:flex-start;display:inline-flex;cursor:pointer;border-radius:3px;line-height:1;transition:all .3s;border-style:solid}.n-button .n-button-view{display:flex;align-items:center;justify-content:flex-start;display:inline-flex;height:100%;max-width:100%;gap:var(--theme-padding3)}.n-button .n-button-view>i{flex-shrink:0;font-size:calc( var(--theme-font-size1) * 1.2 )}.n-button .n-button-view>span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.n-button.n-buttonDef{background:var(--theme-bg-white1);color:var(--theme-text3);border-width:1px;border-color:var(--theme-border1)}.n-button.n-buttonDef:hover:not(.n-buttonDisabled){color:var(--color);border-color:var(--color)}.n-button.n-buttonDef:active:not(.n-buttonDisabled){color:var(--color-dark);border-color:var(--color-dark)}.n-button.n-buttonGhost{color:var(--color);border-width:1px;border-color:var(--color)}.n-button.n-buttonGhost:hover:not(.n-buttonDisabled){opacity:.77}.n-button.n-buttonGhost:active:not(.n-buttonDisabled){opacity:1;color:var(--color-dark);border-color:var(--color-dark)}.n-button.n-buttonColor{background:var(--color);color:#fff;border-width:1px;border-color:var(--color)}.n-button.n-buttonColor:hover:not(.n-buttonDisabled){opacity:.77}.n-button.n-buttonColor:active:not(.n-buttonDisabled){opacity:1;border-color:var(--color-dark);background:var(--color-dark)}.n-button.n-buttonText{height:auto;padding:0;color:var(--color)}.n-button.n-buttonText:hover:not(.n-buttonDisabled){opacity:.77}.n-button.n-buttonText:active:not(.n-buttonDisabled){opacity:1;color:var(--color-dark)}.n-button.n-buttonPlain.n-buttonColor{background:var(--bg);color:var(--color);border-width:1px;border-color:var(--bg)}.n-button.n-buttonPlain.n-buttonColor:hover:not(.n-buttonDisabled){opacity:1;background:var(--color);border-color:var(--color);color:#fff}.n-button.n-buttonPlain.n-buttonColor:active:not(.n-buttonDisabled){background:var(--color-dark);border-color:var(--color-dark)}.n-button.n-buttonRound{border-radius:calc( var(--h) / 2 )}.n-button.n-buttonCircle{border-radius:50%;width:var(--h)}.n-button.n-buttonLoading{cursor:wait}.n-button.n-buttonDisabled{cursor:not-allowed;opacity:.6}.n-button.n-buttonThemeYellow{--color: var(--theme-yellow);--bg: var(--theme-yellow-light9);--color-dark: var(--theme-yellow-dark3)}.n-button.n-buttonThemeRed{--color: var(--theme-red);--bg: var(--theme-red-light9);--color-dark: var(--theme-red-dark3)}.n-button.n-buttonThemeGreen{--color: var(--theme-green);--bg: var(--theme-green-light9);--color-dark: var(--theme-green-dark3)}.n-button.n-buttonThemeGrey{--color: var(--theme-grey);--bg: var(--theme-grey-light9);--color-dark: var(--theme-grey-dark3)}
|
|
27
27
|
.n-chart{width:100%;height:100%}.n-chart>div:first-child,.n-chart canvas{width:100% !important;height:100% !important}
|
|
28
|
-
.n-checkBtn{width:100%;display:flex;align-items:center;justify-content:flex-start;height:var(--theme-h1);--radius: 3px;line-height:1;font-size:var(--theme-font-size1)}.n-checkBtn>li{height:100%;
|
|
28
|
+
.n-checkBtn{width:100%;display:flex;align-items:center;justify-content:flex-start;height:var(--theme-h1);--radius: 3px;line-height:1;color:var(--theme-text3);font-size:var(--theme-font-size1)}.n-checkBtn>li{height:100%;cursor:pointer;border:1px solid var(--theme-border1);flex:1;background:var(--theme-bg-white1);display:flex;justify-content:center;align-items:center;width:0;padding:0 var(--theme-padding1)}.n-checkBtn>li:hover{background:var(--theme-bg-white3)}.n-checkBtn>li.n-checkBtn-disabled{cursor:not-allowed;color:var(--theme-text6);background:var(--theme-bg-white4)}.n-checkBtn>li.n-checkBtn-cur{background:var(--theme-color);color:#fff;border-color:var(--theme-color)}.n-checkBtn .n-checkBtn-def{width:100%;display:flex;justify-content:center;align-items:center}.n-checkBtn .n-checkBtn-def>em{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.n-checkBtn.n-checkBtnAuto{width:auto;display:inline-flex}.n-checkBtn.n-checkBtnAuto>li{flex:0 1 auto;width:auto;padding:0 var(--theme-padding1)}.n-checkBtn.n-checkBtnAuto .n-checkBtn-def{width:auto}.n-checkBtn.n-checkBtnHori>li{border-right-color:transparent}.n-checkBtn.n-checkBtnHori>li: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:first-child{border-top-left-radius:var(--radius);border-bottom-left-radius:var(--radius)}.n-checkBtn.n-checkBtnHori>li.n-checkBtn-cur+li{border-left-color:transparent}.n-checkBtn.n-checkBtnHori>li.n-checkBtn-cur+.n-checkBtn-cur{border-left-color:rgba(255,255,255,.5)}.n-checkBtn.n-checkBtnHori>li.n-checkBtn-cur:last-child{border-right-color:var(--theme-color)}.n-checkBtn.n-checkBtnVert{display:block;height:auto}.n-checkBtn.n-checkBtnVert>li{border-bottom-color:transparent;height:var(--theme-h1);width:100%;justify-content:flex-start}.n-checkBtn.n-checkBtnVert>li: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:first-child{border-top-left-radius:var(--radius);border-top-right-radius:var(--radius)}.n-checkBtn.n-checkBtnVert>li.n-checkBtn-cur+li{border-top-color:transparent}.n-checkBtn.n-checkBtnVert>li.n-checkBtn-cur+.n-checkBtn-cur{border-top-color:rgba(255,255,255,.5)}.n-checkBtn.n-checkBtnVert>li.n-checkBtn-cur:last-child{border-bottom-color:var(--theme-color)}.n-checkBtn.n-checkBtnPlain>li.n-checkBtn-cur{background:none;color:var(--theme-color);border:1px solid var(--theme-color)}.n-checkBtn.n-checkBtnDisabled{cursor:not-allowed;opacity:.6}.n-checkBtn.n-checkBtnDisabled>li{pointer-events:none}
|
|
29
29
|
.n-checkbox{display:flex;align-items:center;justify-content:flex-start;display:inline-flex;gap:5px;cursor:pointer;line-height:1}.n-checkbox .n-checkbox-btn{width:1em;height:1em;flex-shrink:0;border-radius:3px;border:1px solid var(--theme-border1);position:relative}.n-checkbox .n-checkbox-btn>i{font-size:.7em;opacity:1;position:absolute;left:50%;top:50%;transform:translate(-50%, -50%);line-height:1;color:#fff;cursor:inherit;transform:translate(-50%, -50%) rotateY(90deg)}.n-checkbox .n-checkbox-btn .n-icon-minus{display:none}.n-checkbox:hover:not(.n-checkboxDisabled){color:var(--theme-color)}.n-checkbox:hover:not(.n-checkboxDisabled) .n-checkbox-btn{border-color:var(--theme-color)}.n-checkbox.n-checkboxDisabled{cursor:not-allowed;opacity:.6}.n-checkbox.n-checkboxIndeterminate:not(.n-checkboxCheck) .n-checkbox-btn>.n-icon-minus{display:block}.n-checkbox.n-checkboxIndeterminate:not(.n-checkboxCheck) .n-checkbox-btn>.n-icon-check{display:none}.n-checkbox.n-checkboxCheck .n-checkbox-btn,.n-checkbox.n-checkboxIndeterminate .n-checkbox-btn{background:var(--theme-color);border-color:var(--theme-color)}.n-checkbox.n-checkboxCheck .n-checkbox-btn>i,.n-checkbox.n-checkboxIndeterminate .n-checkbox-btn>i{opacity:1;transition:all .3s;transform:translate(-50%, -50%) rotateY(0deg)}
|
|
30
30
|
.n-customCol{font-size:var(--theme-font-size1)}.n-customCol .n-customCol-main{--item-size:100px;height:60vh;max-height:700px;width:100%;display:flex;justify-content:space-between;align-items:center;align-items:stretch;gap:var(--theme-margin1)}.n-customCol .n-customCol-left{flex:1;width:0;border:1px solid var(--theme-border3);overflow-y:auto}.n-customCol .n-customCol-left>li{width:100%;padding:var(--theme-margin1)}.n-customCol .n-customCol-left>li>p{color:var(--theme-text1);display:flex;align-items:center;justify-content:flex-start;margin-bottom:var(--theme-margin1);gap:var(--theme-padding2)}.n-customCol .n-customCol-left>li>p>em{flex:1;font-weight:bold;width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.n-customCol .n-customCol-left>li>p>span{cursor:pointer;color:var(--theme-color)}.n-customCol .n-customCol-left>li>p>span:hover{opacity:.7}.n-customCol .n-customCol-left>li+li{border-top:1px solid var(--theme-border3)}.n-customCol .n-customCol-opts{display:grid;gap:calc(var(--theme-margin1) * 1.2) var(--theme-margin1);grid-template-columns:repeat(auto-fill, minmax(var(--item-size), 1fr))}.n-customCol .n-customCol-opts .n-checkbox{min-height:var(--theme-h3);line-height:1.5;color:var(--theme-text3)}.n-customCol .n-customCol-opts .n-checkbox:not(.n-checkboxDisabled):hover,.n-customCol .n-customCol-opts .n-checkbox:not(.n-checkboxDisabled).n-checkboxCheck{color:var(--theme-color)}.n-customCol .n-customCol-right{flex:0 1 25%;max-width:240px;min-width:200px;width:0;border:1px solid var(--theme-border3);display:flex;flex-direction:column}.n-customCol .n-customCol-right>footer{height:var(--theme-h1);background:var(--theme-bg-white1);display:flex;justify-content:center;align-items:center;color:var(--theme-color);border-top:1px solid var(--theme-border3);cursor:pointer}.n-customCol .n-customCol-right>footer:hover{background:var(--theme-color-light9)}.n-customCol .n-customCol-right>p{color:var(--theme-text3);display:flex;align-items:center;justify-content:flex-start;gap:var(--theme-padding2);height:var(--theme-h1);border-bottom:1px solid var(--theme-border3);padding:0 var(--theme-padding2)}.n-customCol .n-customCol-right>p>em{flex:1;width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.n-customCol .n-customCol-right>p>span{cursor:pointer;color:var(--theme-color)}.n-customCol .n-customCol-right>p>span:hover{opacity:.7}.n-customCol .n-customCol-checks{flex:1;padding:var(--theme-padding2);overflow-y:auto}.n-customCol .n-customCol-checks>li{display:flex;align-items:center;justify-content:flex-start;padding:0 var(--theme-padding2);height:calc(var(--theme-h1) * 0.9);width:100%;position:relative;color:var(--theme-text4);background:var(--theme-bg-white3);border-radius:3px;gap:var(--theme-padding3)}.n-customCol .n-customCol-checks>li>i{cursor:pointer}.n-customCol .n-customCol-checks>li>i:hover{color:var(--theme-color)}.n-customCol .n-customCol-checks>li>span{flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.n-customCol .n-customCol-checks>li+li{margin-top:var(--theme-padding2)}.n-customCol .n-customCol-checks>li:hover{filter:brightness(0.97)}.n-customCol .n-customCol-checks .n-customCol-checks-fixedLeft{background:var(--theme-color-light9);color:var(--theme-color)}.n-customCol .n-customCol-checks .n-customCol-checks-fixedLeft>i:hover{color:var(--theme-color-dark3)}.n-customCol .n-customCol-checks .n-customCol-checks-fixedRight{background:var(--theme-yellow-light9);color:var(--theme-yellow)}.n-customCol .n-customCol-checks .n-customCol-checks-fixedRight>i:hover{color:var(--theme-yellow-dark3)}.n-customCol .n-customCol-checks .n-customCol-checks-dragT::before,.n-customCol .n-customCol-checks .n-customCol-checks-dragB::before{content:" ";position:absolute;left:0;top:0;width:100%;height:1px;background:var(--theme-color);transform:translate(0, calc( var(--theme-padding2) / -2 ))}.n-customCol .n-customCol-checks .n-customCol-checks-dragB::before{transform:translate(0, calc( var(--theme-padding2) / 2 ));bottom:0;top:auto}
|
|
31
31
|
.n-customItem{font-size:var(--theme-font-size1)}.n-customItem .n-customItem-main{--item-size:150px;height:50vh;max-height:700px;width:100%;display:flex;justify-content:space-between;align-items:center;align-items:stretch;gap:10px}.n-customItem .n-customItem-title{color:var(--theme-text1);display:flex;align-items:center;justify-content:flex-start;gap:var(--theme-padding2);height:var(--theme-h1);background:var(--theme-bg-white3);padding:0 var(--theme-padding2)}.n-customItem .n-customItem-title>em{flex:1;width:0;font-weight:bold;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.n-customItem .n-customItem-title>span{cursor:pointer;color:var(--theme-color)}.n-customItem .n-customItem-title>span:hover{opacity:.7}.n-customItem .n-customItem-left{flex:1;width:0;border:1px solid var(--theme-border3);display:flex;flex-direction:column;align-items:stretch}.n-customItem .n-customItem-opts{display:grid;height:0;flex:1;padding:var(--theme-padding2);overflow-y:auto;overflow-x:hidden;gap:var(--theme-padding2);grid-template-columns:repeat(auto-fill, minmax(var(--item-size), 1fr));grid-auto-rows:var(--theme-h1)}.n-customItem .n-customItem-opts>li{border-radius:3px;background:var(--theme-bg-white3);min-width:0;min-height:0;width:100%;height:100%;padding:0 var(--theme-padding1);display:flex;justify-content:center;align-items:center;color:var(--theme-text3);cursor:pointer}.n-customItem .n-customItem-opts>li:hover{color:var(--theme-color)}.n-customItem .n-customItem-opts .n-customItem-check{color:var(--theme-color);background:var(--theme-color-light9)}.n-customItem .n-customItem-opts .n-customItem-disabled{opacity:.5;cursor:not-allowed}.n-customItem .n-customItem-right{flex:0 1 25%;max-width:240px;min-width:200px;width:0;border:1px solid var(--theme-border3);display:flex;flex-direction:column}.n-customItem .n-customItem-list{flex:1;height:0;padding:var(--theme-padding2);overflow-y:auto}.n-customItem .n-customItem-list>li{display:flex;align-items:center;justify-content:flex-start;padding:0 var(--theme-padding2);height:calc(var(--theme-h1) * 0.9);width:100%;position:relative;color:var(--theme-text4);background:var(--theme-bg-white3);border-radius:3px;gap:var(--theme-padding3)}.n-customItem .n-customItem-list>li>i{cursor:pointer}.n-customItem .n-customItem-list>li>i:hover{color:var(--theme-color)}.n-customItem .n-customItem-list>li>span{flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.n-customItem .n-customItem-list>li+li{margin-top:var(--theme-padding2)}.n-customItem .n-customItem-list>li:hover{filter:brightness(0.97)}.n-customItem .n-customItem-list .n-customItem-dragT::before,.n-customItem .n-customItem-list .n-customItem-dragB::before{content:" ";position:absolute;left:0;top:0;width:100%;height:1px;background:var(--theme-color);transform:translate(0, calc( var(--theme-padding2) / -2 ))}.n-customItem .n-customItem-list .n-customItem-dragB::before{transform:translate(0, calc( var(--theme-padding2) / 2 ));bottom:0;top:auto}
|
|
32
32
|
.n-handle{--z-index:1000;--size:700px;--label-size:160px;position:fixed;left:0;top:0;width:0;height:0;font-size:var(--theme-font-size1);z-index:var(--z-index);display:flex;justify-content:flex-end;align-items:center;overflow:hidden;align-items:stretch;transition:width 0s linear .3s,height 0s linear .3s}.n-handle .n-handle-mask{position:absolute;left:50%;top:50%;transform:translate(-50%, -50%);opacity:0;width:100%;height:100%;background:var(--theme-bg-black1);transition:all .3s}.n-handle .n-handle-content{position:relative;transition:all .3s;z-index:2;transform:translate(100%, 0);background:var(--theme-bg-white1-fill);padding:var(--theme-margin1);display:flex;flex-direction:column;align-items:stretch;height:100%;width:var(--size);gap:var(--theme-margin1)}.n-handle .n-handle-header{font-size:calc(var(--theme-font-size1) * 1.3);padding:5px;border-radius:3px;display:flex;align-items:center;justify-content:flex-start;color:var(--theme-text3);flex-shrink:0}.n-handle .n-handle-header>i{cursor:pointer;color:var(--theme-text5);margin-left:auto;width:calc(var(--theme-font-size1) * 1.7);height:calc(var(--theme-font-size1) * 1.7);border-radius:3px;display:flex;justify-content:center;align-items:center}.n-handle .n-handle-header>i:hover{background:var(--theme-color-light9);color:var(--theme-color)}.n-handle .n-handle-bottom{display:flex;justify-content:flex-end;align-items:center;flex-shrink:0;gap:var(--theme-padding2)}.n-handle .n-handle-form{overflow-y:auto;height:0;flex:1}.n-handle .n-handle-form-required{color:var(--theme-red);margin-right:3px}.n-handle .n-handle-form-label{height:var(--theme-h1);display:flex;justify-content:flex-end;align-items:center;width:var(--label-size);flex-shrink:0;color:var(--theme-text3)}.n-handle .n-handle-form-label>em{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.n-handle .n-handle-form-content{flex:1;width:0}.n-handle .n-handle-form-content>.n-item>.el-slider,.n-handle .n-handle-form-content>.n-item>.n-num,.n-handle .n-handle-form-content>.n-item>.el-cascader,.n-handle .n-handle-form-content>.n-item>.n-checkBtn:not(.n-checkBtnAuto),.n-handle .n-handle-form-content>.n-item>.el-input,.n-handle .n-handle-form-content>.n-item>.el-input-number,.n-handle .n-handle-form-content>.n-item>.el-select,.n-handle .n-handle-form-content>.n-item>.el-textarea,.n-handle .n-handle-form-content>.n-item>.el-range-editor,.n-handle .n-handle-form-content>.n-item>.n-inputDate,.n-handle .n-handle-form-content>.n-item>.n-upload{width:300px;max-width:100%}.n-handle .n-handle-form-item{border-radius:5px;margin-bottom:var(--theme-padding2);padding:var(--theme-padding2);display:flex;align-items:center;justify-content:flex-start;gap:var(--theme-padding2);align-items:flex-start;transition:all .3s}.n-handle .n-handle-form-err{transition:all .3s;background:var(--theme-red-light9)}.n-handle .n-handle-form-errInfo{color:var(--theme-red);font-size:var(--theme-font-size2);margin-top:var(--theme-margin4)}.n-handle.n-handleDrag .n-handle-content{cursor:move}.n-handle.n-handleDrag .n-handle-form,.n-handle.n-handleDrag .n-handle-header{cursor:auto}.n-handle.n-handleDragMove .n-handle-content{transition:none}.n-handle.n-handleShow{width:100%;height:100%;transition:none}.n-handle.n-handleShow .n-handle-mask{opacity:.5}.n-handle.n-handleShow .n-handle-content{transform:translate(0, 0)}.n-handle.n-handleDialog{justify-content:center;align-items:center}.n-handle.n-handleDialog .n-handle-content{height:auto;border-radius:3px;opacity:0;max-height:90vh;max-width:90vw;transform:translate(0, -50px)}.n-handle.n-handleDialog .n-handle-form{height:auto}.n-handle.n-handleDialog.n-handleShow .n-handle-content{opacity:1;transform:translate(0, 0)}.n-handle.n-handlePage{position:static;height:auto;display:block;z-index:1}.n-handle.n-handlePage .n-handle-mask{display:none}.n-handle.n-handlePage .n-handle-content{width:100%;display:block;transform:translate(0, 0)}.n-handle.n-handlePage .n-handle-form{height:auto}
|
|
33
|
-
.n-inputDate{width:100%;height:var(--theme-h1);display:flex;justify-content:space-between;align-items:center;position:relative;border-radius:3px;font-size:var(--theme-font-size1);overflow:hidden;align-items:stretch;background:var(--theme-bg-white1);border:1px solid var(--theme-border1)}.n-inputDate:hover{border-color:var(--theme-text6)}.n-inputDate.n-inputDate-focus{border-color:var(--theme-color)}.n-inputDate .n-inputDate-text{padding:0 var(--theme-padding1);
|
|
34
|
-
.n-input{width:100%;height:var(--theme-h1);border-radius:3px;display:flex;align-items:center;justify-content:flex-start;position:relative;overflow:hidden;font-size:var(--theme-font-size1)
|
|
35
|
-
.n-item{font-size:var(--theme-font-size1)}.n-item>.n-item-switch{height:var(--theme-h1);display:flex;align-items:center;justify-content:flex-start}.n-item>.n-item-tags{min-height:var(--theme-h1);display:flex;align-items:center;justify-content:flex-start;flex-wrap:wrap;align-content:flex-start;gap:var(--theme-padding2)}.n-item>.n-item-tags .el-tag{font-size:var(--theme-font-size2);white-space:pre-wrap;line-height:1.4;height:auto;padding:calc( (var(--theme-h1) - var(--theme-font-size2) * 1.6) / 2 ) var(--theme-padding2)}.n-item>.n-item-tags .n-icon-close{display:flex;justify-content:center;align-items:center;display:inline-flex;top:auto}.n-item>.el-input input,.n-item>.el-cascader,.n-item>.el-input,.n-item>.el-input-number,.n-item>.el-select,.n-item>.el-textarea,.n-item>.el-slider,.n-item>.el-date-editor:not([__null__]){width:100%}.n-item>.n-item-richText{width:100%;background:var(--theme-bg-white1)}.n-item>.n-item-txt{color:var(--theme-text5);min-height:var(--theme-h1);line-height:1.6;display:flex;align-items:center;justify-content:flex-start}.n-item .n-item-code{color:#ccc;background:#272822;border:1px solid var(--theme-border1);border-radius:3px;max-height:400px;white-space:pre-wrap;padding:var(--theme-padding1);line-height:1.7;min-height:var(--theme-h1);overflow-y:auto}.n-item .n-item-code::-webkit-scrollbar{background:rgba(255,255,255,0);width:7px;height:7px}.n-item .n-item-code::-webkit-scrollbar-thumb{background:rgba(255,255,255,.3);border-radius:calc(7px / 2)}.n-item .n-item-code::-webkit-scrollbar-thumb:hover{background:rgba(255,255,255,.9)}.n-item .n-item-code::-webkit-scrollbar-button{display:none}
|
|
33
|
+
.n-inputDate{width:100%;height:var(--theme-h1);display:flex;justify-content:space-between;align-items:center;position:relative;border-radius:3px;font-size:var(--theme-font-size1);overflow:hidden;align-items:stretch;background:var(--theme-bg-white1);border:1px solid var(--theme-border1);color:var(--theme-text3)}.n-inputDate:hover{border-color:var(--theme-text6)}.n-inputDate.n-inputDate-focus{border-color:var(--theme-color)}.n-inputDate .n-inputDate-text{padding:0 var(--theme-padding1);display:flex;align-items:center;justify-content:flex-start;width:0;flex:1;overflow:hidden}.n-inputDate .n-inputDate-input{width:5px;position:absolute;height:5px;left:-10px;opacity:0;top:0}.n-inputDate .n-inputDate-type{height:100%;text-align:center;flex-shrink:0;display:flex;justify-content:center;align-items:center}.n-inputDate .n-inputDate-item{height:100%;display:flex;justify-content:center;align-items:center;flex-shrink:0;display:inline-flex;white-space:nowrap}.n-inputDate .n-inputDate-focus{background:var(--theme-color);color:#fff}.n-inputDate .n-inputDate-def{padding:0 1px 2px 1px;height:100%;display:flex;justify-content:center;align-items:center;display:inline-flex;flex-shrink:0}.n-inputDate .n-inputDate-space{height:100%;width:var(--theme-padding2)}.n-inputDate .n-inputDate-clear{transition:all .3s;color:var(--theme-text6);display:flex;justify-content:center;align-items:center;cursor:pointer;font-size:calc( var(--theme-font-size1) * 1.1 );padding:0 var(--theme-padding3);display:none}.n-inputDate .n-inputDate-clear:hover{color:var(--theme-text5)}.n-inputDate .n-inputDate-oper{width:var(--theme-h1);flex-shrink:0;-webkit-user-select:none;-ms-user-select:none;user-select:none;display:flex;justify-content:center;flex-direction:column;display:none;align-items:stretch;border-left:1px solid var(--theme-border1)}.n-inputDate .n-inputDate-oper>i{cursor:pointer;height:50%;display:flex;justify-content:center;align-items:center;background:var(--theme-bg-white4)}.n-inputDate .n-inputDate-oper>i:hover{background:var(--theme-bg-white5)}.n-inputDate .n-inputDate-oper>i+i{border-top:1px solid var(--theme-border1)}.n-inputDate.n-inputDateShowOper .n-inputDate-oper{display:flex}.n-inputDate.n-inputDateHoverOper .n-inputDate-oper{opacity:0;transition:all .3s}.n-inputDate.n-inputDateHoverOper:hover .n-inputDate-oper{opacity:1}.n-inputDate.n-inputDateEmpty .n-inputDate-item{opacity:0}.n-inputDate.n-inputDateShowClear:hover .n-inputDate-clear{display:flex}.n-inputDate.n-inputDateDisabled{cursor:not-allowed;background:var(--theme-bg-white3);border:1px solid var(--theme-border1)}.n-inputDate.n-inputDateDisabled .n-inputDate-text,.n-inputDate.n-inputDateDisabled .n-inputDate-oper{pointer-events:none}.n-inputDate.n-inputDateDisabled .n-inputDate-oper{background:var(--theme-bg-white4)}
|
|
34
|
+
.n-input{--padding: var(--theme-padding1);--h:var(--theme-h1);--border: var(--theme-border1);width:100%;height:var(--h);min-height:var(--theme-h1);border-radius:3px;display:flex;align-items:center;justify-content:flex-start;position:relative;overflow:hidden;font-size:var(--theme-font-size1);border:1px solid var(--border);background:var(--theme-bg-white1);padding:0 var(--padding);overflow:hidden;color:var(--theme-text3)}.n-input>input,.n-input>textarea{border:0;height:100%;width:100%;flex:1}.n-input>input::placeholder,.n-input>textarea::placeholder{color:var(--theme-text6)}.n-input>textarea{resize:none;padding:calc(var(--padding) / 2) 0;line-height:1.4;scrollbar-width:none;-ms-overflow-style:none}.n-input>textarea::-webkit-scrollbar{background:rgba(0,0,0,0);width:0px;height:0px}.n-input>textarea::-webkit-scrollbar-thumb{background:var(--theme-scroll-btn-opacity);border-radius:calc(0px / 2)}.n-input>textarea::-webkit-scrollbar-thumb:hover{background:rgba(0,0,0,0)}.n-input>textarea::-webkit-scrollbar-button{display:none}.n-input>textarea::-webkit-scrollbar{display:none}.n-input .n-input-bgTxt{pointer-events:none;position:absolute;left:-200%;top:0;line-height:1.4;opacity:0;white-space:pre-wrap;width:100%;padding:calc(var(--padding) / 2) var(--padding)}.n-input .n-input-seat{height:100%;display:flex;align-items:center;justify-content:flex-start;flex-shrink:0;margin-left:calc(var(--padding) * -1);margin-right:calc(var(--padding) / 2)}.n-input .n-input-icon{height:100%;display:flex;justify-content:center;align-items:center;font-size:calc( var(--theme-font-size1) * 1.1 );color:var(--theme-text6)}.n-input .n-input-seat-def{display:flex;align-items:center;justify-content:flex-start;height:100%}.n-input .n-input-seat-def>i{margin-left:calc(var(--padding) / 2)}.n-input .n-input-seat-def>span{border-right:1px solid var(--theme-border1);display:flex;justify-content:center;align-items:center;height:100%;color:var(--theme-text5);background:var(--theme-bg-white2);padding:0 var(--theme-padding3)}.n-input .n-input-seat-def>span>span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.n-input .n-input-seatEnd{margin-right:calc(var(--padding) * -1);margin-left:calc(var(--padding) / 2)}.n-input .n-input-seatEnd .n-input-seat-def>i{margin-right:calc(var(--padding) / 2);margin-left:0}.n-input .n-input-seatEnd .n-input-seat-def>span{border:0;border-left:1px solid var(--theme-border1)}.n-input .n-input-oper{z-index:2;display:flex;justify-content:flex-end;align-items:center;flex-shrink:0;-webkit-user-select:none;-ms-user-select:none;user-select:none;height:100%}.n-input .n-input-oper>*{flex-shrink:0;margin-left:calc(var(--padding) / 2)}.n-input .n-input-clear,.n-input .n-input-password{cursor:pointer;display:none}.n-input .n-input-clear:hover,.n-input .n-input-password:hover{color:var(--theme-text5)}.n-input .n-input-limit{color:var(--theme-text6);display:none}.n-input .n-scrollbar{z-index:10}.n-input .n-scrollbar:not(.n-scrollbarMove){opacity:0;transition:all .3s}.n-input:hover{--border: var(--theme-text6)}.n-input:hover .n-scrollbar:not(.n-scrollbarMove){opacity:1}.n-input.n-inputFocus{--border: var(--theme-color)}.n-input.n-inputRound{border-radius:calc(var(--theme-h1) / 2)}.n-input.n-inputShowClear:hover .n-input-clear{display:flex}.n-input.n-inputShowPassword .n-input-password{display:flex}.n-input.n-inputShowLimit .n-input-limit{display:flex}.n-input.n-inputResizeHeight.n-textarea{resize:vertical}.n-input.n-textarea .n-input-oper{display:flex;justify-content:flex-end;align-items:center;height:var(--theme-h1);position:absolute;bottom:0;padding:0 var(--padding);right:0}.n-input.n-inputDisabled{cursor:not-allowed;border:1px solid var(--theme-border1);background:var(--theme-bg-white3)}.n-input.n-inputDisabled>input{cursor:not-allowed}.n-input.n-inputDisabled>*{pointer-events:none}
|
|
35
|
+
.n-item{font-size:var(--theme-font-size1);color:var(--theme-text3)}.n-item>.n-item-switch{height:var(--theme-h1);display:flex;align-items:center;justify-content:flex-start}.n-item>.n-item-tags{min-height:var(--theme-h1);display:flex;align-items:center;justify-content:flex-start;flex-wrap:wrap;align-content:flex-start;gap:var(--theme-padding2)}.n-item>.n-item-tags .el-tag{font-size:var(--theme-font-size2);white-space:pre-wrap;line-height:1.4;height:auto;padding:calc( (var(--theme-h1) - var(--theme-font-size2) * 1.6) / 2 ) var(--theme-padding2)}.n-item>.n-item-tags .n-icon-close{display:flex;justify-content:center;align-items:center;display:inline-flex;top:auto}.n-item>.el-input input,.n-item>.el-cascader,.n-item>.el-input,.n-item>.el-input-number,.n-item>.el-select,.n-item>.el-textarea,.n-item>.el-slider,.n-item>.el-date-editor:not([__null__]){width:100%}.n-item>.n-item-richText{width:100%;background:var(--theme-bg-white1)}.n-item>.n-item-txt{color:var(--theme-text5);min-height:var(--theme-h1);line-height:1.6;display:flex;align-items:center;justify-content:flex-start}.n-item .n-item-code{color:#ccc;background:#272822;border:1px solid var(--theme-border1);border-radius:3px;max-height:400px;white-space:pre-wrap;padding:var(--theme-padding1);line-height:1.7;min-height:var(--theme-h1);overflow-y:auto}.n-item .n-item-code::-webkit-scrollbar{background:rgba(255,255,255,0);width:7px;height:7px}.n-item .n-item-code::-webkit-scrollbar-thumb{background:rgba(255,255,255,.3);border-radius:calc(7px / 2)}.n-item .n-item-code::-webkit-scrollbar-thumb:hover{background:rgba(255,255,255,.9)}.n-item .n-item-code::-webkit-scrollbar-button{display:none}
|
|
36
36
|
.n-menu{--size: calc( var(--theme-h1) * 1.56 );width:100%;height:100%;position:relative;background:var(--theme-bg-white1);overflow:hidden auto;font-size:calc(var(--theme-font-size1) * 1.1);scrollbar-width:none;-ms-overflow-style:none}.n-menu::-webkit-scrollbar{background:rgba(0,0,0,0);width:0px;height:0px}.n-menu::-webkit-scrollbar-thumb{background:var(--theme-scroll-btn-opacity);border-radius:calc(0px / 2)}.n-menu::-webkit-scrollbar-thumb:hover{background:rgba(0,0,0,0)}.n-menu::-webkit-scrollbar-button{display:none}.n-menu::-webkit-scrollbar{display:none}.n-menu .n-menu-node{width:100%;height:var(--size);white-space:nowrap;-webkit-user-select:none;-ms-user-select:none;user-select:none;height:auto;position:relative;transition:all .5s;color:var(--theme-text3)}.n-menu .n-menu-node-line{width:100%;height:var(--size);white-space:nowrap;-webkit-user-select:none;-ms-user-select:none;user-select:none;display:flex;justify-content:space-between;align-items:center;cursor:pointer;--indent:0px;padding-left:var(--indent)}.n-menu .n-menu-node-line>i{margin-right:var(--theme-padding1);transition:all .5s}.n-menu .n-menu-node-line:hover{color:var(--theme-color);background-color:var(--theme-color-opacity1)}.n-menu .n-menu-node-line.n-menu-node-focus{color:var(--theme-color)}.n-menu .n-menu-node-line.n-menu-node-check{border-right:4px solid var(--theme-color);color:var(--theme-color);background:linear-gradient(-90deg, var(--theme-color-opacity1), rgba(255, 255, 255, 0))}.n-menu .n-menu-node-line.n-menu-node-disabled{cursor:not-allowed;background:var(--theme-grey-opacity1);color:var(--theme-text5)}.n-menu .n-menu-label{display:flex;align-items:center;justify-content:flex-start;flex:1;line-height:1;overflow:hidden;min-width:var(--size)}.n-menu .n-menu-label>i{width:var(--size);flex-shrink:0;font-size:calc(var(--theme-font-size1) * 1.45);display:flex;justify-content:center;align-items:center}.n-menu .n-menu-label>span{padding-right:var(--theme-padding2);flex:1;width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.n-menu .n-menu-sub{background:var(--theme-bg-white3);width:100%;transition:max-height .5s;overflow:hidden}.n-menu .n-menu-pop{position:fixed;background:var(--theme-bg-white1);max-height:350px;border-radius:3px;width:200px;opacity:0;z-index:10;overflow:hidden;transform-origin:left top;transform:scale(0, 1);transition:transform .4s ease-in .1s,opacity .3s ease-in .1s}.n-menu .n-menu-pop .n-menu-node-line{padding:0}.n-menu .n-menu-pop.n-menu-popVert{transform:scale(1, 0)}.n-menu .n-menu-pop.n-menu-popShow{transform:scale(1, 1);overflow-y:auto;box-shadow:4px 4px 16px 1px rgba(0,0,0,.12);transition:transform .4s ease-in,opacity .3s ease-in;opacity:1}.n-menu.n-menuHori{display:flex;align-items:center;justify-content:flex-start;align-items:stretch;overflow:auto hidden}.n-menu.n-menuHori .n-menu-nodeTop{height:100%;width:auto;flex-shrink:0}.n-menu.n-menuHori .n-menu-nodeTop .n-menu-node-line{height:100%}.n-menu.n-menuHori .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:linear-gradient(180deg, var(--theme-color-opacity1), rgba(255, 255, 255, 0))}.n-menu.n-menuHori.n-menuExpand .n-menu-nodeTop{width:200px}
|
|
37
|
-
.n-num{width:100%;height:var(--theme-h1);border-radius:3px;display:flex;align-items:center;justify-content:flex-start;position:relative;overflow:hidden;font-size:var(--theme-font-size1)}.n-num>input{border:1px solid var(--theme-border1);width:100%;flex:1;background:var(--theme-bg-white1);height:100%;padding:0 var(--theme-padding1);text-align:center}.n-num>input:hover{border-color:var(--theme-text6)}.n-num>input:focus{border-color:var(--theme-color)}.n-num>input::placeholder{color:var(--theme-text6)}.n-num .n-num-oper{-webkit-user-select:none;-ms-user-select:none;user-select:none;position:absolute;right:1px;top:1px;font-size:var(--theme-font-size2);width:var(--theme-h1);height:calc(100% - 2px);display:flex;justify-content:center;flex-direction:column;display:none;align-items:stretch;border-left:1px solid var(--theme-border1)}.n-num .n-num-oper>i{cursor:pointer;height:50%;display:flex;justify-content:center;align-items:center;background:var(--theme-bg-white4);
|
|
37
|
+
.n-num{width:100%;height:var(--theme-h1);border-radius:3px;display:flex;align-items:center;justify-content:flex-start;color:var(--theme-text3);position:relative;overflow:hidden;font-size:var(--theme-font-size1)}.n-num>input{border:1px solid var(--theme-border1);width:100%;flex:1;background:var(--theme-bg-white1);height:100%;padding:0 var(--theme-padding1);text-align:center}.n-num>input:hover{border-color:var(--theme-text6)}.n-num>input:focus{border-color:var(--theme-color)}.n-num>input::placeholder{color:var(--theme-text6)}.n-num .n-num-oper{-webkit-user-select:none;-ms-user-select:none;user-select:none;position:absolute;right:1px;top:1px;font-size:var(--theme-font-size2);width:var(--theme-h1);height:calc(100% - 2px);display:flex;justify-content:center;flex-direction:column;display:none;align-items:stretch;border-left:1px solid var(--theme-border1)}.n-num .n-num-oper>i{cursor:pointer;height:50%;display:flex;justify-content:center;align-items:center;background:var(--theme-bg-white4);position:relative}.n-num .n-num-oper>i:hover{background:var(--theme-bg-white5)}.n-num .n-num-oper>i+i{border-top:1px solid var(--theme-border1)}.n-num .n-num-oper>i.n-num-disabled{cursor:not-allowed;pointer-events:none;color:var(--theme-text6);background:var(--theme-bg-white3)}.n-num.n-numShowOper>input{padding-right:calc( var(--theme-h1) + var(--theme-padding1) )}.n-num.n-numShowOper .n-num-oper{display:flex}.n-num.n-numHoverOper .n-num-oper{opacity:0;transition:all .3s}.n-num.n-numHoverOper:hover .n-num-oper{opacity:1}.n-num.n-numDisabled{cursor:not-allowed}.n-num.n-numDisabled>input{cursor:not-allowed;background:var(--theme-bg-white3);border:1px solid var(--theme-border1)}
|
|
38
38
|
.n-operMenu{width:100%;display:flex;align-items:center;justify-content:flex-start;flex-wrap:wrap;gap:var(--theme-padding2)}.n-operMenu-line{margin-right:0;flex:0 1 100%}.n-operMenu-childRight{justify-content:flex-end}.n-operMenu-right{margin-left:auto}.n-operMenu-half{flex:0 1 50%}.n-operMenu-auto{flex:1}
|
|
39
39
|
.n-page{color:var(--theme-text3);width:100%;display:flex;align-items:center;justify-content:flex-start;gap:var(--theme-padding3);font-size:var(--theme-font-size1);padding:0}.n-page::before,.n-page::after{display:none}.n-page span:not([class*=suffix]),.n-page button{height:var(--theme-h1);font-size:inherit;min-width:var(--theme-h1);display:flex;justify-content:center;align-items:center;line-height:1}.n-page .el-pagination__total{color:var(--theme-text3);margin:0}.n-page .number,.n-page .btn-prev,.n-page .btn-next{padding:0 var(--theme-padding4);min-width:var(--theme-h1);height:var(--theme-h1);border-radius:3px;font-size:inherit;background:var(--theme-bg-white1);font-weight:400;margin:0;line-height:1;display:flex;justify-content:center;align-items:center;border:1px solid var(--theme-border1)}.n-page .number:not([disabled]):hover,.n-page .number.active,.n-page .btn-prev:not([disabled]):hover,.n-page .btn-prev.active,.n-page .btn-next:not([disabled]):hover,.n-page .btn-next.active{color:var(--theme-color);border-color:var(--theme-color)}.n-page .number.active,.n-page .btn-prev.active,.n-page .btn-next.active{font-weight:bold}.n-page .number[disabled],.n-page .btn-prev[disabled],.n-page .btn-next[disabled]{color:var(--theme-text6);border-color:var(--theme-border3)}.n-page .el-pager{font-size:inherit;display:flex;align-items:center;justify-content:flex-start;gap:var(--theme-padding3)}.n-page .el-pager .more{margin:0;display:flex;justify-content:center;align-items:center;line-height:1;color:var(--theme-text3);width:var(--theme-h1);height:var(--theme-h1);background:var(--theme-bg-white1)}.n-page .el-pager .number{border:1px solid var(--theme-border1)}.n-page .el-pager .number:not([disabled]):hover,.n-page .el-pager .number.active{border-color:var(--theme-color)}.n-page .el-pagination__sizes{margin:0}.n-page .el-pagination__sizes .el-input{margin:0}.n-page .el-pagination__sizes .el-input__inner{height:var(--theme-h1);font-size:var(--theme-font-size1);line-height:var(--theme-h1)}
|
|
40
|
+
.n-prog{--color: var(--theme-color);--size: 7px;--bg: var(--theme-text6);font-size:var(--theme-font-size1);display:flex;align-items:center;justify-content:flex-start;color:var(--theme-text3);line-height:1;width:100%}.n-prog .n-prog-def{height:var(--size);background:var(--bg);display:flex;align-items:center;justify-content:flex-start;width:100%;border-radius:calc(var(--size) / 2)}.n-prog .n-prog-def-track{height:100%;transition:all .3s;background:var(--color);position:relative;border-radius:calc(var(--size) / 2);flex-shrink:0;width:0;display:flex;justify-content:flex-end;align-items:center}.n-prog .n-prog-def-progText{position:absolute;right:0;font-size:var(--size);bottom:calc( 100% + var(--theme-padding4));transform:translate(50%, 0)}.n-prog .n-prog-round{width:100%;height:100%;position:relative;display:flex;justify-content:center;align-items:center}.n-prog .n-prog-round-svg{width:100%;height:100%;position:absolute;left:50%;top:50%;transform:translate(-50%, -50%);transform:translate(-50%, -50%) rotateZ(var(--rotate))}.n-prog .n-prog-round-path{stroke:var(--color);transition:all .3s}.n-prog .n-prog-round-pathBg{stroke:var(--bg)}.n-prog .n-prog-round-progText{position:relative;z-index:2;font-size:calc(var(--size) * 0.2)}.n-prog.n-progRound{--size: 100px;width:var(--size);height:var(--size)}
|
|
40
41
|
.n-radio{display:flex;align-items:center;justify-content:flex-start;display:inline-flex;gap:5px;cursor:pointer;line-height:1}.n-radio .n-radio-btn{width:1em;height:1em;flex-shrink:0;border-radius:50%;border:1px solid var(--theme-border1);position:relative}.n-radio .n-radio-btn>i{position:absolute;left:50%;top:50%;transform:translate(-50%, -50%);width:.5em;cursor:inherit;height:.5em;border-radius:50%;transform:translate(-50%, -50%) scale(0);opacity:0;background:var(--theme-color)}.n-radio:hover:not(.n-radioDisabled){color:var(--theme-color)}.n-radio:hover:not(.n-radioDisabled) .n-radio-btn{border-color:var(--theme-color)}.n-radio.n-radioDisabled{cursor:not-allowed;opacity:.6}.n-radio.n-radioCheck .n-radio-btn{border-color:var(--theme-color)}.n-radio.n-radioCheck .n-radio-btn>i{opacity:1;transition:all .3s;transform:translate(-50%, -50%) scale(1)}
|
|
41
42
|
.n-richText{width:100%;height:500px;border-radius:3px;border:1px solid var(--theme-border1);background:var(--theme-bg-white1);display:flex;flex-direction:column;align-items:stretch;font-size:calc(var(--theme-font-size1) * 1.1)}.n-richText .n-richText-compList{flex-wrap:wrap;display:flex;border-bottom:1px solid var(--theme-border1)}.n-richText .n-richText-compList>li{height:var(--theme-h1);display:flex;align-items:center;justify-content:flex-start;color:var(--theme-text3)}.n-richText .n-richText-hoverColor{cursor:pointer}.n-richText .n-richText-hoverColor:hover{color:var(--theme-color)}.n-richText .n-richText-compList-block{height:var(--theme-h1);display:flex;justify-content:center;align-items:center;white-space:nowrap;padding:0 var(--theme-padding2);position:relative;gap:var(--theme-padding3);cursor:pointer}.n-richText .n-richText-compList-block>i{width:var(--theme-font-size1);display:flex;justify-content:center;align-items:center}.n-richText .n-richText-compList-block:hover{color:var(--theme-color)}.n-richText .n-richText-compList-block .el-color-picker{width:0;height:0;overflow:hidden;padding:0;position:absolute;left:50%;bottom:0;transform:translate(-50%, 0)}.n-richText .n-richText-main{position:relative;flex:1;height:0}.n-richText .n-richText-placeholder{position:absolute;pointer-events:none;color:var(--theme-text6);left:10px;font-size:15px;top:10px}.n-richText .n-richText-content{position:relative;width:100%;outline:none;padding:var(--theme-padding1);transform:translate(0, 0);overflow-y:auto;font-size:15px;height:100%}.n-richText .n-richText-resize{position:relative}.n-richText .n-richText-resize:hover{cursor:default;border:1px dashed var(--theme-color)}.n-richText .n-richText-resize:hover::before{content:" ";right:0;position:absolute;bottom:0;transform:translate(50%, 50%);width:7px;background:var(--theme-color);height:7px;cursor:se-resize}.n-richText .n-richText-dropHover{border:1px dashed var(--theme-color);background:var(--theme-color-opacity1)}.n-richText:hover{border-color:var(--theme-text6)}.n-richText.n-richTextFocus{border-color:var(--theme-color)}.n-richText.n-richTextDisabled{cursor:not-allowed;background:var(--theme-bg-white3);border:1px solid var(--theme-border1)}.n-richText.n-richTextDisabled .n-richText-compList{pointer-events:none}
|
|
42
43
|
.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:var(--theme-padding2)}.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:var(--theme-padding2)}.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-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}
|
|
43
|
-
.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);position:relative}.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;cursor:pointer;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}.n-selectPage.n-selectPageDisabled{opacity:.6;cursor:not-allowed}.n-selectPage.n-selectPageDisabled>*{pointer-events:none}
|
|
44
|
-
.n-slider{--btnSize: var(--theme-h3);--c: var(--theme-color);--size: 5px;--
|
|
44
|
+
.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);color:var(--theme-text3);position:relative}.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;cursor:pointer;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}.n-selectPage.n-selectPageDisabled{opacity:.6;cursor:not-allowed}.n-selectPage.n-selectPageDisabled>*{pointer-events:none}
|
|
45
|
+
.n-slider{--btnSize: var(--theme-h3);--c: var(--theme-color);--size: 5px;--dot-size: 3px;cursor:pointer;font-size:var(--theme-font-size1);padding:var(--theme-padding1) 0;width:100%}.n-slider .n-slider-view{width:100%;height:var(--size);position:relative;border-radius:calc( var(--size) / 2);background:var(--theme-grey-light5);padding:0 calc(var(--btnSize) / 2)}.n-slider .n-slider-view::before{content:" ";left:0;top:0;height:100%;width:var(--btnSize);border-radius:calc( var(--size) / 2);position:absolute;background:var(--c);pointer-events:none}.n-slider .n-slider-viewBox{position:relative;height:100%;width:100%}.n-slider .n-slider-startBtn,.n-slider .n-slider-endBtn{width:var(--btnSize);background:var(--theme-bg-white1);height:var(--btnSize);border-radius:50%;cursor:pointer;position:absolute;left:0;transition:all .3s;border:1px solid var(--c);top:50%;transform:translate(-50%, -50%)}.n-slider .n-slider-startBtn:hover,.n-slider .n-slider-endBtn:hover{transform:translate(-50%, -50%) scale(1.1)}.n-slider .n-slider-endBtn{left:100%}.n-slider .n-slider-track{z-index:3;position:absolute;height:100%;border-radius:calc( var(--size) / 2)}.n-slider .n-slider-trackBg{z-index:1;background:var(--c)}.n-slider .n-slider-opts{z-index:2;position:absolute;left:0;width:100%;top:100%;height:0}.n-slider .n-slider-opts>li{position:absolute;top:0;display:flex;justify-content:center;align-items:center;transform:translate(-50%, 0%)}.n-slider .n-slider-opts-def{padding-top:var(--theme-margin1);color:var(--theme-text3);white-space:nowrap;cursor:pointer}.n-slider .n-slider-opts-def>i{position:absolute;top:0;left:50%;background:#fff;transform:translate(-50%, -100%);width:var(--dot-size);height:var(--size)}.n-slider.n-sliderAnim .n-slider-track{transition:all .3s}.n-slider.n-sliderMove{-webkit-user-select:none;-ms-user-select:none;user-select:none}.n-slider.n-sliderRange .n-slider-view::before{display:none}.n-slider.n-sliderVert{width:calc(var(--size) + var(--theme-padding1) * 2);height:100%;padding:0 var(--theme-padding1)}.n-slider.n-sliderVert .n-slider-view{height:100%;width:var(--size);padding:calc(var(--btnSize) / 2) 0}.n-slider.n-sliderVert .n-slider-view::before{width:100%;height:var(--btnSize)}.n-slider.n-sliderVert .n-slider-startBtn,.n-slider.n-sliderVert .n-slider-endBtn{top:0;left:50%}.n-slider.n-sliderVert .n-slider-endBtn{left:50%;top:100%}.n-slider.n-sliderVert .n-slider-track{height:auto;width:100%}.n-slider.n-sliderVert .n-slider-opts{position:absolute;top:0;height:100%;left:100%;width:0}.n-slider.n-sliderVert .n-slider-opts>li{top:auto;left:0;justify-content:flex-start;transform:translate(0%, -50%)}.n-slider.n-sliderVert .n-slider-opts-def{padding-top:0;padding-left:var(--theme-margin1)}.n-slider.n-sliderVert .n-slider-opts-def>i{position:absolute;top:50%;left:0;transform:translate(-100%, -50%);width:var(--size);height:var(--dot-size)}.n-slider.n-sliderDisabled{cursor:not-allowed;opacity:.6}.n-slider.n-sliderDisabled .n-slider-view{pointer-events:none}
|
|
45
46
|
.n-switch{--color: var(--theme-color);--padding: 2px;--h:calc( var(--theme-h1) * 0.6 );--w: calc(var(--h) * 2 );font-size:var(--theme-font-size1);height:var(--h);display:flex;align-items:center;justify-content:flex-start;display:inline-flex;cursor:pointer;width:var(--w);border-radius:calc(var(--h) / 2);line-height:1;overflow:hidden}.n-switch .n-switch-view{padding:var(--padding);transition:all .3s;height:100%;transform:translate(calc( var(--h) - var(--w) ));width:calc( var(--w) * 2 - var(--h) );border-radius:calc(var(--h) / 2);flex-shrink:0;display:flex;align-items:center;justify-content:flex-start;background:var(--theme-grey-light5)}.n-switch .n-switch-label{flex:1;width:0;color:#fff;padding:var(--theme-padding3);display:flex;justify-content:center;align-items:center}.n-switch .n-switch-label>span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.n-switch .n-switch-loading{position:absolute;left:50%;top:50%;transform:translate(-50%, -50%);font-size:calc( var(--h) * 0.9 - var(--padding) * 2 );color:var(--color);width:100%;display:flex;justify-content:center;align-items:center;height:100%}.n-switch .n-switch-icon{position:relative;height:100%;border-radius:50%;width:calc( var(--h) - var(--padding) * 2 );background:#fff;display:flex;justify-content:center;align-items:center}.n-switch.n-switchLoading{cursor:wait}.n-switch.n-switchCheck .n-switch-view{background:var(--color);transform:translate(0)}.n-switch:hover:not(.n-switchDisabled){filter:brightness(0.99)}.n-switch.n-switchDisabled{cursor:not-allowed;opacity:.6}
|
|
46
47
|
.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}.n-tabs.n-tabsDisabled{cursor:not-allowed;opacity:.6}.n-tabs.n-tabsDisabled>*{pointer-events:none}
|
|
47
48
|
.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)}
|
|
48
49
|
.n-tbEl{font-size:var(--theme-font-size1)}.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>.el-table{font-size:inherit}.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)}
|
|
49
50
|
.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}
|
|
50
51
|
.n-virtualScrollTb{width:100%;height:100%;overflow:auto}.n-virtualScrollTb .n-virtualScrollTb-box{width:100%;height:auto}
|
|
51
|
-
.n-upload{width:100%}.n-upload .n-upload-list{margin-top:var(--theme-margin3)}.n-upload .n-upload-list-item+.n-upload-list-item{margin-top:var(--theme-margin3)}.n-upload .n-upload-list-err .n-upload-card{background:var(--theme-red-light9)}.n-upload .n-upload-list-errTxt{color:var(--theme-red);line-height:1.5;font-size:var(--theme-font-size2);margin-top:var(--theme-margin4)}.n-upload .n-upload-card{background:var(--theme-bg-white1);border:1px dashed var(--theme-border2);border-radius:5px;display:flex;align-items:center;justify-content:flex-start;padding:var(--theme-padding3);gap:var(--theme-margin1);position:relative;overflow:hidden}.n-upload .n-upload-oper{margin-left:auto;flex-shrink:0;align-self:flex-start}.n-upload .n-upload-oper>i{display:flex;justify-content:center;align-items:center;width:20px;height:20px;font-size:20px;color:var(--theme-text6)}.n-upload .n-upload-oper>i:hover{color:var(--theme-color)}.n-upload .n-upload-oper>i+i{margin-top:5px}.n-upload .n-upload-def>span,.n-upload .n-upload-def .n-upload-prog{flex:1;width:0;cursor:pointer;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--theme-color)}.n-upload .n-upload-def .n-upload-prog{cursor:default}.n-upload .n-upload-
|
|
52
|
+
.n-upload{width:100%}.n-upload .n-upload-list{margin-top:var(--theme-margin3)}.n-upload .n-upload-list-item+.n-upload-list-item{margin-top:var(--theme-margin3)}.n-upload .n-upload-list-err .n-upload-card{background:var(--theme-red-light9)}.n-upload .n-upload-list-errTxt{color:var(--theme-red);line-height:1.5;font-size:var(--theme-font-size2);margin-top:var(--theme-margin4)}.n-upload .n-upload-card{background:var(--theme-bg-white1);border:1px dashed var(--theme-border2);border-radius:5px;display:flex;align-items:center;justify-content:flex-start;padding:var(--theme-padding3);gap:var(--theme-margin1);position:relative;overflow:hidden}.n-upload .n-upload-oper{margin-left:auto;flex-shrink:0;align-self:flex-start}.n-upload .n-upload-oper>i{display:flex;justify-content:center;align-items:center;width:20px;height:20px;font-size:20px;cursor:pointer;color:var(--theme-text6)}.n-upload .n-upload-oper>i:hover{color:var(--theme-color)}.n-upload .n-upload-oper>i+i{margin-top:5px}.n-upload .n-upload-def>span,.n-upload .n-upload-def .n-upload-prog{flex:1;width:0;cursor:pointer;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--theme-color)}.n-upload .n-upload-def .n-upload-prog{cursor:default}.n-upload .n-upload-img>video,.n-upload .n-upload-img>img,.n-upload .n-upload-img .n-upload-prog,.n-upload .n-upload-video>video,.n-upload .n-upload-video>img,.n-upload .n-upload-video .n-upload-prog{border-radius:5px;overflow:hidden;border:1px solid var(--theme-border3);width:120px;height:120px;object-fit:contain}.n-upload .n-upload-img>video,.n-upload .n-upload-img>img,.n-upload .n-upload-video>video,.n-upload .n-upload-video>img{cursor:pointer}.n-upload .n-upload-img .n-upload-prog,.n-upload .n-upload-video .n-upload-prog{display:flex;justify-content:center;align-items:center}.n-upload .n-upload-img .n-upload-fileName,.n-upload .n-upload-video .n-upload-fileName{flex:1;width:0;color:var(--theme-color);display:flex;align-items:center;justify-content:flex-start;overflow:hidden;text-overflow:ellipsis}.n-upload .n-upload-btn{border:1px dashed var(--theme-border2);border-radius:3px;display:flex;justify-content:center;flex-direction:column;position:relative;align-items:center;height:calc(var(--theme-h1) * 4);cursor:pointer;font-size:var(--theme-font-size1);color:var(--theme-text3)}.n-upload .n-upload-btn>i{font-size:calc(var(--theme-font-size1) * 3);margin-bottom:var(--theme-padding3);color:var(--theme-color)}.n-upload .n-upload-btn>*{pointer-events:none}.n-upload .n-upload-btn:hover:not(.n-upload-btnHover){border-color:var(--theme-text6)}.n-upload .n-upload-btnHover{border-color:var(--theme-color);background:var(--theme-color-opacity1)}.n-upload .n-upload-inputFile{display:none}.n-upload.n-uploadDisabled{cursor:not-allowed;opacity:.6}.n-upload.n-uploadDisabled>*{pointer-events:none}
|