@das-fed/ui 7.1.0-dev.12 → 7.1.0-dev.13
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/package.json +5 -5
- package/packages/business-components/device-panel/index.js +3735 -3720
- package/packages/business-components/device-panel/index.js.gz +0 -0
- package/packages/business-components/device-panel/style.css +1 -1
- package/packages/business-components/device-panel/style.css.gz +0 -0
- package/packages/business-components/video-dialog/index.d.ts +10 -0
- package/packages/business-components/video-dialog/index.js +157 -154
- package/packages/business-components/video-dialog/index.js.gz +0 -0
- package/packages/business-components/video-dialog/src/index.vue.d.ts +2 -0
- package/packages/business-components/video-dialog/src/type.d.ts +2 -0
- package/packages/components/dialog/index.d.ts +3 -0
- package/packages/components/dialog/index.js +23 -21
- package/packages/components/dialog/index.js.gz +0 -0
- package/packages/components/dialog/src/Index.vue.d.ts +1 -0
- package/packages/components/dialog/src/type.d.ts +2 -0
- package/packages/components/dialog/style.css +1 -1
- package/packages/components/dialog/style.css.gz +0 -0
|
Binary file
|
|
@@ -18,6 +18,7 @@ declare const DasDialog: import("@das-fed/utils").SFCWithInstall<{
|
|
|
18
18
|
loading: boolean;
|
|
19
19
|
type: "basic" | "feedback" | "notice";
|
|
20
20
|
size: "mini" | "small" | "nomarl" | "large" | "max";
|
|
21
|
+
draggable: boolean;
|
|
21
22
|
feedType: "primary" | "warning" | "danger" | "delete";
|
|
22
23
|
dialogStyle: StyleValue;
|
|
23
24
|
defaultFooter: boolean;
|
|
@@ -45,6 +46,7 @@ declare const DasDialog: import("@das-fed/utils").SFCWithInstall<{
|
|
|
45
46
|
loading: boolean;
|
|
46
47
|
type: "basic" | "feedback" | "notice";
|
|
47
48
|
size: "mini" | "small" | "nomarl" | "large" | "max";
|
|
49
|
+
draggable: boolean;
|
|
48
50
|
feedType: "primary" | "warning" | "danger" | "delete";
|
|
49
51
|
dialogStyle: StyleValue;
|
|
50
52
|
defaultFooter: boolean;
|
|
@@ -76,6 +78,7 @@ declare const DasDialog: import("@das-fed/utils").SFCWithInstall<{
|
|
|
76
78
|
loading: boolean;
|
|
77
79
|
type: "basic" | "feedback" | "notice";
|
|
78
80
|
size: "mini" | "small" | "nomarl" | "large" | "max";
|
|
81
|
+
draggable: boolean;
|
|
79
82
|
feedType: "primary" | "warning" | "danger" | "delete";
|
|
80
83
|
dialogStyle: StyleValue;
|
|
81
84
|
defaultFooter: boolean;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import '@das-fed/ui/packages/components/dialog/style.css';
|
|
2
2
|
import { withInstall as se } from "@das-fed/utils/with-install/index";
|
|
3
|
-
import { ref as v, computed as h, defineComponent as re, mergeModels as ee, useModel as ce, watch as te, onBeforeMount as de, onBeforeUnmount as
|
|
3
|
+
import { ref as v, computed as h, defineComponent as re, mergeModels as ee, useModel as ce, watch as te, onBeforeMount as de, onBeforeUnmount as ge, onActivated as fe, onDeactivated as ue, createElementBlock as O, openBlock as x, normalizeClass as Ae, createVNode as J, unref as g, mergeProps as ve, withCtx as G, withDirectives as ne, createCommentVNode as z, normalizeStyle as k, renderSlot as V, createElementVNode as R, createTextVNode as ie, toDisplayString as $ } from "vue";
|
|
4
4
|
import { ElDialog as pe } from "element-plus";
|
|
5
5
|
import "element-plus/es/components/dialog/style/css";
|
|
6
6
|
import { vOverlay as me } from "@das-fed/ui/packages/components/overlay/index";
|
|
@@ -32,13 +32,13 @@ const le = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAV4AAADICAYAAACgY4nwAA
|
|
|
32
32
|
addEventFromMainApp: Ce,
|
|
33
33
|
getMicroAppContainerRect: () => window.__DAS_MICRO_APP_CONTAINER_RECT || { top: 0, left: 0 }
|
|
34
34
|
}, q = {}, Ne = (a) => {
|
|
35
|
-
const o = (/* @__PURE__ */ new Date()).getTime() + Math.random().toString(36).slice(-8), { dialogWidth: A, dialogHeight: l } = a || {}, t = v(0), i = v(0), r = v(null), s = v(null),
|
|
35
|
+
const o = (/* @__PURE__ */ new Date()).getTime() + Math.random().toString(36).slice(-8), { dialogWidth: A, dialogHeight: l } = a || {}, t = v(0), i = v(0), r = v(null), s = v(null), b = h(() => {
|
|
36
36
|
const n = {
|
|
37
37
|
right: `${t.value}px`,
|
|
38
38
|
top: `${i.value}px`
|
|
39
39
|
};
|
|
40
40
|
return r.value && (n.maxWidth = `${r.value}px`), s.value && (n.maxHeight = `${s.value}px`), n;
|
|
41
|
-
}),
|
|
41
|
+
}), K = async (n) => {
|
|
42
42
|
let c = n.x / 2, F = n.y / 2;
|
|
43
43
|
r.value = null, s.value = null;
|
|
44
44
|
let w = A.value, p = l.value;
|
|
@@ -50,10 +50,10 @@ const le = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAV4AAADICAYAAACgY4nwAA
|
|
|
50
50
|
}, B = () => {
|
|
51
51
|
t.value = 0, i.value = 0, r.value = null, s.value = null;
|
|
52
52
|
}, X = S.addEventFromMainApp("resize");
|
|
53
|
-
return { instanceId: o, microAppStyle:
|
|
53
|
+
return { instanceId: o, microAppStyle: b, microAppMaxWidth: r, microAppMaxHeight: s, onOpen: async () => {
|
|
54
54
|
const n = S.getMicroAppContainerRect();
|
|
55
|
-
|
|
56
|
-
window.__DAS_MICRO_APP_CONTAINER_RECT = c,
|
|
55
|
+
K(n), X.listen((c) => {
|
|
56
|
+
window.__DAS_MICRO_APP_CONTAINER_RECT = c, K(c);
|
|
57
57
|
}), q[o] = !0, S.setMainAppOverlay(!0);
|
|
58
58
|
}, onClose: (n) => {
|
|
59
59
|
q[o] && delete q[o], Object.keys(q).length === 0 && S.setMainAppOverlay(n ?? !1), X.remove(), setTimeout(() => {
|
|
@@ -87,7 +87,7 @@ const le = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAV4AAADICAYAAACgY4nwAA
|
|
|
87
87
|
const r = document.createElement("div");
|
|
88
88
|
r.style.cssText = `position:absolute; ${i.style} cursor:${i.cursor}; user-select:none;`, r.className = `resize-handle-${i.direction}`, A.appendChild(r), r.onmousedown = (s) => {
|
|
89
89
|
A.style.willChange = "width, height, left, top", s.preventDefault(), s.preventDefault(), document.body.style.cursor = i.cursor, document.body.style.userSelect = "none";
|
|
90
|
-
const
|
|
90
|
+
const b = s.clientX, K = s.clientY, B = A.offsetWidth, X = A.offsetHeight, L = A.offsetLeft, M = A.offsetTop;
|
|
91
91
|
A.style.margin = "0px", A.style.marginLeft = `${L}px`, A.style.marginTop = `${M}px`;
|
|
92
92
|
const n = window.getComputedStyle(A), c = parseFloat(n.marginLeft) || 0, F = parseFloat(n.marginTop) || 0, w = 460, p = 360, j = () => ({
|
|
93
93
|
w: document.documentElement.clientWidth,
|
|
@@ -97,7 +97,7 @@ const le = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAV4AAADICAYAAACgY4nwAA
|
|
|
97
97
|
const P = (C) => {
|
|
98
98
|
y || (y = requestAnimationFrame(() => {
|
|
99
99
|
C.preventDefault();
|
|
100
|
-
const T = C.clientX, H = C.clientY, N = T -
|
|
100
|
+
const T = C.clientX, H = C.clientY, N = T - b, Y = H - K, { w: _, h: e } = j();
|
|
101
101
|
let d = B, f = X;
|
|
102
102
|
if (i.direction.includes("r")) {
|
|
103
103
|
d = B + N;
|
|
@@ -145,10 +145,10 @@ const le = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAV4AAADICAYAAACgY4nwAA
|
|
|
145
145
|
}, Ee = ["src"], ze = {
|
|
146
146
|
key: 0,
|
|
147
147
|
class: "das-dialog-box"
|
|
148
|
-
},
|
|
148
|
+
}, be = {
|
|
149
149
|
key: 0,
|
|
150
150
|
class: "das-dialog__feed-img"
|
|
151
|
-
},
|
|
151
|
+
}, Ke = ["src"], He = {
|
|
152
152
|
name: "DasDialog"
|
|
153
153
|
}, Ve = /* @__PURE__ */ re({
|
|
154
154
|
...He,
|
|
@@ -172,6 +172,7 @@ const le = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAV4AAADICAYAAACgY4nwAA
|
|
|
172
172
|
closeOnClickModal: { type: Boolean, default: !1 },
|
|
173
173
|
closeOnPressEscape: { type: Boolean, default: !0 },
|
|
174
174
|
loading: { type: Boolean, default: !1 },
|
|
175
|
+
draggable: { type: Boolean, default: !1 },
|
|
175
176
|
resizable: { type: Boolean, default: !1 }
|
|
176
177
|
}, {
|
|
177
178
|
modelValue: {},
|
|
@@ -181,7 +182,7 @@ const le = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAV4AAADICAYAAACgY4nwAA
|
|
|
181
182
|
setup(a, { emit: o }) {
|
|
182
183
|
const A = Oe, l = ce(a, "modelValue");
|
|
183
184
|
let t = a;
|
|
184
|
-
const i = o, r = h(() => t.customClass), s = h(() => t.type),
|
|
185
|
+
const i = o, r = h(() => t.customClass), s = h(() => t.type), b = {
|
|
185
186
|
mini: {
|
|
186
187
|
width: 460,
|
|
187
188
|
height: 360
|
|
@@ -202,14 +203,14 @@ const le = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAV4AAADICAYAAACgY4nwAA
|
|
|
202
203
|
width: 1170,
|
|
203
204
|
height: 689
|
|
204
205
|
}
|
|
205
|
-
},
|
|
206
|
+
}, K = v(340), B = v(460), X = v(368), L = v(368), M = h(() => {
|
|
206
207
|
var d, f, D, u;
|
|
207
|
-
let e =
|
|
208
|
+
let e = b[t.size].width;
|
|
208
209
|
return t.type == "feedback" && (e = B.value), t.type == "notice" && (e = X.value), t.width && (e = t.width), typeof e == "string" && ((d = e == null ? void 0 : e.endsWith) != null && d.call(e, "px") && (e = Number(e.replace("px", ""))), (f = e == null ? void 0 : e.endsWith) != null && f.call(e, "vh") && (e = Number(e.replace("vh", "")) * document.documentElement.clientHeight), (D = e == null ? void 0 : e.endsWith) != null && D.call(e, "vw") && (e = Number(e.replace("vw", "")) * document.documentElement.clientWidth), (u = e == null ? void 0 : e.endsWith) != null && u.call(e, "%") && (e = Number(e.replace("%", "")) * document.documentElement.clientWidth), e = Number(e)), e;
|
|
209
210
|
}), n = h(() => {
|
|
210
211
|
var d, f, D, u;
|
|
211
|
-
let e =
|
|
212
|
-
return t.type == "feedback" && (e =
|
|
212
|
+
let e = b[t.size].height;
|
|
213
|
+
return t.type == "feedback" && (e = K.value), t.type == "notice" && (e = L.value), t.height && (e = t.height), typeof e == "string" && ((d = e == null ? void 0 : e.endsWith) != null && d.call(e, "px") && (e = Number(e.replace("px", ""))), (f = e == null ? void 0 : e.endsWith) != null && f.call(e, "vh") && (e = Number(e.replace("vh", "")) * document.documentElement.clientHeight), (D = e == null ? void 0 : e.endsWith) != null && D.call(e, "vw") && (e = Number(e.replace("vw", "")) * document.documentElement.clientWidth), (u = e == null ? void 0 : e.endsWith) != null && u.call(e, "%") && (e = Number(e.replace("%", "")) * document.documentElement.clientHeight), e = Number(e)), e;
|
|
213
214
|
}), c = v(n.value);
|
|
214
215
|
te(n, (e) => {
|
|
215
216
|
c.value = e;
|
|
@@ -262,11 +263,11 @@ const le = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAV4AAADICAYAAACgY4nwAA
|
|
|
262
263
|
};
|
|
263
264
|
return de(() => {
|
|
264
265
|
N.value = !1, l.value && T();
|
|
265
|
-
}),
|
|
266
|
+
}), ge(() => {
|
|
266
267
|
H("destroy"), setTimeout(() => {
|
|
267
268
|
H("destroy");
|
|
268
269
|
}, 0);
|
|
269
|
-
}),
|
|
270
|
+
}), fe(() => {
|
|
270
271
|
N.value = !1;
|
|
271
272
|
}), ue(() => {
|
|
272
273
|
N.value = !0, l.value = !1;
|
|
@@ -285,6 +286,7 @@ const le = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAV4AAADICAYAAACgY4nwAA
|
|
|
285
286
|
"close-on-press-escape": g(t).closeOnPressEscape,
|
|
286
287
|
style: [F.value, g(C)],
|
|
287
288
|
class: ["das-ui-dialog", [r.value, s.value]],
|
|
289
|
+
draggable: g(t).draggable,
|
|
288
290
|
onOpen: Y,
|
|
289
291
|
onClose: _
|
|
290
292
|
}), {
|
|
@@ -341,12 +343,12 @@ const le = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAV4AAADICAYAAACgY4nwAA
|
|
|
341
343
|
style: k(e.bodyStyle)
|
|
342
344
|
},
|
|
343
345
|
[
|
|
344
|
-
s.value == "feedback" && e.isFeedbackImg ? (x(), O("div",
|
|
346
|
+
s.value == "feedback" && e.isFeedbackImg ? (x(), O("div", be, [
|
|
345
347
|
V(e.$slots, "feedbackImg", {}, () => [
|
|
346
348
|
R("img", {
|
|
347
349
|
src: y.value,
|
|
348
350
|
alt: ""
|
|
349
|
-
}, null, 8,
|
|
351
|
+
}, null, 8, Ke)
|
|
350
352
|
], !0)
|
|
351
353
|
])) : z("v-if", !0),
|
|
352
354
|
V(e.$slots, "default", {}, void 0, !0)
|
|
@@ -423,7 +425,7 @@ const le = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAV4AAADICAYAAACgY4nwAA
|
|
|
423
425
|
]),
|
|
424
426
|
_: 3
|
|
425
427
|
/* FORWARDED */
|
|
426
|
-
}, 16, ["modelValue", "width", "align-center", "close-on-click-modal", "close-on-press-escape", "style", "class"])
|
|
428
|
+
}, 16, ["modelValue", "width", "align-center", "close-on-click-modal", "close-on-press-escape", "style", "class", "draggable"])
|
|
427
429
|
],
|
|
428
430
|
2
|
|
429
431
|
/* CLASS */
|
|
@@ -434,7 +436,7 @@ const le = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAV4AAADICAYAAACgY4nwAA
|
|
|
434
436
|
for (const [l, t] of o)
|
|
435
437
|
A[l] = t;
|
|
436
438
|
return A;
|
|
437
|
-
}, Me = /* @__PURE__ */ We(Ve, [["__scopeId", "data-v-
|
|
439
|
+
}, Me = /* @__PURE__ */ We(Ve, [["__scopeId", "data-v-417581d4"]]), Te = {
|
|
438
440
|
"--das-ui-dialog-title": Z("--das-ui-color-normal"),
|
|
439
441
|
// 弹框-头-字体颜色
|
|
440
442
|
"--das-ui-dialog-border": "#D9D9D9",
|
|
Binary file
|
|
@@ -22,6 +22,7 @@ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<Props & {
|
|
|
22
22
|
loading: boolean;
|
|
23
23
|
type: "basic" | "feedback" | "notice";
|
|
24
24
|
size: "mini" | "small" | "nomarl" | "large" | "max";
|
|
25
|
+
draggable: boolean;
|
|
25
26
|
feedType: "primary" | "warning" | "danger" | "delete";
|
|
26
27
|
dialogStyle: StyleValue;
|
|
27
28
|
defaultFooter: boolean;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
.das-ui-dialog[data-v-
|
|
1
|
+
.das-ui-dialog[data-v-417581d4] .el-dialog{display:flex;flex-direction:column}.das-ui-dialog[data-v-417581d4] .el-dialog .el-dialog__header{margin:0;padding:0}.das-ui-dialog[data-v-417581d4] .el-dialog .el-dialog__header .el-dialog__headerbtn{top:0;width:50px}.das-ui-dialog[data-v-417581d4] .el-dialog .el-dialog__body{flex:1;height:100%;overflow:hidden;padding:0}.das-ui-dialog[data-v-417581d4] .el-dialog .el-dialog__footer{padding:0}.das-ui-dialog .das-dialog-box[data-v-417581d4]{height:100%;width:100%;display:flex;flex-direction:column}.das-ui-dialog.basic[data-v-417581d4] .el-dialog__header .el-dialog__headerbtn{height:var(--das-ui-dialog-basic-header-height)}.das-ui-dialog.basic .das-dialog__header[data-v-417581d4]{height:var(--das-ui-dialog-basic-header-height);line-height:var(--das-ui-dialog-basic-header-height);padding:0 50px 0 20px;border-bottom:1px solid var(--das-ui-dialog-border);color:var(--das-ui-dialog-title);font-size:18px;font-weight:600;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.das-ui-dialog.basic .das-dialog__body[data-v-417581d4]{padding:var(--das-ui-dialog-basic-cont-padding);color:var(--das-ui-dislog-basic-cont-color);height:100%}.das-ui-dialog.basic .das-dialog__body .das-dialog__body-cont[data-v-417581d4]{height:100%}.das-ui-dialog.basic .das-dialog__footer[data-v-417581d4]{text-align:center;height:50px;line-height:50px;box-sizing:content-box;border-top:1px solid var(--das-ui-dialog-border)}.das-ui-dialog.feedback[data-v-417581d4] .el-dialog__header .el-dialog__headerbtn{height:var(--das-ui-dialog-feedback-header-height)}.das-ui-dialog.feedback .das-dialog__header[data-v-417581d4]{height:var(--das-ui-dialog-feedback-header-height);line-height:var(--das-ui-dialog-feedback-header-height);border-bottom:0;padding:0 50px 0 38px;color:var(--das-ui-dialog-title);font-size:18px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;position:relative}.das-ui-dialog.feedback .das-dialog__header[data-v-417581d4]:before{content:"";position:absolute;top:50%;left:24px;width:6px;height:6px;border-radius:50%;transform:translateY(-50%)}.das-ui-dialog.feedback .das-dialog__header.primary[data-v-417581d4]:before,.das-ui-dialog.feedback .das-dialog__header.delete[data-v-417581d4]:before{background-color:var(--das-ui-color-primary)}.das-ui-dialog.feedback .das-dialog__header.warning[data-v-417581d4]:before{background-color:var(--das-ui-color-warning)}.das-ui-dialog.feedback .das-dialog__header.danger[data-v-417581d4]:before{background-color:var(--das-ui-color-danger)}.das-ui-dialog.feedback .das-dialog__header.success[data-v-417581d4]:before{background-color:var(--das-ui-color-success)}.das-ui-dialog.feedback .das-dialog__body[data-v-417581d4]{padding:0px var(--das-ui-dialog-feedback-cont-padding);color:var(--das-ui-dislog-feedback-cont-color);text-align:center;height:100%}.das-ui-dialog.feedback .das-dialog__body .das-dialog__feed-img[data-v-417581d4]{margin:0 auto 12px;overflow:hidden;width:var(--das-ui-dialog-feedback-icon-width);height:var(--das-ui-dialog-feedback-icon-height);display:flex;justify-content:center}.das-ui-dialog.feedback .das-dialog__body .das-dialog__feed-img img[data-v-417581d4]{max-width:100%;max-height:100%}.das-ui-dialog.feedback .das-dialog__footer[data-v-417581d4]{border-top:0;text-align:center;padding:32px 0;line-height:28px;height:28px;box-sizing:content-box}.das-ui-dialog.notice[data-v-417581d4]{width:368px}.das-ui-dialog.notice[data-v-417581d4] .el-dialog__header .el-dialog__headerbtn{height:50px}.das-ui-dialog.notice .das-dialog__header[data-v-417581d4]{text-align:center;font-size:16px;font-weight:700;color:var(--das-ui-dialog-title);border-bottom:0;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.das-ui-dialog.notice .das-dialog__header .das-dialog__notice-bg[data-v-417581d4]{width:100%;height:96px;margin-bottom:12px;border:none}.das-ui-dialog.notice .das-dialog__header .das-dialog__notice-bg img[data-v-417581d4]{width:100%;height:100%;border:none}.das-ui-dialog.notice .das-dialog__body[data-v-417581d4]{color:var(--das-ui-dislog-notice-cont-color);font-size:var(--das-ui-dialog-notice-cont-font-size);padding:12px var(--das-ui-dialog-notice-cont-padding) 0;height:100%}.das-ui-dialog.notice .das-dialog__footer[data-v-417581d4]{border-top:0;text-align:center;padding:24px}.el-dialog{display:flex;flex-direction:column}.el-dialog .el-dialog__header{margin:0;padding:0}.el-dialog .el-dialog__header .el-dialog__headerbtn{top:0;width:50px}.el-dialog .el-dialog__body{flex:1;height:100%;overflow:hidden;padding:0}.el-dialog .el-dialog__footer{padding:0}.el-dialog .das-dialog-box{height:100%;width:100%;display:flex;flex-direction:column}.el-dialog.basic:deep(.el-dialog__header) .el-dialog__headerbtn{height:var(--das-ui-dialog-basic-header-height)}.el-dialog.basic .das-dialog__header{height:var(--das-ui-dialog-basic-header-height);line-height:var(--das-ui-dialog-basic-header-height);padding:0 50px 0 20px;border-bottom:1px solid var(--das-ui-dialog-border);color:var(--das-ui-dialog-title);font-size:18px;font-weight:600;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.el-dialog.basic .das-dialog__body{padding:var(--das-ui-dialog-basic-cont-padding);color:var(--das-ui-dislog-basic-cont-color);height:100%}.el-dialog.basic .das-dialog__body .das-dialog__body-cont{height:100%}.el-dialog.basic .das-dialog__footer{text-align:center;height:50px;line-height:50px;box-sizing:content-box;border-top:1px solid var(--das-ui-dialog-border)}.el-dialog.feedback:deep(.el-dialog__header) .el-dialog__headerbtn{height:var(--das-ui-dialog-feedback-header-height)}.el-dialog.feedback .das-dialog__header{height:var(--das-ui-dialog-feedback-header-height);line-height:var(--das-ui-dialog-feedback-header-height);border-bottom:0;padding:0 50px 0 38px;color:var(--das-ui-dialog-title);font-size:18px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;position:relative}.el-dialog.feedback .das-dialog__header:before{content:"";position:absolute;top:50%;left:24px;width:6px;height:6px;border-radius:50%;transform:translateY(-50%)}.el-dialog.feedback .das-dialog__header.primary:before,.el-dialog.feedback .das-dialog__header.delete:before{background-color:var(--das-ui-color-primary)}.el-dialog.feedback .das-dialog__header.warning:before{background-color:var(--das-ui-color-warning)}.el-dialog.feedback .das-dialog__header.danger:before{background-color:var(--das-ui-color-danger)}.el-dialog.feedback .das-dialog__header.success:before{background-color:var(--das-ui-color-success)}.el-dialog.feedback .das-dialog__body{padding:0px var(--das-ui-dialog-feedback-cont-padding);color:var(--das-ui-dislog-feedback-cont-color);text-align:center;height:100%}.el-dialog.feedback .das-dialog__body .das-dialog__feed-img{margin:0 auto 12px;overflow:hidden;width:var(--das-ui-dialog-feedback-icon-width);height:var(--das-ui-dialog-feedback-icon-height);display:flex;justify-content:center}.el-dialog.feedback .das-dialog__body .das-dialog__feed-img img{max-width:100%;max-height:100%}.el-dialog.feedback .das-dialog__footer{border-top:0;text-align:center;padding:32px 0}.el-dialog.notice{width:368px}.el-dialog.notice:deep(.el-dialog__header) .el-dialog__headerbtn{height:50px}.el-dialog.notice .das-dialog__header{text-align:center;font-size:16px;font-weight:700;color:var(--das-ui-dialog-title);border-bottom:0;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.el-dialog.notice .das-dialog__header .das-dialog__notice-bg{width:100%;height:96px;margin-bottom:12px;border:none}.el-dialog.notice .das-dialog__header .das-dialog__notice-bg img{width:100%;height:100%;border:none}.el-dialog.notice .das-dialog__body{color:var(--das-ui-dislog-notice-cont-color);font-size:var(--das-ui-dialog-notice-cont-font-size);padding:12px var(--das-ui-dialog-notice-cont-padding) 0;height:100%}.el-dialog.notice .das-dialog__footer{border-top:0;text-align:center;padding:24px}
|
|
Binary file
|