@witlink/usercenter 1.0.36 → 1.0.38
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/{404.7647bde2.mjs → 404.046acd3d.mjs} +1 -1
- package/dist/RegionSelect.dbf0fc42.mjs +70 -0
- package/dist/{Standard.ec606cfd.mjs → Standard.5c8464bd.mjs} +38 -36
- package/dist/{WebClient.f3d3daa8.mjs → WebClient.d64cb366.mjs} +14 -13
- package/dist/assets/index.01a0fb63.css +1 -0
- package/dist/assets/index.28bdbdc3.css +1 -0
- package/dist/assets/index.3a0797c4.css +1 -0
- package/dist/assets/index.5b827d5e.css +1 -0
- package/dist/assets/index.b965b94b.css +1 -0
- package/dist/{index.81b40e40.mjs → index.1b8fe112.mjs} +41998 -54601
- package/dist/index.388a8b12.mjs +1073 -0
- package/dist/{index.fedbc355.mjs → index.3edf50d4.mjs} +1 -1
- package/dist/index.420127fb.mjs +1124 -0
- package/dist/index.7b86590d.mjs +142 -0
- package/dist/index.8c9f87cf.mjs +498 -0
- package/dist/{index.125745bd.mjs → index.a284c747.mjs} +1 -1
- package/dist/{index.a8605281.mjs → index.a7d7aa0b.mjs} +1 -1
- package/dist/{index.a1b4812a.mjs → index.afaff11a.mjs} +1 -1
- package/dist/index.c5447cbb.mjs +7733 -0
- package/dist/usercenter.es.js +8 -12
- package/dist/usercenter.umd.js +55 -55
- package/package.json +1 -1
- package/dist/assets/index.3590a9fa.css +0 -1
|
@@ -0,0 +1,70 @@
|
|
|
1
|
+
import { defineComponent as v, ref as n, watch as _, openBlock as b, createElementBlock as w, createVNode as V } from "vue";
|
|
2
|
+
import { E as y, G as C, H as R, K as S, _ as k } from "./index.1b8fe112.mjs";
|
|
3
|
+
const D = /* @__PURE__ */ v({
|
|
4
|
+
__name: "RegionSelect",
|
|
5
|
+
props: {
|
|
6
|
+
modelValue: {
|
|
7
|
+
type: Array,
|
|
8
|
+
default: () => []
|
|
9
|
+
},
|
|
10
|
+
defaultVal: {
|
|
11
|
+
type: String,
|
|
12
|
+
default: ""
|
|
13
|
+
},
|
|
14
|
+
disabled: {
|
|
15
|
+
type: Boolean,
|
|
16
|
+
default: !1
|
|
17
|
+
}
|
|
18
|
+
},
|
|
19
|
+
emits: ["change", "update:modelValue"],
|
|
20
|
+
setup(s, { expose: p, emit: g }) {
|
|
21
|
+
const c = g, m = s, l = n([]), a = n([]), i = n({}), r = async (e) => {
|
|
22
|
+
const { result: t } = await y({
|
|
23
|
+
code: e
|
|
24
|
+
});
|
|
25
|
+
if (a.value = t, e)
|
|
26
|
+
for (let o = 0; o < e.length / 3; o++)
|
|
27
|
+
l.value.push(e.substr(0, (o + 1) * 3));
|
|
28
|
+
}, u = () => {
|
|
29
|
+
const e = l.value;
|
|
30
|
+
c("change", e[e.length - 1]), c("update:modelValue", [e[e.length - 1]]);
|
|
31
|
+
}, d = () => {
|
|
32
|
+
a.value.length == 0 && r();
|
|
33
|
+
}, f = async (e) => {
|
|
34
|
+
const t = e[e.length - 1];
|
|
35
|
+
t.loading = !0, i.value.code = t.value;
|
|
36
|
+
const o = await C(i.value);
|
|
37
|
+
t.loading = !1, t.children = o.result, a.value = [...a.value];
|
|
38
|
+
};
|
|
39
|
+
return p({
|
|
40
|
+
onChange: u,
|
|
41
|
+
onPopupVisibleChange: d,
|
|
42
|
+
getObject: async (e) => await R({
|
|
43
|
+
code: e
|
|
44
|
+
})
|
|
45
|
+
}), _(
|
|
46
|
+
() => m.defaultVal,
|
|
47
|
+
(e) => {
|
|
48
|
+
r(e);
|
|
49
|
+
}
|
|
50
|
+
), (e, t) => {
|
|
51
|
+
const o = S;
|
|
52
|
+
return b(), w("div", null, [
|
|
53
|
+
V(o, {
|
|
54
|
+
options: a.value,
|
|
55
|
+
loadData: f,
|
|
56
|
+
allowClear: !1,
|
|
57
|
+
value: l.value,
|
|
58
|
+
"onUpdate:value": t[0] || (t[0] = (h) => l.value = h),
|
|
59
|
+
placeholder: e.$t("region.tree_placeholder"),
|
|
60
|
+
disabled: s.disabled,
|
|
61
|
+
onDropdownVisibleChange: d,
|
|
62
|
+
onChange: u
|
|
63
|
+
}, null, 8, ["options", "value", "placeholder", "disabled"])
|
|
64
|
+
]);
|
|
65
|
+
};
|
|
66
|
+
}
|
|
67
|
+
}), E = /* @__PURE__ */ k(D, [["__file", "D:/inhe-code/witlink-platform-usercenter-web/witlink-platform-usercenter1/src/components/public/RegionSelect.vue"]]);
|
|
68
|
+
export {
|
|
69
|
+
E as R
|
|
70
|
+
};
|
|
@@ -1,6 +1,8 @@
|
|
|
1
|
-
import { defineComponent as
|
|
2
|
-
import {
|
|
3
|
-
import
|
|
1
|
+
import { defineComponent as j, ref as _, reactive as B, onMounted as I, openBlock as c, createElementBlock as f, createVNode as i, withCtx as p, Fragment as L, renderList as E, createBlock as r, mergeProps as F, createCommentVNode as d, normalizeStyle as h, createTextVNode as P, toDisplayString as V } from "vue";
|
|
2
|
+
import { g as Y, s as J } from "./index.7b86590d.mjs";
|
|
3
|
+
import { I as R, b3 as T, b as $, F as z, B as M, _ as q } from "./index.1b8fe112.mjs";
|
|
4
|
+
import { _ as A } from "./index.388a8b12.mjs";
|
|
5
|
+
import './assets/Standard.badeec91.css';const G = { class: "web-client" }, H = /* @__PURE__ */ j({
|
|
4
6
|
name: "Standard",
|
|
5
7
|
__name: "Standard",
|
|
6
8
|
props: {
|
|
@@ -12,38 +14,38 @@ import './assets/Standard.badeec91.css';const G = { class: "web-client" }, H = /
|
|
|
12
14
|
},
|
|
13
15
|
emits: ["ok"],
|
|
14
16
|
setup(k, { emit: y }) {
|
|
15
|
-
const b = y,
|
|
17
|
+
const b = y, v = k, w = _(), u = B({
|
|
16
18
|
parentCode: "",
|
|
17
19
|
items: {}
|
|
18
|
-
}), g = _({}), s = _([]),
|
|
20
|
+
}), g = _({}), s = _([]), m = {
|
|
19
21
|
labelCol: {
|
|
20
22
|
span: 6
|
|
21
23
|
},
|
|
22
24
|
wrapperCol: {
|
|
23
25
|
span: 18
|
|
24
26
|
}
|
|
25
|
-
},
|
|
26
|
-
const { result:
|
|
27
|
-
parentCode:
|
|
27
|
+
}, S = async () => {
|
|
28
|
+
const { result: n } = await Y({
|
|
29
|
+
parentCode: v.record.code
|
|
28
30
|
});
|
|
29
|
-
u.parentCode =
|
|
30
|
-
var
|
|
31
|
-
|
|
32
|
-
}), s.value =
|
|
33
|
-
},
|
|
31
|
+
u.parentCode = v.record.code, n.forEach((a) => {
|
|
32
|
+
var o;
|
|
33
|
+
a.v2 = a.v2 ? JSON.parse(a.v2) : "", ((o = a == null ? void 0 : a.v2) == null ? void 0 : o.field) == "2" && (a.isChecked = a.v1 == "Y");
|
|
34
|
+
}), s.value = n;
|
|
35
|
+
}, C = async () => {
|
|
34
36
|
console.log(s.value, "source");
|
|
35
|
-
const
|
|
36
|
-
s.value.forEach((
|
|
37
|
+
const n = {};
|
|
38
|
+
s.value.forEach((o) => {
|
|
37
39
|
var l;
|
|
38
|
-
((l =
|
|
39
|
-
}), u.items = JSON.stringify(
|
|
40
|
-
const { result:
|
|
41
|
-
|
|
40
|
+
((l = o == null ? void 0 : o.v2) == null ? void 0 : l.field) == "2" && (o.isChecked ? o.v1 == "Y" : o.v1 == "N"), n[o.code] = o.v1;
|
|
41
|
+
}), u.items = JSON.stringify(n);
|
|
42
|
+
const { result: a } = await J(u);
|
|
43
|
+
a && b("ok");
|
|
42
44
|
};
|
|
43
45
|
return I(() => {
|
|
44
|
-
|
|
45
|
-
}), (
|
|
46
|
-
const
|
|
46
|
+
S();
|
|
47
|
+
}), (n, a) => {
|
|
48
|
+
const o = R, l = A, U = T, x = $, O = z, D = M;
|
|
47
49
|
return c(), f("div", G, [
|
|
48
50
|
i(O, {
|
|
49
51
|
class: "form",
|
|
@@ -51,19 +53,19 @@ import './assets/Standard.badeec91.css';const G = { class: "web-client" }, H = /
|
|
|
51
53
|
ref_key: "formRef",
|
|
52
54
|
ref: w
|
|
53
55
|
}, {
|
|
54
|
-
default:
|
|
55
|
-
(c(!0), f(L, null, E(s.value, (e,
|
|
56
|
-
key:
|
|
57
|
-
label:
|
|
56
|
+
default: p(() => [
|
|
57
|
+
(c(!0), f(L, null, E(s.value, (e, N) => (c(), r(x, F({
|
|
58
|
+
key: N,
|
|
59
|
+
label: n.$t("dct.SYS" + e.code),
|
|
58
60
|
ref_for: !0
|
|
59
|
-
},
|
|
60
|
-
default:
|
|
61
|
-
e.v2 instanceof Object ? d("v-if", !0) : (c(), r(
|
|
61
|
+
}, m), {
|
|
62
|
+
default: p(() => [
|
|
63
|
+
e.v2 instanceof Object ? d("v-if", !0) : (c(), r(o, {
|
|
62
64
|
key: 0,
|
|
63
65
|
value: e.v1,
|
|
64
66
|
"onUpdate:value": (t) => e.v1 = t
|
|
65
67
|
}, null, 8, ["value", "onUpdate:value"])),
|
|
66
|
-
e.v2 instanceof Object && e.v2.field && e.v2.field == "0" ? (c(), r(
|
|
68
|
+
e.v2 instanceof Object && e.v2.field && e.v2.field == "0" ? (c(), r(o, {
|
|
67
69
|
key: 1,
|
|
68
70
|
style: h(
|
|
69
71
|
e.v2.width ? "width:" + e.v2.width + "px" : "width: 100% "
|
|
@@ -91,13 +93,13 @@ import './assets/Standard.badeec91.css';const G = { class: "web-client" }, H = /
|
|
|
91
93
|
]),
|
|
92
94
|
_: 1
|
|
93
95
|
}, 8, ["model"]),
|
|
94
|
-
i(
|
|
95
|
-
onClick:
|
|
96
|
+
i(D, {
|
|
97
|
+
onClick: C,
|
|
96
98
|
type: "primary",
|
|
97
99
|
class: "sub_btn"
|
|
98
100
|
}, {
|
|
99
|
-
default:
|
|
100
|
-
P(V(
|
|
101
|
+
default: p(() => [
|
|
102
|
+
P(V(n.$t("param.btn_ok")), 1)
|
|
101
103
|
]),
|
|
102
104
|
_: 1
|
|
103
105
|
})
|
|
@@ -105,7 +107,7 @@ import './assets/Standard.badeec91.css';const G = { class: "web-client" }, H = /
|
|
|
105
107
|
};
|
|
106
108
|
}
|
|
107
109
|
});
|
|
108
|
-
const
|
|
110
|
+
const Z = /* @__PURE__ */ q(H, [["__scopeId", "data-v-7829cd8b"], ["__file", "D:/inhe-code/witlink-platform-usercenter-web/witlink-platform-usercenter1/src/views/sys/parameter/Standard.vue"]]);
|
|
109
111
|
export {
|
|
110
|
-
|
|
112
|
+
Z as default
|
|
111
113
|
};
|
|
@@ -1,7 +1,8 @@
|
|
|
1
|
-
import { defineComponent as V, ref as m, reactive as $, watch as z, onMounted as j, openBlock as o, createElementBlock as i, createVNode as h, withCtx as p, Fragment as w, renderList as D, createBlock as v, mergeProps as x, createCommentVNode as b, createElementVNode as n, normalizeStyle as N, normalizeClass as T, toDisplayString as I, createTextVNode as
|
|
1
|
+
import { defineComponent as V, ref as m, reactive as $, watch as z, onMounted as j, openBlock as o, createElementBlock as i, createVNode as h, withCtx as p, Fragment as w, renderList as D, createBlock as v, mergeProps as x, createCommentVNode as b, createElementVNode as n, normalizeStyle as N, normalizeClass as T, toDisplayString as I, createTextVNode as Z } from "vue";
|
|
2
2
|
import { message as O } from "ant-design-vue";
|
|
3
|
-
import { useI18n as
|
|
4
|
-
import {
|
|
3
|
+
import { useI18n as q } from "vue-i18n";
|
|
4
|
+
import { g as G, s as K } from "./index.7b86590d.mjs";
|
|
5
|
+
import { I as Q, aZ as X, b as Y, F as ee, B as te, _ as ae } from "./index.1b8fe112.mjs";
|
|
5
6
|
import './assets/WebClient.2a3e464e.css';const oe = { class: "web-client" }, se = ["src"], ne = {
|
|
6
7
|
key: 2,
|
|
7
8
|
class: "color-choose"
|
|
@@ -17,7 +18,7 @@ import './assets/WebClient.2a3e464e.css';const oe = { class: "web-client" }, se
|
|
|
17
18
|
},
|
|
18
19
|
emits: ["ok"],
|
|
19
20
|
setup(E, { emit: A }) {
|
|
20
|
-
const { t:
|
|
21
|
+
const { t: g } = q(), S = A, u = E, _ = m(0), y = [
|
|
21
22
|
"#fff",
|
|
22
23
|
"#ccc",
|
|
23
24
|
"#666",
|
|
@@ -39,7 +40,7 @@ import './assets/WebClient.2a3e464e.css';const oe = { class: "web-client" }, se
|
|
|
39
40
|
}
|
|
40
41
|
}, k = async () => {
|
|
41
42
|
r.parentCode = u.record.code;
|
|
42
|
-
const { result: e } = await
|
|
43
|
+
const { result: e } = await G({
|
|
43
44
|
parentCode: u.record.code
|
|
44
45
|
});
|
|
45
46
|
c.value = e;
|
|
@@ -53,13 +54,13 @@ import './assets/WebClient.2a3e464e.css';const oe = { class: "web-client" }, se
|
|
|
53
54
|
t.addEventListener("load", () => a(t.result)), t.readAsDataURL(e);
|
|
54
55
|
}, H = (e) => e.type === "image/jpeg" || e.type === "image/png" ? e.size / 1024 / 1024 < 2 ? (r.fileName = e, B(e, (l) => {
|
|
55
56
|
l.value = l;
|
|
56
|
-
}), !1) : (O.error(
|
|
57
|
+
}), !1) : (O.error(g("param.tips2")), !1) : (O.error(g("param.tips1")), !1), U = async () => {
|
|
57
58
|
console.log(c.value, "source");
|
|
58
59
|
const e = {};
|
|
59
60
|
c.value.forEach((t) => {
|
|
60
61
|
t.v2 !== "HEAD_ICON" && (e[t.code] = t.v1);
|
|
61
62
|
}), r.items = JSON.stringify(e);
|
|
62
|
-
const { result: a } = await
|
|
63
|
+
const { result: a } = await K(r);
|
|
63
64
|
a && S("ok");
|
|
64
65
|
}, W = (e) => {
|
|
65
66
|
_.value = e;
|
|
@@ -72,7 +73,7 @@ import './assets/WebClient.2a3e464e.css';const oe = { class: "web-client" }, se
|
|
|
72
73
|
), j(() => {
|
|
73
74
|
k();
|
|
74
75
|
}), (e, a) => {
|
|
75
|
-
const t =
|
|
76
|
+
const t = Q, l = X, F = Y, J = ee, M = te;
|
|
76
77
|
return o(), i("div", oe, [
|
|
77
78
|
h(J, {
|
|
78
79
|
class: "form",
|
|
@@ -102,7 +103,7 @@ import './assets/WebClient.2a3e464e.css';const oe = { class: "web-client" }, se
|
|
|
102
103
|
default: p(() => [
|
|
103
104
|
n("div", {
|
|
104
105
|
class: "bg",
|
|
105
|
-
style: N("background:" +
|
|
106
|
+
style: N("background:" + y[_.value])
|
|
106
107
|
}, [
|
|
107
108
|
n("img", {
|
|
108
109
|
src: C.value,
|
|
@@ -115,7 +116,7 @@ import './assets/WebClient.2a3e464e.css';const oe = { class: "web-client" }, se
|
|
|
115
116
|
})) : b("v-if", !0),
|
|
116
117
|
s.v2 == "HEAD_ICON" ? (o(), i("div", ne, [
|
|
117
118
|
n("div", re, [
|
|
118
|
-
(o(), i(w, null, D(
|
|
119
|
+
(o(), i(w, null, D(y, (d, f) => n("div", {
|
|
119
120
|
key: f,
|
|
120
121
|
class: "color-item"
|
|
121
122
|
}, [
|
|
@@ -140,7 +141,7 @@ import './assets/WebClient.2a3e464e.css';const oe = { class: "web-client" }, se
|
|
|
140
141
|
class: "sub_btn"
|
|
141
142
|
}, {
|
|
142
143
|
default: p(() => [
|
|
143
|
-
|
|
144
|
+
Z(I(e.$t("param.btn_ok")), 1)
|
|
144
145
|
]),
|
|
145
146
|
_: 1
|
|
146
147
|
})
|
|
@@ -148,7 +149,7 @@ import './assets/WebClient.2a3e464e.css';const oe = { class: "web-client" }, se
|
|
|
148
149
|
};
|
|
149
150
|
}
|
|
150
151
|
});
|
|
151
|
-
const
|
|
152
|
+
const ve = /* @__PURE__ */ ae(ie, [["__scopeId", "data-v-7c2314b0"], ["__file", "D:/inhe-code/witlink-platform-usercenter-web/witlink-platform-usercenter1/src/views/sys/parameter/WebClient.vue"]]);
|
|
152
153
|
export {
|
|
153
|
-
|
|
154
|
+
ve as default
|
|
154
155
|
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
.btn-group[data-v-ffd7f8e3]{display:inline-block}.table-page-search-wrapper[data-v-9e1f799b]{height:calc(100% - 62px);padding:10px}.inline-query-form[data-v-9e1f799b]{display:flex}.clear-formctrl-lh[data-v-9e1f799b] .ant-form-item-control{line-height:normal}.clear-formctrl-lh[data-v-9e1f799b] .ant-form-item{margin:0}.lang-warp[data-v-9e1f799b] .ant-card .ant-card-body{padding:10px}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
.li[data-v-a72d57cc]{margin-top:15px}.li .list[data-v-a72d57cc]{width:100%;text-align:right}.li .list div[data-v-a72d57cc]{width:100%}.li .list div .title1[data-v-a72d57cc]{margin:6px 10px;display:inline-block}.li .list .active[data-v-a72d57cc]{background:#e6ffff;border-right:3px solid var(--uc-primary-color);color:var(--uc-primary-color)}.bg[data-v-2b42dd95]{width:100%;height:100%;background:#ffffff;padding:10px auto;box-sizing:border-box}.bg .left[data-v-2b42dd95]{padding-right:0!important;height:100%;box-sizing:border-box}.bg .right[data-v-2b42dd95]{padding-left:0!important;border-left:1px solid #d9d9d9;height:100%;box-sizing:border-box}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
.page-header[data-v-35b173b4]{background:#fff;padding:16px 32px 0;border-bottom:1px solid #e8e8e8}.page-header .breadcrumb[data-v-35b173b4]{margin-bottom:16px}.page-header .detail[data-v-35b173b4]{display:flex}.page-header .detail .avatar[data-v-35b173b4]{flex:0 1 72px;margin:0 24px 8px 0}.page-header .detail .avatar>span[data-v-35b173b4]{border-radius:72px;display:block;width:72px;height:72px}.page-header .detail .main[data-v-35b173b4]{width:100%;flex:0 1 auto}.page-header .detail .main .row[data-v-35b173b4]{display:flex;width:100%}.page-header .detail .main .row .avatar[data-v-35b173b4]{margin-bottom:16px}.page-header .detail .main .title[data-v-35b173b4]{font-weight:500;font-size:20px;line-height:28px;color:#000000d9;margin-bottom:16px;flex:auto}.page-header .detail .main .logo[data-v-35b173b4]{width:28px;height:28px;border-radius:4px;margin-right:16px}.page-header .detail .main .content[data-v-35b173b4],.page-header .detail .main .headerContent[data-v-35b173b4]{flex:auto;color:#00000073;line-height:22px}.page-header .detail .main .content .link[data-v-35b173b4],.page-header .detail .main .headerContent .link[data-v-35b173b4]{margin-top:16px;line-height:24px}.page-header .detail .main .content .link a[data-v-35b173b4],.page-header .detail .main .headerContent .link a[data-v-35b173b4]{font-size:14px;margin-right:32px}.page-header .detail .main .extra[data-v-35b173b4]{flex:0 1 auto;margin-left:88px;min-width:242px;text-align:right!important}.page-header .detail .main .action[data-v-35b173b4]{margin-left:56px;min-width:266px;flex:0 1 auto;text-align:right}.page-header .detail .main .action[data-v-35b173b4]:empty{display:none}.mobile .page-header .main .row[data-v-35b173b4]{flex-wrap:wrap}.mobile .page-header .main .row .avatar[data-v-35b173b4]{flex:0 1 25%;margin:0 2% 8px 0}.mobile .page-header .main .row .content[data-v-35b173b4],.mobile .page-header .main .row .headerContent[data-v-35b173b4]{flex:0 1 70%}.mobile .page-header .main .row .content .link[data-v-35b173b4],.mobile .page-header .main .row .headerContent .link[data-v-35b173b4]{margin-top:16px;line-height:24px}.mobile .page-header .main .row .content .link a[data-v-35b173b4],.mobile .page-header .main .row .headerContent .link a[data-v-35b173b4]{font-size:14px;margin-right:10px}.mobile .page-header .main .row .extra[data-v-35b173b4]{flex:1 1 auto;margin-left:0;min-width:0;text-align:right}.mobile .page-header .main .row .action[data-v-35b173b4]{margin-left:unset;min-width:266px;flex:0 1 auto;text-align:left;margin-bottom:12px}.mobile .page-header .main .row .action[data-v-35b173b4]:empty{display:none}.content[data-v-f659beb5]{margin:0}.content .link[data-v-f659beb5]{margin-top:16px}.content .link[data-v-f659beb5]:not(:empty){margin-bottom:16px}.content .link a[data-v-f659beb5]{margin-right:32px;height:24px;line-height:24px;display:inline-block}.content .link a i[data-v-f659beb5]{font-size:24px;margin-right:8px;vertical-align:middle}.content .link a span[data-v-f659beb5]{height:24px;line-height:24px;display:inline-block;vertical-align:middle}.page-menu-search[data-v-f659beb5]{text-align:center;margin-bottom:16px}.page-menu-tabs[data-v-f659beb5]{margin-top:48px}.btn[data-v-59cb42b6]{background-color:#52c41a;border-color:#52c41a;color:#fff}.btn[data-v-59cb42b6]:hover{background-color:#52c41aa3;color:#fff;border-color:#52c41a}.description[data-v-59cb42b6]{margin-bottom:6px;display:block}.top-title1[data-v-59cb42b6]{display:inline-block;font-size:20px;margin-top:5px}.btn[data-v-0e5a1d3a]{background-color:#52c41a;border-color:#52c41a;color:#fff}.btn[data-v-0e5a1d3a]:hover{background-color:#52c41aa3;color:#fff;border-color:#52c41a}.description[data-v-0e5a1d3a]{margin-bottom:6px;display:block}.top-title1[data-v-0e5a1d3a]{display:inline-block;font-size:20px;margin-top:5px}.vue-cropper[data-v-a742df44]{position:relative;width:100%;height:100%;box-sizing:border-box;user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;direction:ltr;touch-action:none;text-align:left;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAQMAAAAlPW0iAAAAA3NCSVQICAjb4U/gAAAABlBMVEXMzMz////TjRV2AAAACXBIWXMAAArrAAAK6wGCiw1aAAAAHHRFWHRTb2Z0d2FyZQBBZG9iZSBGaXJld29ya3MgQ1M26LyyjAAAABFJREFUCJlj+M/AgBVhF/0PAH6/D/HkDxOGAAAAAElFTkSuQmCC)}.cropper-box[data-v-a742df44],.cropper-box-canvas[data-v-a742df44],.cropper-drag-box[data-v-a742df44],.cropper-crop-box[data-v-a742df44],.cropper-face[data-v-a742df44]{position:absolute;top:0;right:0;bottom:0;left:0;-webkit-user-select:none;user-select:none}.cropper-box-canvas img[data-v-a742df44]{position:relative;text-align:left;-webkit-user-select:none;user-select:none;transform:none;max-width:none;max-height:none}.cropper-box[data-v-a742df44]{overflow:hidden}.cropper-move[data-v-a742df44]{cursor:move}.cropper-crop[data-v-a742df44]{cursor:crosshair}.cropper-modal[data-v-a742df44]{background:rgba(0,0,0,.5)}.cropper-view-box[data-v-a742df44]{display:block;overflow:hidden;width:100%;height:100%;outline:1px solid #39f;outline-color:#3399ffbf;-webkit-user-select:none;user-select:none}.cropper-view-box img[data-v-a742df44]{-webkit-user-select:none;user-select:none;text-align:left;max-width:none;max-height:none}.cropper-face[data-v-a742df44]{top:0;left:0;background-color:#fff;opacity:.1}.crop-info[data-v-a742df44]{position:absolute;left:0;min-width:65px;text-align:center;color:#fff;line-height:20px;background-color:#000c;font-size:12px}.crop-line[data-v-a742df44]{position:absolute;display:block;width:100%;height:100%;opacity:.1}.line-w[data-v-a742df44]{top:-3px;left:0;height:5px;cursor:n-resize}.line-a[data-v-a742df44]{top:0;left:-3px;width:5px;cursor:w-resize}.line-s[data-v-a742df44]{bottom:-3px;left:0;height:5px;cursor:s-resize}.line-d[data-v-a742df44]{top:0;right:-3px;width:5px;cursor:e-resize}.crop-point[data-v-a742df44]{position:absolute;width:8px;height:8px;opacity:.75;background-color:#39f;border-radius:100%}.point1[data-v-a742df44]{top:-4px;left:-4px;cursor:nw-resize}.point2[data-v-a742df44]{top:-5px;left:50%;margin-left:-3px;cursor:n-resize}.point3[data-v-a742df44]{top:-4px;right:-4px;cursor:ne-resize}.point4[data-v-a742df44]{top:50%;left:-4px;margin-top:-3px;cursor:w-resize}.point5[data-v-a742df44]{top:50%;right:-4px;margin-top:-3px;cursor:e-resize}.point6[data-v-a742df44]{bottom:-5px;left:-4px;cursor:sw-resize}.point7[data-v-a742df44]{bottom:-5px;left:50%;margin-left:-3px;cursor:s-resize}.point8[data-v-a742df44]{bottom:-5px;right:-4px;cursor:se-resize}@media screen and (max-width: 500px){.crop-point[data-v-a742df44]{position:absolute;width:20px;height:20px;opacity:.45;background-color:#39f;border-radius:100%}.point1[data-v-a742df44]{top:-10px;left:-10px}.point2[data-v-a742df44],.point4[data-v-a742df44],.point5[data-v-a742df44],.point7[data-v-a742df44]{display:none}.point3[data-v-a742df44]{top:-10px;right:-10px}.point4[data-v-a742df44]{top:0;left:0}.point6[data-v-a742df44]{bottom:-10px;left:-10px}.point8[data-v-a742df44]{bottom:-10px;right:-10px}}.avatar-upload-preview[data-v-8812fb97]{position:absolute;top:50%;transform:translate(50%,-50%);width:180px;height:180px;border-radius:50%;box-shadow:0 0 4px #ccc;overflow:hidden}.avatar-upload-preview img[data-v-8812fb97]{width:100%;height:100%}.cust-info[data-v-b398515c]{margin-top:10px;width:100%;background:#fff}.cust-info .info[data-v-b398515c]{max-width:800px}.cust-info .btn[data-v-b398515c]{width:160px;background-color:#52c41a;border-color:#52c41a;color:#fff}.cust-info .btn[data-v-b398515c]:hover{background-color:#52c41aa3;color:#fff;border-color:#52c41a}.cust-info .top-title1[data-v-b398515c]{display:inline-block;font-size:20px;margin-top:-10px}.avatar-upload-wrapper[data-v-b398515c]{height:200px;width:100%}.ant-upload-preview[data-v-b398515c]{position:relative;margin:0 auto;width:100%;max-width:180px;border-radius:50%;box-shadow:0 0 4px #ccc}.ant-upload-preview .upload-icon[data-v-b398515c]{position:absolute;top:0;right:10px;font-size:1.4rem;padding:.5rem;background:rgba(222,221,221,.7);border-radius:50%;border:1px solid rgba(0,0,0,.2)}.ant-upload-preview .mask[data-v-b398515c]{opacity:0;position:absolute;background:rgba(0,0,0,.4);cursor:pointer;transition:opacity .4s}.ant-upload-preview .mask[data-v-b398515c]:hover{opacity:1}.ant-upload-preview .mask i[data-v-b398515c]{font-size:2rem;position:absolute;top:50%;left:50%;margin-left:-1rem;margin-top:-1rem;color:#d6d6d6}.ant-upload-preview img[data-v-b398515c],.ant-upload-preview .mask[data-v-b398515c]{width:100%;max-width:180px;height:100%;border-radius:50%;overflow:hidden}.info-card[data-v-1275f3db]{background:#ffffff;padding:10px 10px 20px}.ant-tabs .ant-tabs-left-bar .ant-tabs-tab[data-v-1275f3db]{text-align:left!important;padding-left:10px}.more-info[data-v-1275f3db]{float:right}
|