代码提交

This commit is contained in:
zzyuan 2024-10-18 18:10:38 +08:00
parent 9000dbf92e
commit f438af4832
263 changed files with 57752 additions and 6 deletions

View File

@ -1,5 +1,5 @@
# 页面标题
VUE_APP_TITLE = 博诺思管理系统
VUE_APP_TITLE = 考勤后台管理系统
# 开发环境配置
ENV = 'development'

View File

@ -1,9 +1,9 @@
# 页面标题
VUE_APP_TITLE = 庐江智慧工地
VUE_APP_TITLE = 考勤后台管理系统
# 生产环境配置
ENV = 'production'
BASE_URL=/gz-att/
# 博诺思管理系统/生产环境
VUE_APP_BASE_API = '/ljzhgd-api'
VUE_APP_BASE_API = '/gzatt-api'

View File

@ -1,5 +1,5 @@
# 页面标题
VUE_APP_TITLE = 博诺思管理系统
VUE_APP_TITLE = 考勤后台管理系统
NODE_ENV = production

BIN
gz-att.zip Normal file

Binary file not shown.

File diff suppressed because one or more lines are too long

Binary file not shown.

BIN
gz-att/favicon.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.4 KiB

BIN
gz-att/fonts/iconfont.ttf Normal file

Binary file not shown.

BIN
gz-att/fonts/iconfont.woff Normal file

Binary file not shown.

46
gz-att/html/ie.html Normal file

File diff suppressed because one or more lines are too long

BIN
gz-att/html/ie.html.gz Normal file

Binary file not shown.

BIN
gz-att/img/bg.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

BIN
gz-att/img/bg.jpg.gz Normal file

Binary file not shown.

BIN
gz-att/img/confirm.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.5 KiB

BIN
gz-att/img/success.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.0 KiB

184
gz-att/index.html Normal file

File diff suppressed because one or more lines are too long

BIN
gz-att/index.html.gz Normal file

Binary file not shown.

119
gz-att/js/VideoPlay.js Normal file
View File

@ -0,0 +1,119 @@
(function (e) {
function n(n) {
for (
var t, i, l = n[0], a = n[1], c = n[2], f = 0, p = [];
f < l.length;
f++
)
(i = l[f]), o[i] && p.push(o[i][0]), (o[i] = 0);
for (t in a) Object.prototype.hasOwnProperty.call(a, t) && (e[t] = a[t]);
d && d(n);
while (p.length) p.shift()();
return u.push.apply(u, c || []), r();
}
function r() {
for (var e, n = 0; n < u.length; n++) {
for (var r = u[n], t = !0, l = 1; l < r.length; l++) {
var a = r[l];
0 !== o[a] && (t = !1);
}
t && (u.splice(n--, 1), (e = i((i.s = r[0]))));
}
return e;
}
var t = {},
o = { VideoPlay: 0 },
u = [];
function i(n) {
if (t[n]) return t[n].exports;
var r = (t[n] = { i: n, l: !1, exports: {} });
return e[n].call(r.exports, r, r.exports, i), (r.l = !0), r.exports;
}
(i.m = e),
(i.c = t),
(i.d = function (e, n, r) {
i.o(e, n) || Object.defineProperty(e, n, { enumerable: !0, get: r });
}),
(i.r = function (e) {
"undefined" !== typeof Symbol &&
Symbol.toStringTag &&
Object.defineProperty(e, Symbol.toStringTag, { value: "Module" }),
Object.defineProperty(e, "__esModule", { value: !0 });
}),
(i.t = function (e, n) {
if ((1 & n && (e = i(e)), 8 & n)) return e;
if (4 & n && "object" === typeof e && e && e.__esModule) return e;
var r = Object.create(null);
if (
(i.r(r),
Object.defineProperty(r, "default", { enumerable: !0, value: e }),
2 & n && "string" != typeof e)
)
for (var t in e)
i.d(
r,
t,
function (n) {
return e[n];
}.bind(null, t)
);
return r;
}),
(i.n = function (e) {
var n =
e && e.__esModule
? function () {
return e["default"];
}
: function () {
return e;
};
return i.d(n, "a", n), n;
}),
(i.o = function (e, n) {
return Object.prototype.hasOwnProperty.call(e, n);
}),
(i.p = "");
var l = (window["webpackJsonp"] = window["webpackJsonp"] || []),
a = l.push.bind(l);
(l.push = n), (l = l.slice());
for (var c = 0; c < l.length; c++) n(l[c]);
var d = a;
u.push([2, "chunk-vendors", "chunk-common"]), r();
})({
2: function (e, n, r) {
e.exports = r("8db3");
},
"8db3": function (e, n, r) {
"use strict";
r.r(n);
var t = r("2b0e"),
o = (r("10c1"), r("2229"), r("6c89"), r("fd4c")),
u = (r("c695"), r("64fd")),
i = (r("7f70"), r("774a")),
l = r("299b");
window._babelPolyfill || r("db4d"),
t["a"].mixin(o["a"]),
t["a"].use(u["a"]),
(window.VideoRealPlayMount = (e) => {
let n = new t["a"]({ render: (e) => e(l["a"]) }).$mount(a(e));
return c(n, e);
}),
(window.VideoPlayBackMount = (e) => {
let n = new t["a"]({ render: (e) => e(i["a"]) }).$mount(a(e));
return c(n, e);
});
let a = function (e) {
let n = document.createElement("div");
return e.appendChild(n), n;
},
c = function (e, n) {
return (
(e.destroy = () => {
e.$children[0].destroy(), e.$destroy(), (n.innerHTML = "");
}),
e
);
};
},
});

