10 Commits

Author SHA1 Message Date
zwq
42d7714210 名字改回来 2022-06-07 15:11:51 +08:00
f1c60da6b6 Merge pull request '打包' (#87) from zwq into develop
Some checks failed
continuous-integration/drone/push Build is failing
Reviewed-on: #87
2022-06-07 10:44:23 +08:00
zwq
39a1fe7482 打包 2022-06-07 10:43:58 +08:00
5b17f49619 Merge pull request 'build: 🏗️ 调整构建方式,从本地构建后上传dist目录' (#86) from ci into develop
Some checks failed
continuous-integration/drone/push Build is failing
Reviewed-on: #86
2022-06-07 10:37:06 +08:00
4929c41361 build: 🏗️ 调整构建方式,从本地构建后上传dist目录 2022-06-07 10:34:36 +08:00
dbb67e6064 Merge pull request '暂时改名字' (#85) from zwq into develop
Some checks failed
continuous-integration/drone/push Build is failing
Reviewed-on: #85
2022-06-06 16:01:57 +08:00
zwq
05fa4c5e21 暂时改名字 2022-06-06 16:01:01 +08:00
8a18d705a4 Merge pull request '暂时改名字' (#84) from zwq into develop
Some checks failed
continuous-integration/drone/push Build is failing
Reviewed-on: #84
2022-06-06 13:57:53 +08:00
zwq
a64de34ef1 暂时改名字 2022-06-06 13:57:21 +08:00
0bcc5baf7a Merge pull request 'fzq' (#83) from fzq into develop
Some checks failed
continuous-integration/drone/push Build is failing
Reviewed-on: #83
2022-05-30 13:45:03 +08:00
76 changed files with 466 additions and 15 deletions

View File

@@ -1,7 +1,6 @@
.vscode/
.idea/
node_modules/
dist/
**/*.log
LICENSE
README.md

1
.gitignore vendored
View File

@@ -1,6 +1,5 @@
.DS_Store
node_modules/
dist/
npm-debug.log*
yarn-debug.log*
yarn-error.log*

View File

@@ -1,10 +1,14 @@
FROM node:12 AS builder
WORKDIR /app
ADD package.json /app/
RUN npm config set registry https://registry.npmmirror.com && npm install git+https://gitee.com/shihairong/raphael && npm install
ADD . /app
RUN npm run build:prod
#FROM node:12 AS builder
#WORKDIR /app
#ADD package.json /app/
#RUN npm config set registry https://registry.npmmirror.com && npm install git+https://gitee.com/shihairong/raphael && npm install
#ADD . /app
#RUN npm run build:prod
#
#FROM busybox
#LABEL maintainer thomas.hairong@gmail.com
#COPY --from=builder /app/dist /html
FROM busybox
LABEL maintainer thomas.hairong@gmail.com
COPY --from=builder /app/dist /html
COPY dist/ /html

BIN
dist/Lodap.zip vendored Normal file

Binary file not shown.

BIN
dist/favicon.ico vendored Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.4 KiB

1
dist/index.html vendored Normal file

File diff suppressed because one or more lines are too long

1
dist/static/css/app.44f1bf96.css vendored Normal file

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1 @@
.dashboard-container[data-v-23572fce]{background:#f2f4f9;min-height:calc(100vh - 134px);overflow-x:scroll;padding:0 16px;padding-top:24px;font-size:14px}.dashboard-container .dashboard-main[data-v-23572fce]{width:100%;min-width:1380px;background-color:#fff;border-radius:8px;min-height:calc(100vh - 186px)}.dashboard-container .dashboard-main .dashboard-title .dashboard-header-line[data-v-23572fce]{display:inline-block;width:4px;height:16px;background:#0b58ff;border-radius:1px;position:relative;top:2px;margin-right:4px}.dashboard-container .dashboard-main .dashboard-title .dashboard-header-title[data-v-23572fce]{display:inline-block;font-size:16px;font-family:PingFangSC-Regular,PingFang SC;font-weight:400;color:#000;line-height:16px}.dashboard-container .dashboard-main .dashboard-legend[data-v-23572fce]{margin-top:20px}.dashboard-container .dashboard-main .dashboard-legend .dashboard-legend-cassette[data-v-23572fce]{display:inline-block;margin-right:24px}.dashboard-container .dashboard-main .dashboard-legend .dashboard-legend-cassette .dashboard-legend-cassette-cricle[data-v-23572fce]{display:inline-block;width:12px;height:12px;border-radius:6px}.dashboard-container .dashboard-main .dashboard-legend .dashboard-legend-port[data-v-23572fce]{display:inline-block;height:24px;line-height:24px;border-radius:4px;padding:0 16px;margin-left:24px}.dashboard-container .dashboard-main .dashboard-legend .dashboard-legend-btn[data-v-23572fce]{margin:0 20px;float:right}.dashboard-container .dashboard-main .dashboard-legend .dashboard-legend-search[data-v-23572fce]{float:right}.dashboard-container .dashboard-main .dashboard-layout[data-v-23572fce]{margin:20px 0}.dashboard-container .dashboard-main .dashboard-layout .dashboard-layout-shelf-box .dashboard-layout-footer[data-v-23572fce]{text-align:center;margin-top:12px}.dashboard-container .dashboard-main .dashboard-layout .dashboard-layout-shelf-box .dashboard-layout-shelf[data-v-23572fce]{padding:0 8px}.dashboard-container .dashboard-main .dashboard-layout .dashboard-layout-shelf-box .dashboard-layout-shelf .dashboard-layout-row[data-v-23572fce]{padding:0 1px}.dashboard-container .dashboard-main .dashboard-layout .dashboard-layout-shelf-box .dashboard-layout-shelf .dashboard-layout-row .dashboard-layout-item[data-v-23572fce]{width:100%;text-align:center;height:32px;-webkit-box-shadow:0 3px 6px 0 rgba(166,174,190,.8);box-shadow:0 3px 6px 0 rgba(166,174,190,.8);border-radius:2px 4px 4px 2px;margin-bottom:8px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:relative}.dashboard-container .dashboard-main .dashboard-layout .dashboard-layout-shelf-box .dashboard-layout-shelf .dashboard-layout-row .dashboard-layout-item .dashboard-layout-item-cricle[data-v-23572fce]{display:inline-block;width:12px;height:12px;border-radius:6px;margin-right:6px}.dashboard-container .dashboard-main .dashboard-layout .dashboard-layout-shelf-box .dashboard-layout-shelf .dashboard-layout-row .dashboard-layout-item .dashboard-layout-item-horn[data-v-23572fce]{position:absolute;width:0;height:0;right:0;top:0;border-style:solid;border-width:14px 0 0 14px;border-color:#0b58ff transparent transparent transparent}

View File

@@ -0,0 +1 @@
.edit-input[data-v-49ebac60]{padding-right:100px}.cancel-btn[data-v-49ebac60]{position:absolute;right:15px;top:10px}

View File

@@ -0,0 +1 @@
.container[data-v-1f95126c]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;height:50px;padding:4px 40px;background-color:#eee}.container .label-name[data-v-1f95126c]{margin-right:8px;font-size:14px}.submit-bar_container_1-UKi{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-top:28px;width:100%;height:40px}.add-dialog_dialog_19c-6 .add-dialog_input_3zaRq{display:-webkit-box;display:-ms-flexbox;display:flex;margin:8px 16px 8px 4px;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.add-dialog_dialog_19c-6 .add-dialog_input_3zaRq .add-dialog_select_3aPry,.add-dialog_dialog_19c-6 .add-dialog_select_3aPry{width:100%}.process-chart_c_3LXgj{margin:16px;height:300px;width:10%;position:relative}.process-chart_c_3LXgj .process-chart_chart_SL9sC{position:relative;height:400px;width:120%}.process-table_content_2g17L{padding:16px;margin:16px;position:relative;height:calc(100vh - 150px)}.process-table_content_2g17L .process-table_flaw-detail_g8l5C{width:1400px;position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.process-table_content_2g17L .process-table_flaw-detail_g8l5C .process-table_flaw-title_3vhhy{position:relative;width:200px;text-align:center;border:1px solid #ccc;background-color:#eee;padding:8px}.process-table_content_2g17L .process-table_flaw-detail_g8l5C .process-table_flaw-btns_21fhD{position:relative;width:200px;text-align:left}.process-table_content_2g17L .process-table_flaw-detail_g8l5C .process-table_flaw-select_29x-9{position:relative;width:200px;height:40px}.process-node-panel_container_1nz_9{margin:0 16px}.process-node-panel_container_1nz_9 .process-node-panel_content_2ne7O{padding:0 16px;font-size:14px}.process-node-panel_container_1nz_9 .process-node-panel_content_2ne7O div{margin-bottom:8px}.process-node-panel_container_1nz_9 .process-node-panel_content_2ne7O div span:nth-of-type(odd){color:#999}.process-node-panel_container_1nz_9 .process-node-panel_content_2ne7O div span:nth-of-type(2n){color:#666}.process-edit-bar_container_1bh-W{background-color:#eee;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;padding:4px 16px;margin:-16px 16px 16px 16px;width:98%}.process-drawer_dialog_2wxcT .process-drawer_input_3idWs{display:-webkit-box;display:-ms-flexbox;display:flex;margin:8px 16px 8px 4px;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.process-drawer_dialog_2wxcT .process-drawer_input_3idWs .process-drawer_select_1n-Z8,.process-drawer_dialog_2wxcT .process-drawer_select_1n-Z8{width:100%}.list_container_3gVva .list_table_1Smbo{margin:16px;width:98.5%}

View File

@@ -0,0 +1 @@
.drawer-footer[data-v-66806479]{width:100%;margin-top:50px;border-top:1px solid #e8e8e8;border-bottom:1px solid #e8e8e8;padding:10px 50px;text-align:left;background:#fff}

View File

@@ -0,0 +1 @@
.edit-input[data-v-5282d6b8]{padding-right:100px}.cancel-btn[data-v-5282d6b8]{position:absolute;right:15px;top:10px}

View File

@@ -0,0 +1 @@
.edit-input[data-v-7a98e903]{padding-right:100px}.cancel-btn[data-v-7a98e903]{position:absolute;right:15px;top:10px}

View File

@@ -0,0 +1 @@
.edit-input[data-v-732c3250]{padding-right:100px}.cancel-btn[data-v-732c3250]{position:absolute;right:15px;top:10px}

View File

@@ -0,0 +1 @@
.errPage-container[data-v-1cdf759b]{width:800px;max-width:100%;margin:100px auto}.errPage-container .pan-back-btn[data-v-1cdf759b]{background:#008489;color:#fff;border:none!important}.errPage-container .pan-gif[data-v-1cdf759b]{margin:0 auto;display:block}.errPage-container .pan-img[data-v-1cdf759b]{display:block;margin:0 auto;width:100%}.errPage-container .text-jumbo[data-v-1cdf759b]{font-size:60px;font-weight:700;color:#484848}.errPage-container .list-unstyled[data-v-1cdf759b]{font-size:14px}.errPage-container .list-unstyled li[data-v-1cdf759b]{padding-bottom:5px}.errPage-container .list-unstyled a[data-v-1cdf759b]{color:#008489;text-decoration:none}.errPage-container .list-unstyled a[data-v-1cdf759b]:hover{text-decoration:underline}

View File

@@ -0,0 +1 @@
.edit-input[data-v-3f4062d7]{padding-right:100px}.cancel-btn[data-v-3f4062d7]{position:absolute;right:15px;top:10px}

View File

@@ -0,0 +1 @@
.el-tree[data-v-350bd2ba] .el-tree-node__expand-icon,.el-tree[data-v-350bd2ba] .el-tree-node__label{font-size:20px}.text[data-v-1c0f2c97]{font-size:14px}.item[data-v-1c0f2c97]{margin-bottom:18px}.clearfix[data-v-1c0f2c97]:after,.clearfix[data-v-1c0f2c97]:before{display:table;content:""}.clearfix[data-v-1c0f2c97]:after{clear:both}.box-card[data-v-1c0f2c97]{width:100%}.el-container[data-v-0070ada1] .el-aside{border:2px solid #e4e4e4;border-radius:10px;background-color:#fff;min-height:550px;width:30%;padding-top:20px}

View File

@@ -0,0 +1 @@
@supports(-webkit-mask:none) and (not (cater-color:#fff)){.login-container .el-input input{color:#fff}}.login-container .el-input{display:inline-block;height:47px;width:85%}.login-container .el-input input{background:transparent;border:0;-webkit-appearance:none;border-radius:0;padding:12px 5px 12px 15px;color:#fff;height:47px;caret-color:#fff}.login-container .el-input input:-webkit-autofill{-webkit-text-fill-color:#fff!important}.login-container .el-form-item{border:1px solid hsla(0,0%,100%,.1);background:rgba(0,0,0,.1);border-radius:5px;color:#454545}.login-container[data-v-30639d60]{min-height:100%;width:100%;background:url(../../static/img/login-back.2210a7b4.jpg) 50% no-repeat;background-size:cover;overflow:hidden}.login-container .login-form[data-v-30639d60]{position:relative;width:620px;max-width:100%;top:160px;padding:10px 35px;margin:0 auto;overflow:hidden;background:hsla(0,0%,100%,.3);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:5px;-webkit-box-shadow:5px 5px 5px rgba(0,0,0,.1);box-shadow:5px 5px 5px rgba(0,0,0,.1)}.login-container .login-form .login-language[data-v-30639d60]{position:absolute;top:10px;right:10px;color:#fff;font-size:22px;cursor:pointer}.login-container .login-form .login-copyright[data-v-30639d60]{color:#fff;text-align:center}.login-container .tips[data-v-30639d60]{font-size:14px;color:#fff;margin-bottom:10px}.login-container .tips span[data-v-30639d60]:first-of-type{margin-right:16px}.login-container .svg-container[data-v-30639d60]{padding:6px 5px 6px 15px;color:#889aa4;vertical-align:middle;width:30px;display:inline-block}.login-container .title-container[data-v-30639d60]{position:relative}.login-container .title-container .title[data-v-30639d60]{font-size:26px;color:#eee;margin:0 auto 40px auto;text-align:center;font-weight:700}.login-container .show-pwd[data-v-30639d60]{position:absolute;right:10px;top:7px;font-size:16px;color:#889aa4;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.login-container .thirdparty-button[data-v-30639d60]{position:absolute;right:0;bottom:6px}@media only screen and (max-width:470px){.login-container .thirdparty-button[data-v-30639d60]{display:none}}

View File

@@ -0,0 +1 @@
.edit-input[data-v-3ca30f77]{padding-right:100px}.cancel-btn[data-v-3ca30f77]{position:absolute;right:15px;top:10px}

View File

@@ -0,0 +1 @@
.edit-input[data-v-e4ce97b0]{padding-right:100px}.cancel-btn[data-v-e4ce97b0]{position:absolute;right:15px;top:10px}

View File

@@ -0,0 +1 @@
.el-tree[data-v-350bd2ba] .el-tree-node__expand-icon,.el-tree[data-v-350bd2ba] .el-tree-node__label{font-size:20px}.el-container[data-v-3c677582] .el-aside{border:2px solid #e4e4e4;border-radius:10px;background-color:#fff;min-height:550px;width:30%;padding-top:20px}

View File

@@ -0,0 +1 @@
.mod-menu .icon-list__input>.el-input__inner,.mod-menu .menu-list__input>.el-input__inner{cursor:pointer}.mod-menu__icon-popover{width:458px;overflow:hidden}.mod-menu__icon-inner{width:478px;max-height:258px;overflow-x:hidden;overflow-y:auto}.mod-menu__icon-list{width:458px;padding:0;margin:-8px 0 0 -8px}.mod-menu__icon-list>.el-button{padding:8px;margin:8px 0 0 8px}.mod-menu__icon-list>.el-button>span{display:inline-block;vertical-align:middle;width:18px;height:18px;font-size:18px}

View File

@@ -0,0 +1 @@
.edit-input[data-v-7afbc726]{padding-right:100px}.cancel-btn[data-v-7afbc726]{position:absolute;right:15px;top:10px}

View File

@@ -0,0 +1 @@
.edit-input[data-v-5f68faaa]{padding-right:100px}.cancel-btn[data-v-5f68faaa]{position:absolute;right:15px;top:10px}

View File

@@ -0,0 +1 @@
.title[data-v-5d47f12a]{left:150px}.edit-input[data-v-5d47f12a]{padding-right:100px}.cancel-btn[data-v-5d47f12a]{position:absolute;right:15px;top:10px}.back[data-v-5d47f12a]{right:20px}

View File

@@ -0,0 +1 @@
.edit-input[data-v-6282007e]{padding-right:100px}.cancel-btn[data-v-6282007e]{position:absolute;right:15px;top:10px}

View File

@@ -0,0 +1 @@
.edit-input[data-v-6c17bb6e]{padding-right:100px}.cancel-btn[data-v-6c17bb6e]{position:absolute;right:15px;top:10px}

View File

@@ -0,0 +1 @@
.edit-input[data-v-07c420b7]{padding-right:100px}.cancel-btn[data-v-07c420b7]{position:absolute;right:15px;top:10px}

View File

@@ -0,0 +1 @@
.edit-input[data-v-c6111fec]{padding-right:100px}.cancel-btn[data-v-c6111fec]{position:absolute;right:15px;top:10px}.edit-input[data-v-a9803bae]{padding-right:100px}.cancel-btn[data-v-a9803bae]{position:absolute;right:15px;top:10px}

View File

@@ -0,0 +1 @@
.edit-input[data-v-8314039c]{padding-right:100px}.cancel-btn[data-v-8314039c]{position:absolute;right:15px;top:10px}

View File

@@ -0,0 +1 @@
.edit-input[data-v-c1465320]{padding-right:100px}.cancel-btn[data-v-c1465320]{position:absolute;right:15px;top:10px}

View File

@@ -0,0 +1 @@
.drawer-footer[data-v-0d4d3fb0],.drawer-footer[data-v-5cb9bb4a]{width:100%;margin-top:50px;border-top:1px solid #e8e8e8;padding:10px 50px;text-align:left;background:#fff}.drawer-footer[data-v-0d4d3fb0]{border-bottom:1px solid #e8e8e8}

View File

@@ -0,0 +1 @@
.wscn-http404-container[data-v-26fcd89f]{-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);position:absolute;top:40%;left:50%}.wscn-http404[data-v-26fcd89f]{position:relative;width:1200px;padding:0 50px;overflow:hidden}.wscn-http404 .pic-404[data-v-26fcd89f]{position:relative;float:left;width:600px;overflow:hidden}.wscn-http404 .pic-404__parent[data-v-26fcd89f]{width:100%}.wscn-http404 .pic-404__child[data-v-26fcd89f]{position:absolute}.wscn-http404 .pic-404__child.left[data-v-26fcd89f]{width:80px;top:17px;left:220px;opacity:0;-webkit-animation-name:cloudLeft-data-v-26fcd89f;animation-name:cloudLeft-data-v-26fcd89f;-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-timing-function:linear;animation-timing-function:linear;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-delay:1s;animation-delay:1s}.wscn-http404 .pic-404__child.mid[data-v-26fcd89f]{width:46px;top:10px;left:420px;opacity:0;-webkit-animation-name:cloudMid-data-v-26fcd89f;animation-name:cloudMid-data-v-26fcd89f;-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-timing-function:linear;animation-timing-function:linear;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-delay:1.2s;animation-delay:1.2s}.wscn-http404 .pic-404__child.right[data-v-26fcd89f]{width:62px;top:100px;left:500px;opacity:0;-webkit-animation-name:cloudRight-data-v-26fcd89f;animation-name:cloudRight-data-v-26fcd89f;-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-timing-function:linear;animation-timing-function:linear;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-delay:1s;animation-delay:1s}@-webkit-keyframes cloudLeft-data-v-26fcd89f{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}}@keyframes cloudLeft-data-v-26fcd89f{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}}@-webkit-keyframes cloudMid-data-v-26fcd89f{0%{top:10px;left:420px;opacity:0}20%{top:40px;left:360px;opacity:1}70%{top:130px;left:180px;opacity:1}to{top:160px;left:120px;opacity:0}}@keyframes cloudMid-data-v-26fcd89f{0%{top:10px;left:420px;opacity:0}20%{top:40px;left:360px;opacity:1}70%{top:130px;left:180px;opacity:1}to{top:160px;left:120px;opacity:0}}@-webkit-keyframes cloudRight-data-v-26fcd89f{0%{top:100px;left:500px;opacity:0}20%{top:120px;left:460px;opacity:1}80%{top:180px;left:340px;opacity:1}to{top:200px;left:300px;opacity:0}}@keyframes cloudRight-data-v-26fcd89f{0%{top:100px;left:500px;opacity:0}20%{top:120px;left:460px;opacity:1}80%{top:180px;left:340px;opacity:1}to{top:200px;left:300px;opacity:0}}.wscn-http404 .bullshit[data-v-26fcd89f]{position:relative;float:left;width:300px;padding:30px 0;overflow:hidden}.wscn-http404 .bullshit__oops[data-v-26fcd89f]{font-size:32px;line-height:40px;color:#1482f0;margin-bottom:20px;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}.wscn-http404 .bullshit__headline[data-v-26fcd89f],.wscn-http404 .bullshit__oops[data-v-26fcd89f]{font-weight:700;opacity:0;-webkit-animation-name:slideUp-data-v-26fcd89f;animation-name:slideUp-data-v-26fcd89f;-webkit-animation-duration:.5s;animation-duration:.5s}.wscn-http404 .bullshit__headline[data-v-26fcd89f]{font-size:20px;line-height:24px;color:#222;margin-bottom:10px;-webkit-animation-delay:.1s;animation-delay:.1s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}.wscn-http404 .bullshit__info[data-v-26fcd89f]{font-size:13px;line-height:21px;color:grey;margin-bottom:30px;-webkit-animation-delay:.2s;animation-delay:.2s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}.wscn-http404 .bullshit__info[data-v-26fcd89f],.wscn-http404 .bullshit__return-home[data-v-26fcd89f]{opacity:0;-webkit-animation-name:slideUp-data-v-26fcd89f;animation-name:slideUp-data-v-26fcd89f;-webkit-animation-duration:.5s;animation-duration:.5s}.wscn-http404 .bullshit__return-home[data-v-26fcd89f]{display:block;float:left;width:110px;height:36px;background:#1482f0;border-radius:100px;text-align:center;color:#fff;font-size:14px;line-height:36px;cursor:pointer;-webkit-animation-delay:.3s;animation-delay:.3s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}@-webkit-keyframes slideUp-data-v-26fcd89f{0%{-webkit-transform:translateY(60px);transform:translateY(60px);opacity:0}to{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}}@keyframes slideUp-data-v-26fcd89f{0%{-webkit-transform:translateY(60px);transform:translateY(60px);opacity:0}to{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}}

View File

@@ -0,0 +1 @@
.edit-input[data-v-da97073a]{padding-right:100px}.cancel-btn[data-v-da97073a]{position:absolute;right:15px;top:10px}.edit-input[data-v-cc86fb48]{padding-right:100px}.cancel-btn[data-v-cc86fb48]{position:absolute;right:15px;top:10px}

View File

@@ -0,0 +1 @@
.edit-input[data-v-a1be8dee]{padding-right:100px}.cancel-btn[data-v-a1be8dee]{position:absolute;right:15px;top:10px}

View File

@@ -0,0 +1 @@
.process-table .process-table-addprocess{margin-left:20px;margin-top:20px}.process-table .process-table-main{width:calc(100% - 40px);margin:20px;border:1px solid #e6ebf5;border-radius:5px;min-width:1000px}.process-table .process-table-main .process-table-main-title{padding:0 20px;width:100%;position:relative}.process-table .process-table-main .process-table-main-title .process-table-main-title-delbtn{position:absolute;top:50%;right:20px;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.process-table .process-table-main .process-table-main-item{width:calc(100% - 40px);margin:0 10px!important;line-height:48px}.process-node-panel_container_xVoVF{margin:0 16px}.process-node-panel_container_xVoVF .process-node-panel_content_6Qtl9{padding:0 16px;font-size:14px}.process-node-panel_container_xVoVF .process-node-panel_content_6Qtl9 div{margin-bottom:8px}.process-node-panel_container_xVoVF .process-node-panel_content_6Qtl9 div span:nth-of-type(odd){color:#999}.process-node-panel_container_xVoVF .process-node-panel_content_6Qtl9 div span:nth-of-type(2n){color:#666}.process-edit-bar_container_3eKjx{background-color:#eee;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;padding:4px 16px}.list_container_1CdVu .list_input_1gETR{display:-webkit-box;display:-ms-flexbox;display:flex;margin:8px 16px 8px 4px;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.list_container_1CdVu .list_input_1gETR .list_select_3iZGL,.list_container_1CdVu .list_select_3iZGL{width:100%}

View File

@@ -0,0 +1 @@
span[data-v-239f8dce]{margin-left:30px}

View File

@@ -0,0 +1 @@
.edit-input[data-v-66bd78e1]{padding-right:100px}.cancel-btn[data-v-66bd78e1]{position:absolute;right:15px;top:10px}

View File

@@ -0,0 +1 @@
.edit-input[data-v-ce6e7c2c]{padding-right:100px}.cancel-btn[data-v-ce6e7c2c]{position:absolute;right:15px;top:10px}

View File

@@ -0,0 +1 @@
.drawer-footer[data-v-55723996],.drawer-footer[data-v-a897ac3c]{width:100%;margin-top:50px;border-top:1px solid #e8e8e8;padding:10px 50px;text-align:left;background:#fff}.drawer-footer[data-v-a897ac3c]{border-bottom:1px solid #e8e8e8}

View File

@@ -0,0 +1 @@
.edit-input[data-v-534c0526]{padding-right:100px}.cancel-btn[data-v-534c0526]{position:absolute;right:15px;top:10px}

View File

@@ -0,0 +1 @@
.edit-input[data-v-206ab25c]{padding-right:100px}.cancel-btn[data-v-206ab25c]{position:absolute;right:15px;top:10px}

View File

@@ -0,0 +1 @@
.edit-input[data-v-ff8f9c44]{padding-right:100px}.cancel-btn[data-v-ff8f9c44]{position:absolute;right:15px;top:10px}.edit-input[data-v-4ca4790c]{padding-right:100px}.cancel-btn[data-v-4ca4790c]{position:absolute;right:15px;top:10px}

View File

@@ -0,0 +1 @@
.edit-input[data-v-49689e8c]{padding-right:100px}.cancel-btn[data-v-49689e8c]{position:absolute;right:15px;top:10px}

View File

@@ -0,0 +1 @@
.edit-input[data-v-e8895f3c]{padding-right:100px}.cancel-btn[data-v-e8895f3c]{position:absolute;right:15px;top:10px}

View File

@@ -0,0 +1 @@
.edit-input[data-v-a2c4e918]{padding-right:100px}.cancel-btn[data-v-a2c4e918]{position:absolute;right:15px;top:10px}.edit-input[data-v-41d27c02]{padding-right:100px}.cancel-btn[data-v-41d27c02]{position:absolute;right:15px;top:10px}

View File

@@ -0,0 +1 @@
.edit-input[data-v-7b0427da]{padding-right:100px}.cancel-btn[data-v-7b0427da]{position:absolute;right:15px;top:10px}

View File

@@ -0,0 +1 @@
.edit-input[data-v-44977cf9]{padding-right:100px}.cancel-btn[data-v-44977cf9]{position:absolute;right:15px;top:10px}

View File

@@ -0,0 +1 @@
.edit-input[data-v-5a807358]{padding-right:100px}.cancel-btn[data-v-5a807358]{position:absolute;right:15px;top:10px}

View File

@@ -0,0 +1 @@
.dashboard-container[data-v-54d82d52]{background:#f2f4f9;min-height:calc(100vh - 134px);overflow-x:scroll;padding:0 16px;padding-top:24px;font-size:14px}.dashboard-container .dashboard-main[data-v-54d82d52]{width:100%;min-width:1380px;background-color:#fff;border-radius:8px;min-height:calc(100vh - 186px)}.dashboard-container .dashboard-main .dashboard-title .dashboard-header-line[data-v-54d82d52]{display:inline-block;width:4px;height:16px;background:#0b58ff;border-radius:1px;position:relative;top:2px;margin-right:4px}.dashboard-container .dashboard-main .dashboard-title .dashboard-header-title[data-v-54d82d52]{display:inline-block;font-size:16px;font-family:PingFangSC-Regular,PingFang SC;font-weight:400;color:#000;line-height:16px}.dashboard-container .dashboard-main .dashboard-legend[data-v-54d82d52]{margin-top:20px}.dashboard-container .dashboard-main .dashboard-legend .dashboard-legend-cassette[data-v-54d82d52]{display:inline-block;margin-right:24px}.dashboard-container .dashboard-main .dashboard-legend .dashboard-legend-cassette .dashboard-legend-cassette-cricle[data-v-54d82d52]{display:inline-block;width:12px;height:12px;border-radius:6px}.dashboard-container .dashboard-main .dashboard-legend .dashboard-legend-port[data-v-54d82d52]{display:inline-block;height:24px;line-height:24px;border-radius:4px;padding:0 16px;margin-left:24px}.dashboard-container .dashboard-main .dashboard-legend .dashboard-legend-search[data-v-54d82d52]{float:right}.dashboard-container .dashboard-main .dashboard-layout[data-v-54d82d52]{margin:20px 0}.dashboard-container .dashboard-main .dashboard-layout .dashboard-layout-shelf-box .dashboard-layout-footer[data-v-54d82d52]{text-align:center;margin-top:12px}.dashboard-container .dashboard-main .dashboard-layout .dashboard-layout-shelf-box .dashboard-layout-shelf[data-v-54d82d52]{padding:0 8px}.dashboard-container .dashboard-main .dashboard-layout .dashboard-layout-shelf-box .dashboard-layout-shelf .dashboard-layout-row[data-v-54d82d52]{padding:0 1px}.dashboard-container .dashboard-main .dashboard-layout .dashboard-layout-shelf-box .dashboard-layout-shelf .dashboard-layout-row .dashboard-layout-item[data-v-54d82d52]{width:100%;text-align:center;height:32px;-webkit-box-shadow:0 3px 6px 0 rgba(166,174,190,.8);box-shadow:0 3px 6px 0 rgba(166,174,190,.8);border-radius:2px 4px 4px 2px;margin-bottom:8px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.dashboard-container .dashboard-main .dashboard-layout .dashboard-layout-shelf-box .dashboard-layout-shelf .dashboard-layout-row .dashboard-layout-item .dashboard-layout-item-cricle[data-v-54d82d52]{display:inline-block;width:12px;height:12px;border-radius:6px;margin-right:6px}

View File

@@ -0,0 +1 @@
.edit-input[data-v-be3f5ace]{padding-right:100px}.cancel-btn[data-v-be3f5ace]{position:absolute;right:15px;top:10px}

View File

@@ -0,0 +1 @@
.usermanager-container[data-v-fe4452a8]{padding:20px}.usermanager-container .method-btn-area[data-v-fe4452a8]{padding:15px 30px;margin:10px 0 20px 0;border:1px solid #dfe6ec}.usermanager-container .tree-select-container[data-v-fe4452a8]{border:1px solid #dfe6ec;min-height:400px;padding:20px}.edit-input[data-v-fe4452a8]{padding-right:100px}.cancel-btn[data-v-fe4452a8]{position:absolute;right:15px;top:10px}

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1 @@
.el-tree[data-v-30783aa4] .el-tree-node__expand-icon,.el-tree[data-v-30783aa4] .el-tree-node__label{font-size:20px}.usermanager-container[data-v-05a26c04]{padding:20px}.usermanager-container .method-btn-area[data-v-05a26c04]{padding:15px 30px;margin:10px 0 20px 0;border:1px solid #dfe6ec}.edit-input[data-v-05a26c04]{padding-right:100px}.cancel-btn[data-v-05a26c04]{position:absolute;right:15px;top:10px}

View File

@@ -0,0 +1 @@
.edit-input[data-v-87371a6e]{padding-right:100px}.cancel-btn[data-v-87371a6e]{position:absolute;right:15px;top:10px}

View File

@@ -0,0 +1 @@
.edit-input[data-v-417a3860]{padding-right:100px}.cancel-btn[data-v-417a3860]{position:absolute;right:15px;top:10px}

View File

@@ -0,0 +1 @@
.edit-input[data-v-16271d56]{padding-right:100px}.cancel-btn[data-v-16271d56]{position:absolute;right:15px;top:10px}

12
dist/static/css/chunk-libs.56871bac.css vendored Normal file

File diff suppressed because one or more lines are too long

Binary file not shown.

Binary file not shown.

BIN
dist/static/img/401.089007e7.gif vendored Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 160 KiB

BIN
dist/static/img/404.a57b6f31.png vendored Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 96 KiB

BIN
dist/static/img/404_cloud.0f4bc32b.png vendored Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.7 KiB

BIN
dist/static/img/head.44406e7d.png vendored Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

BIN
dist/static/img/login-back.2210a7b4.jpg vendored Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 MiB

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1 @@
(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-2d230fe7"],{ef3c:function(e,r,n){"use strict";n.r(r);n("a481");var t,u,a={created:function(){var e=this.$route,r=e.params,n=e.query,t=r.path;this.$router.replace({path:"/"+t,query:n})},render:function(e){return e()}},c=a,o=n("2877"),p=Object(o["a"])(c,t,u,!1,null,null,null);r["default"]=p.exports}}]);

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

350
dist/static/js/chunk-libs.b35e9759.js vendored Normal file

File diff suppressed because one or more lines are too long

View File

@@ -1,8 +1,8 @@
/*
* @Author: gtz
* @Date: 2022-03-15 16:42:34
* @LastEditors: gtz
* @LastEditTime: 2022-03-16 20:01:32
* @LastEditors: zwq
* @LastEditTime: 2022-06-06 15:53:29
* @Description: file content
* @FilePath: \mt-ck-wms-ui\src\lang\i18n\en\module\dashboard.js
*/

View File

@@ -1,8 +1,8 @@
/*
* @Author: gtz
* @Date: 2022-03-15 16:42:34
* @LastEditors: gtz
* @LastEditTime: 2022-03-16 20:01:27
* @LastEditors: zwq
* @LastEditTime: 2022-06-07 15:08:30
* @Description: file content
* @FilePath: \mt-ck-wms-ui\src\lang\i18n\zh\module\dashboard.js
*/

View File

@@ -1,7 +1,7 @@
/*
* @Date: 2020-12-14 09:07:03
* @LastEditors: Please set LastEditors
* @LastEditTime: 2021-12-06 14:24:30
* @LastEditors: zwq
* @LastEditTime: 2022-06-06 15:58:41
* @FilePath: \basic-admin\src\settings.js
* @Description:
*/