n-sys 1.23.5 → 1.25.1
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 +5 -5
- package/index.js +1 -1
- package/mini.js +1 -1
- package/package.json +1 -1
- package/small.css +5 -5
- package/small.js +2 -1
- package/small.js.LICENSE.txt +5 -1
package/package.json
CHANGED
package/small.css
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
.n-navMenu[data-v-06a491b2]{height:100%;display:flex;align-items:center;justify-content:flex-start;width:100%}.n-navMenu[data-v-06a491b2] .n-menu.n-menuHori.n-menuExpand{background:none;width:0;flex:1}.n-navMenu[data-v-06a491b2] .n-menu.n-menuHori.n-menuExpand .n-menu-nodeTop{width:auto;color:rgba(255,255,255,.7);border-left:1px solid rgba(255,255,255,.3)}.n-navMenu[data-v-06a491b2] .n-menu.n-menuHori.n-menuExpand .n-menu-nodeTop>.n-menu-node-line{min-width:110px;width:auto;padding-right:15px}.n-navMenu[data-v-06a491b2] .n-menu.n-menuHori.n-menuExpand .n-menu-nodeTop>.n-menu-node-line>i{margin-right:0}.n-navMenu[data-v-06a491b2] .n-menu.n-menuHori.n-menuExpand .n-menu-nodeTop>.n-menu-node-line>span{min-width:none;flex:auto;width:auto}.n-navMenu[data-v-06a491b2] .n-menu.n-menuHori.n-menuExpand .n-menu-nodeTop>.n-menu-node-line>span>span{padding-right:5px;width:auto;flex:auto}.n-navMenu[data-v-06a491b2] .n-menu.n-menuHori.n-menuExpand .n-menu-nodeTop>.n-menu-node-line>span>i{flex:0 0 20px;width:20px;margin:0 10px 0 15px}.n-navMenu[data-v-06a491b2] .n-menu.n-menuHori.n-menuExpand .n-menu-nodeTop>.n-menu-node-line:hover{color:#fff;text-shadow:0 0 2px #fff;background:rgba(255,255,255,.2)}.n-navMenu[data-v-06a491b2] .n-menu.n-menuHori.n-menuExpand .n-menu-nodeTop>.n-menu-node-line.n-menu-node-focus,.n-navMenu[data-v-06a491b2] .n-menu.n-menuHori.n-menuExpand .n-menu-nodeTop>.n-menu-node-line.n-menu-node-check{text-shadow:0 0 2px #fff;border-top:0;padding-bottom:0;background:linear-gradient(0deg, rgba(255, 255, 255, 0.2) 20%, rgba(255, 255, 255, 0));color:#fff;padding-top:3px;border-bottom:3px solid #fff}.n-navMenu[data-v-06a491b2] .n-menu.n-menuHori.n-menuExpand .n-menu-nodeTop:last-child{border-right:1px solid rgba(255,255,255,.3)}.n-navMenu .n-navMenu-oper[data-v-06a491b2]{margin-left:20px;flex-shrink:0;display:flex;justify-content:center;align-items:center;align-items:stretch;height:100%}.n-navMenu .n-navMenu-oper>i[data-v-06a491b2]{display:flex;justify-content:center;align-items:center;font-size:17px;color:rgba(255,255,255,.7);width:20px;line-height:1}.n-navMenu .n-navMenu-oper>i[data-v-06a491b2]:hover{color:#fff;background:rgba(255,255,255,.15);text-shadow:0 0 2px #fff}
|
|
2
2
|
.n-navTag[data-v-63a5d0d7]{width:100%;height:45px;position:relative;margin-top:-45px;-webkit-user-select:none;-ms-user-select:none;user-select:none;transition:all .15s linear .15s}.n-navTag .n-navTag-content[data-v-63a5d0d7]{height:100%;background:var(--theme-bg-white1);display:flex;align-items:center;justify-content:flex-start;width:100%;opacity:0;transition:all .25s linear .05s;border-bottom:2px solid var(--theme-color)}.n-navTag .n-navTag-routes[data-v-63a5d0d7]{flex:1;width:0;height:100%;display:flex;align-items:center;justify-content:flex-start;overflow:hidden;align-items:stretch}.n-navTag .n-navTag-routes .n-navTag-item[data-v-63a5d0d7]{padding:0 35px 0 30px;color:var(--theme-text5);display:flex;justify-content:space-between;align-items:center;cursor:pointer;font-size:13px;flex-shrink:0;position:relative;border-right:1px solid var(--theme-border3)}.n-navTag .n-navTag-routes .n-navTag-item[data-v-63a5d0d7]:first-child{border-left:1px solid var(--theme-border3)}.n-navTag .n-navTag-routes .n-navTag-item>span[data-v-63a5d0d7]{line-height:1;flex:1;text-align:center;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.n-navTag .n-navTag-routes .n-navTag-item .n-navTag-state[data-v-63a5d0d7]{width:6px;height:6px;border-radius:50%;position:absolute;left:15px;top:50%;background:var(--theme-grey-light7);transform:translate(0, -50%)}.n-navTag .n-navTag-routes .n-navTag-item .n-navTag-close[data-v-63a5d0d7]{position:absolute;right:5px;top:50%;transform:translate(0, -50%);font-size:12px;border-radius:50%;width:16px;height:16px;display:flex;justify-content:center;align-items:center;display:none;color:var(--theme-text6)}.n-navTag .n-navTag-routes .n-navTag-item .n-navTag-close[data-v-63a5d0d7]:hover{color:var(--theme-text4);background:var(--theme-grey-light8)}.n-navTag .n-navTag-routes .n-navTag-item[data-v-63a5d0d7]:hover{background:var(--theme-bg-white3)}.n-navTag .n-navTag-routes .n-navTag-item:hover>i[data-v-63a5d0d7]{display:flex}.n-navTag .n-navTag-routes .n-navTag-item.n-navTag-check[data-v-63a5d0d7]{color:var(--theme-color) !important;background:none !important}.n-navTag .n-navTag-routes .n-navTag-item.n-navTag-check .n-navTag-state[data-v-63a5d0d7]{background:var(--theme-color)}.n-navTag .n-navTag-icon[data-v-63a5d0d7]{width:36px;height:100%;border-left:1px solid var(--theme-border3);display:flex;justify-content:center;align-items:center;font-size:17px;color:var(--theme-text5)}.n-navTag .n-navTag-icon[data-v-63a5d0d7]:hover{color:var(--theme-color);background:var(--theme-color-light9)}.n-navTag .n-navTag-offset[data-v-63a5d0d7]{width:20px}.n-navTag .n-navTag-offset[data-v-63a5d0d7]:first-child{border:0}.n-navTag.n-navTagFixed[data-v-63a5d0d7],.n-navTag.n-navTagShow[data-v-63a5d0d7]{margin-top:0;transition:all .3s}.n-navTag.n-navTagFixed .n-navTag-content[data-v-63a5d0d7],.n-navTag.n-navTagShow .n-navTag-content[data-v-63a5d0d7]{opacity:1;transition:all .3s}.n-navTag.n-navTagFixed .n-navTag-trigger[data-v-63a5d0d7]{display:none}.n-navTag .n-navTag-trigger[data-v-63a5d0d7]{position:absolute;top:100%;right:0;display:flex;justify-content:center;align-items:center;width:36px;cursor:pointer;box-shadow:0 0 5px 1px var(--theme-shadow1);height:16px;border-radius:0 0 8px 8px;background:var(--theme-bg-white1);font-size:14px;color:var(--theme-text5)}.n-navTag .n-navTag-trigger[data-v-63a5d0d7]:hover{color:var(--theme-color)}.n-navTag .n-navTag-menu[data-v-63a5d0d7]{position:fixed;background:var(--theme-bg-white1);width:120px;border-radius:3px;overflow:hidden;box-shadow:0 0 10px 1px var(--theme-shadow1)}.n-navTag .n-navTag-menu>li[data-v-63a5d0d7]{cursor:pointer;height:36px;display:flex;align-items:center;justify-content:flex-start;color:var(--theme-text3);padding:0 15px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.n-navTag .n-navTag-menu>li[data-v-63a5d0d7]:hover{background:var(--theme-bg-white3)}.n-navTag.n-navTagTriggerClick[data-v-63a5d0d7]{transition:all .15s linear}
|
|
3
|
-
.n-nav[data-v-
|
|
4
|
-
.n-slideMenu[data-v-
|
|
3
|
+
.n-nav[data-v-2daf0e6b]{background:var(--theme-color-gd);height:60px;display:flex;align-items:center;justify-content:flex-start;gap:20px;padding:0 20px}.n-nav[data-v-2daf0e6b] .n-navMenu{flex:1;width:0;min-width:150px}.n-nav[data-v-2daf0e6b] .n-navTag{width:0;flex:1;height:100%}.n-nav[data-v-2daf0e6b] .n-navTag .n-navTag-content{margin-top:0;background:none;border-bottom:0}.n-nav[data-v-2daf0e6b] .n-navTag .n-navTag-routes .n-navTag-item{border:0;font-size:15px;color:rgba(255,255,255,.7)}.n-nav[data-v-2daf0e6b] .n-navTag .n-navTag-routes .n-navTag-item:hover{background:rgba(255,255,255,.1)}.n-nav[data-v-2daf0e6b] .n-navTag .n-navTag-routes .n-navTag-item .n-navTag-state{background:rgba(255,255,255,.5)}.n-nav[data-v-2daf0e6b] .n-navTag .n-navTag-routes .n-navTag-item .n-navTag-close{color:#fff}.n-nav[data-v-2daf0e6b] .n-navTag .n-navTag-routes .n-navTag-item .n-navTag-close:hover{background:rgba(255,255,255,.2)}.n-nav[data-v-2daf0e6b] .n-navTag .n-navTag-routes .n-navTag-item.n-navTag-check{color:#fff !important;border-top:3px solid rgba(255,255,255,.9);padding-bottom:3px;text-shadow:0 0 2px #fff;background:linear-gradient(0deg, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.25)) !important}.n-nav[data-v-2daf0e6b] .n-navTag .n-navTag-routes .n-navTag-item.n-navTag-check .n-navTag-state{background:#fff;box-shadow:0 0 3px 1px #fff;top:calc(50% - 1.5px)}.n-nav[data-v-2daf0e6b] .n-navTag .n-navTag-icon{border:0;width:36px;font-size:24px;color:#fff}.n-nav[data-v-2daf0e6b] .n-navTag .n-navTag-icon:hover{color:#fff;text-shadow:0 0 2px #fff;background:rgba(255,255,255,.1)}.n-nav[data-v-2daf0e6b] .n-navTag .n-navTag-trigger{display:none}.n-nav[data-v-2daf0e6b] .n-nav-icon{font-size:24px;font-weight:100;color:#fff}.n-nav .n-nav-mark[data-v-2daf0e6b]{position:relative}.n-nav .n-nav-mark .n-nav-mark-dot[data-v-2daf0e6b],.n-nav .n-nav-mark .n-nav-mark-num[data-v-2daf0e6b]{right:0;top:0;position:absolute;background:var(--theme-red);width:7px;height:7px;border-radius:50%}.n-nav .n-nav-mark .n-nav-mark-dot[data-v-2daf0e6b]{width:7px;height:7px;border-radius:50%}.n-nav .n-nav-mark .n-nav-mark-num[data-v-2daf0e6b]{color:#fff;display:flex;justify-content:center;align-items:center;transform:translate(50%, -50%) scale(0.9);padding:0 3px;width:auto;white-space:nowrap;font-size:12px;min-width:17px;height:17px;border-radius:8px}.n-nav .n-nav-right[data-v-2daf0e6b]{margin-left:auto}.n-nav[data-v-2daf0e6b] .n-nav-check,.n-nav[data-v-2daf0e6b] .n-nav-icon:hover{color:#fff;text-shadow:0 0 5px #fff}.n-nav .n-nav-selects[data-v-2daf0e6b]{display:flex;align-items:center;justify-content:flex-start}.n-nav .n-nav-selects[data-v-2daf0e6b] .el-select{line-height:32px;text-align:center}.n-nav .n-nav-selects[data-v-2daf0e6b] .el-select+.el-select{margin-left:10px}.n-nav .n-nav-selects[data-v-2daf0e6b] .el-select input{height:32px;border-radius:40px}.n-nav .n-nav-selects[data-v-2daf0e6b] .el-select .el-input__suffix i{line-height:32px}.n-nav .n-nav-downMenu[data-v-2daf0e6b]{position:relative;height:100%}.n-nav .n-nav-downMenu .n-nav-downMenu-lable[data-v-2daf0e6b]{color:#fff;height:100%;display:flex;justify-content:center;align-items:center;cursor:pointer;font-size:20px}.n-nav .n-nav-downMenu .n-nav-downMenu-pop[data-v-2daf0e6b]{border-radius:3px;background:var(--theme-bg-white1);box-shadow:0 0 10px 1px var(--theme-shadow1);position:absolute;z-index:100;bottom:-3px;width:100%;min-width:120px;left:50%;background:var(--theme-bg-white1);transform:translate(-50%, 100%);visibility:hidden;max-height:0;color:var(--theme-text4);transition:all .3s;overflow:hidden}.n-nav .n-nav-downMenu .n-nav-downMenu-pop>li[data-v-2daf0e6b]{height:50px;width:100%;display:flex;justify-content:center;align-items:center;padding:0 20px;cursor:pointer;font-size:14px}.n-nav .n-nav-downMenu .n-nav-downMenu-pop>li>i[data-v-2daf0e6b]{font-size:14px;color:var(--theme-text6);margin-right:10px}.n-nav .n-nav-downMenu .n-nav-downMenu-pop>li>span[data-v-2daf0e6b]{flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.n-nav .n-nav-downMenu .n-nav-downMenu-pop>li.n-nav-downMenu-cur[data-v-2daf0e6b],.n-nav .n-nav-downMenu .n-nav-downMenu-pop>li[data-v-2daf0e6b]:hover{color:var(--theme-color);background-color:var(--theme-color-light9)}.n-nav .n-nav-downMenu .n-nav-downMenu-pop>li.n-nav-downMenu-cur>i[data-v-2daf0e6b],.n-nav .n-nav-downMenu .n-nav-downMenu-pop>li:hover>i[data-v-2daf0e6b]{color:var(--theme-color)}.n-nav .n-nav-downMenu .n-nav-downMenu-pop>li.n-nav-downMenu-cur[data-v-2daf0e6b]{background:none}.n-nav .n-nav-downMenu.n-nav-downMenuShow .n-nav-downMenu-pop[data-v-2daf0e6b]{visibility:visible;max-height:350px;overflow-y:auto;overflow-x:hidden}.n-nav .n-nav-downMenu.n-nav-downMenuShow .n-nav-downMenu-lable[data-v-2daf0e6b]{text-shadow:0 0 2px #fff}.n-nav .n-nav-user .n-nav-user-info[data-v-2daf0e6b]{display:flex;align-items:center;justify-content:flex-start;color:#fff;height:100%}.n-nav .n-nav-user .n-nav-user-info>img[data-v-2daf0e6b],.n-nav .n-nav-user .n-nav-user-info>i[data-v-2daf0e6b]{margin-right:6px;width:40px;height:40px;border-radius:50%;object-fit:cover;box-shadow:0 0 5px 1px rgba(0,0,0,.1)}.n-nav .n-nav-user .n-nav-user-info>i[data-v-2daf0e6b]{font-size:40px}.n-nav .n-nav-user .n-nav-user-info>div[data-v-2daf0e6b]{flex:1;white-space:nowrap}.n-nav .n-nav-user .n-nav-user-info>div>h3[data-v-2daf0e6b]{line-height:1;font-size:15px}.n-nav .n-nav-user .n-nav-user-info>div>p[data-v-2daf0e6b]{margin-top:3px;font-size:12px}.n-nav .n-nav-user:hover .n-nav-user-info[data-v-2daf0e6b]{text-shadow:0 0 5px #fff}.n-navLight[data-v-2daf0e6b]{box-shadow:0 0 10px 1px var(--theme-shadow1)}.n-navLight[data-v-2daf0e6b] .n-nav-icon{color:#555}.n-navLight[data-v-2daf0e6b] .n-nav-check,.n-navLight[data-v-2daf0e6b] .n-nav-icon:hover{color:var(--theme-color);text-shadow:none}.n-navLight[data-v-2daf0e6b] .n-navTag .n-navTag-routes .n-navTag-item{color:#555}.n-navLight[data-v-2daf0e6b] .n-navTag .n-navTag-routes .n-navTag-item:hover{background:var(--theme-bg-white3)}.n-navLight[data-v-2daf0e6b] .n-navTag .n-navTag-routes .n-navTag-item .n-navTag-state{background:var(--theme-grey-light7)}.n-navLight[data-v-2daf0e6b] .n-navTag .n-navTag-routes .n-navTag-item .n-navTag-close{color:inherit}.n-navLight[data-v-2daf0e6b] .n-navTag .n-navTag-routes .n-navTag-item .n-navTag-close:hover{background:var(--theme-grey-light8)}.n-navLight[data-v-2daf0e6b] .n-navTag .n-navTag-routes .n-navTag-item.n-navTag-check{border-top:3px solid var(--theme-color);background:linear-gradient(0deg, rgba(255, 255, 255, 0) 30%, var(--theme-color-light9)) !important;color:var(--theme-color) !important;text-shadow:none}.n-navLight[data-v-2daf0e6b] .n-navTag .n-navTag-routes .n-navTag-item.n-navTag-check .n-navTag-state{background:var(--theme-color);box-shadow:none}.n-navLight[data-v-2daf0e6b] .n-navTag .n-navTag-icon{color:#555}.n-navLight[data-v-2daf0e6b] .n-navTag .n-navTag-icon:hover{color:var(--theme-color-light3);text-shadow:none;background:var(--theme-color-light9)}.n-navLight .n-nav-user .n-nav-user-info[data-v-2daf0e6b]{color:#555}.n-navLight .n-nav-user .n-nav-user-info>div>h3[data-v-2daf0e6b]{color:#555}.n-navLight .n-nav-user .n-nav-user-info>div>p[data-v-2daf0e6b]{color:#999}.n-navLight .n-nav-user:hover .n-nav-user-info[data-v-2daf0e6b]{text-shadow:none}.n-navLight .n-nav-downMenu .n-nav-downMenu-lable[data-v-2daf0e6b]{color:#555}.n-navLight .n-nav-downMenu.n-nav-downMenuShow .n-nav-downMenu-lable[data-v-2daf0e6b]{color:var(--theme-color);text-shadow:none}.n-navLight[data-v-2daf0e6b] .n-navMenu .n-menu.n-menuHori.n-menuExpand .n-menu-nodeTop{color:#555;border-color:rgba(0,0,0,.07)}.n-navLight[data-v-2daf0e6b] .n-navMenu .n-menu.n-menuHori.n-menuExpand .n-menu-nodeTop>.n-menu-node-line:hover{color:var(--theme-color);text-shadow:none;background:var(--theme-color-opacity1)}.n-navLight[data-v-2daf0e6b] .n-navMenu .n-menu.n-menuHori.n-menuExpand .n-menu-nodeTop>.n-menu-node-line.n-menu-node-focus,.n-navLight[data-v-2daf0e6b] .n-navMenu .n-menu.n-menuHori.n-menuExpand .n-menu-nodeTop>.n-menu-node-line.n-menu-node-check{text-shadow:none;box-shadow:none;background:#fff;border-color:var(--theme-color);color:var(--theme-color)}.n-navLight[data-v-2daf0e6b] .n-navMenu .n-menu.n-menuHori.n-menuExpand .n-menu-nodeTop:last-child{border-color:rgba(9,9,9,.07)}.n-navLight[data-v-2daf0e6b] .n-navMenu .n-navMenu-oper>i{color:#555}.n-navLight[data-v-2daf0e6b] .n-navMenu .n-navMenu-oper>i:hover{color:#555;background:rgba(0,0,0,.07);text-shadow:none}
|
|
4
|
+
.n-slideMenu[data-v-38c5f056]{display:flex;flex-direction:column;align-items:stretch;z-index:10;width:59px;transition:width .3s}.n-slideMenu .n-slideMenu-title[data-v-38c5f056]{display:flex;justify-content:center;align-items:center;height:60px;cursor:pointer;border-right:1px solid rgba(255,255,255,.3);background:var(--theme-color);color:#fff;font-size:26px;font-weight:100;display:flex;justify-content:center;align-items:center}.n-slideMenu .n-slideMenu-title>img[data-v-38c5f056]{width:32px;height:32px;object-fit:contain}.n-slideMenu .n-slideMenu-title>img+span[data-v-38c5f056],.n-slideMenu .n-slideMenu-title>i+span[data-v-38c5f056]{margin-left:7px}.n-slideMenu .n-slideMenu-title>span[data-v-38c5f056]{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.n-slideMenu .n-slideMenu-titleLight[data-v-38c5f056]{color:var(--theme-color-light3);text-shadow:none}.n-slideMenu .n-menu[data-v-38c5f056]{flex:1;height:0;overflow-y:auto;box-shadow:0px 2px 1px 1px var(--theme-shadow2)}.n-slideMenu.n-slideMenuExpand[data-v-38c5f056]{width:229px}
|
|
5
5
|
.n-clipImg[data-v-1dce8d86]{width:100%;height:300px}
|
|
6
6
|
.n-curverSlide[data-v-891e0346]{width:100%;height:100%}
|
|
7
|
-
.n-customTheme[data-v-
|
|
7
|
+
.n-customTheme[data-v-c6130976]{width:100%;height:100%;position:fixed;top:0;left:-200vw;z-index:1000;display:flex;justify-content:flex-end;align-items:center;transition:left 0s linear .3s}.n-customTheme .n-customTheme-mask[data-v-c6130976]{position:absolute;left:50%;top:50%;transform:translate(-50%, -50%);width:100%;height:100%}.n-customTheme .n-customTheme-content[data-v-c6130976]{position:relative;z-index:2;transform:translate(100%, 0);height:100%;width:270px;opacity:0;transition:all .3s;background:var(--theme-bg-white1-fill);display:flex;flex-direction:column;border-radius:5px;border-bottom:1px solid var(--theme-border3);box-shadow:0 0 5px 1px var(--theme-shadow2);align-items:stretch}.n-customTheme .n-customTheme-head[data-v-c6130976]{padding:5px 12px;background:var(--theme-bg-white3-fill);display:flex;align-items:center;justify-content:flex-start;border-bottom:1px solid var(--theme-border3);font-size:17px;color:var(--theme-text3)}.n-customTheme .n-customTheme-head>i[data-v-c6130976]:hover{color:var(--theme-color)}.n-customTheme .n-customTheme-head>i+i[data-v-c6130976]{margin-left:10px}.n-customTheme .n-customTheme-head[data-v-c6130976] .el-button{margin-left:auto}.n-customTheme[data-v-c6130976] .n-customTheme-comp{height:0;padding:0 12px;overflow-y:auto;flex:1}.n-customTheme[data-v-c6130976] .n-customTheme-comp>li:first-child .n-customTheme-comp-title{margin-top:12px}.n-customTheme[data-v-c6130976] .n-customTheme-comp .n-customTheme-comp-title{margin:50px 0 3px 0;font-size:17px;color:var(--theme-text5);display:flex;align-items:center;justify-content:flex-start}.n-customTheme[data-v-c6130976] .n-customTheme-comp .n-customTheme-comp-item{padding:5px 0}.n-customTheme[data-v-c6130976] .n-customTheme-comp .n-customTheme-comp-item>h6{font-size:12px;color:var(--theme-text3);margin-bottom:6px}.n-customTheme[data-v-c6130976] .n-customTheme-comp .n-customTheme-comp-item>p{display:flex;justify-content:space-between;align-items:center}.n-customTheme[data-v-c6130976] .n-customTheme-comp .n-customTheme-comp-item>p .el-input{flex:1;width:0;margin-right:10px}.n-customTheme[data-v-c6130976] .n-customTheme-comp .n-upload .n-upload-btn{height:90px}.n-customTheme[data-v-c6130976] .n-customTheme-comp .n-upload .n-upload-btn+li{margin-top:10px}.n-customTheme[data-v-c6130976] .n-customTheme-comp .n-upload .n-upload-img{padding:5px}.n-customTheme[data-v-c6130976] .n-customTheme-comp .n-upload .n-upload-img>img{height:80px}.n-customTheme[data-v-c6130976] .n-customTheme-comp .n-upload .n-upload-oper{width:20px}.n-customTheme[data-v-c6130976] .n-customTheme-comp .n-upload .n-upload-item i{width:20px;height:20px;font-size:20px}.n-customTheme.n-customThemeShow[data-v-c6130976]{left:0;transition:none}.n-customTheme.n-customThemeShow .n-customTheme-content[data-v-c6130976]{opacity:1;transform:translate(0, 0)}
|
|
8
8
|
.n-dragGrid[data-v-085504f3]{display:grid;grid-template-columns:repeat(auto-fill, var(--icon-size));grid-template-rows:repeat(auto-fill, var(--icon-size));grid-auto-flow:dense;justify-content:center;position:relative;transform:translate(0);grid-gap:var(--icon-gap-y) var(--icon-gap-x)}.n-dragGrid .n-dragGrid-box-item[data-v-085504f3]{transition:all .3s linear;cursor:move}.n-dragGrid .n-dragGrid-box-item.n-dragGrid-box-itemDisabled[data-v-085504f3]{cursor:auto}
|
|
9
9
|
.n-dragGrid-dragBox{position:fixed;pointer-events:none;background:rgba(255,255,255,.6);z-index:200;transform:translate(-50%, -50%)}
|
|
10
10
|
.n-navProg[data-v-105947ac]{--zIndex:10000;position:fixed;top:0;z-index:var(--zIndex);width:100%;height:3px;border-radius:2px;pointer-events:none;left:0}.n-navProg>div[data-v-105947ac]{position:relative;left:0;height:100%;background:var(--theme-color-gd)}.n-navProg.n-navProgLeft[data-v-105947ac]{transform-origin:left top;width:100vh;transform:rotateZ(90deg) translate(0, -100%)}.n-navProg.n-navProgRight[data-v-105947ac]{transform-origin:left top;width:100vh;transform:rotateZ(90deg);left:100%}.n-navProg.n-navProgBottom[data-v-105947ac]{top:auto;bottom:0}
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
.n-waterMark[data-v-de306854]{--zIndex:10000;--bg: none;--outImg: "";position:absolute;top:0;pointer-events:none;z-index:10000;left:0;width:100%;height:100%;background:var(--bg)}
|
|
20
20
|
.n-chart[data-v-667b3ac2]{width:100%;height:100%}.n-chart>div[data-v-667b3ac2]:first-child,.n-chart canvas[data-v-667b3ac2]{width:100% !important;height:100% !important}
|
|
21
21
|
.n-checkBtn[data-v-7dca5718]{width:100%;display:flex;align-items:center;justify-content:flex-start;height:36px;--radius: 4px}.n-checkBtn>li[data-v-7dca5718]{height:100%;color:var(--theme-text3);cursor:pointer;border:1px solid var(--theme-border1);font-size:14px;flex:1;background:var(--theme-bg-white1);display:flex;justify-content:center;align-items:center;width:0;padding:0 10px}.n-checkBtn>li>span[data-v-7dca5718]{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.n-checkBtn>li[data-v-7dca5718]:hover{background:var(--theme-bg-white3)}.n-checkBtn>li.n-checkBtn-disabled[data-v-7dca5718]{cursor:not-allowed;color:var(--theme-text6);background:var(--theme-bg-white4)}.n-checkBtn>li.n-checkBtn-cur[data-v-7dca5718]{background:var(--theme-color);color:#fff;border-color:var(--theme-color)}.n-checkBtn.n-checkBtnAuto[data-v-7dca5718]{width:auto;display:inline-flex}.n-checkBtn.n-checkBtnAuto>li[data-v-7dca5718]{flex:0 1 auto;width:auto;padding:0 10px}.n-checkBtn.n-checkBtnHori>li[data-v-7dca5718]{border-right-color:transparent}.n-checkBtn.n-checkBtnHori>li[data-v-7dca5718]:last-child{border-right-color:var(--theme-border1);border-top-right-radius:var(--radius);border-bottom-right-radius:var(--radius)}.n-checkBtn.n-checkBtnHori>li[data-v-7dca5718]:first-child{border-top-left-radius:var(--radius);border-bottom-left-radius:var(--radius)}.n-checkBtn.n-checkBtnHori>li.n-checkBtn-cur+li[data-v-7dca5718]{border-left-color:transparent}.n-checkBtn.n-checkBtnHori>li.n-checkBtn-cur+.n-checkBtn-cur[data-v-7dca5718]{border-left-color:rgba(255,255,255,.5)}.n-checkBtn.n-checkBtnHori>li.n-checkBtn-cur[data-v-7dca5718]:last-child{border-right-color:var(--theme-color)}.n-checkBtn.n-checkBtnVert[data-v-7dca5718]{display:block;height:auto}.n-checkBtn.n-checkBtnVert>li[data-v-7dca5718]{border-bottom-color:transparent;height:36px;width:100%;justify-content:flex-start}.n-checkBtn.n-checkBtnVert>li[data-v-7dca5718]:last-child{border-bottom-color:var(--theme-border1);border-bottom-left-radius:var(--radius);border-bottom-right-radius:var(--radius)}.n-checkBtn.n-checkBtnVert>li[data-v-7dca5718]:first-child{border-top-left-radius:var(--radius);border-top-right-radius:var(--radius)}.n-checkBtn.n-checkBtnVert>li.n-checkBtn-cur+li[data-v-7dca5718]{border-top-color:transparent}.n-checkBtn.n-checkBtnVert>li.n-checkBtn-cur+.n-checkBtn-cur[data-v-7dca5718]{border-top-color:rgba(255,255,255,.5)}.n-checkBtn.n-checkBtnVert>li.n-checkBtn-cur[data-v-7dca5718]:last-child{border-bottom-color:var(--theme-color)}.n-checkBtn.n-checkBtnPlain>li.n-checkBtn-cur[data-v-7dca5718]{background:none;color:var(--theme-color);border:1px solid var(--theme-color)}.n-checkBtn.n-checkBtnDisabled[data-v-7dca5718]{cursor:not-allowed;filter:brightness(0.9)}.n-checkBtn.n-checkBtnDisabled>li[data-v-7dca5718]{pointer-events:none}
|
|
22
|
-
.n-checkbox[data-v-
|
|
22
|
+
.n-checkbox[data-v-4c009345]{display:flex;align-items:center;justify-content:flex-start;display:inline-flex;gap:5px;cursor:pointer;line-height:1}.n-checkbox>em[data-v-4c009345]{width:1em;height:1em;border-radius:3px;border:1px solid var(--theme-border1);position:relative}.n-checkbox>em>i[data-v-4c009345]{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>em .el-icon-minus[data-v-4c009345]{display:none}.n-checkbox[data-v-4c009345]:hover:not(.n-checkboxDisabled){color:var(--theme-color)}.n-checkbox:hover:not(.n-checkboxDisabled)>em[data-v-4c009345]{border-color:var(--theme-color)}.n-checkbox.n-checkboxDisabled[data-v-4c009345]{cursor:not-allowed}.n-checkbox.n-checkboxDisabled>em[data-v-4c009345]{background:var(--theme-bg-white4);filter:grayscale(2)}.n-checkbox.n-checkboxIndeterminate:not(.n-checkboxCheck)>em>.el-icon-minus[data-v-4c009345]{display:block}.n-checkbox.n-checkboxIndeterminate:not(.n-checkboxCheck)>em>.el-icon-check[data-v-4c009345]{display:none}.n-checkbox.n-checkboxCheck>em[data-v-4c009345],.n-checkbox.n-checkboxIndeterminate>em[data-v-4c009345]{background:var(--theme-color);border-color:var(--theme-color)}.n-checkbox.n-checkboxCheck>em>i[data-v-4c009345],.n-checkbox.n-checkboxIndeterminate>em>i[data-v-4c009345]{opacity:1;transition:all .3s;transform:translate(-50%, -50%) rotateY(0deg)}
|
|
23
23
|
.n-customCol[data-v-e619a766] .n-handle-content{max-width:1000px}.n-customCol .n-customCol-content[data-v-e619a766]{height:60vh;max-height:700px;width:100%;display:flex;justify-content:space-between;align-items:center;align-items:stretch}.n-customCol .n-customCol-content .n-customCol-left[data-v-e619a766]{flex:1;width:0;border:1px solid var(--theme-border3);margin-right:20px;overflow-y:auto}.n-customCol .n-customCol-content .n-customCol-left>li[data-v-e619a766]{width:100%;padding:20px}.n-customCol .n-customCol-content .n-customCol-left>li>p[data-v-e619a766]{color:var(--theme-text1);font-weight:bold;display:flex;align-items:center;justify-content:flex-start;margin-bottom:20px}.n-customCol .n-customCol-content .n-customCol-left>li>p>span[data-v-e619a766]{cursor:pointer;font-weight:300;font-size:12px;margin-left:auto;color:var(--theme-color)}.n-customCol .n-customCol-content .n-customCol-left>li>p>span[data-v-e619a766]:hover{opacity:.7}.n-customCol .n-customCol-content .n-customCol-left>li>div[data-v-e619a766]{display:grid;gap:20px;grid-template-columns:repeat(auto-fill, minmax(100px, 1fr))}.n-customCol .n-customCol-content .n-customCol-left>li>div>*[data-v-e619a766]{margin:0}.n-customCol .n-customCol-content .n-customCol-left>li>div .el-checkbox[data-v-e619a766]{display:flex;align-items:center;justify-content:flex-start}.n-customCol .n-customCol-content .n-customCol-left>li>div .el-checkbox .el-checkbox__input[data-v-e619a766]{line-height:0}.n-customCol .n-customCol-content .n-customCol-left>li>div .el-checkbox .el-checkbox__label[data-v-e619a766]{white-space:pre-wrap}.n-customCol .n-customCol-content .n-customCol-left>li+li[data-v-e619a766]{border-top:1px solid var(--theme-border3)}.n-customCol .n-customCol-content .n-customCol-right[data-v-e619a766]{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-content .n-customCol-right>div[data-v-e619a766]{height:30px;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-content .n-customCol-right>div[data-v-e619a766]:hover{background:var(--theme-color-light9)}.n-customCol .n-customCol-content .n-customCol-right>p[data-v-e619a766]{font-size:14px;color:var(--theme-text3);display:flex;justify-content:space-between;align-items:center;padding:0 10px;height:36px;border-bottom:1px solid var(--theme-border3)}.n-customCol .n-customCol-content .n-customCol-right>p>span[data-v-e619a766]{cursor:pointer;color:var(--theme-color)}.n-customCol .n-customCol-content .n-customCol-right>p>span[data-v-e619a766]:hover{opacity:.7}.n-customCol .n-customCol-content .n-customCol-right>ul[data-v-e619a766]{flex:1;padding:10px;overflow-y:auto}.n-customCol .n-customCol-content .n-customCol-right>ul>li[data-v-e619a766]{display:flex;align-items:center;justify-content:flex-start;padding:0 10px;height:30px;font-size:14px;width:100%;position:relative;color:var(--theme-text4);background:var(--theme-bg-white3);border-radius:3px}.n-customCol .n-customCol-content .n-customCol-right>ul>li>i[data-v-e619a766]{margin-left:5px}.n-customCol .n-customCol-content .n-customCol-right>ul>li>i[data-v-e619a766]:hover{font-weight:bold;color:var(--theme-color-dark1)}.n-customCol .n-customCol-content .n-customCol-right>ul>li>span[data-v-e619a766]{flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.n-customCol .n-customCol-content .n-customCol-right>ul>li+li[data-v-e619a766]{margin-top:10px}.n-customCol .n-customCol-content .n-customCol-right>ul>li[data-v-e619a766]:hover{background:var(--theme-grey-light8)}.n-customCol .n-customCol-content .n-customCol-right>ul .n-customCol-fixed-left[data-v-e619a766]{background:var(--theme-color-light9);color:var(--theme-color)}.n-customCol .n-customCol-content .n-customCol-right>ul .n-customCol-fixed-right[data-v-e619a766]{background:var(--theme-yellow-light9);color:var(--theme-yellow)}.n-customCol .n-customCol-content .n-customCol-right>ul .n-customCol-fixed-right>i[data-v-e619a766]:hover{color:var(--theme-yellow-dark1)}.n-customCol .n-customCol-content .n-customCol-right>ul .n-customCol-drag-t[data-v-e619a766]::before,.n-customCol .n-customCol-content .n-customCol-right>ul .n-customCol-drag-b[data-v-e619a766]::before{content:" ";position:absolute;left:0;top:0;width:100%;height:1px;background:var(--theme-color);transform:translate(0, -5px)}.n-customCol .n-customCol-content .n-customCol-right>ul .n-customCol-drag-b[data-v-e619a766]::before{transform:translate(0, 5px);bottom:0;top:auto}.n-customCol[data-v-e619a766] .n-handle-bottom{justify-content:center}
|
|
24
24
|
.n-customItem[data-v-6377e96a] .n-handle-content{max-width:700px}.n-customItem .n-customItem-main[data-v-6377e96a]{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[data-v-6377e96a]{display:flex;align-items:center;justify-content:flex-start;color:var(--theme-text1);font-weight:bold;display:flex;align-items:center;justify-content:flex-start;gap:5px;height:36px;font-size:13px;background:var(--theme-bg-white3);padding:0 10px}.n-customItem .n-customItem-title>span[data-v-6377e96a]{cursor:pointer;font-weight:300;margin-left:auto;font-size:12px;color:var(--theme-text5)}.n-customItem .n-customItem-title>em[data-v-6377e96a]{margin-left:auto;color:var(--theme-color);font-weight:300;cursor:pointer}.n-customItem .n-customItem-left[data-v-6377e96a]{flex:1;width:0;border:1px solid var(--theme-border3);display:flex;flex-direction:column;align-items:stretch}.n-customItem .n-customItem-opts[data-v-6377e96a]{display:grid;height:0;flex:1;padding:10px;overflow-y:auto;overflow-x:hidden;gap:10px;grid-template-columns:repeat(auto-fill, minmax(150px, 1fr));grid-auto-rows:36px}.n-customItem .n-customItem-opts>li[data-v-6377e96a]{border-radius:3px;background:var(--theme-bg-white3);min-width:0;min-height:0;width:100%;height:100%;padding:0 15px;display:flex;justify-content:center;align-items:center;font-size:14px;color:var(--theme-text3);cursor:pointer}.n-customItem .n-customItem-opts>li[data-v-6377e96a]:hover{color:var(--theme-color)}.n-customItem .n-customItem-opts .n-customItem-check[data-v-6377e96a]{color:var(--theme-color);background:var(--theme-color-light9)}.n-customItem .n-customItem-opts .n-customItem-disabled[data-v-6377e96a]{opacity:.5;cursor:not-allowed}.n-customItem .n-customItem-right[data-v-6377e96a]{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[data-v-6377e96a]{flex:1;height:0;padding:10px;overflow-y:auto}.n-customItem .n-customItem-list>li[data-v-6377e96a]{display:flex;align-items:center;justify-content:flex-start;padding:0 10px;height:30px;font-size:14px;width:100%;position:relative;color:var(--theme-text4);background:var(--theme-bg-white3);border-radius:3px;gap:5px}.n-customItem .n-customItem-list>li>i[data-v-6377e96a]:hover{color:var(--theme-color)}.n-customItem .n-customItem-list>li>span[data-v-6377e96a]{flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.n-customItem .n-customItem-list>li+li[data-v-6377e96a]{margin-top:10px}.n-customItem .n-customItem-list .n-customItem-fixed-left[data-v-6377e96a]{background:var(--theme-color-opacity1);color:var(--theme-color)}.n-customItem .n-customItem-list .n-customItem-fixed-right[data-v-6377e96a]{background:var(--theme-yellow-light9);color:var(--theme-yellow)}.n-customItem .n-customItem-list .n-customItem-dragT[data-v-6377e96a]::before,.n-customItem .n-customItem-list .n-customItem-dragB[data-v-6377e96a]::before{content:" ";position:absolute;left:0;top:0;width:100%;height:1px;background:var(--theme-color);transform:translate(0, -5px)}.n-customItem .n-customItem-list .n-customItem-dragB[data-v-6377e96a]::before{transform:translate(0, 5px);bottom:0;top:auto}
|
|
25
25
|
.n-handle[data-v-b693b79a]{--zIndex:1000;--size:700px;--label-size:160px;position:fixed;left:-200%;top:0;width:100%;height:100%;z-index:var(--zIndex);display:flex;justify-content:flex-end;align-items:center;overflow:hidden;align-items:stretch;transition:left 0s linear .3s}.n-handle .n-handle-mask[data-v-b693b79a]{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[data-v-b693b79a]{position:relative;transition:all .3s;z-index:2;transform:translate(100%, 0);background:var(--theme-bg-white1-fill);padding:20px;display:flex;flex-direction:column;align-items:stretch;height:100%;width:var(--size)}.n-handle .n-handle-header[data-v-b693b79a]{font-size:17px;margin-bottom:30px;display:flex;align-items:center;justify-content:flex-start;color:var(--theme-text3);flex-shrink:0}.n-handle .n-handle-header>i[data-v-b693b79a]{cursor:pointer;font-size:17px;color:var(--theme-text5);margin-left:auto;width:24px;height:24px;border-radius:3px;display:flex;justify-content:center;align-items:center}.n-handle .n-handle-header>i[data-v-b693b79a]:hover{background:var(--theme-color-light9);color:var(--theme-color)}.n-handle .n-handle-bottom[data-v-b693b79a]{display:flex;justify-content:flex-end;align-items:center;margin-top:30px;flex-shrink:0}.n-handle .n-handle-form[data-v-b693b79a]{overflow-y:auto;height:0;flex:1}.n-handle .n-handle-form-err[data-v-b693b79a]{transition:all .3s;background:var(--theme-red-light9)}.n-handle .n-handle-form-errInfo[data-v-b693b79a]{color:var(--theme-red);margin-top:6px;font-size:12px}.n-handle .n-handle-form-required[data-v-b693b79a]{color:var(--theme-red);margin-right:3px}.n-handle .n-handle-form-label[data-v-b693b79a]{height:36px;display:flex;justify-content:flex-end;align-items:center;width:var(--label-size);flex-shrink:0;color:var(--theme-text3);padding-right:12px}.n-handle .n-handle-form-label>em[data-v-b693b79a]{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.n-handle[data-v-b693b79a] .n-handle-form-content{flex:1;width:0}.n-handle[data-v-b693b79a] .n-handle-form-content>.n-item>.n-num,.n-handle[data-v-b693b79a] .n-handle-form-content>.n-item>.el-cascader,.n-handle[data-v-b693b79a] .n-handle-form-content>.n-item>.n-checkBtn:not(.n-checkBtnAuto),.n-handle[data-v-b693b79a] .n-handle-form-content>.n-item>.el-input,.n-handle[data-v-b693b79a] .n-handle-form-content>.n-item>.el-input-number,.n-handle[data-v-b693b79a] .n-handle-form-content>.n-item>.el-select,.n-handle[data-v-b693b79a] .n-handle-form-content>.n-item>.el-textarea,.n-handle[data-v-b693b79a] .n-handle-form-content>.n-item>.el-range-editor,.n-handle[data-v-b693b79a] .n-handle-form-content>.n-item>.n-inputDate{width:300px;max-width:100%}.n-handle[data-v-b693b79a] .n-handle-form-content>.n-item>.el-slider{width:280px;max-width:calc(100% - 20px)}.n-handle[data-v-b693b79a] .n-handle-form-content>.n-item>.n-upload .n-upload-btn{max-width:300px}.n-handle .n-handle-form-item[data-v-b693b79a]{border-radius:5px;margin-bottom:10px;padding:10px;display:flex;transition:all .3s;font-size:14px}.n-handle.n-handleShow[data-v-b693b79a]{left:0;transition:none}.n-handle.n-handleShow .n-handle-mask[data-v-b693b79a]{opacity:.5}.n-handle.n-handleShow .n-handle-content[data-v-b693b79a]{transform:translate(0, 0)}.n-handle.n-handleDialog[data-v-b693b79a]{justify-content:center;align-items:center}.n-handle.n-handleDialog .n-handle-content[data-v-b693b79a]{height:auto;border-radius:2px;opacity:0;max-height:90vh;transform:translate(0, -50px)}.n-handle.n-handleDialog .n-handle-form[data-v-b693b79a]{height:auto}.n-handle.n-handleDialog.n-handleShow .n-handle-content[data-v-b693b79a]{opacity:1;transform:translate(0, 0)}.n-handle.n-handlePage[data-v-b693b79a]{position:static;height:auto;display:block;z-index:1}.n-handle.n-handlePage .n-handle-mask[data-v-b693b79a]{display:none}.n-handle.n-handlePage .n-handle-content[data-v-b693b79a]{width:100%;display:block;transform:translate(0, 0)}.n-handle.n-handlePage .n-handle-form[data-v-b693b79a]{height:auto}
|
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
.n-num[data-v-718fbf14]{width:100%;height:36px;border-radius:3px;display:flex;align-items:center;justify-content:flex-start;position:relative;overflow:hidden}.n-num>input[data-v-718fbf14]{border:1px solid var(--theme-border2);width:100%;flex:1;font-size:14px;background:var(--theme-bg-white1);height:100%;padding:0 10px;text-align:center}.n-num>input[data-v-718fbf14]:focus{border-color:var(--theme-color)}.n-num>input[data-v-718fbf14]::-webkit-input-placeholder{color:var(--theme-text6)}.n-num .n-num-oper[data-v-718fbf14]{-webkit-user-select:none;-ms-user-select:none;user-select:none;position:absolute;right:1px;top:1px;font-size:12px;width:36px;height:calc(100% - 2px);display: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[data-v-718fbf14]{cursor:pointer;height:50%;display:flex;justify-content:center;align-items:center;background:var(--theme-bg-white4);color:var(--theme-text3)}.n-num .n-num-oper>i[data-v-718fbf14]:hover{background:var(--theme-bg-white5)}.n-num .n-num-oper>i+i[data-v-718fbf14]{border-top:1px solid var(--theme-border1)}.n-num .n-num-oper .n-num-disabled[data-v-718fbf14]{cursor:not-allowed;pointer-events:none;color:var(--theme-text6);background:var(--theme-bg-white3) !important}.n-num.n-numShowOper>input[data-v-718fbf14]{padding-right:46px}.n-num.n-numShowOper .n-num-oper[data-v-718fbf14]{display:flex}.n-num.n-numHoverOper .n-num-oper[data-v-718fbf14]{opacity:0;transition:all .3s}.n-num.n-numHoverOper:hover .n-num-oper[data-v-718fbf14]{opacity:1}.n-num.n-numDisabled[data-v-718fbf14]{cursor:not-allowed}.n-num.n-numDisabled>input[data-v-718fbf14]{cursor:not-allowed;background:var(--theme-bg-white3)}
|
|
32
32
|
.n-operMenu[data-v-4e09a0ec]{width:100%;display:flex;align-items:center;justify-content:flex-start;flex-wrap:wrap;gap:10px}.n-operMenu>li[data-v-4e09a0ec]:last-child{margin-right:0px !important}.n-operMenu[data-v-4e09a0ec] .el-button>i+span{margin-left:5px}.n-operMenu-line[data-v-4e09a0ec]{margin-right:0 !important;flex:0 1 100%}.n-operMenu-childRight[data-v-4e09a0ec]{justify-content:flex-end}.n-operMenu-right[data-v-4e09a0ec]{margin-left:auto !important}.n-operMenu-half[data-v-4e09a0ec]{flex:0 1 50%}.n-operMenu-auto[data-v-4e09a0ec]{flex:1}
|
|
33
33
|
.n-page[data-v-637afff2]{width:100%}.n-page[data-v-637afff2] .el-pagination{padding:0}.n-page[data-v-637afff2] .el-pagination .el-pagination__total{color:var(--theme-text3)}.n-page[data-v-637afff2] .el-pagination button{background:var(--theme-bg-white4);width:28px;height:28px;box-sizing:border-box;border-radius:5px}.n-page[data-v-637afff2] .el-pagination button[disabled]{color:var(--theme-text6);border-color:var(--theme-border4)}.n-page[data-v-637afff2] .el-pagination .el-pager{font-size:14px;color:black(6)}.n-page[data-v-637afff2] .el-pagination .el-pager .more{color:var(--theme-text3);background:var(--theme-bg-white1)}.n-page[data-v-637afff2] .el-pagination .number,.n-page[data-v-637afff2] .el-pagination .btn-prev,.n-page[data-v-637afff2] .el-pagination .btn-next{padding:0 4px;min-width:28px;border-radius:3px;margin:0 5px;background:var(--theme-bg-white1);color:var(--theme-text3);font-weight:100;border:1px solid var(--theme-border2)}.n-page[data-v-637afff2] .el-pagination .number:not([disabled]):hover,.n-page[data-v-637afff2] .el-pagination .btn-prev:not([disabled]):hover,.n-page[data-v-637afff2] .el-pagination .btn-next:not([disabled]):hover{color:var(--theme-color);border-color:var(--theme-color)}.n-page[data-v-637afff2] .el-pagination .el-pagination__sizes{margin:0;margin-left:5px}.n-page[data-v-637afff2] .el-pagination .el-pagination__sizes .el-input{margin-right:0;margin-left:0}.n-page[data-v-637afff2] .el-pagination .el-pagination__sizes .el-input input{box-sizing:border-box;line-height:26px;background:var(--theme-bg-white1);color:var(--theme-text3)}.n-page[data-v-637afff2] .el-pagination .active{font-weight:bold;background:var(--theme-bg-white1);border:1px solid var(--theme-color);color:var(--theme-color)}
|
|
34
|
-
.n-radio[data-v-
|
|
34
|
+
.n-radio[data-v-099969a8]{display:flex;align-items:center;justify-content:flex-start;display:inline-flex;gap:5px;cursor:pointer;line-height:1}.n-radio>em[data-v-099969a8]{width:1em;height:1em;border-radius:50%;border:1px solid var(--theme-border1);position:relative}.n-radio>em>i[data-v-099969a8]{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[data-v-099969a8]:hover:not(.n-radioDisabled){color:var(--theme-color)}.n-radio:hover:not(.n-radioDisabled)>em[data-v-099969a8]{border-color:var(--theme-color)}.n-radio.n-radioDisabled[data-v-099969a8]{cursor:not-allowed}.n-radio.n-radioDisabled>em[data-v-099969a8]{background:var(--theme-bg-white4);filter:grayscale(2)}.n-radio.n-radioCheck>em[data-v-099969a8]{border-color:var(--theme-color)}.n-radio.n-radioCheck>em>i[data-v-099969a8]{opacity:1;transition:all .3s;transform:translate(-50%, -50%) scale(1)}
|
|
35
35
|
.n-richText[data-v-634726ce]{width:100%;height:500px;border-radius:3px;border:1px solid var(--theme-border1);display:flex;flex-direction:column;align-items:stretch}.n-richText .n-richText-compList[data-v-634726ce]{flex-wrap:wrap;display:flex;border-bottom:1px solid var(--theme-border1)}.n-richText .n-richText-compList>li[data-v-634726ce]{height:36px;display:flex;align-items:center;justify-content:flex-start;font-size:15px;color:var(--theme-text3)}.n-richText[data-v-634726ce] .n-richText-hoverColor:hover{color:var(--theme-color)}.n-richText .n-richText-compList-block[data-v-634726ce]{height:36px;display:flex;justify-content:center;align-items:center;font-size:12px;white-space:nowrap;padding:0 10px;position:relative}.n-richText .n-richText-compList-block>i[data-v-634726ce]{width:16px;display:flex;justify-content:center;align-items:center;font-size:16px}.n-richText .n-richText-compList-block>span[data-v-634726ce]{margin:0 5px}.n-richText .n-richText-compList-block[data-v-634726ce]:hover{color:var(--theme-color)}.n-richText .n-richText-compList-block[data-v-634726ce] .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[data-v-634726ce]{position:relative;flex:1;height:0}.n-richText .n-richText-placeholder[data-v-634726ce]{position:absolute;pointer-events:none;color:var(--theme-text6);left:10px;font-size:15px;top:10px}.n-richText[data-v-634726ce] .n-richText-content{position:relative;width:100%;outline:none;padding:10px;transform:translate(0, 0);overflow-y:auto;font-size:15px;height:100%}.n-richText[data-v-634726ce] .n-richText-content .n-richText-resize{position:relative}.n-richText[data-v-634726ce] .n-richText-content .n-richText-resize:hover{cursor:default !important;border:1px dashed var(--theme-color) !important}.n-richText[data-v-634726ce] .n-richText-content .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[data-v-634726ce]{border:1px dashed var(--theme-color);background:var(--theme-color-opacity1)}.n-richText.n-richTextDisabled[data-v-634726ce]{cursor:not-allowed}.n-richText.n-richTextDisabled .n-richText-compList[data-v-634726ce]{pointer-events:none}
|
|
36
36
|
.n-search[data-v-c37ec866]{width:100%;--label-size:100px}.n-search .n-search-tag[data-v-c37ec866]{display:flex;flex-wrap:wrap;align-content:flex-start;gap:10px}.n-search .n-search-filterTag[data-v-c37ec866],.n-search .n-search-filterIcon[data-v-c37ec866]{min-height:36px;font-size:13px;border-radius:3px;border:1px solid var(--theme-border1);color:var(--theme-text5);background:var(--theme-bg-white3);padding:5px 12px}.n-search .n-search-filterIcon[data-v-c37ec866]{display:flex;justify-content:center;align-items:center;height:36px;-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[data-v-c37ec866]:hover,.n-search .n-search-filterIcon.n-search-filterIcon-check[data-v-c37ec866]{color:var(--theme-color);border-color:var(--theme-color)}.n-search .n-search-filterIcon[data-v-c37ec866]::before{margin-right:5px}.n-search .n-search-filterTag[data-v-c37ec866]{display:flex;align-items:center;justify-content:flex-start;line-height:1.7;color:var(--theme-text4)}.n-search .n-search-filterTag>i[data-v-c37ec866]{cursor:pointer;margin-left:10px;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[data-v-c37ec866]:hover{color:var(--theme-text5);background:var(--theme-grey-light8)}.n-search .n-search-filterBtns[data-v-c37ec866]{margin-left:auto;white-space:nowrap;display:flex;align-items:center;justify-content:flex-start}.n-search .n-search-filterBtns>span[data-v-c37ec866]{margin-left:10px;border:0;cursor:pointer;color:var(--theme-color);font-size:14px;display:flex;align-items:center;justify-content:flex-start}.n-search .n-search-filterBtns>span[data-v-c37ec866]:hover{opacity:.7}.n-search .n-search-pop[data-v-c37ec866]{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:15px 0;display:grid}.n-search[data-v-c37ec866] .n-search-item{display:flex;align-items:center;justify-content:flex-start;overflow:hidden;min-width:0;min-height:0}.n-search[data-v-c37ec866] .n-search-item>.n-item{flex:1;width:0}.n-search[data-v-c37ec866] .n-search-item>.n-item>.el-slider{margin-right:10px}.n-search .n-search-label[data-v-c37ec866]{display:inline-block;width:var(--label-size);flex-shrink:0;font-size:13px;overflow:hidden;text-overflow:ellipsis;margin-right:15px;height:36px;display:flex;justify-content:flex-end;align-items:center}.n-search .n-search-label>em[data-v-c37ec866]{padding-left:10px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.n-search .n-search-label i[data-v-c37ec866]{font-size:16px}.n-search .n-search-label>span[data-v-c37ec866]{margin-left:5px}.n-search .n-search-line[data-v-c37ec866]{grid-column:1/-1}.n-search .n-search-right[data-v-c37ec866]{grid-column:-2/-1}.n-search .n-search-childRight[data-v-c37ec866]{justify-content:flex-end}.n-search .n-search-tagPop[data-v-c37ec866]{padding:0px 15px;opacity:0;background:var(--theme-bg-white3)}.n-search .n-search-tag+.n-search-pop-show[data-v-c37ec866]{margin-top:20px;padding:13px 15px;opacity:1;transition:all .2s linear,padding .1s linear .15s}
|
|
37
37
|
.n-selectPage[data-v-127154dc]{width:100%;background:var(--theme-bg-white1);border:1px solid var(--theme-border3);padding:15px 20px}.n-selectPage .n-selectPage-title[data-v-127154dc]{color:var(--theme-text2);font-weight:bold;font-size:15px;display:flex;align-items:center;justify-content:flex-start;margin-bottom:10px}.n-selectPage .n-selectPage-title>em[data-v-127154dc]{cursor:pointer;margin-left:auto;color:var(--theme-color);font-weight:400;font-size:12px}.n-selectPage .n-selectPage-title>em[data-v-127154dc]:hover{opacity:.7}.n-selectPage[data-v-127154dc] .n-page .el-pagination{text-align:right}.n-selectPage .n-selectPage-list[data-v-127154dc]{margin:20px 0;max-height:300px;overflow:hidden auto}.n-selectPage .n-selectPage-list>li[data-v-127154dc]{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[data-v-127154dc]{color:var(--theme-text5);width:25px;text-align:right}.n-selectPage .n-selectPage-list>li>div[data-v-127154dc]{flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;padding:0 15px}.n-selectPage .n-selectPage-list>li>i[data-v-127154dc]{font-size:16px;color:var(--theme-color);display:none;margin-left:auto}.n-selectPage .n-selectPage-list>li[data-v-127154dc]:hover{background:var(--theme-bg-white2)}.n-selectPage .n-selectPage-list>li[data-v-127154dc]:last-child{justify-content:center;color:var(--theme-text5)}.n-selectPage .n-selectPage-list .n-selectPage-disabled[data-v-127154dc]{cursor:not-allowed;color:var(--theme-text6);background:none !important}.n-selectPage .n-selectPage-list .n-selectPage-check[data-v-127154dc]{color:var(--theme-color);background:var(--theme-color-opacity1) !important}.n-selectPage .n-selectPage-list .n-selectPage-check>i[data-v-127154dc]{display:inline !important}.n-selectPage .n-selectPage-selectd[data-v-127154dc]{max-height:300px;min-height:100px;overflow:hidden auto;color:var(--theme-text4)}.n-selectPage .n-selectPage-selectd>li[data-v-127154dc]{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[data-v-127154dc]{margin-top:10px}.n-selectPage .n-selectPage-selectd>li>em[data-v-127154dc]{width:auto;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.n-selectPage .n-selectPage-selectd>li>i[data-v-127154dc]{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[data-v-127154dc]:hover{font-weight:bold;background:var(--theme-grey-light8)}.n-selectPage>article>.el-input[data-v-127154dc]{width:100%}.n-selectPage>aside[data-v-127154dc]{margin-top:20px;padding-top:20px;border-top:1px solid var(--theme-border3)}.n-selectPage.n-selectPageHori[data-v-127154dc]{display:flex;align-items:center;justify-content:flex-start;align-items:stretch;gap:20px;height:500px}.n-selectPage.n-selectPageHori>article[data-v-127154dc]{flex:1;width:0}.n-selectPage.n-selectPageHori>article[data-v-127154dc],.n-selectPage.n-selectPageHori>aside[data-v-127154dc]{display:flex;flex-direction:column;align-items:stretch;height:100%}.n-selectPage.n-selectPageHori>aside[data-v-127154dc]{margin:0;width:0;flex:0 1 40%;padding:0;border:0;padding-left:20px;border-left:1px solid var(--theme-border3)}.n-selectPage.n-selectPageHori .n-selectPage-list[data-v-127154dc],.n-selectPage.n-selectPageHori .n-selectPage-selectd[data-v-127154dc]{min-height:0;max-height:none;height:0;flex:1}
|