BIN
gz-att/js/VideoPlay.js.gz Normal file

Binary file not shown.

View File

@ -0,0 +1 @@
(function(e){function n(n){for(var t,a,i=n[0],l=n[1],c=n[2],d=0,p=[];d<i.length;d++)a=i[d],o[a]&&p.push(o[a][0]),o[a]=0;for(t in l)Object.prototype.hasOwnProperty.call(l,t)&&(e[t]=l[t]);f&&f(n);while(p.length)p.shift()();return u.push.apply(u,c||[]),r()}function r(){for(var e,n=0;n<u.length;n++){for(var r=u[n],t=!0,i=1;i<r.length;i++){var l=r[i];0!==o[l]&&(t=!1)}t&&(u.splice(n--,1),e=a(a.s=r[0]))}return e}var t={},o={VideoPlayBack:0},u=[];function a(n){if(t[n])return t[n].exports;var r=t[n]={i:n,l:!1,exports:{}};return e[n].call(r.exports,r,r.exports,a),r.l=!0,r.exports}a.m=e,a.c=t,a.d=function(e,n,r){a.o(e,n)||Object.defineProperty(e,n,{enumerable:!0,get:r})},a.r=function(e){"undefined"!==typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},a.t=function(e,n){if(1&n&&(e=a(e)),8&n)return e;if(4&n&&"object"===typeof e&&e&&e.__esModule)return e;var r=Object.create(null);if(a.r(r),Object.defineProperty(r,"default",{enumerable:!0,value:e}),2&n&&"string"!=typeof e)for(var t in e)a.d(r,t,function(n){return e[n]}.bind(null,t));return r},a.n=function(e){var n=e&&e.__esModule?function(){return e["default"]}:function(){return e};return a.d(n,"a",n),n},a.o=function(e,n){return Object.prototype.hasOwnProperty.call(e,n)},a.p="";var i=window["webpackJsonp"]=window["webpackJsonp"]||[],l=i.push.bind(i);i.push=n,i=i.slice();for(var c=0;c<i.length;c++)n(i[c]);var f=l;u.push([1,"chunk-vendors","chunk-common"]),r()})({1:function(e,n,r){e.exports=r("5079")},5079:function(e,n,r){"use strict";r.r(n);var t=r("2b0e"),o=(r("10c1"),r("2229"),r("6c89"),r("fd4c")),u=(r("c695"),r("64fd")),a=(r("7f70"),r("774a"));window._babelPolyfill||r("db4d"),t["a"].mixin(o["a"]),t["a"].use(u["a"]);let i=document.getElementById("VideoPlayBack");i?new t["a"]({render:e=>e(a["a"])}).$mount("#VideoPlayBack"):window.VideoPlayBackMount=e=>{return new t["a"]({render:e=>e(a["a"])}).$mount(e)}}});

Binary file not shown.

101
gz-att/js/VideoRealPlay.js Normal file
View File

@ -0,0 +1,101 @@
(function (e) {
function n(n) {
for (
var t, l, a = n[0], i = n[1], c = n[2], d = 0, p = [];
d < a.length;
d++
)
(l = a[d]), o[l] && p.push(o[l][0]), (o[l] = 0);
for (t in i) Object.prototype.hasOwnProperty.call(i, t) && (e[t] = i[t]);
f && f(n);
while (p.length) p.shift()();
return u.push.apply(u, c || []), r();
}
function r() {
for (var e, n = 0; n < u.length; n++) {
for (var r = u[n], t = !0, a = 1; a < r.length; a++) {
var i = r[a];
0 !== o[i] && (t = !1);
}
t && (u.splice(n--, 1), (e = l((l.s = r[0]))));
}
return e;
}
var t = {},
o = { VideoRealPlay: 0 },
u = [];
function l(n) {
if (t[n]) return t[n].exports;
var r = (t[n] = { i: n, l: !1, exports: {} });
return e[n].call(r.exports, r, r.exports, l), (r.l = !0), r.exports;
}
(l.m = e),
(l.c = t),
(l.d = function (e, n, r) {
l.o(e, n) || Object.defineProperty(e, n, { enumerable: !0, get: r });
}),
(l.r = function (e) {
"undefined" !== typeof Symbol &&
Symbol.toStringTag &&
Object.defineProperty(e, Symbol.toStringTag, { value: "Module" }),
Object.defineProperty(e, "__esModule", { value: !0 });
}),
(l.t = function (e, n) {
if ((1 & n && (e = l(e)), 8 & n)) return e;
if (4 & n && "object" === typeof e && e && e.__esModule) return e;
var r = Object.create(null);
if (
(l.r(r),
Object.defineProperty(r, "default", { enumerable: !0, value: e }),
2 & n && "string" != typeof e)
)
for (var t in e)
l.d(
r,
t,
function (n) {
return e[n];
}.bind(null, t)
);
return r;
}),
(l.n = function (e) {
var n =
e && e.__esModule
? function () {
return e["default"];
}
: function () {
return e;
};
return l.d(n, "a", n), n;
}),
(l.o = function (e, n) {
return Object.prototype.hasOwnProperty.call(e, n);
}),
(l.p = "");
var a = (window["webpackJsonp"] = window["webpackJsonp"] || []),
i = a.push.bind(a);
(a.push = n), (a = a.slice());
for (var c = 0; c < a.length; c++) n(a[c]);
var f = i;
u.push([0, "chunk-vendors", "chunk-common"]), r();
})({
0: function (e, n, r) {
e.exports = r("7f63");
},
"7f63": function (e, n, r) {
"use strict";
r.r(n);
var t = r("2b0e"),
o = (r("10c1"), r("2229"), r("6c89"), r("fd4c")),
u = r("299b");
window._babelPolyfill || r("db4d"), t["a"].mixin(o["a"]);
let l = document.getElementById("VideoRealPlay");
l
? new t["a"]({ render: (e) => e(u["a"]) }).$mount("#VideoRealPlay")
: (window.VideoRealPlayMount = (e) => {
return new t["a"]({ render: (e) => e(u["a"]) }).$mount(e);
});
},
});

