mooho-base-admin-plus 0.1.65 → 0.1.67
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/dist/mooho-base-admin-plus.min.esm.js +49 -34
- package/dist/mooho-base-admin-plus.min.js +5 -5
- package/dist/style.css +1 -1
- package/package.json +1 -1
- package/src/components/upload/upload-attachment.vue +1 -1
- package/src/components/upload/upload-image.vue +1 -1
- package/src/components/view/view-form.vue +1 -0
- package/src/components/view/view-table.vue +27 -8
- package/src/store/modules/admin/modules/page.js +28 -25
- package/src/styles/css/login.css +1 -1
|
@@ -15383,32 +15383,34 @@ var page = {
|
|
|
15383
15383
|
},
|
|
15384
15384
|
open({ state, commit: commit2, dispatch: dispatch2 }, { name, params, query, fullPath }) {
|
|
15385
15385
|
return new Promise(async (resolve) => {
|
|
15386
|
-
|
|
15387
|
-
|
|
15388
|
-
|
|
15389
|
-
const
|
|
15390
|
-
|
|
15391
|
-
|
|
15392
|
-
|
|
15393
|
-
if (pageOpened) {
|
|
15394
|
-
await dispatch2("openedUpdate", {
|
|
15395
|
-
index: pageOpenedIndex,
|
|
15396
|
-
params,
|
|
15397
|
-
query,
|
|
15398
|
-
fullPath
|
|
15386
|
+
setTimeout(async () => {
|
|
15387
|
+
let opened = state.opened;
|
|
15388
|
+
let pageOpenedIndex = 0;
|
|
15389
|
+
const pageOpened = opened.find((page2, index2) => {
|
|
15390
|
+
const same = page2.fullPath === fullPath;
|
|
15391
|
+
pageOpenedIndex = same ? index2 : pageOpenedIndex;
|
|
15392
|
+
return same;
|
|
15399
15393
|
});
|
|
15400
|
-
|
|
15401
|
-
|
|
15402
|
-
|
|
15403
|
-
await dispatch2("add", {
|
|
15404
|
-
tag: Object.assign({}, page2),
|
|
15394
|
+
if (pageOpened) {
|
|
15395
|
+
await dispatch2("openedUpdate", {
|
|
15396
|
+
index: pageOpenedIndex,
|
|
15405
15397
|
params,
|
|
15406
15398
|
query,
|
|
15407
15399
|
fullPath
|
|
15408
15400
|
});
|
|
15401
|
+
} else {
|
|
15402
|
+
let page2 = state.pool.find((t2) => t2.name === name);
|
|
15403
|
+
if (page2) {
|
|
15404
|
+
await dispatch2("add", {
|
|
15405
|
+
tag: Object.assign({}, page2),
|
|
15406
|
+
params,
|
|
15407
|
+
query,
|
|
15408
|
+
fullPath
|
|
15409
|
+
});
|
|
15410
|
+
}
|
|
15409
15411
|
}
|
|
15410
|
-
|
|
15411
|
-
|
|
15412
|
+
commit2("currentSet", fullPath);
|
|
15413
|
+
});
|
|
15412
15414
|
resolve();
|
|
15413
15415
|
});
|
|
15414
15416
|
},
|
|
@@ -16431,7 +16433,7 @@ var mixinPage = {
|
|
|
16431
16433
|
}
|
|
16432
16434
|
})
|
|
16433
16435
|
};
|
|
16434
|
-
var login_css_vue_type_style_index_0_src_0556ddc9_scoped_true_lang = /* @__PURE__ */ (() => '.blue[data-v-0556ddc9]{color:#0ae}.gray[data-v-0556ddc9]{color:#b9bcc7}.red[data-v-0556ddc9]{color:#fc4444}.orange[data-v-0556ddc9]{color:#ff7802}html[data-v-0556ddc9]{font-family:Microsoft YaHei,Helvetica Neue,Hiragino Sans GB,\\9ed1\\4f53,Arial,sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}article[data-v-0556ddc9],aside[data-v-0556ddc9],details[data-v-0556ddc9],figcacption[data-v-0556ddc9],figure[data-v-0556ddc9],footer[data-v-0556ddc9],header[data-v-0556ddc9],hgroup[data-v-0556ddc9],main[data-v-0556ddc9],nav[data-v-0556ddc9],section[data-v-0556ddc9],summary[data-v-0556ddc9]{display:block}audio[data-v-0556ddc9],canvas[data-v-0556ddc9],progress[data-v-0556ddc9],video[data-v-0556ddc9]{display:inline-block;vertical-align:baseline}audio[data-v-0556ddc9]:not([controls]){display:none;height:0}[hidden][data-v-0556ddc9],template[data-v-0556ddc9]{display:none}a[data-v-0556ddc9]{background:transparent;text-decoration:none;color:#333}a[data-v-0556ddc9]:active,a[data-v-0556ddc9]:hover,a[data-v-0556ddc9]:focus{outline:0;text-decoration:none;color:#078dcf}abbr[title][data-v-0556ddc9]{border-bottom:1px dotted}b[data-v-0556ddc9],strong[data-v-0556ddc9]{font-weight:700}dfn[data-v-0556ddc9]{font-style:italic}mark[data-v-0556ddc9]{background:#ff0;color:#000}small[data-v-0556ddc9]{font-size:80%}sub[data-v-0556ddc9],sup[data-v-0556ddc9]{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup[data-v-0556ddc9]{top:-.5em}sub[data-v-0556ddc9]{bottom:-.25em}img[data-v-0556ddc9]{border:0}svg[data-v-0556ddc9]:not(:root){overflow:hidden}hr[data-v-0556ddc9]{-webkit-box-sizing:content-box;box-sizing:content-box;height:0}pre[data-v-0556ddc9]{overflow:auto}code[data-v-0556ddc9],kbd[data-v-0556ddc9],pre[data-v-0556ddc9],samp[data-v-0556ddc9]{font-family:monospace,monospace;font-size:1em}button[data-v-0556ddc9],input[data-v-0556ddc9],optgroup[data-v-0556ddc9],select[data-v-0556ddc9],textarea[data-v-0556ddc9]{color:inherit;font:inherit}ton[data-v-0556ddc9]{overflow:visible}button[data-v-0556ddc9],select[data-v-0556ddc9]{text-transform:none}button[data-v-0556ddc9],html input[type=button][data-v-0556ddc9],input[type=reset][data-v-0556ddc9],input[type=submit][data-v-0556ddc9]{-webkit-appearance:button;cursor:pointer}button[disabled][data-v-0556ddc9],html input[disabled][data-v-0556ddc9]{cursor:default}button[data-v-0556ddc9]::-moz-focus-inner,input[data-v-0556ddc9]::-moz-focus-inner{border:0;padding:p}input[data-v-0556ddc9]{line-height:normal}input[type=checkbox][data-v-0556ddc9],input[type=radio][data-v-0556ddc9]{-webkit-box-sizing:border-box;box-sizing:border-box}input[type=number][data-v-0556ddc9]::-webkit-inner-spin-button,input[type=number][data-v-0556ddc9]::-webkit-outer-spin-button{height:auto}input[type=search][data-v-0556ddc9]{-webkit-appearance:textfield}input[type=search][data-v-0556ddc9]::-webkit-search-cancel-button,input[type=search][data-v-0556ddc9]::-webkit-search-decoration{-webkit-appearance:none}fieldset[data-v-0556ddc9]{border:1px solid #c0c0c0}textarea[data-v-0556ddc9]{overflow:auto}optgroup[data-v-0556ddc9]{font-weight:700}table[data-v-0556ddc9]{border-collapse:collapse;border-spacing:0}body[data-v-0556ddc9],div[data-v-0556ddc9],address[data-v-0556ddc9],blockquote[data-v-0556ddc9],iframe[data-v-0556ddc9],ul[data-v-0556ddc9],ol[data-v-0556ddc9],dl[data-v-0556ddc9],dt[data-v-0556ddc9],dd[data-v-0556ddc9],li[data-v-0556ddc9],dl[data-v-0556ddc9],h1[data-v-0556ddc9],h2[data-v-0556ddc9],h3[data-v-0556ddc9],h4[data-v-0556ddc9],h5[data-v-0556ddc9],h6[data-v-0556ddc9],p[data-v-0556ddc9],a[data-v-0556ddc9],pre[data-v-0556ddc9],table[data-v-0556ddc9],caption[data-v-0556ddc9],th[data-v-0556ddc9],td[data-v-0556ddc9],form[data-v-0556ddc9],legend[data-v-0556ddc9],fieldset[data-v-0556ddc9],input[data-v-0556ddc9],button[data-v-0556ddc9],select[data-v-0556ddc9],textarea[data-v-0556ddc9],article[data-v-0556ddc9],aside[data-v-0556ddc9],audio[data-v-0556ddc9],canvas[data-v-0556ddc9],command[data-v-0556ddc9],datalist[data-v-0556ddc9],details[data-v-0556ddc9],embed[data-v-0556ddc9],figcaption[data-v-0556ddc9],figure[data-v-0556ddc9],footer[data-v-0556ddc9],header[data-v-0556ddc9],hgroup[data-v-0556ddc9],nav[data-v-0556ddc9],section[data-v-0556ddc9],source[data-v-0556ddc9],video[data-v-0556ddc9],time[data-v-0556ddc9]{margin:0;padding:0;font-weight:400;font-style:normal;font-size:100%;font-family:inherit;-webkit-box-sizing:border-box;box-sizing:border-box}body[data-v-0556ddc9]{color:#333;background:#fff;font:8px;overflow-x:hidden}ul[data-v-0556ddc9],li[data-v-0556ddc9],ol[data-v-0556ddc9]{list-style:none;line-height:normal}i[data-v-0556ddc9],address[data-v-0556ddc9],cite[data-v-0556ddc9],dfn[data-v-0556ddc9],em[data-v-0556ddc9],var[data-v-0556ddc9]{font-style:normal}body[data-v-0556ddc9]{min-width:1200px}html[data-v-0556ddc9],body[data-v-0556ddc9]{min-height:100%}a[data-v-0556ddc9],img[data-v-0556ddc9],input[type=text][data-v-0556ddc9],input[type=submit][data-v-0556ddc9],input[type=password][data-v-0556ddc9],textarea[data-v-0556ddc9],select[data-v-0556ddc9],button[data-v-0556ddc9],footer[data-v-0556ddc9],header[data-v-0556ddc9],time[data-v-0556ddc9],span[data-v-0556ddc9],em[data-v-0556ddc9],i[data-v-0556ddc9]{-webkit-transition:all .3s ease-in;-o-transition:all .3s ease-in;transition:all .3s ease-in}.g-side-tab .hd[data-v-0556ddc9],.cf[data-v-0556ddc9]{*zoom: 1}.g-side-tab .hd[data-v-0556ddc9]:before,.g-side-tab .hd[data-v-0556ddc9]:after,.cf[data-v-0556ddc9]:before,.cf[data-v-0556ddc9]:after{content:"";display:table}.g-side-tab .hd[data-v-0556ddc9]:after,.cf[data-v-0556ddc9]:after{clear:both}input[type=text][data-v-0556ddc9],input[type=password][data-v-0556ddc9],select[data-v-0556ddc9],textarea[data-v-0556ddc9]{border:#333 1px solid;outline:none}input:hover[type=text][data-v-0556ddc9],input:hover[type=password][data-v-0556ddc9],select[data-v-0556ddc9]:hover,textarea[data-v-0556ddc9]:hover,input:focus[type=text][data-v-0556ddc9],input:focus[type=password][data-v-0556ddc9],select[data-v-0556ddc9]:focus,textarea[data-v-0556ddc9]:focus{border-color:#078dcf}.left[data-v-0556ddc9],.right[data-v-0556ddc9]{float:left}.show[data-v-0556ddc9]{display:block!important}.content[data-v-0556ddc9]{width:1200px;margin-left:auto;margin-right:auto}.btn[data-v-0556ddc9]{height:30px;line-height:30px;padding:0 10px;border-radius:5px;border:#078dcf 1px solid;text-align:center;background-color:#078dcf;color:#fff}.btn[data-v-0556ddc9]:hover{opacity:.8;color:#fff}.btn.btn-blue[data-v-0556ddc9]{background-color:#0ae;border-color:#0ae}.btn.btn-gray[data-v-0556ddc9]{background-color:#b9bcc7;border-color:#b9bcc7}.btn.btn-red[data-v-0556ddc9]{background-color:#fc4444;border-color:#fc4444}.btn.btn-orange[data-v-0556ddc9]{background-color:#ff7802;border-color:#ff7802}.btn.btn-white[data-v-0556ddc9]{background-color:#fff;border-color:#eee;color:#333}input[type=text][data-v-0556ddc9],input[type=password][data-v-0556ddc9],select[data-v-0556ddc9]{width:100%;border:#eee 1px solid;height:30px;border-radius:5px;padding:0 5px}input[type=text][data-v-0556ddc9]:focus,input[type=password][data-v-0556ddc9]:focus,select[data-v-0556ddc9]:focus{border-color:#078dcf}input[type=submit][data-v-0556ddc9]{width:100%;outline:none}input[type=submit][data-v-0556ddc9]:hover{opacity:.8}textarea[data-v-0556ddc9]{height:auto;min-height:120px;border:#eee 1px solid;border-radius:5px;padding:5px}.prv-nxt[data-v-0556ddc9]{padding-top:20px;padding-bottom:20px}.prv-nxt .left[data-v-0556ddc9]{float:left}.prv-nxt .right[data-v-0556ddc9]{float:right}.prv-nxt a[data-v-0556ddc9]{padding:0 10px;height:27px;border:#eee 1px solid;text-align:center;line-height:27px;font-size:12px;display:inline-block;margin-right:5px}.prv-nxt a[data-v-0556ddc9]:hover,.prv-nxt .active[data-v-0556ddc9]{background-color:#078dcf;color:#fff;border-color:#078dcf}.prv-nxt .right[data-v-0556ddc9]{font-size:12px}.g-side-tab .hd[data-v-0556ddc9]{border-top:#494b4a 2px solid;padding:15px 0;position:relative;line-height:20px;font-size:16px;border-bottom:#dfdfdf 1px solid;margin-bottom:20px}.g-side-tab .hd li[data-v-0556ddc9]{width:50%;text-align:center;float:left;border-left:#ab120d 5px solid;-webkit-box-sizing:border-box;box-sizing:border-box}.g-side-tab .hd li[data-v-0556ddc9]:first-child{border:none}.g-side-tab .bd>div[data-v-0556ddc9]{display:none}.g-side-tab .bd .tab-con1[data-v-0556ddc9]{display:block}html[data-v-0556ddc9]{min-height:100%}html body[data-v-0556ddc9]{min-height:100%;min-width:auto}.signIn[data-v-0556ddc9]{width:100%;min-height:100%}.signIn .box[data-v-0556ddc9]{width:100%;border-radius:18px;margin:20px auto}.signIn .left[data-v-0556ddc9]{display:none;float:left;width:100%;padding-left:54px}.signIn .left h3[data-v-0556ddc9]{margin-top:59px;font-size:26px;color:#fff;font-weight:700}.signIn .left p[data-v-0556ddc9]{font-size:12px;color:#e0e0e0;text-transform:uppercase;font-weight:700}.signIn .right[data-v-0556ddc9]{width:100%;background-color:#fff;position:relative;padding:20px 30px;border-radius:0}.signIn .right .logo[data-v-0556ddc9]{width:100%;height:74px;font-size:28px;color:#333;font-weight:700;line-height:37px}.signIn .right .logo img[data-v-0556ddc9]{height:32px;margin-top:26px;float:left}.signIn .right .logo h2[data-v-0556ddc9]{font-size:18px;line-height:18x;margin-top:70px}.signIn .right .logo small[data-v-0556ddc9]{font-size:8px;line-height:8px;font-weight:700;color:gray;text-transform:uppercase}.signIn .right .username[data-v-0556ddc9],.signIn .right .password[data-v-0556ddc9]{width:100%;height:52px;border-radius:4px;border:1px solid #e0e0e0;color:#d5d5d5;font-size:16px;padding-left:67px;-webkit-box-sizing:border-box;box-sizing:border-box}.signIn .right .username[data-v-0556ddc9]:hover,.signIn .right .username[data-v-0556ddc9]:focus,.signIn .right .password[data-v-0556ddc9]:hover,.signIn .right .password[data-v-0556ddc9]:focus{color:#078dcf;border:1px solid #078dcf}.signIn .right .username[data-v-0556ddc9]::-webkit-input-placeholder,.signIn .right .password[data-v-0556ddc9]::-webkit-input-placeholder{color:#d5d5d5}.signIn .right .username[data-v-0556ddc9]:-ms-input-placeholder,.signIn .right .password[data-v-0556ddc9]:-ms-input-placeholder{color:#d5d5d5}.signIn .right .username[data-v-0556ddc9]::-ms-input-placeholder,.signIn .right .password[data-v-0556ddc9]::-ms-input-placeholder{color:#d5d5d5}.signIn .right .username[data-v-0556ddc9]::placeholder,.signIn .right .password[data-v-0556ddc9]::placeholder{color:#d5d5d5}.signIn .right .username[data-v-0556ddc9]{margin-top:49px;background:url(/static/images/login/user-default.png) 32px 14px no-repeat}.signIn .right .username[data-v-0556ddc9]:hover,.signIn .right .username[data-v-0556ddc9]:focus{background:url(/static/images/login/user-active.png) 32px 14px no-repeat}.signIn .right .password[data-v-0556ddc9]{margin-top:24px;background:url(/static/images/login/password-default.png) 32px 14px no-repeat}.signIn .right .password[data-v-0556ddc9]:hover,.signIn .right .password[data-v-0556ddc9]:focus{background:url(/static/images/login/password-active.png) 32px 14px no-repeat}.signIn .right .remenber[data-v-0556ddc9]{margin-top:26px;height:16px;text-align:right}.signIn .right .remenber #remenber[data-v-0556ddc9]{width:16px;height:16px;vertical-align:middle;-webkit-transform:translateY(-1px);-ms-transform:translateY(-1px);transform:translateY(-1px);margin-right:8px}.signIn .right .remenber .remenber1[data-v-0556ddc9]{line-height:16px;font-size:16px;color:#6d6d6d}.signIn .right button[data-v-0556ddc9]{display:block;font-size:22px;text-align:center;height:59px;line-height:59px;width:100%;border-radius:6px;border:none}.signIn .right .sign-in[data-v-0556ddc9]{margin-top:82px;color:#fff;background-color:#078dcf;-webkit-box-shadow:0px 7px 30px 0px rgba(0,104,183,.35);box-shadow:0 7px 30px #0068b759}.signIn .right .exit[data-v-0556ddc9]{margin-top:22px;color:#078dcf;border:1px solid #078dcf;background-color:#fff}.signIn .cpt[data-v-0556ddc9]{font-size:12px;text-align:center;color:#adadad;position:relative;top:10px}.signIn .cpt a[data-v-0556ddc9]{color:#adadad}.signIn .cpt a[data-v-0556ddc9]:hover{color:#078dcf}@media (min-width: 768px){body[data-v-0556ddc9]{background:url(/static/images/login/bg.png) center center no-repeat;background-size:cover}.signIn[data-v-0556ddc9]{width:100%;min-height:100%;background:url(/static/images/login/bg.png) center center no-repeat;background-size:cover}.signIn .box[data-v-0556ddc9]{width:924px;min-height:555px;border-radius:18px;margin:30px auto 15px;box-shadow:#a9a9a9 0 0 15px 5px}.signIn .left[data-v-0556ddc9]{display:block;float:left;width:474px;height:555px;border-radius:18px 0 0 18px;padding-left:54px}.signIn .left h3[data-v-0556ddc9]{margin-top:39px;font-size:26px}.signIn .right[data-v-0556ddc9]{float:left;width:450px;height:555px;background-color:#fff;border-radius:0 18px 18px 0;padding:60px 63px 73px 35px;position:relative}.signIn .right .logo[data-v-0556ddc9]{width:381px}.signIn .right .logo img[data-v-0556ddc9]{height:32px;float:left;margin-top:16px}.signIn .right .logo h2[data-v-0556ddc9]{font-size:24px;line-height:24px;margin-top:72px}.signIn .right .logo small[data-v-0556ddc9]{font-size:12px;line-height:12px;color:gray;text-transform:uppercase;font-weight:700}.signIn .right .username[data-v-0556ddc9],.signIn .right .password[data-v-0556ddc9]{width:381px;height:52px;border-radius:4px;border:1px solid #e0e0e0;color:#d5d5d5;font-size:16px;padding-left:67px}.signIn .right .username[data-v-0556ddc9]:hover,.signIn .right .username[data-v-0556ddc9]:focus,.signIn .right .password[data-v-0556ddc9]:hover,.signIn .right .password[data-v-0556ddc9]:focus{color:#078dcf;border:1px solid #078dcf}.signIn .right .username[data-v-0556ddc9]::-webkit-input-placeholder,.signIn .right .password[data-v-0556ddc9]::-webkit-input-placeholder{color:#d5d5d5}.signIn .right .username[data-v-0556ddc9]:-ms-input-placeholder,.signIn .right .password[data-v-0556ddc9]:-ms-input-placeholder{color:#d5d5d5}.signIn .right .username[data-v-0556ddc9]::-ms-input-placeholder,.signIn .right .password[data-v-0556ddc9]::-ms-input-placeholder{color:#d5d5d5}.signIn .right .username[data-v-0556ddc9]::placeholder,.signIn .right .password[data-v-0556ddc9]::placeholder{color:#d5d5d5}.signIn .right .username[data-v-0556ddc9]{background:url(/static/images/login/user-default.png) 32px 14px no-repeat}.signIn .right .username[data-v-0556ddc9]:hover,.signIn .right .username[data-v-0556ddc9]:focus{background:url(/static/images/login/user-active.png) 32px 14px no-repeat}.signIn .right .password[data-v-0556ddc9]{margin-top:24px;background:url(/static/images/login/password-default.png) 32px 14px no-repeat}.signIn .right .password[data-v-0556ddc9]:hover,.signIn .right .password[data-v-0556ddc9]:focus{background:url(/static/images/login/password-active.png) 32px 14px no-repeat}.signIn .right .remenber[data-v-0556ddc9]{margin-top:26px;height:16px;position:absolute;right:83px}.signIn .right .remenber #remenber[data-v-0556ddc9]{width:16px;height:16px;vertical-align:middle;-webkit-transform:translateY(-1px);-ms-transform:translateY(-1px);transform:translateY(-1px);margin-right:8px}.signIn .right .remenber .remenber1[data-v-0556ddc9]{line-height:16px;font-size:16px;color:#6d6d6d}.signIn .right button[data-v-0556ddc9]{display:block;width:100%;font-size:22px;text-align:center;height:52px;line-height:52px;width:381px;border-radius:6px;border:none}.signIn .right .sign-in[data-v-0556ddc9]{color:#fff;background-color:#078dcf}.signIn .right .exit[data-v-0556ddc9]{margin-top:22px;color:#078dcf;border:1px solid #078dcf;background-color:#fff}.signIn .cpt[data-v-0556ddc9]{top:10px;font-size:13px}}@media (min-width: 1200px){.signIn[data-v-0556ddc9]{width:100%;min-height:100%;background:url(/static/images/login/bg.png) center center no-repeat;background-size:cover}.signIn .box[data-v-0556ddc9]{width:1200px;min-height:605px;border-radius:18px;margin:60px auto 20px}.signIn .left[data-v-0556ddc9]{display:block;float:left;width:653px;min-height:605px;padding-left:54px}.signIn .left h3[data-v-0556ddc9]{margin-top:59px;font-size:26px}.signIn .right[data-v-0556ddc9]{float:left;width:546px;min-height:605px;background-color:#fff;border-radius:0 18px 18px 0;padding:60px 83px 73px 81px;position:relative}.signIn .right .logo[data-v-0556ddc9]{width:381px}.signIn .right .logo img[data-v-0556ddc9]{height:32px;margin-top:16px;float:left}.signIn .right .logo h2[data-v-0556ddc9]{font-size:24px;line-height:24px;margin-top:72px}.signIn .right .logo small[data-v-0556ddc9]{font-size:13px;line-height:13px;color:gray;text-transform:uppercase;font-weight:700}.signIn .right .username[data-v-0556ddc9],.signIn .right .password[data-v-0556ddc9]{width:381px;height:52px;border-radius:4px;border:1px solid #e0e0e0;color:#d5d5d5;font-size:16px;padding-left:67px}.signIn .right .username[data-v-0556ddc9]:hover,.signIn .right .username[data-v-0556ddc9]:focus,.signIn .right .password[data-v-0556ddc9]:hover,.signIn .right .password[data-v-0556ddc9]:focus{color:#078dcf;border:1px solid #078dcf}.signIn .right .username[data-v-0556ddc9]::-webkit-input-placeholder,.signIn .right .password[data-v-0556ddc9]::-webkit-input-placeholder{color:#d5d5d5}.signIn .right .username[data-v-0556ddc9]:-ms-input-placeholder,.signIn .right .password[data-v-0556ddc9]:-ms-input-placeholder{color:#d5d5d5}.signIn .right .username[data-v-0556ddc9]::-ms-input-placeholder,.signIn .right .password[data-v-0556ddc9]::-ms-input-placeholder{color:#d5d5d5}.signIn .right .username[data-v-0556ddc9]::placeholder,.signIn .right .password[data-v-0556ddc9]::placeholder{color:#d5d5d5}.signIn .right .username[data-v-0556ddc9]{margin-top:49px;background:url(/static/images/login/user-default.png) 32px 14px no-repeat}.signIn .right .username[data-v-0556ddc9]:hover,.signIn .right .username[data-v-0556ddc9]:focus{background:url(/static/images/login/user-active.png) 32px 14px no-repeat}.signIn .right .password[data-v-0556ddc9]{margin-top:24px;background:url(/static/images/login/password-default.png) 32px 14px no-repeat}.signIn .right .password[data-v-0556ddc9]:hover,.signIn .right .password[data-v-0556ddc9]:focus{background:url(/static/images/login/password-active.png) 32px 14px no-repeat}.signIn .right .remenber[data-v-0556ddc9]{margin-top:26px;height:16px;position:absolute;right:83px}.signIn .right .remenber #remenber[data-v-0556ddc9]{width:16px;height:16px;vertical-align:middle;-webkit-transform:translateY(-1px);-ms-transform:translateY(-1px);transform:translateY(-1px);margin-right:8px}.signIn .right .remenber .remenber1[data-v-0556ddc9]{line-height:16px;font-size:16px;color:#6d6d6d}.signIn .right button[data-v-0556ddc9]{display:block;width:100%;font-size:22px;text-align:center;height:52px;line-height:52px;width:381px;border-radius:6px;border:none}.signIn .right .sign-in[data-v-0556ddc9]{color:#fff;background-color:#078dcf}.signIn .right .exit[data-v-0556ddc9]{margin-top:22px;color:#078dcf;border:1px solid #078dcf;background-color:#fff}.signIn .cpt[data-v-0556ddc9]{top:10px;font-size:14px}}@media (min-width: 1920px){.signIn[data-v-0556ddc9]{min-height:100%}.signIn .box[data-v-0556ddc9]{width:1604px;margin:40px auto 20px;min-height:826px}.signIn .left[data-v-0556ddc9]{width:874px;min-height:826px;padding-left:73px}.signIn .left h3[data-v-0556ddc9]{margin-top:59px}.signIn .left p[data-v-0556ddc9]{font-size:13px}.signIn .right[data-v-0556ddc9]{width:730px;min-height:826px;padding:81px 111px 98px 109px}.signIn .right .logo[data-v-0556ddc9]{width:510px}.signIn .right .logo img[data-v-0556ddc9]{height:48px;margin-top:22px}.signIn .right .logo h2[data-v-0556ddc9]{font-size:32px;line-height:32px;margin-top:96px}.signIn .right .logo small[data-v-0556ddc9]{font-size:17px;line-height:17px;color:gray;text-transform:uppercase;font-weight:700}.signIn .right .username[data-v-0556ddc9],.signIn .right .password[data-v-0556ddc9]{width:510px;height:70px;font-size:22px;padding-left:90px}.signIn .right .username[data-v-0556ddc9]{margin-top:89px;background:url(/static/images/login/user-default.png) 44px 24px no-repeat}.signIn .right .username[data-v-0556ddc9]:hover,.signIn .right .username[data-v-0556ddc9]:focus{background:url(/static/images/login/user-active.png) 44px 24px no-repeat}.signIn .right .password[data-v-0556ddc9]{margin-top:32px;background:url(/static/images/login/password-default.png) 44px 24px no-repeat}.signIn .right .password[data-v-0556ddc9]:hover,.signIn .right .password[data-v-0556ddc9]:focus{background:url(/static/images/login/password-active.png) 44px 24px no-repeat}.signIn .right .remenber[data-v-0556ddc9]{margin-top:36px;height:22px;right:111px}.signIn .right .remenber #remenber[data-v-0556ddc9]{width:22px;height:22px;-webkit-transform:translateY(-3px);-ms-transform:translateY(-3px);transform:translateY(-3px)}.signIn .right .remenber .remenber1[data-v-0556ddc9]{line-height:22px;font-size:22px}.signIn .right button[data-v-0556ddc9]{font-size:26px;height:70px;line-height:70px;width:510px}.signIn .right .sign-in[data-v-0556ddc9]{margin-top:92px;color:#fff;background-color:#078dcf}.signIn .right .exit[data-v-0556ddc9]{margin-top:30px}.signIn .cpt[data-v-0556ddc9]{top:10px;font-size:14px}}\n')();
|
|
16436
|
+
var login_css_vue_type_style_index_0_src_0556ddc9_scoped_true_lang = /* @__PURE__ */ (() => '.blue[data-v-0556ddc9]{color:#0ae}.gray[data-v-0556ddc9]{color:#b9bcc7}.red[data-v-0556ddc9]{color:#fc4444}.orange[data-v-0556ddc9]{color:#ff7802}html[data-v-0556ddc9]{font-family:Microsoft YaHei,Helvetica Neue,Hiragino Sans GB,\\9ed1\\4f53,Arial,sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}article[data-v-0556ddc9],aside[data-v-0556ddc9],details[data-v-0556ddc9],figcacption[data-v-0556ddc9],figure[data-v-0556ddc9],footer[data-v-0556ddc9],header[data-v-0556ddc9],hgroup[data-v-0556ddc9],main[data-v-0556ddc9],nav[data-v-0556ddc9],section[data-v-0556ddc9],summary[data-v-0556ddc9]{display:block}audio[data-v-0556ddc9],canvas[data-v-0556ddc9],progress[data-v-0556ddc9],video[data-v-0556ddc9]{display:inline-block;vertical-align:baseline}audio[data-v-0556ddc9]:not([controls]){display:none;height:0}[hidden][data-v-0556ddc9],template[data-v-0556ddc9]{display:none}a[data-v-0556ddc9]{background:transparent;text-decoration:none;color:#333}a[data-v-0556ddc9]:active,a[data-v-0556ddc9]:hover,a[data-v-0556ddc9]:focus{outline:0;text-decoration:none;color:#078dcf}abbr[title][data-v-0556ddc9]{border-bottom:1px dotted}b[data-v-0556ddc9],strong[data-v-0556ddc9]{font-weight:700}dfn[data-v-0556ddc9]{font-style:italic}mark[data-v-0556ddc9]{background:#ff0;color:#000}small[data-v-0556ddc9]{font-size:80%}sub[data-v-0556ddc9],sup[data-v-0556ddc9]{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup[data-v-0556ddc9]{top:-.5em}sub[data-v-0556ddc9]{bottom:-.25em}img[data-v-0556ddc9]{border:0}svg[data-v-0556ddc9]:not(:root){overflow:hidden}hr[data-v-0556ddc9]{-webkit-box-sizing:content-box;box-sizing:content-box;height:0}pre[data-v-0556ddc9]{overflow:auto}code[data-v-0556ddc9],kbd[data-v-0556ddc9],pre[data-v-0556ddc9],samp[data-v-0556ddc9]{font-family:monospace,monospace;font-size:1em}button[data-v-0556ddc9],input[data-v-0556ddc9],optgroup[data-v-0556ddc9],select[data-v-0556ddc9],textarea[data-v-0556ddc9]{color:inherit;font:inherit}ton[data-v-0556ddc9]{overflow:visible}button[data-v-0556ddc9],select[data-v-0556ddc9]{text-transform:none}button[data-v-0556ddc9],html input[type=button][data-v-0556ddc9],input[type=reset][data-v-0556ddc9],input[type=submit][data-v-0556ddc9]{-webkit-appearance:button;cursor:pointer}button[disabled][data-v-0556ddc9],html input[disabled][data-v-0556ddc9]{cursor:default}button[data-v-0556ddc9]::-moz-focus-inner,input[data-v-0556ddc9]::-moz-focus-inner{border:0;padding:p}input[data-v-0556ddc9]{line-height:normal}input[type=checkbox][data-v-0556ddc9],input[type=radio][data-v-0556ddc9]{-webkit-box-sizing:border-box;box-sizing:border-box}input[type=number][data-v-0556ddc9]::-webkit-inner-spin-button,input[type=number][data-v-0556ddc9]::-webkit-outer-spin-button{height:auto}input[type=search][data-v-0556ddc9]{-webkit-appearance:textfield}input[type=search][data-v-0556ddc9]::-webkit-search-cancel-button,input[type=search][data-v-0556ddc9]::-webkit-search-decoration{-webkit-appearance:none}fieldset[data-v-0556ddc9]{border:1px solid #c0c0c0}textarea[data-v-0556ddc9]{overflow:auto}optgroup[data-v-0556ddc9]{font-weight:700}table[data-v-0556ddc9]{border-collapse:collapse;border-spacing:0}body[data-v-0556ddc9],div[data-v-0556ddc9],address[data-v-0556ddc9],blockquote[data-v-0556ddc9],iframe[data-v-0556ddc9],ul[data-v-0556ddc9],ol[data-v-0556ddc9],dl[data-v-0556ddc9],dt[data-v-0556ddc9],dd[data-v-0556ddc9],li[data-v-0556ddc9],dl[data-v-0556ddc9],h1[data-v-0556ddc9],h2[data-v-0556ddc9],h3[data-v-0556ddc9],h4[data-v-0556ddc9],h5[data-v-0556ddc9],h6[data-v-0556ddc9],p[data-v-0556ddc9],a[data-v-0556ddc9],pre[data-v-0556ddc9],table[data-v-0556ddc9],caption[data-v-0556ddc9],th[data-v-0556ddc9],td[data-v-0556ddc9],form[data-v-0556ddc9],legend[data-v-0556ddc9],fieldset[data-v-0556ddc9],input[data-v-0556ddc9],button[data-v-0556ddc9],select[data-v-0556ddc9],textarea[data-v-0556ddc9],article[data-v-0556ddc9],aside[data-v-0556ddc9],audio[data-v-0556ddc9],canvas[data-v-0556ddc9],command[data-v-0556ddc9],datalist[data-v-0556ddc9],details[data-v-0556ddc9],embed[data-v-0556ddc9],figcaption[data-v-0556ddc9],figure[data-v-0556ddc9],footer[data-v-0556ddc9],header[data-v-0556ddc9],hgroup[data-v-0556ddc9],nav[data-v-0556ddc9],section[data-v-0556ddc9],source[data-v-0556ddc9],video[data-v-0556ddc9],time[data-v-0556ddc9]{margin:0;padding:0;font-weight:400;font-style:normal;font-size:100%;font-family:inherit;-webkit-box-sizing:border-box;box-sizing:border-box}body[data-v-0556ddc9]{color:#333;background:#fff;font:8px;overflow-x:hidden}ul[data-v-0556ddc9],li[data-v-0556ddc9],ol[data-v-0556ddc9]{list-style:none;line-height:normal}i[data-v-0556ddc9],address[data-v-0556ddc9],cite[data-v-0556ddc9],dfn[data-v-0556ddc9],em[data-v-0556ddc9],var[data-v-0556ddc9]{font-style:normal}body[data-v-0556ddc9]{min-width:1200px}html[data-v-0556ddc9],body[data-v-0556ddc9]{min-height:100%}a[data-v-0556ddc9],img[data-v-0556ddc9],input[type=text][data-v-0556ddc9],input[type=submit][data-v-0556ddc9],input[type=password][data-v-0556ddc9],textarea[data-v-0556ddc9],select[data-v-0556ddc9],button[data-v-0556ddc9],footer[data-v-0556ddc9],header[data-v-0556ddc9],time[data-v-0556ddc9],span[data-v-0556ddc9],em[data-v-0556ddc9],i[data-v-0556ddc9]{-webkit-transition:all .3s ease-in;-o-transition:all .3s ease-in;transition:all .3s ease-in}.g-side-tab .hd[data-v-0556ddc9]:before,.g-side-tab .hd[data-v-0556ddc9]:after,.cf[data-v-0556ddc9]:before,.cf[data-v-0556ddc9]:after{content:"";display:table}.g-side-tab .hd[data-v-0556ddc9]:after,.cf[data-v-0556ddc9]:after{clear:both}input[type=text][data-v-0556ddc9],input[type=password][data-v-0556ddc9],select[data-v-0556ddc9],textarea[data-v-0556ddc9]{border:#333 1px solid;outline:none}input:hover[type=text][data-v-0556ddc9],input:hover[type=password][data-v-0556ddc9],select[data-v-0556ddc9]:hover,textarea[data-v-0556ddc9]:hover,input:focus[type=text][data-v-0556ddc9],input:focus[type=password][data-v-0556ddc9],select[data-v-0556ddc9]:focus,textarea[data-v-0556ddc9]:focus{border-color:#078dcf}.left[data-v-0556ddc9],.right[data-v-0556ddc9]{float:left}.show[data-v-0556ddc9]{display:block!important}.content[data-v-0556ddc9]{width:1200px;margin-left:auto;margin-right:auto}.btn[data-v-0556ddc9]{height:30px;line-height:30px;padding:0 10px;border-radius:5px;border:#078dcf 1px solid;text-align:center;background-color:#078dcf;color:#fff}.btn[data-v-0556ddc9]:hover{opacity:.8;color:#fff}.btn.btn-blue[data-v-0556ddc9]{background-color:#0ae;border-color:#0ae}.btn.btn-gray[data-v-0556ddc9]{background-color:#b9bcc7;border-color:#b9bcc7}.btn.btn-red[data-v-0556ddc9]{background-color:#fc4444;border-color:#fc4444}.btn.btn-orange[data-v-0556ddc9]{background-color:#ff7802;border-color:#ff7802}.btn.btn-white[data-v-0556ddc9]{background-color:#fff;border-color:#eee;color:#333}input[type=text][data-v-0556ddc9],input[type=password][data-v-0556ddc9],select[data-v-0556ddc9]{width:100%;border:#eee 1px solid;height:30px;border-radius:5px;padding:0 5px}input[type=text][data-v-0556ddc9]:focus,input[type=password][data-v-0556ddc9]:focus,select[data-v-0556ddc9]:focus{border-color:#078dcf}input[type=submit][data-v-0556ddc9]{width:100%;outline:none}input[type=submit][data-v-0556ddc9]:hover{opacity:.8}textarea[data-v-0556ddc9]{height:auto;min-height:120px;border:#eee 1px solid;border-radius:5px;padding:5px}.prv-nxt[data-v-0556ddc9]{padding-top:20px;padding-bottom:20px}.prv-nxt .left[data-v-0556ddc9]{float:left}.prv-nxt .right[data-v-0556ddc9]{float:right}.prv-nxt a[data-v-0556ddc9]{padding:0 10px;height:27px;border:#eee 1px solid;text-align:center;line-height:27px;font-size:12px;display:inline-block;margin-right:5px}.prv-nxt a[data-v-0556ddc9]:hover,.prv-nxt .active[data-v-0556ddc9]{background-color:#078dcf;color:#fff;border-color:#078dcf}.prv-nxt .right[data-v-0556ddc9]{font-size:12px}.g-side-tab .hd[data-v-0556ddc9]{border-top:#494b4a 2px solid;padding:15px 0;position:relative;line-height:20px;font-size:16px;border-bottom:#dfdfdf 1px solid;margin-bottom:20px}.g-side-tab .hd li[data-v-0556ddc9]{width:50%;text-align:center;float:left;border-left:#ab120d 5px solid;-webkit-box-sizing:border-box;box-sizing:border-box}.g-side-tab .hd li[data-v-0556ddc9]:first-child{border:none}.g-side-tab .bd>div[data-v-0556ddc9]{display:none}.g-side-tab .bd .tab-con1[data-v-0556ddc9]{display:block}html[data-v-0556ddc9]{min-height:100%}html body[data-v-0556ddc9]{min-height:100%;min-width:auto}.signIn[data-v-0556ddc9]{width:100%;min-height:100%}.signIn .box[data-v-0556ddc9]{width:100%;border-radius:18px;margin:20px auto}.signIn .left[data-v-0556ddc9]{display:none;float:left;width:100%;padding-left:54px}.signIn .left h3[data-v-0556ddc9]{margin-top:59px;font-size:26px;color:#fff;font-weight:700}.signIn .left p[data-v-0556ddc9]{font-size:12px;color:#e0e0e0;text-transform:uppercase;font-weight:700}.signIn .right[data-v-0556ddc9]{width:100%;background-color:#fff;position:relative;padding:20px 30px;border-radius:0}.signIn .right .logo[data-v-0556ddc9]{width:100%;height:74px;font-size:28px;color:#333;font-weight:700;line-height:37px}.signIn .right .logo img[data-v-0556ddc9]{height:32px;margin-top:26px;float:left}.signIn .right .logo h2[data-v-0556ddc9]{font-size:18px;line-height:18x;margin-top:70px}.signIn .right .logo small[data-v-0556ddc9]{font-size:8px;line-height:8px;font-weight:700;color:gray;text-transform:uppercase}.signIn .right .username[data-v-0556ddc9],.signIn .right .password[data-v-0556ddc9]{width:100%;height:52px;border-radius:4px;border:1px solid #e0e0e0;color:#d5d5d5;font-size:16px;padding-left:67px;-webkit-box-sizing:border-box;box-sizing:border-box}.signIn .right .username[data-v-0556ddc9]:hover,.signIn .right .username[data-v-0556ddc9]:focus,.signIn .right .password[data-v-0556ddc9]:hover,.signIn .right .password[data-v-0556ddc9]:focus{color:#078dcf;border:1px solid #078dcf}.signIn .right .username[data-v-0556ddc9]::-webkit-input-placeholder,.signIn .right .password[data-v-0556ddc9]::-webkit-input-placeholder{color:#d5d5d5}.signIn .right .username[data-v-0556ddc9]:-ms-input-placeholder,.signIn .right .password[data-v-0556ddc9]:-ms-input-placeholder{color:#d5d5d5}.signIn .right .username[data-v-0556ddc9]::-ms-input-placeholder,.signIn .right .password[data-v-0556ddc9]::-ms-input-placeholder{color:#d5d5d5}.signIn .right .username[data-v-0556ddc9]::placeholder,.signIn .right .password[data-v-0556ddc9]::placeholder{color:#d5d5d5}.signIn .right .username[data-v-0556ddc9]{margin-top:49px;background:url(/static/images/login/user-default.png) 32px 14px no-repeat}.signIn .right .username[data-v-0556ddc9]:hover,.signIn .right .username[data-v-0556ddc9]:focus{background:url(/static/images/login/user-active.png) 32px 14px no-repeat}.signIn .right .password[data-v-0556ddc9]{margin-top:24px;background:url(/static/images/login/password-default.png) 32px 14px no-repeat}.signIn .right .password[data-v-0556ddc9]:hover,.signIn .right .password[data-v-0556ddc9]:focus{background:url(/static/images/login/password-active.png) 32px 14px no-repeat}.signIn .right .remenber[data-v-0556ddc9]{margin-top:26px;height:16px;text-align:right}.signIn .right .remenber #remenber[data-v-0556ddc9]{width:16px;height:16px;vertical-align:middle;-webkit-transform:translateY(-1px);-ms-transform:translateY(-1px);transform:translateY(-1px);margin-right:8px}.signIn .right .remenber .remenber1[data-v-0556ddc9]{line-height:16px;font-size:16px;color:#6d6d6d}.signIn .right button[data-v-0556ddc9]{display:block;font-size:22px;text-align:center;height:59px;line-height:59px;width:100%;border-radius:6px;border:none}.signIn .right .sign-in[data-v-0556ddc9]{margin-top:82px;color:#fff;background-color:#078dcf;-webkit-box-shadow:0px 7px 30px 0px rgba(0,104,183,.35);box-shadow:0 7px 30px #0068b759}.signIn .right .exit[data-v-0556ddc9]{margin-top:22px;color:#078dcf;border:1px solid #078dcf;background-color:#fff}.signIn .cpt[data-v-0556ddc9]{font-size:12px;text-align:center;color:#adadad;position:relative;top:10px}.signIn .cpt a[data-v-0556ddc9]{color:#adadad}.signIn .cpt a[data-v-0556ddc9]:hover{color:#078dcf}@media (min-width: 768px){body[data-v-0556ddc9]{background:url(/static/images/login/bg.png) center center no-repeat;background-size:cover}.signIn[data-v-0556ddc9]{width:100%;min-height:100%;background:url(/static/images/login/bg.png) center center no-repeat;background-size:cover}.signIn .box[data-v-0556ddc9]{width:924px;min-height:555px;border-radius:18px;margin:30px auto 15px;box-shadow:#a9a9a9 0 0 15px 5px}.signIn .left[data-v-0556ddc9]{display:block;float:left;width:474px;height:555px;border-radius:18px 0 0 18px;padding-left:54px}.signIn .left h3[data-v-0556ddc9]{margin-top:39px;font-size:26px}.signIn .right[data-v-0556ddc9]{float:left;width:450px;height:555px;background-color:#fff;border-radius:0 18px 18px 0;padding:60px 63px 73px 35px;position:relative}.signIn .right .logo[data-v-0556ddc9]{width:381px}.signIn .right .logo img[data-v-0556ddc9]{height:32px;float:left;margin-top:16px}.signIn .right .logo h2[data-v-0556ddc9]{font-size:24px;line-height:24px;margin-top:72px}.signIn .right .logo small[data-v-0556ddc9]{font-size:12px;line-height:12px;color:gray;text-transform:uppercase;font-weight:700}.signIn .right .username[data-v-0556ddc9],.signIn .right .password[data-v-0556ddc9]{width:381px;height:52px;border-radius:4px;border:1px solid #e0e0e0;color:#d5d5d5;font-size:16px;padding-left:67px}.signIn .right .username[data-v-0556ddc9]:hover,.signIn .right .username[data-v-0556ddc9]:focus,.signIn .right .password[data-v-0556ddc9]:hover,.signIn .right .password[data-v-0556ddc9]:focus{color:#078dcf;border:1px solid #078dcf}.signIn .right .username[data-v-0556ddc9]::-webkit-input-placeholder,.signIn .right .password[data-v-0556ddc9]::-webkit-input-placeholder{color:#d5d5d5}.signIn .right .username[data-v-0556ddc9]:-ms-input-placeholder,.signIn .right .password[data-v-0556ddc9]:-ms-input-placeholder{color:#d5d5d5}.signIn .right .username[data-v-0556ddc9]::-ms-input-placeholder,.signIn .right .password[data-v-0556ddc9]::-ms-input-placeholder{color:#d5d5d5}.signIn .right .username[data-v-0556ddc9]::placeholder,.signIn .right .password[data-v-0556ddc9]::placeholder{color:#d5d5d5}.signIn .right .username[data-v-0556ddc9]{background:url(/static/images/login/user-default.png) 32px 14px no-repeat}.signIn .right .username[data-v-0556ddc9]:hover,.signIn .right .username[data-v-0556ddc9]:focus{background:url(/static/images/login/user-active.png) 32px 14px no-repeat}.signIn .right .password[data-v-0556ddc9]{margin-top:24px;background:url(/static/images/login/password-default.png) 32px 14px no-repeat}.signIn .right .password[data-v-0556ddc9]:hover,.signIn .right .password[data-v-0556ddc9]:focus{background:url(/static/images/login/password-active.png) 32px 14px no-repeat}.signIn .right .remenber[data-v-0556ddc9]{margin-top:26px;height:16px;position:absolute;right:83px}.signIn .right .remenber #remenber[data-v-0556ddc9]{width:16px;height:16px;vertical-align:middle;-webkit-transform:translateY(-1px);-ms-transform:translateY(-1px);transform:translateY(-1px);margin-right:8px}.signIn .right .remenber .remenber1[data-v-0556ddc9]{line-height:16px;font-size:16px;color:#6d6d6d}.signIn .right button[data-v-0556ddc9]{display:block;width:100%;font-size:22px;text-align:center;height:52px;line-height:52px;width:381px;border-radius:6px;border:none}.signIn .right .sign-in[data-v-0556ddc9]{color:#fff;background-color:#078dcf}.signIn .right .exit[data-v-0556ddc9]{margin-top:22px;color:#078dcf;border:1px solid #078dcf;background-color:#fff}.signIn .cpt[data-v-0556ddc9]{top:10px;font-size:13px}}@media (min-width: 1200px){.signIn[data-v-0556ddc9]{width:100%;min-height:100%;background:url(/static/images/login/bg.png) center center no-repeat;background-size:cover}.signIn .box[data-v-0556ddc9]{width:1200px;min-height:605px;border-radius:18px;margin:60px auto 20px}.signIn .left[data-v-0556ddc9]{display:block;float:left;width:653px;min-height:605px;padding-left:54px}.signIn .left h3[data-v-0556ddc9]{margin-top:59px;font-size:26px}.signIn .right[data-v-0556ddc9]{float:left;width:546px;min-height:605px;background-color:#fff;border-radius:0 18px 18px 0;padding:60px 83px 73px 81px;position:relative}.signIn .right .logo[data-v-0556ddc9]{width:381px}.signIn .right .logo img[data-v-0556ddc9]{height:32px;margin-top:16px;float:left}.signIn .right .logo h2[data-v-0556ddc9]{font-size:24px;line-height:24px;margin-top:72px}.signIn .right .logo small[data-v-0556ddc9]{font-size:13px;line-height:13px;color:gray;text-transform:uppercase;font-weight:700}.signIn .right .username[data-v-0556ddc9],.signIn .right .password[data-v-0556ddc9]{width:381px;height:52px;border-radius:4px;border:1px solid #e0e0e0;color:#d5d5d5;font-size:16px;padding-left:67px}.signIn .right .username[data-v-0556ddc9]:hover,.signIn .right .username[data-v-0556ddc9]:focus,.signIn .right .password[data-v-0556ddc9]:hover,.signIn .right .password[data-v-0556ddc9]:focus{color:#078dcf;border:1px solid #078dcf}.signIn .right .username[data-v-0556ddc9]::-webkit-input-placeholder,.signIn .right .password[data-v-0556ddc9]::-webkit-input-placeholder{color:#d5d5d5}.signIn .right .username[data-v-0556ddc9]:-ms-input-placeholder,.signIn .right .password[data-v-0556ddc9]:-ms-input-placeholder{color:#d5d5d5}.signIn .right .username[data-v-0556ddc9]::-ms-input-placeholder,.signIn .right .password[data-v-0556ddc9]::-ms-input-placeholder{color:#d5d5d5}.signIn .right .username[data-v-0556ddc9]::placeholder,.signIn .right .password[data-v-0556ddc9]::placeholder{color:#d5d5d5}.signIn .right .username[data-v-0556ddc9]{margin-top:49px;background:url(/static/images/login/user-default.png) 32px 14px no-repeat}.signIn .right .username[data-v-0556ddc9]:hover,.signIn .right .username[data-v-0556ddc9]:focus{background:url(/static/images/login/user-active.png) 32px 14px no-repeat}.signIn .right .password[data-v-0556ddc9]{margin-top:24px;background:url(/static/images/login/password-default.png) 32px 14px no-repeat}.signIn .right .password[data-v-0556ddc9]:hover,.signIn .right .password[data-v-0556ddc9]:focus{background:url(/static/images/login/password-active.png) 32px 14px no-repeat}.signIn .right .remenber[data-v-0556ddc9]{margin-top:26px;height:16px;position:absolute;right:83px}.signIn .right .remenber #remenber[data-v-0556ddc9]{width:16px;height:16px;vertical-align:middle;-webkit-transform:translateY(-1px);-ms-transform:translateY(-1px);transform:translateY(-1px);margin-right:8px}.signIn .right .remenber .remenber1[data-v-0556ddc9]{line-height:16px;font-size:16px;color:#6d6d6d}.signIn .right button[data-v-0556ddc9]{display:block;width:100%;font-size:22px;text-align:center;height:52px;line-height:52px;width:381px;border-radius:6px;border:none}.signIn .right .sign-in[data-v-0556ddc9]{color:#fff;background-color:#078dcf}.signIn .right .exit[data-v-0556ddc9]{margin-top:22px;color:#078dcf;border:1px solid #078dcf;background-color:#fff}.signIn .cpt[data-v-0556ddc9]{top:10px;font-size:14px}}@media (min-width: 1920px){.signIn[data-v-0556ddc9]{min-height:100%}.signIn .box[data-v-0556ddc9]{width:1604px;margin:40px auto 20px;min-height:826px}.signIn .left[data-v-0556ddc9]{width:874px;min-height:826px;padding-left:73px}.signIn .left h3[data-v-0556ddc9]{margin-top:59px}.signIn .left p[data-v-0556ddc9]{font-size:13px}.signIn .right[data-v-0556ddc9]{width:730px;min-height:826px;padding:81px 111px 98px 109px}.signIn .right .logo[data-v-0556ddc9]{width:510px}.signIn .right .logo img[data-v-0556ddc9]{height:48px;margin-top:22px}.signIn .right .logo h2[data-v-0556ddc9]{font-size:32px;line-height:32px;margin-top:96px}.signIn .right .logo small[data-v-0556ddc9]{font-size:17px;line-height:17px;color:gray;text-transform:uppercase;font-weight:700}.signIn .right .username[data-v-0556ddc9],.signIn .right .password[data-v-0556ddc9]{width:510px;height:70px;font-size:22px;padding-left:90px}.signIn .right .username[data-v-0556ddc9]{margin-top:89px;background:url(/static/images/login/user-default.png) 44px 24px no-repeat}.signIn .right .username[data-v-0556ddc9]:hover,.signIn .right .username[data-v-0556ddc9]:focus{background:url(/static/images/login/user-active.png) 44px 24px no-repeat}.signIn .right .password[data-v-0556ddc9]{margin-top:32px;background:url(/static/images/login/password-default.png) 44px 24px no-repeat}.signIn .right .password[data-v-0556ddc9]:hover,.signIn .right .password[data-v-0556ddc9]:focus{background:url(/static/images/login/password-active.png) 44px 24px no-repeat}.signIn .right .remenber[data-v-0556ddc9]{margin-top:36px;height:22px;right:111px}.signIn .right .remenber #remenber[data-v-0556ddc9]{width:22px;height:22px;-webkit-transform:translateY(-3px);-ms-transform:translateY(-3px);transform:translateY(-3px)}.signIn .right .remenber .remenber1[data-v-0556ddc9]{line-height:22px;font-size:22px}.signIn .right button[data-v-0556ddc9]{font-size:26px;height:70px;line-height:70px;width:510px}.signIn .right .sign-in[data-v-0556ddc9]{margin-top:92px;color:#fff;background-color:#078dcf}.signIn .right .exit[data-v-0556ddc9]{margin-top:30px}.signIn .cpt[data-v-0556ddc9]{top:10px;font-size:14px}}\n')();
|
|
16435
16437
|
var _export_sfc = (sfc, props) => {
|
|
16436
16438
|
const target = sfc.__vccOpts || sfc;
|
|
16437
16439
|
for (const [key, val] of props) {
|
|
@@ -31845,7 +31847,7 @@ function _sfc_render$z(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
31845
31847
|
}, 8, ["action", "headers", "default-file-list", "before-upload", "on-success", "on-preview", "on-remove", "disabled", "accept"]),
|
|
31846
31848
|
withDirectives(createVNode$1(_component_Input, {
|
|
31847
31849
|
type: "text",
|
|
31848
|
-
"model-value":
|
|
31850
|
+
"model-value": $props.modelValue,
|
|
31849
31851
|
size: $props.size
|
|
31850
31852
|
}, null, 8, ["model-value", "size"]), [
|
|
31851
31853
|
[vShow, false]
|
|
@@ -31853,7 +31855,7 @@ function _sfc_render$z(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
31853
31855
|
]);
|
|
31854
31856
|
}
|
|
31855
31857
|
var AttachmentUpload = /* @__PURE__ */ _export_sfc(_sfc_main$z, [["render", _sfc_render$z]]);
|
|
31856
|
-
var uploadImage_vue_vue_type_style_index_0_scoped_true_lang = /* @__PURE__ */ (() => ".form-image-group[data-v-
|
|
31858
|
+
var uploadImage_vue_vue_type_style_index_0_scoped_true_lang = /* @__PURE__ */ (() => ".form-image-group[data-v-4f9648ac]{display:flex}.form-image-group div+div[data-v-4f9648ac]{margin-left:4px}.form-image[data-v-4f9648ac]{display:flex;align-items:center;justify-content:center;border:solid 1px #ccc;margin-top:8px}.form-image img[data-v-4f9648ac]{max-height:100%;max-width:100%}.form-image .action[data-v-4f9648ac]{display:none;background-color:#000;opacity:.75;position:absolute;float:right}.form-image:hover .action[data-v-4f9648ac]{display:block}.form-image .action i[data-v-4f9648ac]{float:right;color:#fff;font-size:24px;margin-top:4px;margin-right:4px;cursor:pointer}\n")();
|
|
31857
31859
|
const _sfc_main$y = {
|
|
31858
31860
|
mixins: [mixinPage],
|
|
31859
31861
|
data() {
|
|
@@ -32029,7 +32031,7 @@ function _sfc_render$y(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
32029
32031
|
}, 8, ["action", "headers", "before-upload", "on-success"])) : createCommentVNode("", true),
|
|
32030
32032
|
withDirectives(createVNode$1(_component_Input, {
|
|
32031
32033
|
type: "text",
|
|
32032
|
-
"model-value":
|
|
32034
|
+
"model-value": $props.modelValue
|
|
32033
32035
|
}, null, 8, ["model-value"]), [
|
|
32034
32036
|
[vShow, false]
|
|
32035
32037
|
])
|
|
@@ -32076,7 +32078,7 @@ function _sfc_render$y(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
32076
32078
|
}, 8, ["modelValue", "mask-closable", "draggable"])
|
|
32077
32079
|
]);
|
|
32078
32080
|
}
|
|
32079
|
-
var ImageUpload = /* @__PURE__ */ _export_sfc(_sfc_main$y, [["render", _sfc_render$y], ["__scopeId", "data-v-
|
|
32081
|
+
var ImageUpload = /* @__PURE__ */ _export_sfc(_sfc_main$y, [["render", _sfc_render$y], ["__scopeId", "data-v-4f9648ac"]]);
|
|
32080
32082
|
const _sfc_main$x = {
|
|
32081
32083
|
mixins: [mixinPage],
|
|
32082
32084
|
data() {
|
|
@@ -32565,6 +32567,7 @@ const _sfc_main$w = {
|
|
|
32565
32567
|
if (data2) {
|
|
32566
32568
|
if (this.parseData(data2, column.code) == null && column.isDefaultFirst && res2.data.length > 0) {
|
|
32567
32569
|
this.setData(data2, column.code, this.parseData(res2.data[0], column.sourceDataCode));
|
|
32570
|
+
this.$emit("on-change", column, null, value, null);
|
|
32568
32571
|
if (column.sourceDataCode == "id" && column.code.length > 2) {
|
|
32569
32572
|
let code = column.code.substr(0, column.code.length - 2);
|
|
32570
32573
|
let model2 = column.rawData.find((item) => {
|
|
@@ -37127,7 +37130,7 @@ function _sfc_render$r(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
37127
37130
|
]);
|
|
37128
37131
|
}
|
|
37129
37132
|
var tableFilter = /* @__PURE__ */ _export_sfc(_sfc_main$r, [["render", _sfc_render$r]]);
|
|
37130
|
-
var viewTable_vue_vue_type_style_index_0_scoped_true_lang = /* @__PURE__ */ (() => ".image-group[data-v-
|
|
37133
|
+
var viewTable_vue_vue_type_style_index_0_scoped_true_lang = /* @__PURE__ */ (() => ".image-group[data-v-d0b43938]{display:flex}.image-group .image[data-v-d0b43938]{border:solid 1px #ccc;width:75px;height:75px;margin:2px 1px;cursor:pointer}.image-group .image img[data-v-d0b43938]{width:75px;height:75px}\n")();
|
|
37131
37134
|
var getColumns = (view, item) => {
|
|
37132
37135
|
let children = view.viewColumns.filter((i2) => {
|
|
37133
37136
|
return i2.parentCode == item.code;
|
|
@@ -37251,6 +37254,10 @@ const _sfc_main$q = {
|
|
|
37251
37254
|
type: Boolean,
|
|
37252
37255
|
default: false
|
|
37253
37256
|
},
|
|
37257
|
+
checkCrossPage: {
|
|
37258
|
+
type: Boolean,
|
|
37259
|
+
default: false
|
|
37260
|
+
},
|
|
37254
37261
|
treeEnable: {
|
|
37255
37262
|
type: Boolean,
|
|
37256
37263
|
default: false
|
|
@@ -37312,7 +37319,7 @@ const _sfc_main$q = {
|
|
|
37312
37319
|
if (this.isFullScreen) {
|
|
37313
37320
|
return document.body.offsetHeight - 100 - this.$refs.filterCommand.offsetHeight;
|
|
37314
37321
|
} else {
|
|
37315
|
-
return document.body.offsetHeight -
|
|
37322
|
+
return document.body.offsetHeight - 350;
|
|
37316
37323
|
}
|
|
37317
37324
|
} else {
|
|
37318
37325
|
return this.height;
|
|
@@ -37408,7 +37415,7 @@ const _sfc_main$q = {
|
|
|
37408
37415
|
}
|
|
37409
37416
|
this.columns.push(column);
|
|
37410
37417
|
}
|
|
37411
|
-
if (this.selectEnable) {
|
|
37418
|
+
if (this.selectEnable || this.tableView.checkEnable) {
|
|
37412
37419
|
this.columns.unshift({
|
|
37413
37420
|
type: "selection",
|
|
37414
37421
|
align: "center",
|
|
@@ -37514,11 +37521,15 @@ const _sfc_main$q = {
|
|
|
37514
37521
|
if (this.current <= 0) {
|
|
37515
37522
|
this.current = 1;
|
|
37516
37523
|
}
|
|
37517
|
-
this.
|
|
37518
|
-
|
|
37519
|
-
|
|
37524
|
+
if (this.checkCrossPage || this.tableView.checkCrossPage) {
|
|
37525
|
+
this.data.forEach((item) => {
|
|
37526
|
+
item._checked = this.selectedData.some((i2) => {
|
|
37527
|
+
return item.id === i2.id;
|
|
37528
|
+
});
|
|
37520
37529
|
});
|
|
37521
|
-
}
|
|
37530
|
+
} else {
|
|
37531
|
+
this.selectedData = [];
|
|
37532
|
+
}
|
|
37522
37533
|
}
|
|
37523
37534
|
if (this.treeEnable) {
|
|
37524
37535
|
this.data.forEach((item) => {
|
|
@@ -38031,11 +38042,15 @@ const _sfc_main$q = {
|
|
|
38031
38042
|
});
|
|
38032
38043
|
},
|
|
38033
38044
|
select(selection, row) {
|
|
38045
|
+
let index2 = this.data.findIndex((item) => item.id == row.id);
|
|
38046
|
+
this.data[index2]._checked = true;
|
|
38034
38047
|
this.selectedData.push(row);
|
|
38035
38048
|
this.$emit("on-select-change");
|
|
38036
38049
|
},
|
|
38037
38050
|
selectCancel(selection, row) {
|
|
38038
|
-
|
|
38051
|
+
let index2 = this.data.findIndex((item) => item.id == row.id);
|
|
38052
|
+
this.data[index2]._checked = false;
|
|
38053
|
+
index2 = this.selectedData.findIndex((item) => item.id === row.id);
|
|
38039
38054
|
this.selectedData.splice(index2, 1);
|
|
38040
38055
|
this.$emit("on-select-change");
|
|
38041
38056
|
},
|
|
@@ -39082,7 +39097,7 @@ function _sfc_render$q(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
39082
39097
|
], 2)
|
|
39083
39098
|
], 2);
|
|
39084
39099
|
}
|
|
39085
|
-
var ViewTable = /* @__PURE__ */ _export_sfc(_sfc_main$q, [["render", _sfc_render$q], ["__scopeId", "data-v-
|
|
39100
|
+
var ViewTable = /* @__PURE__ */ _export_sfc(_sfc_main$q, [["render", _sfc_render$q], ["__scopeId", "data-v-d0b43938"]]);
|
|
39086
39101
|
const _sfc_main$p = {
|
|
39087
39102
|
mixins: [mixinPage],
|
|
39088
39103
|
components: { columnSelect, columnEdit },
|