n-sys 1.33.1 → 1.33.3
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/index.css +3 -3
- package/index.js +1 -1
- package/package.json +1 -1
- package/small.css +3 -3
- package/small.js +1 -1
package/package.json
CHANGED
package/small.css
CHANGED
|
@@ -22,18 +22,18 @@
|
|
|
22
22
|
.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: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}
|
|
23
23
|
.n-handle{--z-index:1000;--size:700px;--label-size:160px;position:fixed;left:-200%;top:0;width:100%;height:100%;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:left 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}.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{left:0;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}
|
|
24
24
|
.n-inputDate{width:100%;height:var(--theme-h1);display:flex;justify-content:space-between;align-items:center;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);color:var(--theme-text3);display:flex;align-items:center;justify-content:flex-start;width:0;flex:1}.n-inputDate .n-inputDate-item{height:100%;text-align:center;display:flex;justify-content:center;align-items:center}.n-inputDate .n-inputDate-focus{background:var(--theme-color);color:#fff}.n-inputDate .n-inputDate-def{margin:0 1px;padding-top:-2px;margin-bottom:2px}.n-inputDate .n-inputDate-space{width:var(--theme-padding2)}.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);color:var(--theme-text3)}.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-inputDateDisabled{cursor:not-allowed;background:var(--theme-bg-white3)}.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)}
|
|
25
|
-
.n-item{font-size:var(--theme-font-size1)}.n-item>.n-item-tags{min-height:var(--theme-
|
|
25
|
+
.n-item{font-size:var(--theme-font-size1)}.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 .el-icon-close{display:flex;justify-content:center;align-items:center;display:inline-flex;top:auto}.n-item>.el-switch{height:var(--theme-h1)}.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}
|
|
26
26
|
.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}
|
|
27
27
|
.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-border2);width:100%;flex:1;background:var(--theme-bg-white1);height:100%;padding:0 var(--theme-padding1);text-align:center}.n-num>input:focus{border-color:var(--theme-color)}.n-num>input::-webkit-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);color:var(--theme-text3);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)}
|
|
28
28
|
.n-operMenu{width:100%;display:flex;align-items:center;justify-content:flex-start;flex-wrap:wrap;gap:var(--theme-padding2)}.n-operMenu-item>.el-button>i+span{margin-left:5px}.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}
|
|
29
29
|
.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)}
|
|
30
30
|
.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;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}.n-radio.n-radioDisabled .n-radio-btn{background:var(--theme-bg-white4);filter:grayscale(2)}.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)}
|
|
31
|
-
.n-richText{width:100%;height:500px;border-radius:3px;border:1px solid var(--theme-border1);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: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)}.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-
|
|
31
|
+
.n-richText{width:100%;height:500px;border-radius:3px;border:1px solid var(--theme-border1);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: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)}.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.n-richTextDisabled{cursor:not-allowed}.n-richText.n-richTextDisabled .n-richText-compList{pointer-events:none}
|
|
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
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
|
-
.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)}
|
|
36
|
+
.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)}
|
|
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}
|
|
39
39
|
.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-def .el-progress-bar__inner{background:var(--theme-color-gd) !important}.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-prog .el-progress__text,.n-upload .n-upload-video .n-upload-prog .el-progress__text{color:var(--theme-text3)}.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;align-items:center;height:calc(var(--theme-h1) * 4);cursor:pointer;font-size:var(--theme-font-size1);color:var(--theme-text4)}.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-btnHover{border-color:var(--theme-color);background:var(--theme-color-opacity1)}.n-upload .n-upload-inputFile{display:none}
|