Binary file not shown.

41691
gz-att/js/chunk-common.js Normal file

File diff suppressed because it is too large Load Diff

Binary file not shown.

15258
gz-att/js/chunk-vendors.js Normal file

File diff suppressed because it is too large Load Diff

Binary file not shown.

File diff suppressed because one or more lines are too long

Binary file not shown.

BIN
gz-att/js/h265_decoder.wasm Normal file

Binary file not shown.

2
gz-att/robots.txt Normal file
View File

@ -0,0 +1,2 @@
User-agent: *
Disallow: /

File diff suppressed because one or more lines are too long

Binary file not shown.

View File

@ -0,0 +1 @@
.register{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:100%;background-image:url(../../static/img/login-background.f9f49138.jpg);background-size:cover}.title{margin:0 auto 30px auto;text-align:center;color:#707070}.register-form{border-radius:6px;background:#fff;width:400px;padding:25px 25px 5px 25px}.register-form .el-input,.register-form .el-input input{height:38px}.register-form .input-icon{height:39px;width:14px;margin-left:2px}.register-tip{font-size:13px;text-align:center;color:#bfbfbf}.register-code{width:33%;height:38px;float:right}.register-code img{cursor:pointer;vertical-align:middle}.el-register-footer{height:40px;line-height:40px;position:fixed;bottom:0;width:100%;text-align:center;color:#fff;font-family:Arial;font-size:12px;letter-spacing:1px}.register-code-img{height:38px}

Binary file not shown.

View File

@ -0,0 +1 @@
.content[data-v-30b01d94]{width:100%;height:100%;padding-top:20px;display:-webkit-box;display:-ms-flexbox;display:flex}.content .left-box[data-v-30b01d94]{width:35%;height:100%;background-color:#fff;border-radius:10px;padding:10px}.content .right-box[data-v-30b01d94]{width:63%;height:100%;margin:0 20px;background-color:#fff;border-radius:10px;padding:10px}.content .right-list[data-v-30b01d94]{width:100%;height:100px}.content .right-list .listItem[data-v-30b01d94],.content .right-list[data-v-30b01d94]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.content .right-list .listItem[data-v-30b01d94]{width:30%;height:70px;border-radius:10px;padding:10px;cursor:pointer}.content .title-box[data-v-30b01d94]{width:100%;height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}

Binary file not shown.

View File

@ -0,0 +1 @@
.content[data-v-e7ecd140]{width:100%;height:100%}.content .content-box[data-v-e7ecd140]{width:100%;height:100%;padding:10px;background-color:#fff;border-radius:10px}.content .title-box[data-v-e7ecd140]{width:100%;height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.content .chart-box[data-v-e7ecd140]{width:100%;height:400px;overflow-x:auto}[data-v-e7ecd140].org-tree-container .org-tree .org-tree-node .org-tree-node-label{white-space:nowrap;font-size:12px!important}.bg-white[data-v-e7ecd140]{background-color:#d2691e}.bg-orange[data-v-e7ecd140]{background-color:orange}.bg-gold[data-v-e7ecd140]{background-color:gold}.bg-gray[data-v-e7ecd140]{background-color:grey}.bg-lightpink[data-v-e7ecd140]{background-color:#ffb6c1}.bg-chocolate[data-v-e7ecd140]{background-color:#d2691e}.bg-tomato[data-v-e7ecd140]{background-color:tomato}

Binary file not shown.

View File

@ -0,0 +1 @@
.user-info-head[data-v-380640a7]{position:relative;display:inline-block;height:120px}.user-info-head[data-v-380640a7]:hover:after{content:"+";position:absolute;left:0;right:0;top:0;bottom:0;color:#eee;background:rgba(0,0,0,.5);font-size:24px;font-style:normal;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;cursor:pointer;line-height:110px;border-radius:50%}

Binary file not shown.

View File

@ -0,0 +1 @@
.icon-body[data-v-480c2f7f]{width:100%;padding:10px}.icon-body .icon-search[data-v-480c2f7f]{position:relative;margin-bottom:5px}.icon-body .icon-list[data-v-480c2f7f]{height:200px;overflow:auto}.icon-body .icon-list .list-container[data-v-480c2f7f]{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.icon-body .icon-list .list-container .icon-item-wrapper[data-v-480c2f7f]{width:33.33333%;height:25px;line-height:25px;cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex}.icon-body .icon-list .list-container .icon-item-wrapper .icon-item[data-v-480c2f7f]{display:-webkit-box;display:-ms-flexbox;display:flex;max-width:100%;height:100%;padding:0 5px}.icon-body .icon-list .list-container .icon-item-wrapper .icon-item[data-v-480c2f7f]:hover{background:#ececec;border-radius:5px}.icon-body .icon-list .list-container .icon-item-wrapper .icon-item .icon[data-v-480c2f7f]{-ms-flex-negative:0;flex-shrink:0}.icon-body .icon-list .list-container .icon-item-wrapper .icon-item span[data-v-480c2f7f]{display:inline-block;vertical-align:-.15em;fill:currentColor;padding-left:2px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.icon-body .icon-list .list-container .icon-item-wrapper .icon-item.active[data-v-480c2f7f]{background:#ececec;border-radius:5px}

Binary file not shown.

View File

@ -0,0 +1 @@
.content[data-v-d0225646]{width:100%;height:100%;padding-top:20px}.content .content-box[data-v-d0225646]{width:100%;height:100%;padding:10px;background-color:#fff;border-radius:10px}.content .title-box[data-v-d0225646]{height:30px;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.content .list-box[data-v-d0225646],.content .title-box[data-v-d0225646]{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.content .list-box[data-v-d0225646]{height:250px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.content .list-box .listItem[data-v-d0225646]{width:80%;height:70px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;border-radius:10px;padding:10px;margin-bottom:20px;cursor:pointer}

Binary file not shown.

View File

@ -0,0 +1 @@
.uploadImg[data-v-a0009668]{padding-top:20px;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}.deviceCode[data-v-a0009668]{margin-top:10px;padding-bottom:20px;font-size:18px}[data-v-a0009668].el-table .fixed-width .el-button--mini{width:60px!important;margin-bottom:10px}[data-v-a0009668].disabled .el-upload--picture-card{display:none}

Binary file not shown.

View File

@ -0,0 +1 @@
.content[data-v-30b01d94]{width:100%;height:100%;padding-top:20px;display:-webkit-box;display:-ms-flexbox;display:flex}.content .left-box[data-v-30b01d94]{width:35%;height:100%;background-color:#fff;border-radius:10px;padding:10px}.content .right-box[data-v-30b01d94]{width:63%;height:100%;margin:0 20px;background-color:#fff;border-radius:10px;padding:10px}.content .right-list[data-v-30b01d94]{width:100%;height:100px}.content .right-list .listItem[data-v-30b01d94],.content .right-list[data-v-30b01d94]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.content .right-list .listItem[data-v-30b01d94]{width:30%;height:70px;border-radius:10px;padding:10px;cursor:pointer}.content .title-box[data-v-30b01d94]{width:100%;height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.content[data-v-d0225646]{width:100%;height:100%;padding-top:20px}.content .content-box[data-v-d0225646]{width:100%;height:100%;padding:10px;background-color:#fff;border-radius:10px}.content .title-box[data-v-d0225646]{height:30px;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.content .list-box[data-v-d0225646],.content .title-box[data-v-d0225646]{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.content .list-box[data-v-d0225646]{height:250px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.content .list-box .listItem[data-v-d0225646]{width:80%;height:70px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;border-radius:10px;padding:10px;margin-bottom:20px;cursor:pointer}.content[data-v-e7ecd140]{width:100%;height:100%}.content .content-box[data-v-e7ecd140]{width:100%;height:100%;padding:10px;background-color:#fff;border-radius:10px}.content .title-box[data-v-e7ecd140]{width:100%;height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.content .chart-box[data-v-e7ecd140]{width:100%;height:400px;overflow-x:auto}[data-v-e7ecd140].org-tree-container .org-tree .org-tree-node .org-tree-node-label{white-space:nowrap;font-size:12px!important}.bg-white[data-v-e7ecd140]{background-color:#d2691e}.bg-orange[data-v-e7ecd140]{background-color:orange}.bg-gold[data-v-e7ecd140]{background-color:gold}.bg-gray[data-v-e7ecd140]{background-color:grey}.bg-lightpink[data-v-e7ecd140]{background-color:#ffb6c1}.bg-chocolate[data-v-e7ecd140]{background-color:#d2691e}.bg-tomato[data-v-e7ecd140]{background-color:tomato}.content[data-v-6e5bd660]{width:100%;height:100%}.content .content-box[data-v-6e5bd660]{width:100%;height:100%;padding:10px;background-color:#fff;border-radius:10px}.content .title-box[data-v-6e5bd660]{width:100%;height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.content .chart-box[data-v-6e5bd660]{width:100%;height:400px}.homePage[data-v-5f28c1d8]{color:#000;position:relative}.homePage .container[data-v-5f28c1d8],.homePage[data-v-5f28c1d8]{width:100%;height:auto;background:#f8f8f8}.homePage .container .topModuleBox[data-v-5f28c1d8]{width:100%;height:320px;display:-webkit-box;display:-ms-flexbox;display:flex}.homePage .container .bottomModuleBox[data-v-5f28c1d8]{width:100%;height:450px;margin:20px 0;display:-webkit-box;display:-ms-flexbox;display:flex}

Binary file not shown.

View File

@ -0,0 +1 @@
.login{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:100%;background-image:url(../../static/img/login-background.f9f49138.jpg);background-size:cover}.title{margin:0 auto 30px auto;text-align:center;color:#707070}.login-form{border-radius:6px;background:#fff;width:400px;padding:25px 25px 5px 25px}.login-form .el-input,.login-form .el-input input{height:38px}.login-form .input-icon{height:39px;width:14px;margin-left:2px}.login-tip{font-size:13px;text-align:center;color:#bfbfbf}.login-code{width:33%;height:38px;float:right}.login-code img{cursor:pointer;vertical-align:middle}.el-login-footer{height:40px;line-height:40px;position:fixed;bottom:0;width:100%;text-align:center;color:#fff;font-family:Arial;font-size:12px;letter-spacing:1px}.login-code-img{height:38px}

Binary file not shown.

View File

@ -0,0 +1 @@
.wscn-http404-container[data-v-279ea4b2]{-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);position:absolute;top:40%;left:50%}.wscn-http404[data-v-279ea4b2]{position:relative;width:1200px;padding:0 50px;overflow:hidden}.wscn-http404 .pic-404[data-v-279ea4b2]{position:relative;float:left;width:600px;overflow:hidden}.wscn-http404 .pic-404__parent[data-v-279ea4b2]{width:100%}.wscn-http404 .pic-404__child[data-v-279ea4b2]{position:absolute}.wscn-http404 .pic-404__child.left[data-v-279ea4b2]{width:80px;top:17px;left:220px;opacity:0;-webkit-animation-name:cloudLeft-data-v-279ea4b2;animation-name:cloudLeft-data-v-279ea4b2;-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-279ea4b2]{width:46px;top:10px;left:420px;opacity:0;-webkit-animation-name:cloudMid-data-v-279ea4b2;animation-name:cloudMid-data-v-279ea4b2;-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-279ea4b2]{width:62px;top:100px;left:500px;opacity:0;-webkit-animation-name:cloudRight-data-v-279ea4b2;animation-name:cloudRight-data-v-279ea4b2;-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-279ea4b2{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-279ea4b2{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-279ea4b2{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-279ea4b2{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-279ea4b2{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-279ea4b2{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-279ea4b2]{position:relative;float:left;width:300px;padding:30px 0;overflow:hidden}.wscn-http404 .bullshit__oops[data-v-279ea4b2]{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-279ea4b2],.wscn-http404 .bullshit__oops[data-v-279ea4b2]{font-weight:700;opacity:0;-webkit-animation-name:slideUp-data-v-279ea4b2;animation-name:slideUp-data-v-279ea4b2;-webkit-animation-duration:.5s;animation-duration:.5s}.wscn-http404 .bullshit__headline[data-v-279ea4b2]{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-279ea4b2]{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-279ea4b2],.wscn-http404 .bullshit__return-home[data-v-279ea4b2]{opacity:0;-webkit-animation-name:slideUp-data-v-279ea4b2;animation-name:slideUp-data-v-279ea4b2;-webkit-animation-duration:.5s;animation-duration:.5s}.wscn-http404 .bullshit__return-home[data-v-279ea4b2]{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-279ea4b2{0%{-webkit-transform:translateY(60px);transform:translateY(60px);opacity:0}to{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}}@keyframes slideUp-data-v-279ea4b2{0%{-webkit-transform:translateY(60px);transform:translateY(60px);opacity:0}to{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}}

Binary file not shown.

View File

@ -0,0 +1 @@
.icon-ul[data-v-2fa68d6e]{margin:0;padding:0;font-size:0}.icon-ul li[data-v-2fa68d6e]{list-style-type:none;text-align:center;font-size:14px;display:inline-block;width:16.66%;-webkit-box-sizing:border-box;box-sizing:border-box;height:108px;padding:15px 6px 6px 6px;cursor:pointer;overflow:hidden}.icon-ul li[data-v-2fa68d6e]:hover{background:#f2f2f2}.icon-ul li.active-item[data-v-2fa68d6e]{background:#e1f3fb;color:#7a6df0}.icon-ul li>i[data-v-2fa68d6e]{font-size:30px;line-height:50px}.icon-dialog[data-v-2fa68d6e] .el-dialog{border-radius:8px;margin-bottom:0;margin-top:4vh!important;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;max-height:92vh;overflow:hidden;-webkit-box-sizing:border-box;box-sizing:border-box}.icon-dialog[data-v-2fa68d6e] .el-dialog .el-dialog__header{padding-top:14px}.icon-dialog[data-v-2fa68d6e] .el-dialog .el-dialog__body{margin:0 20px 20px 20px;padding:0;overflow:auto}.right-board[data-v-78f2d993]{width:350px;position:absolute;right:0;top:0;padding-top:3px}.right-board .field-box[data-v-78f2d993]{position:relative;height:calc(100vh - 42px);-webkit-box-sizing:border-box;box-sizing:border-box;overflow:hidden}.right-board .el-scrollbar[data-v-78f2d993]{height:100%}.select-item[data-v-78f2d993]{display:-webkit-box;display:-ms-flexbox;display:flex;border:1px dashed #fff;-webkit-box-sizing:border-box;box-sizing:border-box}.select-item .close-btn[data-v-78f2d993]{cursor:pointer;color:#f56c6c}.select-item .el-input+.el-input[data-v-78f2d993]{margin-left:4px}.select-item+.select-item[data-v-78f2d993]{margin-top:4px}.select-item.sortable-chosen[data-v-78f2d993]{border:1px dashed #409eff}.select-line-icon[data-v-78f2d993]{line-height:32px;font-size:22px;padding:0 4px;color:#777}.option-drag[data-v-78f2d993]{cursor:move}.time-range .el-date-editor[data-v-78f2d993]{width:227px}.time-range[data-v-78f2d993] .el-icon-time{display:none}.document-link[data-v-78f2d993]{position:absolute;display:block;width:26px;height:26px;top:0;left:0;cursor:pointer;background:#409eff;z-index:1;border-radius:0 0 6px 0;text-align:center;line-height:26px;color:#fff;font-size:18px}.node-label[data-v-78f2d993]{font-size:14px}.node-icon[data-v-78f2d993]{color:#bebfc3}

Binary file not shown.

File diff suppressed because one or more lines are too long

Binary file not shown.

View File

@ -0,0 +1 @@
.content[data-v-758fd134]{-webkit-box-sizing:border-box;box-sizing:border-box;padding:20px}

View File

@ -0,0 +1 @@
.user-info-head[data-v-380640a7]{position:relative;display:inline-block;height:120px}.user-info-head[data-v-380640a7]:hover:after{content:"+";position:absolute;left:0;right:0;top:0;bottom:0;color:#eee;background:rgba(0,0,0,.5);font-size:24px;font-style:normal;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;cursor:pointer;line-height:110px;border-radius:50%}

Binary file not shown.

View File

@ -0,0 +1 @@
.hljs{display:block;background:#fff;padding:.5em;color:#333;overflow-x:auto}.hljs-comment,.hljs-meta{color:#969896}.hljs-emphasis,.hljs-quote,.hljs-strong,.hljs-template-variable,.hljs-variable{color:#df5000}.hljs-keyword,.hljs-selector-tag,.hljs-type{color:#d73a49}.hljs-attribute,.hljs-bullet,.hljs-literal,.hljs-symbol{color:#0086b3}.hljs-name,.hljs-section{color:#63a35c}.hljs-tag{color:#333}.hljs-attr,.hljs-selector-attr,.hljs-selector-class,.hljs-selector-id,.hljs-selector-pseudo,.hljs-title{color:#6f42c1}.hljs-addition{color:#55a532;background-color:#eaffea}.hljs-deletion{color:#bd2c00;background-color:#ffecec}.hljs-link{text-decoration:underline}.hljs-number{color:#005cc5}.hljs-string{color:#032f62}

Binary file not shown.

View File

@ -0,0 +1 @@
.uploadImg[data-v-70cd119f]{padding-top:20px;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}.deviceCode[data-v-70cd119f]{margin-top:10px;padding-bottom:20px;font-size:18px}[data-v-70cd119f].el-table .fixed-width .el-button--mini{width:60px!important;margin-bottom:10px}[data-v-70cd119f].disabled .el-upload--picture-card{display:none}

Binary file not shown.

View File

@ -0,0 +1 @@
.icon-ul[data-v-2fa68d6e]{margin:0;padding:0;font-size:0}.icon-ul li[data-v-2fa68d6e]{list-style-type:none;text-align:center;font-size:14px;display:inline-block;width:16.66%;-webkit-box-sizing:border-box;box-sizing:border-box;height:108px;padding:15px 6px 6px 6px;cursor:pointer;overflow:hidden}.icon-ul li[data-v-2fa68d6e]:hover{background:#f2f2f2}.icon-ul li.active-item[data-v-2fa68d6e]{background:#e1f3fb;color:#7a6df0}.icon-ul li>i[data-v-2fa68d6e]{font-size:30px;line-height:50px}.icon-dialog[data-v-2fa68d6e] .el-dialog{border-radius:8px;margin-bottom:0;margin-top:4vh!important;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;max-height:92vh;overflow:hidden;-webkit-box-sizing:border-box;box-sizing:border-box}.icon-dialog[data-v-2fa68d6e] .el-dialog .el-dialog__header{padding-top:14px}.icon-dialog[data-v-2fa68d6e] .el-dialog .el-dialog__body{margin:0 20px 20px 20px;padding:0;overflow:auto}

Binary file not shown.

View File

@ -0,0 +1 @@
.centerTopPage[data-v-6cd2a566]{width:100%;height:100%;margin-bottom:2%;padding:0 10px;position:relative;-webkit-box-sizing:border-box;box-sizing:border-box}.centerTopPage .iconMap[data-v-6cd2a566]{display:block!important;visibility:visible!important;opacity:1}.centerTopPage .buttonTop[data-v-6cd2a566]{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.centerTopPage .buttom1[data-v-6cd2a566]{width:110px;height:32px;text-align:center;line-height:32px;border-radius:4px;color:#55f3fb;background-size:110px 32px;margin-right:12px;cursor:pointer}.centerTopPage .buttom1.on[data-v-6cd2a566]{color:#0095ff;background-size:110px 32px}.centerTopPage .mapBox[data-v-6cd2a566]{width:100%;height:97%;display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;z-index:1000}.centerTopPage .mapBox #mapEcharts[data-v-6cd2a566]{width:100%;height:100%}.centerTopPage .label-box[data-v-6cd2a566]{position:absolute;bottom:0;left:40px;background-size:100% 100%;padding:10px 15px}.centerTopPage .label-box .item[data-v-6cd2a566]{font-size:14px;line-height:22px;color:#fff;position:relative;padding-left:15px;font-size:16px}.centerTopPage .label-box .item[data-v-6cd2a566]:before{content:"";width:10px;height:10px;background:#06bbf2;position:absolute;top:6px;left:0}.centerTopPage .label-box .itemColor1[data-v-6cd2a566]:before{background:#06bbf2}.centerTopPage .label-box .itemColor2[data-v-6cd2a566]:before{background:#2df0fe}.centerTopPage .label-box .itemColor3[data-v-6cd2a566]:before{background:#10e0a5}.centerTopPage .label-box .itemColor4[data-v-6cd2a566]:before{background:#dcef4e}.centerTopPage .label-box .itemColor5[data-v-6cd2a566]:before{background:#f48413}.centerTopPage .label-box .itemColor6[data-v-6cd2a566]:before{background:#fc5403}.scrollTooltip::-webkit-scrollbar{width:10px;height:10px}.scrollTooltip::-webkit-scrollbar-thumb{background-color:#1653a6;border-radius:10px;-webkit-box-shadow:inset 1px 1px 0 #1653a6}.itemColor{position:relative;padding-left:15px;line-height:22px}.itemColor:before{content:"";width:10px;height:10px;position:absolute;top:6px;left:0}.itemColor1:before,.itemColor:before{background:#06bbf2}.itemColor2:before{background:#2df0fe}.itemColor3:before{background:#10e0a5}.itemColor4:before{background:#dcef4e}.itemColor5:before{background:#f48413}.itemColor6:before{background:#fc5403}

Binary file not shown.

File diff suppressed because one or more lines are too long

Binary file not shown.

View File

@ -0,0 +1 @@
.uploadImg[data-v-53383522]{padding-top:20px;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}.deviceCode[data-v-53383522]{margin-top:10px;padding-bottom:20px;font-size:18px}[data-v-53383522].el-table .fixed-width .el-button--mini{width:60px!important;margin-bottom:10px}[data-v-53383522].disabled .el-upload--picture-card{display:none}

Binary file not shown.

View File

@ -0,0 +1 @@
.home[data-v-a19fe58e]{font-family:open sans,Helvetica Neue,Helvetica,Arial,sans-serif;font-size:13px;color:#676a6c;overflow-x:hidden}.home blockquote[data-v-a19fe58e]{padding:10px 20px;margin:0 0 20px;font-size:17.5px;border-left:5px solid #eee}.home hr[data-v-a19fe58e]{margin-top:20px;margin-bottom:20px;border:0;border-top:1px solid #eee}.home .col-item[data-v-a19fe58e]{margin-bottom:20px}.home ul[data-v-a19fe58e]{padding:0;margin:0;list-style-type:none}.home h4[data-v-a19fe58e]{margin-top:0}.home h2[data-v-a19fe58e]{margin-top:10px;font-size:26px;font-weight:100}.home p[data-v-a19fe58e]{margin-top:10px}.home p b[data-v-a19fe58e]{font-weight:700}.home .update-log ol[data-v-a19fe58e]{display:block;list-style-type:decimal;-webkit-margin-before:1em;margin-block-start:1em;-webkit-margin-after:1em;margin-block-end:1em;-webkit-margin-start:0;margin-inline-start:0;-webkit-margin-end:0;margin-inline-end:0;-webkit-padding-start:40px;padding-inline-start:40px}

Binary file not shown.

View File

@ -0,0 +1 @@
.content[data-v-6e5bd660]{width:100%;height:100%}.content .content-box[data-v-6e5bd660]{width:100%;height:100%;padding:10px;background-color:#fff;border-radius:10px}.content .title-box[data-v-6e5bd660]{width:100%;height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.content .chart-box[data-v-6e5bd660]{width:100%;height:400px}

Binary file not shown.

View File

@ -0,0 +1 @@
[data-v-5e1e9fc1].disabled .el-upload--picture-card{display:none}

View File

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

Binary file not shown.

View File

@ -0,0 +1 @@
.vue-treeselect__option--highlighted[data-v-05d7f1ad]{background-color:initial;color:initial}

View File

@ -0,0 +1 @@
.mapBox[data-v-5167f292]{width:100%;height:820px;z-index:1000;background:url(../../static/img/mapBg.d242a865.png) no-repeat 50%;background-size:100% 100%}

File diff suppressed because one or more lines are too long

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 160 KiB

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 96 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.7 KiB

View File

@ -0,0 +1,39 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg width="52px" height="45px" viewBox="0 0 52 45" version="1.1"
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink">
<defs>
<filter x="-9.4%" y="-6.2%" width="118.8%" height="122.5%" filterUnits="objectBoundingBox" id="filter-1">
<feOffset dx="0" dy="1" in="SourceAlpha" result="shadowOffsetOuter1"></feOffset>
<feGaussianBlur stdDeviation="1" in="shadowOffsetOuter1" result="shadowBlurOuter1"></feGaussianBlur>
<feColorMatrix values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.15 0" type="matrix" in="shadowBlurOuter1" result="shadowMatrixOuter1"></feColorMatrix>
<feMerge>
<feMergeNode in="shadowMatrixOuter1"></feMergeNode>
<feMergeNode in="SourceGraphic"></feMergeNode>
</feMerge>
</filter>
<rect id="path-2" x="0" y="0" width="48" height="40" rx="4"></rect>
<filter x="-4.2%" y="-2.5%" width="108.3%" height="110.0%" filterUnits="objectBoundingBox" id="filter-4">
<feOffset dx="0" dy="1" in="SourceAlpha" result="shadowOffsetOuter1"></feOffset>
<feGaussianBlur stdDeviation="0.5" in="shadowOffsetOuter1" result="shadowBlurOuter1"></feGaussianBlur>
<feColorMatrix values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1 0" type="matrix" in="shadowBlurOuter1"></feColorMatrix>
</filter>
</defs>
<g id="配置面板" width="48" height="40" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g id="setting-copy-2" width="48" height="40" transform="translate(-1190.000000, -136.000000)">
<g id="Group-8" width="48" height="40" transform="translate(1167.000000, 0.000000)">
<g id="Group-5-Copy-5" filter="url(#filter-1)" transform="translate(25.000000, 137.000000)">
<mask id="mask-3" fill="white">
<use xlink:href="#path-2"></use>
</mask>
<g id="Rectangle-18">
<use fill="black" fill-opacity="1" filter="url(#filter-4)" xlink:href="#path-2"></use>
<use fill="#F0F2F5" fill-rule="evenodd" xlink:href="#path-2"></use>
</g>
<rect id="Rectangle-11" fill="#FFFFFF" mask="url(#mask-3)" x="0" y="0" width="48" height="10"></rect>
<rect id="Rectangle-18" fill="#303648" mask="url(#mask-3)" x="0" y="0" width="16" height="40"></rect>
</g>
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 2.5 KiB

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.0 KiB

View File

@ -0,0 +1,39 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg width="52px" height="45px" viewBox="0 0 52 45" version="1.1"
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink">
<defs>
<filter x="-9.4%" y="-6.2%" width="118.8%" height="122.5%" filterUnits="objectBoundingBox" id="filter-1">
<feOffset dx="0" dy="1" in="SourceAlpha" result="shadowOffsetOuter1"></feOffset>
<feGaussianBlur stdDeviation="1" in="shadowOffsetOuter1" result="shadowBlurOuter1"></feGaussianBlur>
<feColorMatrix values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.15 0" type="matrix" in="shadowBlurOuter1" result="shadowMatrixOuter1"></feColorMatrix>
<feMerge>
<feMergeNode in="shadowMatrixOuter1"></feMergeNode>
<feMergeNode in="SourceGraphic"></feMergeNode>
</feMerge>
</filter>
<rect id="path-2" x="0" y="0" width="48" height="40" rx="4"></rect>
<filter x="-4.2%" y="-2.5%" width="108.3%" height="110.0%" filterUnits="objectBoundingBox" id="filter-4">
<feOffset dx="0" dy="1" in="SourceAlpha" result="shadowOffsetOuter1"></feOffset>
<feGaussianBlur stdDeviation="0.5" in="shadowOffsetOuter1" result="shadowBlurOuter1"></feGaussianBlur>
<feColorMatrix values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1 0" type="matrix" in="shadowBlurOuter1"></feColorMatrix>
</filter>
</defs>
<g id="配置面板" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g id="setting-copy-2" transform="translate(-1254.000000, -136.000000)">
<g id="Group-8" transform="translate(1167.000000, 0.000000)">
<g id="Group-5" filter="url(#filter-1)" transform="translate(89.000000, 137.000000)">
<mask id="mask-3" fill="white">
<use xlink:href="#path-2"></use>
</mask>
<g id="Rectangle-18">
<use fill="black" fill-opacity="1" filter="url(#filter-4)" xlink:href="#path-2"></use>
<use fill="#F0F2F5" fill-rule="evenodd" xlink:href="#path-2"></use>
</g>
<rect id="Rectangle-18" fill="#FFFFFF" mask="url(#mask-3)" x="0" y="0" width="16" height="40"></rect>
<rect id="Rectangle-11" fill="#FFFFFF" mask="url(#mask-3)" x="0" y="0" width="48" height="10"></rect>
</g>
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 2.5 KiB

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 509 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 138 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 79 KiB

File diff suppressed because one or more lines are too long

Binary file not shown.

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