Compare commits

..

2 Commits

Author SHA1 Message Date
Cc 046a59e96f 大屏修改 2024-11-29 14:05:26 +08:00
Cc 2ecbe4e6c8 中英文 2024-11-01 16:58:10 +08:00
485 changed files with 21496 additions and 58 deletions

79
.gitignore vendored
View File

@ -1,40 +1,39 @@
.DS_Store .DS_Store
node_modules node_modules
/dist
# local env files
# local env files .env.local
.env.local .env.*.local
.env.*.local
# Log files
# Log files logs
logs *.log
*.log npm-debug.log*
npm-debug.log* yarn-debug.log*
yarn-debug.log* yarn-error.log*
yarn-error.log* pnpm-debug.log*
pnpm-debug.log*
# Editor directories and files
# Editor directories and files .idea
.idea *.suo
*.suo *.ntvs*
*.ntvs* *.njsproj
*.njsproj *.sln
*.sln *.sw?
*.sw?
# Lock files
# Lock files yarn.lock
yarn.lock pnpm-lock.yaml
pnpm-lock.yaml package-lock.json
package-lock.json
# Yarn v2
# Yarn v2 .pnp.*
.pnp.* .yarn/cache
.yarn/cache .yarn/unplugged
.yarn/unplugged .yarn/build-state.yml
.yarn/build-state.yml .yarn/install-state.gz
.yarn/install-state.gz
# VAB
# VAB public/video
public/video *.zip
*.zip *.7z
*.7z

View File

@ -1,5 +1,5 @@
// cli.js,创建于根目录,与命令配置的./cli.js保持一致 // cli.js,创建于根目录,与命令配置的./cli.js保持一致
const path = require("path"); const path = require('path');
const fs = require('fs'); const fs = require('fs');
const { NodeSSH } = require('node-ssh'); const { NodeSSH } = require('node-ssh');
@ -7,14 +7,14 @@ sshPublish();
async function sshPublish() { async function sshPublish() {
let privateKeyPath = ''; let privateKeyPath = '';
const publishDir = '/www/wwwroot/ldhb/dist'; const publishDir = '/www/wwwroot/ldhb-dist/dist';
let remoteConfig = undefined; let remoteConfig = undefined;
privateKeyPath = ''; privateKeyPath = '';
remoteConfig = { remoteConfig = {
host: '101.133.141.167', host: '101.46.52.67',
username: 'root', username: 'root',
password: 'Jsld0813', password: 'Jsld.0813',
port: 22, port: 22,
readyTimeout: 5000000, readyTimeout: 5000000,
}; };
@ -43,8 +43,13 @@ function connect(ssh, remoteConfig, privateKeyPath) {
tryKeyboard: true, tryKeyboard: true,
// privateKey: fs.readFileSync(path.join(__dirname, privateKeyPath)).toString(), // privateKey: fs.readFileSync(path.join(__dirname, privateKeyPath)).toString(),
// privateKey: path.join(__dirname, privateKeyPath), // privateKey: path.join(__dirname, privateKeyPath),
onKeyboardInteractive: (name, instructions, instructionsLang, prompts, finish) => { onKeyboardInteractive: (
} name,
instructions,
instructionsLang,
prompts,
finish
) => {},
}); });
} }
function uploadDir(ssh, localDir, publishDir) { function uploadDir(ssh, localDir, publishDir) {
@ -54,17 +59,18 @@ function uploadDir(ssh, localDir, publishDir) {
// ^ WARNING: Not all servers support high concurrency // ^ WARNING: Not all servers support high concurrency
// try a bunch of values and see what works on your server // try a bunch of values and see what works on your server
validate: function (itemPath) { validate: function (itemPath) {
const baseName = path.basename(itemPath) const baseName = path.basename(itemPath);
return baseName.substr(0, 1) !== '.' && // do not allow dot files return (
baseName !== 'node_modules' // do not allow node_modules baseName.substr(0, 1) !== '.' && // do not allow dot files
baseName !== 'node_modules'
); // do not allow node_modules
}, },
tick: function (localPath, remotePath, error) { tick: function (localPath, remotePath, error) {
if(error){ if (error) {
console.log(localPath, remotePath, error || ''); console.log(localPath, remotePath, error || '');
} else{ } else {
console.log(localPath + ':成功上传'); console.log(localPath + ':成功上传');
} }
},
}
}); });
} }

BIN
dist/favicon.ico vendored Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.2 KiB

4
dist/index.html vendored Normal file

File diff suppressed because one or more lines are too long

7
dist/static/css/app.e30de96e.css vendored Normal file

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1,6 @@
/*!
* build: vue-admin-beautiful
* vue-admin-beautiful author: chuzhixin 1204505056@qq.com
* vue-admin-beautiful QQ Group(QQ群): 9724353191139183756
* time: 2024-10-10 11:14:28
*/.cascader{height:300px;overflow-y:auto;overflow-x:hidden}[data-v-ee91371e]:export{menu-color:rgba(69,69,69,.95);menu-color-active:rgba(26,148,255,.95);menu-background:#fff;gallery-second-menu-background:#fff}.el-input[data-v-ee91371e],.el-select[data-v-ee91371e]{width:200px!important}.manage-button[data-v-ee91371e]{padding-left:12px;margin-bottom:30px}.el-submenu__title:hover{background-color:rgba(24,144,255,.085)!important;color:rgba(26,148,255,.95)!important}.el-dialog .el-dialog__header{background-color:#1890ff!important;padding:15px 20px;text-align:left!important}.el-dialog .el-dialog__header .el-dialog__headerbtn .el-dialog__close,.el-dialog .el-dialog__header .el-dialog__title{color:#e8f4ff!important}.el-dialog .el-dialog__body{padding:20px!important}.el-dialog .el-dialog__body .el-form-item{margin-bottom:10px!important}.el-dialog .el-dialog__body .el-form-item .el-cascader,.el-dialog .el-dialog__body .el-form-item .el-input,.el-dialog .el-dialog__body .el-form-item .el-select{width:100%!important}.el-dialog .el-dialog__body .el-form-item:last-child{margin-bottom:20px!important}.el-dialog .dialog-footer{text-align:right}

View File

@ -0,0 +1,6 @@
/*!
* build: vue-admin-beautiful
* vue-admin-beautiful author: chuzhixin 1204505056@qq.com
* vue-admin-beautiful QQ Group(QQ群): 9724353191139183756
* time: 2024-10-10 11:14:28
*/.select{width:100%}[data-v-3ef9e3ca]:export{menu-color:rgba(69,69,69,.95);menu-color-active:rgba(26,148,255,.95);menu-background:#fff;gallery-second-menu-background:#fff}.el-input[data-v-3ef9e3ca],.el-select[data-v-3ef9e3ca]{width:200px!important}.manage-button[data-v-3ef9e3ca]{padding-left:12px;margin-bottom:30px}

View File

@ -0,0 +1,6 @@
/*!
* build: vue-admin-beautiful
* vue-admin-beautiful author: chuzhixin 1204505056@qq.com
* vue-admin-beautiful QQ Group(QQ群): 9724353191139183756
* time: 2024-10-10 11:14:28
*/.select{width:100%}

View File

@ -0,0 +1,6 @@
/*!
* build: vue-admin-beautiful
* vue-admin-beautiful author: chuzhixin 1204505056@qq.com
* vue-admin-beautiful QQ Group(QQ群): 9724353191139183756
* time: 2024-10-10 11:14:28
*/.select{width:100%}[data-v-75eb65c0]:export{menu-color:rgba(69,69,69,.95);menu-color-active:rgba(26,148,255,.95);menu-background:#fff;gallery-second-menu-background:#fff}.manage-button[data-v-75eb65c0]{margin-bottom:30px}

View File

@ -0,0 +1,12 @@
/*!
* build: vue-admin-beautiful
* vue-admin-beautiful author: chuzhixin 1204505056@qq.com
* vue-admin-beautiful QQ Group(QQ群): 9724353191139183756
* time: 2024-10-10 11:14:28
*/
/*!
* build: vue-admin-beautiful
* vue-admin-beautiful author: chuzhixin 1204505056@qq.com
* vue-admin-beautiful QQ Group(QQ群): 9724353191139183756
* time: 2024-10-10 11:14:28
*/.el-dialog .el-dialog__header{border-bottom:1px solid #e3e3e3!important;padding:15px 20px}.el-dialog .dialog-footer{text-align:right}.el-dialog .dialog-footer .el button{height:36px!important;min-height:36px!important;line-height:366px!important}

View File

@ -0,0 +1,6 @@
/*!
* build: vue-admin-beautiful
* vue-admin-beautiful author: chuzhixin 1204505056@qq.com
* vue-admin-beautiful QQ Group(QQ群): 9724353191139183756
* time: 2024-10-10 11:14:28
*/[data-v-276ca1b6]:export{menu-color:rgba(69,69,69,.95);menu-color-active:rgba(26,148,255,.95);menu-background:#fff;gallery-second-menu-background:#fff}.el-input[data-v-276ca1b6],.el-select[data-v-276ca1b6]{width:200px!important}.manage-button[data-v-276ca1b6]{padding-left:12px;margin-bottom:30px}.el-submenu__title:hover{background-color:rgba(24,144,255,.085)!important;color:rgba(26,148,255,.95)!important}.el-dialog .el-dialog__header{background-color:#1890ff!important;padding:15px 20px;text-align:left!important}.el-dialog .el-dialog__header .el-dialog__headerbtn .el-dialog__close,.el-dialog .el-dialog__header .el-dialog__title{color:#e8f4ff!important}.el-dialog .el-dialog__body{padding:20px!important}.el-dialog .el-dialog__body .el-form-item{margin-bottom:10px!important}.el-dialog .el-dialog__body .el-form-item .el-cascader,.el-dialog .el-dialog__body .el-form-item .el-input,.el-dialog .el-dialog__body .el-form-item .el-select{width:100%!important}.el-dialog .el-dialog__body .el-form-item:last-child{margin-bottom:20px!important}.el-dialog .dialog-footer{text-align:right}

View File

@ -0,0 +1,6 @@
/*!
* build: vue-admin-beautiful
* vue-admin-beautiful author: chuzhixin 1204505056@qq.com
* vue-admin-beautiful QQ Group(QQ群): 9724353191139183756
* time: 2024-10-10 11:14:28
*/[data-v-5a00a850]:export{menu-color:rgba(69,69,69,.95);menu-color-active:rgba(26,148,255,.95);menu-background:#fff;gallery-second-menu-background:#fff}.error-container[data-v-5a00a850]{position:relative;min-height:100vh}.error-container .error-content[data-v-5a00a850]{position:absolute;top:55%;left:50%;width:40vw;height:400px;transform:translate(-50%,-50%)}.error-container .error-content .pic-error[data-v-5a00a850]{position:relative;float:left;width:100%;overflow:hidden}.error-container .error-content .pic-error-parent[data-v-5a00a850]{width:100%}.error-container .error-content .pic-error-child[data-v-5a00a850]{position:absolute}.error-container .error-content .pic-error-child.left[data-v-5a00a850]{top:17px;left:220px;width:80px;opacity:0;animation-name:cloudLeft-5a00a850;animation-duration:2s;animation-timing-function:linear;animation-delay:1s;animation-fill-mode:forwards}@keyframes cloudLeft-5a00a850{0%{top:17px;left:220px;opacity:0}20%{top:33px;left:188px;opacity:1}80%{top:81px;left:92px;opacity:1}to{top:97px;left:60px;opacity:0}}.error-container .error-content .bullshit[data-v-5a00a850]{position:relative;float:left;width:300px;padding:30px 0;overflow:hidden}.error-container .error-content .bullshit-oops[data-v-5a00a850]{margin-bottom:20px;font-size:32px;font-weight:700;line-height:40px;color:#1890ff;opacity:0;animation-name:slideUp-5a00a850;animation-duration:.5s;animation-fill-mode:forwards}.error-container .error-content .bullshit-headline[data-v-5a00a850]{margin-bottom:10px;font-size:20px;font-weight:700;line-height:24px;color:#222;opacity:0;animation-name:slideUp-5a00a850;animation-duration:.5s;animation-delay:.1s;animation-fill-mode:forwards}.error-container .error-content .bullshit-info[data-v-5a00a850]{margin-bottom:30px;font-size:13px;line-height:21px;color:rgba(0,0,0,.65);opacity:0;animation-name:slideUp-5a00a850;animation-duration:.5s;animation-delay:.2s;animation-fill-mode:forwards}.error-container .error-content .bullshit-return-home[data-v-5a00a850]{display:block;float:left;width:110px;height:36px;font-size:14px;line-height:36px;color:#fff;text-align:center;cursor:pointer;background:#1890ff;border-radius:100px;opacity:0;animation-name:slideUp-5a00a850;animation-duration:.5s;animation-delay:.3s;animation-fill-mode:forwards}@keyframes slideUp-5a00a850{0%{opacity:0;transform:translateY(60px)}to{opacity:1;transform:translateY(0)}}

View File

@ -0,0 +1,6 @@
/*!
* build: vue-admin-beautiful
* vue-admin-beautiful author: chuzhixin 1204505056@qq.com
* vue-admin-beautiful QQ Group(QQ群): 9724353191139183756
* time: 2024-10-10 11:14:28
*/.el-submenu__title:hover{background-color:rgba(24,144,255,.085)!important;color:rgba(26,148,255,.95)!important}

View File

@ -0,0 +1,6 @@
/*!
* build: vue-admin-beautiful
* vue-admin-beautiful author: chuzhixin 1204505056@qq.com
* vue-admin-beautiful QQ Group(QQ群): 9724353191139183756
* time: 2024-10-10 11:14:28
*/[data-v-15144208]:export{menu-color:rgba(69,69,69,.95);menu-color-active:rgba(26,148,255,.95);menu-background:#fff;gallery-second-menu-background:#fff}.manage-container[data-v-15144208]{width:100%}.manage-container .vab-query-form[data-v-15144208]{margin-bottom:30px}.manage-container .vab-query-form .el-input[data-v-15144208]{width:180px;margin-right:20px}[data-v-6e8dc280]:export{menu-color:rgba(69,69,69,.95);menu-color-active:rgba(26,148,255,.95);menu-background:#fff;gallery-second-menu-background:#fff}.manage-container[data-v-6e8dc280]{width:100%}.manage-container .vab-query-form[data-v-6e8dc280]{margin-bottom:30px}.manage-container .vab-query-form .el-input[data-v-6e8dc280]{width:180px;margin-right:20px}[data-v-3c3b0ef2]:export{menu-color:rgba(69,69,69,.95);menu-color-active:rgba(26,148,255,.95);menu-background:#fff;gallery-second-menu-background:#fff}.manage-container[data-v-3c3b0ef2]{width:100%}.manage-container .el-form-item[data-v-3c3b0ef2]{width:360px}

View File

@ -0,0 +1,6 @@
/*!
* build: vue-admin-beautiful
* vue-admin-beautiful author: chuzhixin 1204505056@qq.com
* vue-admin-beautiful QQ Group(QQ群): 9724353191139183756
* time: 2024-10-10 11:14:28
*/.select{width:100%}

View File

@ -0,0 +1,6 @@
/*!
* build: vue-admin-beautiful
* vue-admin-beautiful author: chuzhixin 1204505056@qq.com
* vue-admin-beautiful QQ Group(QQ群): 9724353191139183756
* time: 2024-10-10 11:14:28
*/.select{width:100%}

View File

@ -0,0 +1,6 @@
/*!
* build: vue-admin-beautiful
* vue-admin-beautiful author: chuzhixin 1204505056@qq.com
* vue-admin-beautiful QQ Group(QQ群): 9724353191139183756
* time: 2024-10-10 11:14:28
*/[data-v-16282290]:export{menu-color:rgba(69,69,69,.95);menu-color-active:rgba(26,148,255,.95);menu-background:#fff;gallery-second-menu-background:#fff}.manage-container[data-v-16282290]{width:100%}.manage-container .vab-query-form[data-v-16282290]{margin-bottom:30px}.manage-container .vab-query-form .el-input[data-v-16282290]{width:180px;margin-right:20px}.inputWith[data-v-16282290]{width:80px}.manage-wrap[data-v-16282290]{display:flex;justify-content:space-between;align-items:flex-start}.manage-wrap .el-input[data-v-16282290],.manage-wrap .el-select[data-v-16282290]{width:200px!important}.manage-wrap .manage-button[data-v-16282290]{padding-left:12px}.el-submenu__title:hover{background-color:rgba(24,144,255,.085)!important;color:rgba(26,148,255,.95)!important}

View File

@ -0,0 +1,6 @@
/*!
* build: vue-admin-beautiful
* vue-admin-beautiful author: chuzhixin 1204505056@qq.com
* vue-admin-beautiful QQ Group(QQ群): 9724353191139183756
* time: 2024-10-10 11:14:28
*/[data-v-0e24c452]:export{menu-color:rgba(69,69,69,.95);menu-color-active:rgba(26,148,255,.95);menu-background:#fff;gallery-second-menu-background:#fff}.manage-wrap[data-v-0e24c452]{display:flex;justify-content:space-between;align-items:flex-start}.manage-wrap .el-input[data-v-0e24c452],.manage-wrap .el-select[data-v-0e24c452]{width:200px!important}.manage-wrap .manage-button[data-v-0e24c452]{padding-left:12px;margin-bottom:30px}.el-dialog .el-dialog__header{background-color:#1890ff!important;padding:15px 20px;text-align:left!important}.el-dialog .el-dialog__header .el-dialog__headerbtn .el-dialog__close,.el-dialog .el-dialog__header .el-dialog__title{color:#e8f4ff!important}.el-dialog .el-dialog__body{padding:20px!important}.el-dialog .el-dialog__body .el-form-item{margin-bottom:10px!important}.el-dialog .el-dialog__body .el-form-item .el-input,.el-dialog .el-dialog__body .el-form-item .el-select{width:100%!important}.el-dialog .el-dialog__body .el-form-item:last-child{margin-bottom:20px!important}

View File

@ -0,0 +1,6 @@
/*!
* build: vue-admin-beautiful
* vue-admin-beautiful author: chuzhixin 1204505056@qq.com
* vue-admin-beautiful QQ Group(QQ群): 9724353191139183756
* time: 2024-10-10 11:14:28
*/[data-v-1f739dbe]:export{menu-color:rgba(69,69,69,.95);menu-color-active:rgba(26,148,255,.95);menu-background:#fff;gallery-second-menu-background:#fff}.manage-container[data-v-1f739dbe]{width:100%}.manage-container .vab-query-form[data-v-1f739dbe]{margin-bottom:30px}.manage-container .vab-query-form .el-input[data-v-1f739dbe]{width:180px;margin-right:20px}

View File

@ -0,0 +1,6 @@
/*!
* build: vue-admin-beautiful
* vue-admin-beautiful author: chuzhixin 1204505056@qq.com
* vue-admin-beautiful QQ Group(QQ群): 9724353191139183756
* time: 2024-10-10 11:14:28
*/[data-v-1f7baf2c]:export{menu-color:rgba(69,69,69,.95);menu-color-active:rgba(26,148,255,.95);menu-background:#fff;gallery-second-menu-background:#fff}.marker-detail[data-v-1f7baf2c]{position:absolute;left:0;top:0;cursor:default;z-index:999;pointer-events:auto}

View File

@ -0,0 +1,6 @@
/*!
* build: vue-admin-beautiful
* vue-admin-beautiful author: chuzhixin 1204505056@qq.com
* vue-admin-beautiful QQ Group(QQ群): 9724353191139183756
* time: 2024-10-10 11:14:28
*/.el-submenu__title:hover{background-color:rgba(24,144,255,.085)!important;color:rgba(26,148,255,.95)!important}

View File

@ -0,0 +1,6 @@
/*!
* build: vue-admin-beautiful
* vue-admin-beautiful author: chuzhixin 1204505056@qq.com
* vue-admin-beautiful QQ Group(QQ群): 9724353191139183756
* time: 2024-10-10 11:14:28
*/[data-v-24cef6db]:export{menu-color:rgba(69,69,69,.95);menu-color-active:rgba(26,148,255,.95);menu-background:#fff;gallery-second-menu-background:#fff}.manage-container[data-v-24cef6db]{width:100%}.manage-container .vab-query-form[data-v-24cef6db]{margin-bottom:30px}.manage-container .vab-query-form .el-input[data-v-24cef6db]{width:180px;margin-right:20px}.el-submenu__title:hover{background-color:rgba(24,144,255,.085)!important;color:rgba(26,148,255,.95)!important}

View File

@ -0,0 +1,6 @@
/*!
* build: vue-admin-beautiful
* vue-admin-beautiful author: chuzhixin 1204505056@qq.com
* vue-admin-beautiful QQ Group(QQ群): 9724353191139183756
* time: 2024-10-10 11:14:28
*/[data-v-90ba7d80]:export{menu-color:rgba(69,69,69,.95);menu-color-active:rgba(26,148,255,.95);menu-background:#fff;gallery-second-menu-background:#fff}.tigger-title[data-v-90ba7d80]{font-size:18px;border-left:6px solid #3281fd;padding-left:10px;margin-bottom:20px}[data-v-917767ac]:export{menu-color:rgba(69,69,69,.95);menu-color-active:rgba(26,148,255,.95);menu-background:#fff;gallery-second-menu-background:#fff}.manage-wrap[data-v-917767ac]{display:flex;justify-content:space-between;align-items:flex-start}.manage-wrap .el-input[data-v-917767ac],.manage-wrap .el-select[data-v-917767ac]{width:200px!important}.manage-wrap .manage-button[data-v-917767ac]{padding-left:12px;margin-bottom:30px}[data-v-6e922cfa]:export{menu-color:rgba(69,69,69,.95);menu-color-active:rgba(26,148,255,.95);menu-background:#fff;gallery-second-menu-background:#fff}.tigger-title[data-v-6e922cfa]{font-size:18px;border-left:6px solid #3281fd;padding-left:10px;margin-bottom:20px}[data-v-5c5eca1e]:export{menu-color:rgba(69,69,69,.95);menu-color-active:rgba(26,148,255,.95);menu-background:#fff;gallery-second-menu-background:#fff}.manage-wrap[data-v-5c5eca1e]{display:flex;justify-content:space-between;align-items:flex-start}.manage-wrap .el-input[data-v-5c5eca1e],.manage-wrap .el-select[data-v-5c5eca1e]{width:200px!important}.manage-wrap .manage-button[data-v-5c5eca1e]{padding-left:12px;margin-bottom:30px}.el-submenu__title:hover{background-color:rgba(24,144,255,.085)!important;color:rgba(26,148,255,.95)!important}.el-dialog .el-dialog__header{background-color:#1890ff!important;padding:15px 20px;text-align:left!important}.el-dialog .el-dialog__header .el-dialog__headerbtn .el-dialog__close,.el-dialog .el-dialog__header .el-dialog__title{color:#e8f4ff!important}.el-dialog .el-dialog__body{padding:20px!important}.el-dialog .el-dialog__body .el-form-item{margin-bottom:10px!important}.el-dialog .el-dialog__body .el-form-item .el-cascader,.el-dialog .el-dialog__body .el-form-item .el-input,.el-dialog .el-dialog__body .el-form-item .el-select{width:100%!important}.el-dialog .el-dialog__body .el-form-item:last-child{margin-bottom:20px!important}.el-dialog .dialog-footer{text-align:right}

View File

@ -0,0 +1,6 @@
/*!
* build: vue-admin-beautiful
* vue-admin-beautiful author: chuzhixin 1204505056@qq.com
* vue-admin-beautiful QQ Group(QQ群): 9724353191139183756
* time: 2024-10-10 11:14:28
*/.el-submenu__title:hover{background-color:rgba(24,144,255,.085)!important;color:rgba(26,148,255,.95)!important}

View File

@ -0,0 +1,6 @@
/*!
* build: vue-admin-beautiful
* vue-admin-beautiful author: chuzhixin 1204505056@qq.com
* vue-admin-beautiful QQ Group(QQ群): 9724353191139183756
* time: 2024-10-10 11:14:28
*/.select{width:100%}[data-v-53bff08c]:export{menu-color:rgba(69,69,69,.95);menu-color-active:rgba(26,148,255,.95);menu-background:#fff;gallery-second-menu-background:#fff}.manage-container[data-v-53bff08c]{width:100%}.manage-container .vab-query-form[data-v-53bff08c]{margin-bottom:30px}.manage-container .vab-query-form .el-input[data-v-53bff08c]{width:180px;margin-right:20px}

View File

@ -0,0 +1,6 @@
/*!
* build: vue-admin-beautiful
* vue-admin-beautiful author: chuzhixin 1204505056@qq.com
* vue-admin-beautiful QQ Group(QQ群): 9724353191139183756
* time: 2024-10-10 11:14:28
*/.el-submenu__title:hover{background-color:rgba(24,144,255,.085)!important;color:rgba(26,148,255,.95)!important}

View File

@ -0,0 +1,6 @@
/*!
* build: vue-admin-beautiful
* vue-admin-beautiful author: chuzhixin 1204505056@qq.com
* vue-admin-beautiful QQ Group(QQ群): 9724353191139183756
* time: 2024-10-10 11:14:28
*/.el-submenu__title:hover{background-color:rgba(24,144,255,.085)!important;color:rgba(26,148,255,.95)!important}.el-dialog .el-dialog__header{background-color:#1890ff!important;padding:15px 20px;text-align:left!important}.el-dialog .el-dialog__header .el-dialog__headerbtn .el-dialog__close,.el-dialog .el-dialog__header .el-dialog__title{color:#e8f4ff!important}.el-dialog .el-dialog__body{padding:20px!important}.el-dialog .el-dialog__body .el-form-item{margin-bottom:10px!important}.el-dialog .el-dialog__body .el-form-item .el-input,.el-dialog .el-dialog__body .el-form-item .el-select{width:100%!important}.el-dialog .el-dialog__body .el-form-item:last-child{margin-bottom:20px!important}

View File

@ -0,0 +1,6 @@
/*!
* build: vue-admin-beautiful
* vue-admin-beautiful author: chuzhixin 1204505056@qq.com
* vue-admin-beautiful QQ Group(QQ群): 9724353191139183756
* time: 2024-10-10 11:14:28
*/[data-v-90ba7d80]:export{menu-color:rgba(69,69,69,.95);menu-color-active:rgba(26,148,255,.95);menu-background:#fff;gallery-second-menu-background:#fff}.tigger-title[data-v-90ba7d80]{font-size:18px;border-left:6px solid #3281fd;padding-left:10px;margin-bottom:20px}

View File

@ -0,0 +1,6 @@
/*!
* build: vue-admin-beautiful
* vue-admin-beautiful author: chuzhixin 1204505056@qq.com
* vue-admin-beautiful QQ Group(QQ群): 9724353191139183756
* time: 2024-10-10 11:14:28
*/.select{width:100%}

View File

@ -0,0 +1,6 @@
/*!
* build: vue-admin-beautiful
* vue-admin-beautiful author: chuzhixin 1204505056@qq.com
* vue-admin-beautiful QQ Group(QQ群): 9724353191139183756
* time: 2024-10-10 11:14:28
*/[data-v-c12a3042]:export{menu-color:rgba(69,69,69,.95);menu-color-active:rgba(26,148,255,.95);menu-background:#fff;gallery-second-menu-background:#fff}.manage-container[data-v-c12a3042]{width:100%}.manage-container .vab-query-form[data-v-c12a3042]{margin-bottom:30px}.manage-container .vab-query-form .el-input[data-v-c12a3042]{width:180px;margin-right:20px}

View File

@ -0,0 +1,6 @@
/*!
* build: vue-admin-beautiful
* vue-admin-beautiful author: chuzhixin 1204505056@qq.com
* vue-admin-beautiful QQ Group(QQ群): 9724353191139183756
* time: 2024-10-10 11:14:28
*/.el-submenu__title:hover{background-color:rgba(24,144,255,.085)!important;color:rgba(26,148,255,.95)!important}.el-dialog .el-dialog__header{background-color:#1890ff!important;padding:15px 20px;text-align:left!important}.el-dialog .el-dialog__header .el-dialog__headerbtn .el-dialog__close,.el-dialog .el-dialog__header .el-dialog__title{color:#e8f4ff!important}.el-dialog .el-dialog__body{padding:20px!important}.el-dialog .el-dialog__body .el-form-item{margin-bottom:10px!important}.el-dialog .el-dialog__body .el-form-item .el-input,.el-dialog .el-dialog__body .el-form-item .el-select{width:100%!important}.el-dialog .el-dialog__body .el-form-item:last-child{margin-bottom:20px!important}

View File

@ -0,0 +1,6 @@
/*!
* build: vue-admin-beautiful
* vue-admin-beautiful author: chuzhixin 1204505056@qq.com
* vue-admin-beautiful QQ Group(QQ群): 9724353191139183756
* time: 2024-10-10 11:14:28
*/.select{width:100%}

View File

@ -0,0 +1,6 @@
/*!
* build: vue-admin-beautiful
* vue-admin-beautiful author: chuzhixin 1204505056@qq.com
* vue-admin-beautiful QQ Group(QQ群): 9724353191139183756
* time: 2024-10-10 11:14:28
*/[data-v-8a337b9a]:export{menu-color:rgba(69,69,69,.95);menu-color-active:rgba(26,148,255,.95);menu-background:#fff;gallery-second-menu-background:#fff}.manage-wrap[data-v-8a337b9a]{display:flex;justify-content:space-between;align-items:flex-start}.manage-wrap .el-input[data-v-8a337b9a],.manage-wrap .el-select[data-v-8a337b9a]{width:200px!important}.manage-wrap .manage-button[data-v-8a337b9a]{padding-left:12px;margin-bottom:30px}

View File

@ -0,0 +1,6 @@
/*!
* build: vue-admin-beautiful
* vue-admin-beautiful author: chuzhixin 1204505056@qq.com
* vue-admin-beautiful QQ Group(QQ群): 9724353191139183756
* time: 2024-10-10 11:14:28
*/.select{width:100%}[data-v-21d54df2]:export{menu-color:rgba(69,69,69,.95);menu-color-active:rgba(26,148,255,.95);menu-background:#fff;gallery-second-menu-background:#fff}.manage-container[data-v-21d54df2]{width:100%}.manage-container .vab-query-form[data-v-21d54df2]{margin-bottom:30px}.manage-container .vab-query-form .el-input[data-v-21d54df2]{width:180px;margin-right:20px}

View File

@ -0,0 +1,6 @@
/*!
* build: vue-admin-beautiful
* vue-admin-beautiful author: chuzhixin 1204505056@qq.com
* vue-admin-beautiful QQ Group(QQ群): 9724353191139183756
* time: 2024-10-10 11:14:28
*/[data-v-7a7aedff]:export{menu-color:rgba(69,69,69,.95);menu-color-active:rgba(26,148,255,.95);menu-background:#fff;gallery-second-menu-background:#fff}.el-input[data-v-7a7aedff],.el-select[data-v-7a7aedff]{width:200px!important}.manage-button[data-v-7a7aedff]{margin-bottom:30px}

View File

@ -0,0 +1,6 @@
/*!
* build: vue-admin-beautiful
* vue-admin-beautiful author: chuzhixin 1204505056@qq.com
* vue-admin-beautiful QQ Group(QQ群): 9724353191139183756
* time: 2024-10-10 11:14:28
*/.el-submenu__title:hover{background-color:rgba(24,144,255,.085)!important;color:rgba(26,148,255,.95)!important}

View File

@ -0,0 +1,6 @@
/*!
* build: vue-admin-beautiful
* vue-admin-beautiful author: chuzhixin 1204505056@qq.com
* vue-admin-beautiful QQ Group(QQ群): 9724353191139183756
* time: 2024-10-10 11:14:28
*/[data-v-780aefa0]:export{menu-color:rgba(69,69,69,.95);menu-color-active:rgba(26,148,255,.95);menu-background:#fff;gallery-second-menu-background:#fff}.manage-wrap[data-v-780aefa0]{display:flex;justify-content:space-between;align-items:flex-start}.manage-wrap .el-input[data-v-780aefa0],.manage-wrap .el-select[data-v-780aefa0]{width:200px!important}.manage-wrap .manage-button[data-v-780aefa0]{padding-left:12px;margin-bottom:30px}.el-submenu__title:hover{background-color:rgba(24,144,255,.085)!important;color:rgba(26,148,255,.95)!important}.el-dialog .el-dialog__header{background-color:#1890ff!important;padding:15px 20px;text-align:left!important}.el-dialog .el-dialog__header .el-dialog__headerbtn .el-dialog__close,.el-dialog .el-dialog__header .el-dialog__title{color:#e8f4ff!important}.el-dialog .el-dialog__body{padding:20px!important}.el-dialog .el-dialog__body .el-form-item{margin-bottom:10px!important}.el-dialog .el-dialog__body .el-form-item .el-cascader,.el-dialog .el-dialog__body .el-form-item .el-input,.el-dialog .el-dialog__body .el-form-item .el-select{width:100%!important}.el-dialog .el-dialog__body .el-form-item:last-child{margin-bottom:20px!important}.el-dialog .dialog-footer{text-align:right}

View File

@ -0,0 +1,6 @@
/*!
* build: vue-admin-beautiful
* vue-admin-beautiful author: chuzhixin 1204505056@qq.com
* vue-admin-beautiful QQ Group(QQ群): 9724353191139183756
* time: 2024-10-10 11:14:28
*/.el-submenu__title:hover{background-color:rgba(24,144,255,.085)!important;color:rgba(26,148,255,.95)!important}.el-dialog .el-dialog__header{background-color:#1890ff!important;padding:15px 20px;text-align:left!important}.el-dialog .el-dialog__header .el-dialog__headerbtn .el-dialog__close,.el-dialog .el-dialog__header .el-dialog__title{color:#e8f4ff!important}.el-dialog .el-dialog__body{padding:20px!important}.el-dialog .el-dialog__body .el-form-item{margin-bottom:10px!important}.el-dialog .el-dialog__body .el-form-item .el-cascader,.el-dialog .el-dialog__body .el-form-item .el-input,.el-dialog .el-dialog__body .el-form-item .el-select{width:100%!important}.el-dialog .el-dialog__body .el-form-item:last-child{margin-bottom:20px!important}.el-dialog .dialog-footer{text-align:right}

View File

@ -0,0 +1,6 @@
/*!
* build: vue-admin-beautiful
* vue-admin-beautiful author: chuzhixin 1204505056@qq.com
* vue-admin-beautiful QQ Group(QQ群): 9724353191139183756
* time: 2024-10-10 11:14:28
*/[data-v-6e7d8292]:export{menu-color:rgba(69,69,69,.95);menu-color-active:rgba(26,148,255,.95);menu-background:#fff;gallery-second-menu-background:#fff}.manage-container[data-v-6e7d8292]{width:100%}.manage-container .vab-query-form[data-v-6e7d8292]{margin-bottom:30px}.manage-container .vab-query-form .el-input[data-v-6e7d8292],.manage-container .vab-query-form .el-select[data-v-6e7d8292]{width:180px;margin-right:10px}

View File

@ -0,0 +1,6 @@
/*!
* build: vue-admin-beautiful
* vue-admin-beautiful author: chuzhixin 1204505056@qq.com
* vue-admin-beautiful QQ Group(QQ群): 9724353191139183756
* time: 2024-10-10 11:14:28
*/[data-v-4168fa1a]:export{menu-color:rgba(69,69,69,.95);menu-color-active:rgba(26,148,255,.95);menu-background:#fff;gallery-second-menu-background:#fff}.manage-container[data-v-4168fa1a]{width:100%}.manage-container .vab-query-form[data-v-4168fa1a]{margin-bottom:30px}.manage-container .vab-query-form .el-input[data-v-4168fa1a]{width:180px;margin-right:20px}

View File

@ -0,0 +1,6 @@
/*!
* build: vue-admin-beautiful
* vue-admin-beautiful author: chuzhixin 1204505056@qq.com
* vue-admin-beautiful QQ Group(QQ群): 9724353191139183756
* time: 2024-10-10 11:14:28
*/.select{width:100%}

View File

@ -0,0 +1,6 @@
/*!
* build: vue-admin-beautiful
* vue-admin-beautiful author: chuzhixin 1204505056@qq.com
* vue-admin-beautiful QQ Group(QQ群): 9724353191139183756
* time: 2024-10-10 11:14:28
*/[data-v-75fd89ee]:export{menu-color:rgba(69,69,69,.95);menu-color-active:rgba(26,148,255,.95);menu-background:#fff;gallery-second-menu-background:#fff}.image-list[data-v-75fd89ee]{width:100%}.image-list .block[data-v-75fd89ee]{float:left;margin-left:20px;margin-top:20px}.page[data-v-75fd89ee]{width:100%;display:block;float:left}

View File

@ -0,0 +1,6 @@
/*!
* build: vue-admin-beautiful
* vue-admin-beautiful author: chuzhixin 1204505056@qq.com
* vue-admin-beautiful QQ Group(QQ群): 9724353191139183756
* time: 2024-10-10 11:14:28
*/[data-v-059fc81a]:export{menu-color:rgba(69,69,69,.95);menu-color-active:rgba(26,148,255,.95);menu-background:#fff;gallery-second-menu-background:#fff}.error-container[data-v-059fc81a]{position:relative;min-height:100vh}.error-container .error-content[data-v-059fc81a]{position:absolute;top:55%;left:50%;width:40vw;height:400px;transform:translate(-50%,-50%)}.error-container .error-content .pic-error[data-v-059fc81a]{position:relative;float:left;width:100%;overflow:hidden}.error-container .error-content .pic-error-parent[data-v-059fc81a]{width:100%}.error-container .error-content .pic-error-child[data-v-059fc81a]{position:absolute}.error-container .error-content .pic-error-child.left[data-v-059fc81a]{top:17px;left:220px;width:80px;opacity:0;animation-name:cloudLeft-059fc81a;animation-duration:2s;animation-timing-function:linear;animation-delay:1s;animation-fill-mode:forwards}@keyframes cloudLeft-059fc81a{0%{top:17px;left:220px;opacity:0}20%{top:33px;left:188px;opacity:1}80%{top:81px;left:92px;opacity:1}to{top:97px;left:60px;opacity:0}}.error-container .error-content .bullshit[data-v-059fc81a]{position:relative;float:left;width:300px;padding:30px 0;overflow:hidden}.error-container .error-content .bullshit-oops[data-v-059fc81a]{margin-bottom:20px;font-size:32px;font-weight:700;line-height:40px;color:#1890ff;opacity:0;animation-name:slideUp-059fc81a;animation-duration:.5s;animation-fill-mode:forwards}.error-container .error-content .bullshit-headline[data-v-059fc81a]{margin-bottom:10px;font-size:20px;font-weight:700;line-height:24px;color:#222;opacity:0;animation-name:slideUp-059fc81a;animation-duration:.5s;animation-delay:.1s;animation-fill-mode:forwards}.error-container .error-content .bullshit-info[data-v-059fc81a]{margin-bottom:30px;font-size:13px;line-height:21px;color:rgba(0,0,0,.65);opacity:0;animation-name:slideUp-059fc81a;animation-duration:.5s;animation-delay:.2s;animation-fill-mode:forwards}.error-container .error-content .bullshit-return-home[data-v-059fc81a]{display:block;float:left;width:110px;height:36px;font-size:14px;line-height:36px;color:#fff;text-align:center;cursor:pointer;background:#1890ff;border-radius:100px;opacity:0;animation-name:slideUp-059fc81a;animation-duration:.5s;animation-delay:.3s;animation-fill-mode:forwards}@keyframes slideUp-059fc81a{0%{opacity:0;transform:translateY(60px)}to{opacity:1;transform:translateY(0)}}

View File

@ -0,0 +1,6 @@
/*!
* build: vue-admin-beautiful
* vue-admin-beautiful author: chuzhixin 1204505056@qq.com
* vue-admin-beautiful QQ Group(QQ群): 9724353191139183756
* time: 2024-10-10 11:14:28
*/.select{width:100%}[data-v-6ef2ea26]:export{menu-color:rgba(69,69,69,.95);menu-color-active:rgba(26,148,255,.95);menu-background:#fff;gallery-second-menu-background:#fff}.manage-button[data-v-6ef2ea26]{margin-bottom:30px}

View File

@ -0,0 +1,6 @@
/*!
* build: vue-admin-beautiful
* vue-admin-beautiful author: chuzhixin 1204505056@qq.com
* vue-admin-beautiful QQ Group(QQ群): 9724353191139183756
* time: 2024-10-10 11:14:28
*/.el-submenu__title:hover{background-color:rgba(24,144,255,.085)!important;color:rgba(26,148,255,.95)!important}.el-dialog .el-dialog__header{background-color:#1890ff!important;padding:15px 20px;text-align:left!important}.el-dialog .el-dialog__header .el-dialog__headerbtn .el-dialog__close,.el-dialog .el-dialog__header .el-dialog__title{color:#e8f4ff!important}.el-dialog .el-dialog__body{padding:20px!important}.el-dialog .el-dialog__body .el-form-item{margin-bottom:10px!important}.el-dialog .el-dialog__body .el-form-item .el-input,.el-dialog .el-dialog__body .el-form-item .el-select{width:100%!important}.el-dialog .el-dialog__body .el-form-item:last-child{margin-bottom:20px!important}

View File

@ -0,0 +1,6 @@
/*!
* build: vue-admin-beautiful
* vue-admin-beautiful author: chuzhixin 1204505056@qq.com
* vue-admin-beautiful QQ Group(QQ群): 9724353191139183756
* time: 2024-10-10 11:14:28
*/[data-v-5f4e911f]:export{menu-color:rgba(69,69,69,.95);menu-color-active:rgba(26,148,255,.95);menu-background:#fff;gallery-second-menu-background:#fff}.el-input[data-v-5f4e911f],.el-select[data-v-5f4e911f]{width:240px!important;margin-right:20px!important}.list[data-v-5f4e911f]{background-color:#f5f6fa;border-radius:4px;margin-top:20px}.list .list-base[data-v-5f4e911f]{padding:20px}.list .list-base .list-head[data-v-5f4e911f]{margin:0!important;font-size:14px!important;color:#444!important}.list .list-base .list-image[data-v-5f4e911f]{width:100%;height:180px;background-color:#fff}

View File

@ -0,0 +1,6 @@
/*!
* build: vue-admin-beautiful
* vue-admin-beautiful author: chuzhixin 1204505056@qq.com
* vue-admin-beautiful QQ Group(QQ群): 9724353191139183756
* time: 2024-10-10 11:14:28
*/[data-v-6e8dc280]:export{menu-color:rgba(69,69,69,.95);menu-color-active:rgba(26,148,255,.95);menu-background:#fff;gallery-second-menu-background:#fff}.manage-container[data-v-6e8dc280]{width:100%}.manage-container .vab-query-form[data-v-6e8dc280]{margin-bottom:30px}.manage-container .vab-query-form .el-input[data-v-6e8dc280]{width:180px;margin-right:20px}

View File

@ -0,0 +1,6 @@
/*!
* build: vue-admin-beautiful
* vue-admin-beautiful author: chuzhixin 1204505056@qq.com
* vue-admin-beautiful QQ Group(QQ群): 9724353191139183756
* time: 2024-10-10 11:14:28
*/[data-v-e0cd1942]:export{menu-color:rgba(69,69,69,.95);menu-color-active:rgba(26,148,255,.95);menu-background:#fff;gallery-second-menu-background:#fff}.manage-container[data-v-e0cd1942]{width:100%}.manage-container .vab-query-form[data-v-e0cd1942]{margin-bottom:30px}.manage-container .vab-query-form .el-input[data-v-e0cd1942]{width:180px;margin-right:20px}

View File

@ -0,0 +1,6 @@
/*!
* build: vue-admin-beautiful
* vue-admin-beautiful author: chuzhixin 1204505056@qq.com
* vue-admin-beautiful QQ Group(QQ群): 9724353191139183756
* time: 2024-10-10 11:14:28
*/[data-v-582373e9]:export{menu-color:rgba(69,69,69,.95);menu-color-active:rgba(26,148,255,.95);menu-background:#fff;gallery-second-menu-background:#fff}.manage-container[data-v-582373e9]{width:100%}.manage-container .vab-query-form[data-v-582373e9]{margin-bottom:30px}.manage-container .vab-query-form .el-input[data-v-582373e9]{width:180px;margin-right:20px}

View File

@ -0,0 +1,6 @@
/*!
* build: vue-admin-beautiful
* vue-admin-beautiful author: chuzhixin 1204505056@qq.com
* vue-admin-beautiful QQ Group(QQ群): 9724353191139183756
* time: 2024-10-10 11:14:28
*/[data-v-64c388da]:export{menu-color:rgba(69,69,69,.95);menu-color-active:rgba(26,148,255,.95);menu-background:#fff;gallery-second-menu-background:#fff}.manage-wrap[data-v-64c388da]{display:flex;justify-content:space-between;align-items:flex-start}.manage-wrap .el-input[data-v-64c388da],.manage-wrap .el-select[data-v-64c388da]{width:200px!important}.manage-wrap .manage-button[data-v-64c388da]{padding-left:12px;margin-bottom:30px}.el-submenu__title:hover{background-color:rgba(24,144,255,.085)!important;color:rgba(26,148,255,.95)!important}.el-dialog .el-dialog__header{background-color:#1890ff!important;padding:15px 20px;text-align:left!important}.el-dialog .el-dialog__header .el-dialog__headerbtn .el-dialog__close,.el-dialog .el-dialog__header .el-dialog__title{color:#e8f4ff!important}.el-dialog .el-dialog__body{padding:20px!important}.el-dialog .el-dialog__body .el-form-item{margin-bottom:10px!important}.el-dialog .el-dialog__body .el-form-item .el-input,.el-dialog .el-dialog__body .el-form-item .el-select{width:100%!important}.el-dialog .el-dialog__body .el-form-item:last-child{margin-bottom:20px!important}

View File

@ -0,0 +1,6 @@
/*!
* build: vue-admin-beautiful
* vue-admin-beautiful author: chuzhixin 1204505056@qq.com
* vue-admin-beautiful QQ Group(QQ群): 9724353191139183756
* time: 2024-10-10 11:14:28
*/[data-v-278dbf80]:export{menu-color:rgba(69,69,69,.95);menu-color-active:rgba(26,148,255,.95);menu-background:#fff;gallery-second-menu-background:#fff}.el-dialog .el-dialog__header[data-v-278dbf80]{border-bottom:1px solid #e3e3e3!important;padding:15px 20px}.el-dialog .dialog-footer[data-v-278dbf80]{text-align:right}.el-dialog .dialog-footer .el button[data-v-278dbf80]{height:36px!important;min-height:36px!important;line-height:366px!important}.el-input[data-v-48fcbe30],.el-select[data-v-48fcbe30]{width:200px!important}.manage-button[data-v-48fcbe30]{padding-left:12px;margin-bottom:30px}[data-v-48fcbe30]:export{menu-color:rgba(69,69,69,.95);menu-color-active:rgba(26,148,255,.95);menu-background:#fff;gallery-second-menu-background:#fff}.el-submenu__title[data-v-48fcbe30]:hover{background-color:rgba(24,144,255,.085)!important;color:rgba(26,148,255,.95)!important}.el-dialog .el-dialog__header[data-v-48fcbe30]{background-color:#1890ff!important;padding:15px 20px;text-align:left!important}.el-dialog .el-dialog__header .el-dialog__headerbtn .el-dialog__close[data-v-48fcbe30],.el-dialog .el-dialog__header .el-dialog__title[data-v-48fcbe30]{color:#e8f4ff!important}.el-dialog .el-dialog__body[data-v-48fcbe30]{padding:20px!important}.el-dialog .el-dialog__body .el-form-item[data-v-48fcbe30]{margin-bottom:10px!important}.el-dialog .el-dialog__body .el-form-item .el-cascader[data-v-48fcbe30],.el-dialog .el-dialog__body .el-form-item .el-input[data-v-48fcbe30],.el-dialog .el-dialog__body .el-form-item .el-select[data-v-48fcbe30]{width:100%!important}.el-dialog .el-dialog__body .el-form-item[data-v-48fcbe30]:last-child{margin-bottom:20px!important}.el-dialog .dialog-footer[data-v-48fcbe30]{text-align:right}

View File

@ -0,0 +1,6 @@
/*!
* build: vue-admin-beautiful
* vue-admin-beautiful author: chuzhixin 1204505056@qq.com
* vue-admin-beautiful QQ Group(QQ群): 9724353191139183756
* time: 2024-10-10 11:14:28
*/.select{width:100%}

View File

@ -0,0 +1,6 @@
/*!
* build: vue-admin-beautiful
* vue-admin-beautiful author: chuzhixin 1204505056@qq.com
* vue-admin-beautiful QQ Group(QQ群): 9724353191139183756
* time: 2024-10-10 11:14:28
*/[data-v-67ad5ba6]:export{menu-color:rgba(69,69,69,.95);menu-color-active:rgba(26,148,255,.95);menu-background:#fff;gallery-second-menu-background:#fff}.manage-container[data-v-67ad5ba6]{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.manage-container .el-input[data-v-67ad5ba6],.manage-container .el-select[data-v-67ad5ba6]{width:200px!important}

View File

@ -0,0 +1,6 @@
/*!
* build: vue-admin-beautiful
* vue-admin-beautiful author: chuzhixin 1204505056@qq.com
* vue-admin-beautiful QQ Group(QQ群): 9724353191139183756
* time: 2024-10-10 11:14:28
*/[data-v-60718172]:export{menu-color:rgba(69,69,69,.95);menu-color-active:rgba(26,148,255,.95);menu-background:#fff;gallery-second-menu-background:#fff}.manage-container[data-v-60718172]{width:100%}.manage-container .el-list[data-v-60718172]{margin:30px 0}.manage-container .el-list .el-item[data-v-60718172]{width:12.5%;border:1px solid #e3e3e3}

View File

@ -0,0 +1,6 @@
/*!
* build: vue-admin-beautiful
* vue-admin-beautiful author: chuzhixin 1204505056@qq.com
* vue-admin-beautiful QQ Group(QQ群): 9724353191139183756
* time: 2024-10-10 11:14:28
*/[data-v-a26d9040]:export{menu-color:rgba(69,69,69,.95);menu-color-active:rgba(26,148,255,.95);menu-background:#fff;gallery-second-menu-background:#fff}.device-base[data-v-a26d9040]{width:100%;background:#f5f7fa;line-height:40px;height:40px;border:1px solid #ebeef5;border-bottom:none}.device-base .device-left[data-v-a26d9040],.device-base .device-right[data-v-a26d9040]{width:50%;background:#f5f7fa;text-align:center}.el-submenu__title:hover{background-color:rgba(24,144,255,.085)!important;color:rgba(26,148,255,.95)!important}

View File

@ -0,0 +1,6 @@
/*!
* build: vue-admin-beautiful
* vue-admin-beautiful author: chuzhixin 1204505056@qq.com
* vue-admin-beautiful QQ Group(QQ群): 9724353191139183756
* time: 2024-10-10 11:14:28
*/[data-v-3da4c6c0]:export{menu-color:rgba(69,69,69,.95);menu-color-active:rgba(26,148,255,.95);menu-background:#fff;gallery-second-menu-background:#fff}.manage-wrap[data-v-3da4c6c0]{display:flex;justify-content:space-between;align-items:flex-start}.manage-wrap .el-input[data-v-3da4c6c0],.manage-wrap .el-select[data-v-3da4c6c0]{width:200px!important}.manage-wrap .manage-button[data-v-3da4c6c0]{padding-left:12px;margin-bottom:30px}

View File

@ -0,0 +1,6 @@
/*!
* build: vue-admin-beautiful
* vue-admin-beautiful author: chuzhixin 1204505056@qq.com
* vue-admin-beautiful QQ Group(QQ群): 9724353191139183756
* time: 2024-10-10 11:14:28
*/[data-v-90ba7d80]:export{menu-color:rgba(69,69,69,.95);menu-color-active:rgba(26,148,255,.95);menu-background:#fff;gallery-second-menu-background:#fff}.tigger-title[data-v-90ba7d80]{font-size:18px;border-left:6px solid #3281fd;padding-left:10px;margin-bottom:20px}[data-v-3bf4e469]:export{menu-color:rgba(69,69,69,.95);menu-color-active:rgba(26,148,255,.95);menu-background:#fff;gallery-second-menu-background:#fff}.el-tabs__item[data-v-3bf4e469]{background-color:rgba(50,129,253,.1)!important}.manage-container[data-v-3bf4e469]{width:100%}.manage-container .vab-query-form[data-v-3bf4e469]{margin-bottom:30px}.manage-container .vab-query-form .el-input[data-v-3bf4e469]{width:180px}.manage-container .vab-query-form .el-select[data-v-3bf4e469]{margin-right:10px}

View File

@ -0,0 +1,6 @@
/*!
* build: vue-admin-beautiful
* vue-admin-beautiful author: chuzhixin 1204505056@qq.com
* vue-admin-beautiful QQ Group(QQ群): 9724353191139183756
* time: 2024-10-10 11:14:28
*/[data-v-03a768f7]:export{menu-color:rgba(69,69,69,.95);menu-color-active:rgba(26,148,255,.95);menu-background:#fff;gallery-second-menu-background:#fff}.manage-container[data-v-03a768f7]{width:100%}.manage-container .vab-query-form[data-v-03a768f7]{margin-bottom:30px}.manage-container .vab-query-form .el-input[data-v-03a768f7]{width:180px;margin-right:20px}

View File

@ -0,0 +1,6 @@
/*!
* build: vue-admin-beautiful
* vue-admin-beautiful author: chuzhixin 1204505056@qq.com
* vue-admin-beautiful QQ Group(QQ群): 9724353191139183756
* time: 2024-10-10 11:14:28
*/.el-dialog .el-dialog__header{border-bottom:1px solid #e3e3e3!important;padding:15px 20px}.el-dialog .dialog-footer{text-align:right}.el-dialog .dialog-footer .el button{height:36px!important;min-height:36px!important;line-height:366px!important}[data-v-2bdf94bc]:export{menu-color:rgba(69,69,69,.95);menu-color-active:rgba(26,148,255,.95);menu-background:#fff;gallery-second-menu-background:#fff}.manage-container[data-v-2bdf94bc]{width:100%}.manage-container .vab-query-form[data-v-2bdf94bc]{margin-bottom:30px}.manage-container .vab-query-form .el-input[data-v-2bdf94bc]{width:180px;margin-right:20px}

View File

@ -0,0 +1,6 @@
/*!
* build: vue-admin-beautiful
* vue-admin-beautiful author: chuzhixin 1204505056@qq.com
* vue-admin-beautiful QQ Group(QQ群): 9724353191139183756
* time: 2024-10-10 11:14:28
*/.select{width:100%}

View File

@ -0,0 +1,12 @@
/*!
* build: vue-admin-beautiful
* vue-admin-beautiful author: chuzhixin 1204505056@qq.com
* vue-admin-beautiful QQ Group(QQ群): 9724353191139183756
* time: 2024-10-10 11:14:28
*/
/*!
* build: vue-admin-beautiful
* vue-admin-beautiful author: chuzhixin 1204505056@qq.com
* vue-admin-beautiful QQ Group(QQ群): 9724353191139183756
* time: 2024-10-10 11:14:28
*/.select{width:100%}.avatar{width:100px;height:100px}.avatar-uploader{width:80px;height:80px;text-align:center;border:1px dashed #8c939d}.avatar-uploader .el-upload{line-height:100px}

View File

@ -0,0 +1,6 @@
/*!
* build: vue-admin-beautiful
* vue-admin-beautiful author: chuzhixin 1204505056@qq.com
* vue-admin-beautiful QQ Group(QQ群): 9724353191139183756
* time: 2024-10-10 11:14:28
*/.select{width:100%}

View File

@ -0,0 +1,6 @@
/*!
* build: vue-admin-beautiful
* vue-admin-beautiful author: chuzhixin 1204505056@qq.com
* vue-admin-beautiful QQ Group(QQ群): 9724353191139183756
* time: 2024-10-10 11:14:28
*/.play{width:100%;text-align:center;height:200px;line-height:200px}

View File

@ -0,0 +1,6 @@
/*!
* build: vue-admin-beautiful
* vue-admin-beautiful author: chuzhixin 1204505056@qq.com
* vue-admin-beautiful QQ Group(QQ群): 9724353191139183756
* time: 2024-10-10 11:14:28
*/#mapContainer{width:100%;height:400px}[data-v-3404fb6e]:export{menu-color:rgba(69,69,69,.95);menu-color-active:rgba(26,148,255,.95);menu-background:#fff;gallery-second-menu-background:#fff}.el-input[data-v-3404fb6e],.el-select[data-v-3404fb6e]{width:200px!important}.manage-button[data-v-3404fb6e]{padding-left:12px}.el-submenu__title:hover{background-color:rgba(24,144,255,.085)!important;color:rgba(26,148,255,.95)!important}

View File

@ -0,0 +1,6 @@
/*!
* build: vue-admin-beautiful
* vue-admin-beautiful author: chuzhixin 1204505056@qq.com
* vue-admin-beautiful QQ Group(QQ群): 9724353191139183756
* time: 2024-10-10 11:14:28
*/.cascader{height:300px;overflow-y:auto;overflow-x:hidden}[data-v-c03c83ba]:export{menu-color:rgba(69,69,69,.95);menu-color-active:rgba(26,148,255,.95);menu-background:#fff;gallery-second-menu-background:#fff}.el-cascader[data-v-c03c83ba],.el-input[data-v-c03c83ba],.el-select[data-v-c03c83ba]{width:200px!important}.manage-button[data-v-c03c83ba]{padding-left:12px;margin-bottom:30px}[data-v-20fa0215]:export{menu-color:rgba(69,69,69,.95);menu-color-active:rgba(26,148,255,.95);menu-background:#fff;gallery-second-menu-background:#fff}.el-input[data-v-20fa0215],.el-select[data-v-20fa0215]{width:200px!important}.manage-button[data-v-20fa0215]{padding-left:12px;margin-bottom:30px}.vab-base{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.vab-base .vab-left-base{justify-content:flex-start}.vab-base .vab-left-base .vab-input-base{display:flex;justify-content:flex-start;align-items:center;margin-right:20px}.vab-base .vab-left-base .vab-input-base .el-input{margin-right:5px}.vab-base .vab-left-base{display:flex;justify-content:flex-end;align-items:center}.el-dialog .el-dialog__header{border-bottom:1px solid #e3e3e3!important}.el-dialog .dialog-footer .el button{height:36px!important;min-height:36px!important;line-height:366px!important}.select{width:100%}[data-v-53bff08c]:export{menu-color:rgba(69,69,69,.95);menu-color-active:rgba(26,148,255,.95);menu-background:#fff;gallery-second-menu-background:#fff}.manage-container[data-v-53bff08c]{width:100%}.manage-container .vab-query-form[data-v-53bff08c]{margin-bottom:30px}.manage-container .vab-query-form .el-input[data-v-53bff08c]{width:180px;margin-right:20px}[data-v-8a337b9a]:export{menu-color:rgba(69,69,69,.95);menu-color-active:rgba(26,148,255,.95);menu-background:#fff;gallery-second-menu-background:#fff}.manage-wrap[data-v-8a337b9a]{display:flex;justify-content:space-between;align-items:flex-start}.manage-wrap .el-input[data-v-8a337b9a],.manage-wrap .el-select[data-v-8a337b9a]{width:200px!important}.manage-wrap .manage-button[data-v-8a337b9a]{padding-left:12px;margin-bottom:30px}.el-submenu__title:hover{background-color:rgba(24,144,255,.085)!important;color:rgba(26,148,255,.95)!important}.el-dialog .el-dialog__header{background-color:#1890ff!important;padding:15px 20px;text-align:left!important}.el-dialog .el-dialog__header .el-dialog__headerbtn .el-dialog__close,.el-dialog .el-dialog__header .el-dialog__title{color:#e8f4ff!important}.el-dialog .el-dialog__body{padding:20px!important}.el-dialog .el-dialog__body .el-form-item{margin-bottom:10px!important}.el-dialog .el-dialog__body .el-form-item .el-cascader,.el-dialog .el-dialog__body .el-form-item .el-input,.el-dialog .el-dialog__body .el-form-item .el-select{width:100%!important}.el-dialog .el-dialog__body .el-form-item:last-child{margin-bottom:20px!important}.el-dialog .dialog-footer{text-align:right}

View File

@ -0,0 +1,6 @@
/*!
* build: vue-admin-beautiful
* vue-admin-beautiful author: chuzhixin 1204505056@qq.com
* vue-admin-beautiful QQ Group(QQ群): 9724353191139183756
* time: 2024-10-10 11:14:28
*/[data-v-3d524c89]:export{menu-color:rgba(69,69,69,.95);menu-color-active:rgba(26,148,255,.95);menu-background:#fff;gallery-second-menu-background:#fff}.manage-container[data-v-3d524c89]{width:100%}.manage-container .el-input[data-v-3d524c89]{width:205px}.manage-container .tigger-title[data-v-3d524c89]{font-size:18px;border-left:6px solid #3281fd;padding-left:10px;margin-bottom:20px}

View File

@ -0,0 +1,6 @@
/*!
* build: vue-admin-beautiful
* vue-admin-beautiful author: chuzhixin 1204505056@qq.com
* vue-admin-beautiful QQ Group(QQ群): 9724353191139183756
* time: 2024-10-10 11:14:28
*/.select{width:100%}[data-v-6a982942]:export{menu-color:rgba(69,69,69,.95);menu-color-active:rgba(26,148,255,.95);menu-background:#fff;gallery-second-menu-background:#fff}.manage-button[data-v-6a982942]{margin-bottom:30px}.el-submenu__title:hover{background-color:rgba(24,144,255,.085)!important;color:rgba(26,148,255,.95)!important}.el-dialog .el-dialog__header{background-color:#1890ff!important;padding:15px 20px;text-align:left!important}.el-dialog .el-dialog__header .el-dialog__headerbtn .el-dialog__close,.el-dialog .el-dialog__header .el-dialog__title{color:#e8f4ff!important}.el-dialog .el-dialog__body{padding:20px!important}.el-dialog .el-dialog__body .el-form-item{margin-bottom:10px!important}.el-dialog .el-dialog__body .el-form-item .el-cascader,.el-dialog .el-dialog__body .el-form-item .el-input,.el-dialog .el-dialog__body .el-form-item .el-select{width:100%!important}.el-dialog .el-dialog__body .el-form-item:last-child{margin-bottom:20px!important}.el-dialog .dialog-footer{text-align:right}

View File

@ -0,0 +1,12 @@
/*!
* build: vue-admin-beautiful
* vue-admin-beautiful author: chuzhixin 1204505056@qq.com
* vue-admin-beautiful QQ Group(QQ群): 9724353191139183756
* time: 2024-10-10 11:14:28
*/
/*!
* build: vue-admin-beautiful
* vue-admin-beautiful author: chuzhixin 1204505056@qq.com
* vue-admin-beautiful QQ Group(QQ群): 9724353191139183756
* time: 2024-10-10 11:14:28
*/[data-v-15db829c]:export{menu-color:rgba(69,69,69,.95);menu-color-active:rgba(26,148,255,.95);menu-background:#fff;gallery-second-menu-background:#fff}.manage-container[data-v-15db829c]{width:100%}.manage-container .el-input[data-v-15db829c]{width:205px}.manage-container .sensor-title[data-v-15db829c]{font-size:18px;border-left:6px solid #3281fd;padding-left:10px;margin-bottom:20px}.manage-container .notes[data-v-15db829c]{font-size:14px;margin-left:10px}

View File

@ -0,0 +1,6 @@
/*!
* build: vue-admin-beautiful
* vue-admin-beautiful author: chuzhixin 1204505056@qq.com
* vue-admin-beautiful QQ Group(QQ群): 9724353191139183756
* time: 2024-10-10 11:14:28
*/.el-dialog .el-dialog__header{border-bottom:1px solid #e3e3e3!important;padding:15px 20px}.el-dialog .dialog-footer{text-align:right}.el-dialog .dialog-footer .el button{height:36px!important;min-height:36px!important;line-height:366px!important}

View File

@ -0,0 +1,6 @@
/*!
* build: vue-admin-beautiful
* vue-admin-beautiful author: chuzhixin 1204505056@qq.com
* vue-admin-beautiful QQ Group(QQ群): 9724353191139183756
* time: 2024-10-10 11:14:28
*/[data-v-53117b5c]:export{menu-color:rgba(69,69,69,.95);menu-color-active:rgba(26,148,255,.95);menu-background:#fff;gallery-second-menu-background:#fff}.manage-container[data-v-53117b5c]{width:100%}.manage-container .vab-query-form[data-v-53117b5c]{margin-bottom:30px}.manage-container .vab-query-form .el-input[data-v-53117b5c]{width:180px;margin-right:20px}

View File

@ -0,0 +1,12 @@
/*!
* build: vue-admin-beautiful
* vue-admin-beautiful author: chuzhixin 1204505056@qq.com
* vue-admin-beautiful QQ Group(QQ群): 9724353191139183756
* time: 2024-10-10 11:14:28
*/
/*!
* build: vue-admin-beautiful
* vue-admin-beautiful author: chuzhixin 1204505056@qq.com
* vue-admin-beautiful QQ Group(QQ群): 9724353191139183756
* time: 2024-10-10 11:14:28
*/[data-v-74b2c7a1]:export{menu-color:rgba(69,69,69,.95);menu-color-active:rgba(26,148,255,.95);menu-background:#fff;gallery-second-menu-background:#fff}.map-search[data-v-74b2c7a1]{display:flex;justify-content:center;align-items:center;padding-bottom:20px}.map-search .search[data-v-74b2c7a1]{width:200px;height:40px;line-height:40px;padding:0 15px;color:#606266;border-radius:4px;border:1px solid #dcdfe6;background-color:#fff;transition:border-color .2s cubic-bezier(.645,.045,.355,1);outline:none}.map-search .search[data-v-74b2c7a1]::-webkit-input-placeholder{color:#c0c4cc}.map-search .button[data-v-74b2c7a1]{cursor:pointer;line-height:1;border:1px solid #409eff;text-align:center;outline:none;margin:0 10px;transition:.1s;font-weight:500;padding:12px 20px;font-size:14px;border-radius:4px;color:#fff;background-color:#409eff}.map-search .button[data-v-74b2c7a1]:hover:active{opacity:1}.map-search .button[data-v-74b2c7a1]:hover{opacity:.8}.bounds[data-v-74b2c7a1]{height:200px;border-top:1px solid #d3d3d3;background-color:#fff;overflow-y:auto}.bounds .list[data-v-74b2c7a1]{display:flex;align-items:center;justify-content:space-between;padding:10px;border-bottom:1px solid #d3d3d3;cursor:pointer}.bounds .list .name[data-v-74b2c7a1]{margin:0;font-size:14px}.bounds .list .address[data-v-74b2c7a1]{font-size:12px;color:grey}.bounds .list .yes[data-v-74b2c7a1]{position:relative;display:inline-block}.bounds .list .yes.on[data-v-74b2c7a1]:after,.bounds .list .yes.on[data-v-74b2c7a1]:before{background-color:#409eff}.bounds .list .yes[data-v-74b2c7a1]:after{content:"";position:absolute;right:10px;width:20px;height:2px;border-radius:20px;transform:rotate(-45deg)}.bounds .list .yes[data-v-74b2c7a1]:before{content:"";position:absolute;right:25px;top:3px;width:10px;height:2px;border-radius:20px;transform:rotate(45deg)}

View File

@ -0,0 +1,6 @@
/*!
* build: vue-admin-beautiful
* vue-admin-beautiful author: chuzhixin 1204505056@qq.com
* vue-admin-beautiful QQ Group(QQ群): 9724353191139183756
* time: 2024-10-10 11:14:28
*/.select{width:100%}[data-v-aa026ae8]:export{menu-color:rgba(69,69,69,.95);menu-color-active:rgba(26,148,255,.95);menu-background:#fff;gallery-second-menu-background:#fff}.manage-container[data-v-aa026ae8]{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.manage-container .el-input[data-v-aa026ae8],.manage-container .el-select[data-v-aa026ae8]{width:200px!important}

View File

@ -0,0 +1,6 @@
/*!
* build: vue-admin-beautiful
* vue-admin-beautiful author: chuzhixin 1204505056@qq.com
* vue-admin-beautiful QQ Group(QQ群): 9724353191139183756
* time: 2024-10-10 11:14:28
*/.el-submenu__title:hover{background-color:rgba(24,144,255,.085)!important;color:rgba(26,148,255,.95)!important}.el-dialog .el-dialog__header{background-color:#1890ff!important;padding:15px 20px;text-align:left!important}.el-dialog .el-dialog__header .el-dialog__headerbtn .el-dialog__close,.el-dialog .el-dialog__header .el-dialog__title{color:#e8f4ff!important}.el-dialog .el-dialog__body{padding:20px!important}.el-dialog .el-dialog__body .el-form-item{margin-bottom:10px!important}.el-dialog .el-dialog__body .el-form-item .el-input,.el-dialog .el-dialog__body .el-form-item .el-select{width:100%!important}.el-dialog .el-dialog__body .el-form-item:last-child{margin-bottom:20px!important}

View File

@ -0,0 +1,6 @@
/*!
* build: vue-admin-beautiful
* vue-admin-beautiful author: chuzhixin 1204505056@qq.com
* vue-admin-beautiful QQ Group(QQ群): 9724353191139183756
* time: 2024-10-10 11:14:28
*/.select{width:100%}[data-v-5879dcd8]:export{menu-color:rgba(69,69,69,.95);menu-color-active:rgba(26,148,255,.95);menu-background:#fff;gallery-second-menu-background:#fff}.manage-button[data-v-5879dcd8]{margin-bottom:30px}

View File

@ -0,0 +1,6 @@
/*!
* build: vue-admin-beautiful
* vue-admin-beautiful author: chuzhixin 1204505056@qq.com
* vue-admin-beautiful QQ Group(QQ群): 9724353191139183756
* time: 2024-10-10 11:14:28
*/.el-submenu__title:hover{background-color:rgba(24,144,255,.085)!important;color:rgba(26,148,255,.95)!important}

View File

@ -0,0 +1,6 @@
/*!
* build: vue-admin-beautiful
* vue-admin-beautiful author: chuzhixin 1204505056@qq.com
* vue-admin-beautiful QQ Group(QQ群): 9724353191139183756
* time: 2024-10-10 11:14:28
*/[data-v-2c352544]:export{menu-color:rgba(69,69,69,.95);menu-color-active:rgba(26,148,255,.95);menu-background:#fff;gallery-second-menu-background:#fff}.manage-container[data-v-2c352544]{width:100%}.manage-container .vab-query-form[data-v-2c352544]{margin-bottom:30px}.manage-container .vab-query-form .el-input[data-v-2c352544]{width:180px;margin-right:20px}[data-v-53117b5c]:export{menu-color:rgba(69,69,69,.95);menu-color-active:rgba(26,148,255,.95);menu-background:#fff;gallery-second-menu-background:#fff}.manage-container[data-v-53117b5c]{width:100%}.manage-container .vab-query-form[data-v-53117b5c]{margin-bottom:30px}.manage-container .vab-query-form .el-input[data-v-53117b5c]{width:180px;margin-right:20px}[data-v-1b64b77a]:export{menu-color:rgba(69,69,69,.95);menu-color-active:rgba(26,148,255,.95);menu-background:#fff;gallery-second-menu-background:#fff}.manage-container[data-v-1b64b77a]{width:100%}.manage-container .el-form-item[data-v-1b64b77a]{width:360px}

View File

@ -0,0 +1,6 @@
/*!
* build: vue-admin-beautiful
* vue-admin-beautiful author: chuzhixin 1204505056@qq.com
* vue-admin-beautiful QQ Group(QQ群): 9724353191139183756
* time: 2024-10-10 11:14:28
*/.cascader{height:300px;overflow-y:auto;overflow-x:hidden}

View File

@ -0,0 +1,6 @@
/*!
* build: vue-admin-beautiful
* vue-admin-beautiful author: chuzhixin 1204505056@qq.com
* vue-admin-beautiful QQ Group(QQ群): 9724353191139183756
* time: 2024-10-10 11:14:28
*/.select{width:100%}[data-v-408b7ade]:export{menu-color:rgba(69,69,69,.95);menu-color-active:rgba(26,148,255,.95);menu-background:#fff;gallery-second-menu-background:#fff}.el-input[data-v-408b7ade],.el-select[data-v-408b7ade]{width:200px!important}.manage-button[data-v-408b7ade]{margin-bottom:30px}.el-submenu__title:hover{background-color:rgba(24,144,255,.085)!important;color:rgba(26,148,255,.95)!important}.el-dialog .el-dialog__header{background-color:#1890ff!important;padding:15px 20px;text-align:left!important}.el-dialog .el-dialog__header .el-dialog__headerbtn .el-dialog__close,.el-dialog .el-dialog__header .el-dialog__title{color:#e8f4ff!important}.el-dialog .el-dialog__body{padding:20px!important}.el-dialog .el-dialog__body .el-form-item{margin-bottom:10px!important}.el-dialog .el-dialog__body .el-form-item .el-cascader,.el-dialog .el-dialog__body .el-form-item .el-input,.el-dialog .el-dialog__body .el-form-item .el-select{width:100%!important}.el-dialog .el-dialog__body .el-form-item:last-child{margin-bottom:20px!important}.el-dialog .dialog-footer{text-align:right}

View File

@ -0,0 +1,6 @@
/*!
* build: vue-admin-beautiful
* vue-admin-beautiful author: chuzhixin 1204505056@qq.com
* vue-admin-beautiful QQ Group(QQ群): 9724353191139183756
* time: 2024-10-10 11:14:28
*/.select{width:100%}

View File

@ -0,0 +1,6 @@
/*!
* build: vue-admin-beautiful
* vue-admin-beautiful author: chuzhixin 1204505056@qq.com
* vue-admin-beautiful QQ Group(QQ群): 9724353191139183756
* time: 2024-10-10 11:14:28
*/[data-v-610231d2]:export{menu-color:rgba(69,69,69,.95);menu-color-active:rgba(26,148,255,.95);menu-background:#fff;gallery-second-menu-background:#fff}.manage-wrap[data-v-610231d2]{display:flex;justify-content:space-between;align-items:flex-start}.manage-wrap .el-input[data-v-610231d2],.manage-wrap .el-select[data-v-610231d2]{width:200px!important}.manage-wrap .manage-button[data-v-610231d2]{padding-left:12px;margin-bottom:30px}

View File

@ -0,0 +1,6 @@
/*!
* build: vue-admin-beautiful
* vue-admin-beautiful author: chuzhixin 1204505056@qq.com
* vue-admin-beautiful QQ Group(QQ群): 9724353191139183756
* time: 2024-10-10 11:14:28
*/[data-v-dbe26910]:export{menu-color:rgba(69,69,69,.95);menu-color-active:rgba(26,148,255,.95);menu-background:#fff;gallery-second-menu-background:#fff}.manage-container[data-v-dbe26910]{width:100%}.manage-container .vab-query-form[data-v-dbe26910]{margin-bottom:30px}.manage-container .vab-query-form .el-input[data-v-dbe26910]{width:180px;margin-right:20px}

View File

@ -0,0 +1,6 @@
/*!
* build: vue-admin-beautiful
* vue-admin-beautiful author: chuzhixin 1204505056@qq.com
* vue-admin-beautiful QQ Group(QQ群): 9724353191139183756
* time: 2024-10-10 11:14:28
*/.select{width:100%}

View File

@ -0,0 +1,6 @@
/*!
* build: vue-admin-beautiful
* vue-admin-beautiful author: chuzhixin 1204505056@qq.com
* vue-admin-beautiful QQ Group(QQ群): 9724353191139183756
* time: 2024-10-10 11:14:28
*/.select{width:100%}

View File

@ -0,0 +1,6 @@
/*!
* build: vue-admin-beautiful
* vue-admin-beautiful author: chuzhixin 1204505056@qq.com
* vue-admin-beautiful QQ Group(QQ群): 9724353191139183756
* time: 2024-10-10 11:14:28
*/[data-v-0fc5578c]:export{menu-color:rgba(69,69,69,.95);menu-color-active:rgba(26,148,255,.95);menu-background:#fff;gallery-second-menu-background:#fff}.manage-container[data-v-0fc5578c]{width:100%}.manage-container .el-col-6[data-v-0fc5578c]{padding:30px}.manage-container .el-col-6 .list[data-v-0fc5578c]{padding:20px;border:1px solid #e3e3e3;border-radius:4px}.manage-container .el-col-6 .list .id[data-v-0fc5578c]{display:flex;justify-content:space-between;align-items:center}.manage-container .el-col-6 .list .id .id-list[data-v-0fc5578c]{display:block;margin:10px 0;font-size:16px}.manage-container .el-col-6 .button-list[data-v-0fc5578c]{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;text-align:center}.manage-container .el-col-6 .button-list .el-button[data-v-0fc5578c]{width:25%;margin:0}

View File

@ -0,0 +1,6 @@
/*!
* build: vue-admin-beautiful
* vue-admin-beautiful author: chuzhixin 1204505056@qq.com
* vue-admin-beautiful QQ Group(QQ群): 9724353191139183756
* time: 2024-10-10 11:14:28
*/.select{width:100%}

View File

@ -0,0 +1,6 @@
/*!
* build: vue-admin-beautiful
* vue-admin-beautiful author: chuzhixin 1204505056@qq.com
* vue-admin-beautiful QQ Group(QQ群): 9724353191139183756
* time: 2024-10-10 11:14:28
*/[data-v-0f55c5f2]:export{menu-color:rgba(69,69,69,.95);menu-color-active:rgba(26,148,255,.95);menu-background:#fff;gallery-second-menu-background:#fff}.manage-container[data-v-0f55c5f2]{width:100%}.manage-container .vab-query-form[data-v-0f55c5f2]{margin-bottom:30px}.manage-container .vab-query-form .el-input[data-v-0f55c5f2]{width:180px;margin-right:20px}.el-submenu__title:hover{background-color:rgba(24,144,255,.085)!important;color:rgba(26,148,255,.95)!important}

View File

@ -0,0 +1,6 @@
/*!
* build: vue-admin-beautiful
* vue-admin-beautiful author: chuzhixin 1204505056@qq.com
* vue-admin-beautiful QQ Group(QQ群): 9724353191139183756
* time: 2024-10-10 11:14:28
*/.el-submenu__title:hover{background-color:rgba(24,144,255,.085)!important;color:rgba(26,148,255,.95)!important}

View File

@ -0,0 +1,6 @@
/*!
* build: vue-admin-beautiful
* vue-admin-beautiful author: chuzhixin 1204505056@qq.com
* vue-admin-beautiful QQ Group(QQ群): 9724353191139183756
* time: 2024-10-10 11:14:28
*/[data-v-ae2ae29c]:export{menu-color:rgba(69,69,69,.95);menu-color-active:rgba(26,148,255,.95);menu-background:#fff;gallery-second-menu-background:#fff}.el-input[data-v-ae2ae29c],.el-select[data-v-ae2ae29c]{width:200px!important}.manage-button[data-v-ae2ae29c]{padding-left:12px;margin-bottom:30px}.el-submenu__title:hover{background-color:rgba(24,144,255,.085)!important;color:rgba(26,148,255,.95)!important}.el-dialog .el-dialog__header{background-color:#1890ff!important;padding:15px 20px;text-align:left!important}.el-dialog .el-dialog__header .el-dialog__headerbtn .el-dialog__close,.el-dialog .el-dialog__header .el-dialog__title{color:#e8f4ff!important}.el-dialog .el-dialog__body{padding:20px!important}.el-dialog .el-dialog__body .el-form-item{margin-bottom:10px!important}.el-dialog .el-dialog__body .el-form-item .el-cascader,.el-dialog .el-dialog__body .el-form-item .el-input,.el-dialog .el-dialog__body .el-form-item .el-select{width:100%!important}.el-dialog .el-dialog__body .el-form-item:last-child{margin-bottom:20px!important}.el-dialog .dialog-footer{text-align:right}

View File

@ -0,0 +1,6 @@
/*!
* build: vue-admin-beautiful
* vue-admin-beautiful author: chuzhixin 1204505056@qq.com
* vue-admin-beautiful QQ Group(QQ群): 9724353191139183756
* time: 2024-10-10 11:14:28
*/[data-v-40303fa6]:export{menu-color:rgba(69,69,69,.95);menu-color-active:rgba(26,148,255,.95);menu-background:#fff;gallery-second-menu-background:#fff}.manage-container[data-v-40303fa6]{display:flex;justify-content:space-between;align-items:flex-start}.manage-container .el-input[data-v-40303fa6],.manage-container .el-select[data-v-40303fa6]{width:200px!important}.el-dialog .el-dialog__header{border-bottom:1px solid #e3e3e3!important;padding:15px 20px}.el-dialog .dialog-footer{text-align:right}.el-dialog .dialog-footer .el button{height:36px!important;min-height:36px!important;line-height:366px!important}.manage-input{padding:20px}

View File

@ -0,0 +1,6 @@
/*!
* build: vue-admin-beautiful
* vue-admin-beautiful author: chuzhixin 1204505056@qq.com
* vue-admin-beautiful QQ Group(QQ群): 9724353191139183756
* time: 2024-10-10 11:14:28
*/.el-submenu__title:hover{background-color:rgba(24,144,255,.085)!important;color:rgba(26,148,255,.95)!important}[data-v-517500bc]:export{menu-color:rgba(69,69,69,.95);menu-color-active:rgba(26,148,255,.95);menu-background:#fff;gallery-second-menu-background:#fff}.el-form-item[data-v-517500bc]{margin-bottom:10px!important}.el-form-item .el-cascader[data-v-517500bc],.el-form-item .el-input[data-v-517500bc],.el-form-item .el-select[data-v-517500bc]{width:360px!important}

View File

@ -0,0 +1,6 @@
/*!
* build: vue-admin-beautiful
* vue-admin-beautiful author: chuzhixin 1204505056@qq.com
* vue-admin-beautiful QQ Group(QQ群): 9724353191139183756
* time: 2024-10-10 11:14:28
*/.select{width:100%}[data-v-38afcad8]:export{menu-color:rgba(69,69,69,.95);menu-color-active:rgba(26,148,255,.95);menu-background:#fff;gallery-second-menu-background:#fff}.manage-button[data-v-38afcad8]{margin-bottom:30px}

View File

@ -0,0 +1,6 @@
/*!
* build: vue-admin-beautiful
* vue-admin-beautiful author: chuzhixin 1204505056@qq.com
* vue-admin-beautiful QQ Group(QQ群): 9724353191139183756
* time: 2024-10-10 11:14:28
*/[data-v-57ccb993]:export{menu-color:rgba(69,69,69,.95);menu-color-active:rgba(26,148,255,.95);menu-background:#fff;gallery-second-menu-background:#fff}.device-base[data-v-57ccb993]{width:100%;background:#f5f7fa;line-height:40px;height:40px;border:1px solid #ebeef5;border-bottom:none}.device-base .device-left[data-v-57ccb993],.device-base .device-right[data-v-57ccb993]{width:50%;background:#f5f7fa;text-align:center}.el-submenu__title:hover{background-color:rgba(24,144,255,.085)!important;color:rgba(26,148,255,.95)!important}

View File

@ -0,0 +1,6 @@
/*!
* build: vue-admin-beautiful
* vue-admin-beautiful author: chuzhixin 1204505056@qq.com
* vue-admin-beautiful QQ Group(QQ群): 9724353191139183756
* time: 2024-10-10 11:14:28
*/[data-v-88b40b3e]:export{menu-color:rgba(69,69,69,.95);menu-color-active:rgba(26,148,255,.95);menu-background:#fff;gallery-second-menu-background:#fff}.manage-container[data-v-88b40b3e]{width:100%}.manage-container .vab-query-form[data-v-88b40b3e]{margin-bottom:30px}.manage-container .vab-query-form .el-input[data-v-88b40b3e]{width:180px;margin-right:20px}

View File

@ -0,0 +1,6 @@
/*!
* build: vue-admin-beautiful
* vue-admin-beautiful author: chuzhixin 1204505056@qq.com
* vue-admin-beautiful QQ Group(QQ群): 9724353191139183756
* time: 2024-10-10 11:14:28
*/.select{width:100%}

View File

@ -0,0 +1,6 @@
/*!
* build: vue-admin-beautiful
* vue-admin-beautiful author: chuzhixin 1204505056@qq.com
* vue-admin-beautiful QQ Group(QQ群): 9724353191139183756
* time: 2024-10-10 11:14:28
*/.el-dialog .el-dialog__header{border-bottom:1px solid #e3e3e3!important;padding:15px 20px}.el-dialog .dialog-footer{text-align:right}.el-dialog .dialog-footer .el button{height:36px!important;min-height:36px!important;line-height:366px!important}.avatar-uploader .el-upload{line-height:100px;display:flex}.select{width:100%}[data-v-1b1ba45e]:export{menu-color:rgba(69,69,69,.95);menu-color-active:rgba(26,148,255,.95);menu-background:#fff;gallery-second-menu-background:#fff}.el-input[data-v-1b1ba45e],.el-select[data-v-1b1ba45e]{width:200px!important}.manage-button[data-v-1b1ba45e]{padding-left:12px;margin-bottom:30px}

View File

@ -0,0 +1,6 @@
/*!
* build: vue-admin-beautiful
* vue-admin-beautiful author: chuzhixin 1204505056@qq.com
* vue-admin-beautiful QQ Group(QQ群): 9724353191139183756
* time: 2024-10-10 11:14:28
*/.select{width:100%}.el-submenu__title:hover{background-color:rgba(24,144,255,.085)!important;color:rgba(26,148,255,.95)!important}.el-dialog .el-dialog__header{background-color:#1890ff!important;padding:15px 20px;text-align:left!important}.el-dialog .el-dialog__header .el-dialog__headerbtn .el-dialog__close,.el-dialog .el-dialog__header .el-dialog__title{color:#e8f4ff!important}.el-dialog .el-dialog__body{padding:20px!important}.el-dialog .el-dialog__body .el-form-item{margin-bottom:10px!important}.el-dialog .el-dialog__body .el-form-item .el-cascader,.el-dialog .el-dialog__body .el-form-item .el-input,.el-dialog .el-dialog__body .el-form-item .el-select{width:100%!important}.el-dialog .el-dialog__body .el-form-item:last-child{margin-bottom:20px!important}.el-dialog .dialog-footer{text-align:right}

View File

@ -0,0 +1,6 @@
/*!
* build: vue-admin-beautiful
* vue-admin-beautiful author: chuzhixin 1204505056@qq.com
* vue-admin-beautiful QQ Group(QQ群): 9724353191139183756
* time: 2024-10-10 11:14:28
*/[data-v-4dd4f5be]:export{menu-color:rgba(69,69,69,.95);menu-color-active:rgba(26,148,255,.95);menu-background:#fff;gallery-second-menu-background:#fff}.manage-container[data-v-4dd4f5be]{width:100%}.manage-container .vab-query-form[data-v-4dd4f5be]{margin-bottom:30px}.manage-container .vab-query-form .el-input[data-v-4dd4f5be]{width:180px;margin-right:20px}

View File

@ -0,0 +1,6 @@
/*!
* build: vue-admin-beautiful
* vue-admin-beautiful author: chuzhixin 1204505056@qq.com
* vue-admin-beautiful QQ Group(QQ群): 9724353191139183756
* time: 2024-10-10 11:14:28
*/[data-v-d7735c9e]:export{menu-color:rgba(69,69,69,.95);menu-color-active:rgba(26,148,255,.95);menu-background:#fff;gallery-second-menu-background:#fff}.search[data-v-d7735c9e]{position:absolute;left:35px;top:35px;cursor:default;width:370px;max-height:100px;z-index:999}.search .search-tree[data-v-d7735c9e]{width:370px;margin-top:5px;background:#fff;padding:15px;border-radius:4px;box-sizing:border-box}.search .search-icon[data-v-d7735c9e]{width:18px;height:18px;display:inline-flex;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAkBAMAAAATLoWrAAAAAXNSR0IArs4c6QAAACRQTFRFAAAAMID/MID/MIH9M4H9M4P/MoD7MYD8MYL+MoH9MoH9MoH9k5vgcwAAAAt0Uk5TABAgb29vgL+/3++1MOdqAAAAQ0lEQVQoz2NgoDGI2g0Ck5CFVoOFdiogCe3ejaEMKoSsDCq0e1oaGDghCUHBDkyh3aNCNBLqRhXZDhRSTkMBhlRNSgBoFRmoDgTjhQAAAABJRU5ErkJggg==);background-size:contain;margin:2px}.search .search-dot[data-v-d7735c9e]{height:18px;margin:2px;width:7px;display:inline-flex;align-items:center;justify-content:center}.search .search-dot[data-v-d7735c9e]:after{content:"";width:4px;height:4px;border-radius:50%;background:#3281fd}.search .search-all-site[data-v-d7735c9e]{background:#fff;height:40px;padding:11px 15px;box-sizing:border-box;border-radius:4px;width:100%;display:flex;align-items:center;cursor:pointer}.search .search-head[data-v-d7735c9e]{box-shadow:2px 4px 8px 0 rgba(0,0,0,.25)}[data-v-d7735c9e] .el-popper__arrow{display:none!important}

View File

@ -0,0 +1,6 @@
/*!
* build: vue-admin-beautiful
* vue-admin-beautiful author: chuzhixin 1204505056@qq.com
* vue-admin-beautiful QQ Group(QQ群): 9724353191139183756
* time: 2024-10-10 11:14:28
*/.select{width:100%}.el-submenu__title:hover{background-color:rgba(24,144,255,.085)!important;color:rgba(26,148,255,.95)!important}.el-dialog .el-dialog__header{background-color:#1890ff!important;padding:15px 20px;text-align:left!important}.el-dialog .el-dialog__header .el-dialog__headerbtn .el-dialog__close,.el-dialog .el-dialog__header .el-dialog__title{color:#e8f4ff!important}.el-dialog .el-dialog__body{padding:20px!important}.el-dialog .el-dialog__body .el-form-item{margin-bottom:10px!important}.el-dialog .el-dialog__body .el-form-item .el-cascader,.el-dialog .el-dialog__body .el-form-item .el-input,.el-dialog .el-dialog__body .el-form-item .el-select{width:100%!important}.el-dialog .el-dialog__body .el-form-item:last-child{margin-bottom:20px!important}.el-dialog .dialog-footer{text-align:right}

View File

@ -0,0 +1,6 @@
/*!
* build: vue-admin-beautiful
* vue-admin-beautiful author: chuzhixin 1204505056@qq.com
* vue-admin-beautiful QQ Group(QQ群): 9724353191139183756
* time: 2024-10-10 11:14:28
*/[data-v-6e922cfa]:export{menu-color:rgba(69,69,69,.95);menu-color-active:rgba(26,148,255,.95);menu-background:#fff;gallery-second-menu-background:#fff}.tigger-title[data-v-6e922cfa]{font-size:18px;border-left:6px solid #3281fd;padding-left:10px;margin-bottom:20px}

Some files were not shown because too many files have changed in this diff Show More