@web-utils/component 2.0.9 → 2.0.11
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/chunks/3d28cc08.js +57 -0
- package/dist/chunks/{41a066be.js → 44b78389.js} +8 -8
- package/dist/chunks/5d33812d.js +147 -0
- package/dist/chunks/{61ad06b2.js → 822300f3.js} +3 -3
- package/dist/chunks/9d848bf6.js +99 -0
- package/dist/chunks/a0bb327b.js +96 -0
- package/dist/chunks/a8891d2c.js +30 -0
- package/dist/chunks/c69d5628.js +248 -0
- package/dist/chunks/de9fe802.js +24 -0
- package/dist/chunks/{5a78e0db.js → e1939731.js} +6 -5
- package/dist/components/address-input/index.js +56 -43
- package/dist/components/address-input/style.css +15 -1
- package/dist/components/aside-menu/index.js +36 -30
- package/dist/components/aside-menu/style.css +9 -1
- package/dist/components/awesome-button/index.js +35 -32
- package/dist/components/base.css +66 -1
- package/dist/components/capsule-tab/index.js +33 -27
- package/dist/components/capsule-tab/style.css +32 -1
- package/dist/components/chunk-file-uploader/index.js +88 -54
- package/dist/components/chunk-file-uploader/style.css +4 -1
- package/dist/components/chunk-file-uploader-button/index.js +31 -25
- package/dist/components/chunk-file-uploader-button/style.css +17 -1
- package/dist/components/chunk-file-uploader-drop/index.js +42 -28
- package/dist/components/chunk-file-uploader-drop/style.css +12 -1
- package/dist/components/chunk-file-uploader-file/index.js +212 -134
- package/dist/components/chunk-file-uploader-file/style.css +125 -1
- package/dist/components/chunk-file-uploader-files/index.js +34 -28
- package/dist/components/chunk-file-uploader-files/style.css +9 -1
- package/dist/components/chunk-file-uploader-list/index.js +35 -29
- package/dist/components/chunk-file-uploader-list/style.css +9 -1
- package/dist/components/chunk-file-uploader-un-support/index.js +38 -30
- package/dist/components/chunk-file-uploader-un-support/style.css +6 -1
- package/dist/components/code-mirror-editor/index.js +181 -153
- package/dist/components/code-mirror-editor/style.css +17 -1
- package/dist/components/color-picker/index.js +68 -49
- package/dist/components/confirm-button/index.js +21 -19
- package/dist/components/confirmable/index.js +19 -18
- package/dist/components/context-menu/index.js +130 -108
- package/dist/components/context-menu/style.css +88 -1
- package/dist/components/custom-scrollbar/index.js +67 -49
- package/dist/components/data-table-picker/index.js +81 -62
- package/dist/components/dynamic-table/index.js +113 -89
- package/dist/components/dynamic-table/style.css +30 -1
- package/dist/components/e-charts/index.js +201 -120
- package/dist/components/e-charts/style.css +10 -1
- package/dist/components/editable-progress/index.js +93 -60
- package/dist/components/editable-progress/style.css +37 -1
- package/dist/components/editable-tree/index.js +638 -423
- package/dist/components/editable-tree/style.css +82 -1
- package/dist/components/egd-collapse/index.js +46 -33
- package/dist/components/egd-collapse-item/index.js +76 -60
- package/dist/components/element-dialog/index.js +147 -95
- package/dist/components/element-dialog/style.css +102 -1
- package/dist/components/empty-view/index.js +34 -28
- package/dist/components/empty-view/style.css +17 -1
- package/dist/components/error-view/index.js +32 -26
- package/dist/components/error-view/style.css +17 -1
- package/dist/components/flex-column/index.js +40 -25
- package/dist/components/flex-item/index.js +57 -29
- package/dist/components/flex-row/index.js +40 -25
- package/dist/components/flex-scroller/index.js +32 -26
- package/dist/components/flex-scroller/style.css +20 -1
- package/dist/components/form-button/index.js +38 -34
- package/dist/components/form-cascader/index.js +81 -71
- package/dist/components/form-checkbox-group/index.js +113 -88
- package/dist/components/form-checkbox-group/style.css +51 -1
- package/dist/components/form-date-picker/index.js +132 -70
- package/dist/components/form-holder/index.js +39 -32
- package/dist/components/form-input/index.js +62 -56
- package/dist/components/form-input-email/index.js +60 -48
- package/dist/components/form-input-id-card/index.js +59 -53
- package/dist/components/form-input-number/index.js +68 -61
- package/dist/components/form-input-number/style.css +12 -1
- package/dist/components/form-input-phone-number/index.js +55 -49
- package/dist/components/form-input-time/index.js +59 -53
- package/dist/components/form-item/index.js +123 -80
- package/dist/components/form-item/style.css +11 -1
- package/dist/components/form-item-config-provider/index.js +26 -25
- package/dist/components/form-item-group/index.js +111 -85
- package/dist/components/form-item-group/style.css +30 -1
- package/dist/components/form-radio-group/index.js +104 -85
- package/dist/components/form-radio-group/style.css +53 -1
- package/dist/components/form-select/index.js +91 -76
- package/dist/components/form-switch/index.js +57 -51
- package/dist/components/form-textarea/index.js +57 -51
- package/dist/components/form-view/index.js +232 -165
- package/dist/components/form-view/style.css +158 -1
- package/dist/components/guide-steps/index.js +58 -44
- package/dist/components/guide-steps/style.css +34 -1
- package/dist/components/icon-card/index.js +35 -29
- package/dist/components/icon-card/style.css +56 -1
- package/dist/components/iframe-window/index.js +35 -29
- package/dist/components/iframe-window/style.css +20 -1
- package/dist/components/image-viewer/index.js +66 -48
- package/dist/components/image-viewer/style.css +21 -1
- package/dist/components/input-number/index.js +193 -127
- package/dist/components/input-number/style.css +15 -1
- package/dist/components/input-number-range/index.js +57 -45
- package/dist/components/input-number-range/style.css +12 -1
- package/dist/components/j-s-x-component/index.js +4 -4
- package/dist/components/keep-view-alive/index.js +120 -73
- package/dist/components/loading-view/index.js +32 -26
- package/dist/components/loading-view/style.css +17 -1
- package/dist/components/nav-bar/index.js +37 -27
- package/dist/components/nav-bar/style.css +17 -1
- package/dist/components/not-implement/index.js +31 -23
- package/dist/components/not-implement/style.css +15 -1
- package/dist/components/page/index.js +28 -22
- package/dist/components/page/style.css +12 -1
- package/dist/components/page-header/index.js +36 -30
- package/dist/components/page-header/style.css +14 -1
- package/dist/components/page-index/index.js +83 -62
- package/dist/components/page-index/style.css +23 -1
- package/dist/components/page-index-top/index.js +68 -53
- package/dist/components/page-skeleton/index.js +37 -31
- package/dist/components/page-skeleton/style.css +23 -1
- package/dist/components/page-skeleton-new/index.js +48 -42
- package/dist/components/page-skeleton-new/style.css +42 -1
- package/dist/components/pageable-table/index.js +253 -186
- package/dist/components/pageable-table/style.css +72 -1
- package/dist/components/pageable-view/index.js +199 -129
- package/dist/components/pageable-view/style.css +69 -1
- package/dist/components/photo-swipe/index.js +151 -110
- package/dist/components/photo-swipe/style.css +20 -1
- package/dist/components/resize-observer/index.js +68 -34
- package/dist/components/resize-observer/style.css +31 -1
- package/dist/components/search-popover/index.js +211 -153
- package/dist/components/search-popover/style.css +93 -1
- package/dist/components/sign-panel/index.js +142 -92
- package/dist/components/sign-panel/style.css +97 -1
- package/dist/components/split-pane/index.js +162 -101
- package/dist/components/split-pane/style.css +100 -1
- package/dist/components/stateful/index.js +34 -31
- package/dist/components/stateful/style.css +33 -1
- package/dist/components/static-pageable-table/index.js +44 -37
- package/dist/components/static-pageable-table/style.css +9 -1
- package/dist/components/swiper/index.js +150 -85
- package/dist/components/swiper/style.css +43 -1
- package/dist/components/tab/index.js +72 -54
- package/dist/components/tab/style.css +122 -1
- package/dist/components/tab-item/index.js +35 -30
- package/dist/components/table-column/index.js +32 -30
- package/dist/components/table-view/index.js +227 -156
- package/dist/components/table-view/style.css +95 -1
- package/dist/components/tag-render/index.js +58 -44
- package/dist/components/tag-render/style.css +33 -1
- package/dist/components/tinymce-editor/index.js +95 -79
- package/dist/components/tinymce-editor/style.css +43 -1
- package/dist/components/tinymce-wrapper/index.js +121 -92
- package/dist/components/tinymce-wrapper/style.css +36 -1
- package/dist/components/toolbar/index.js +84 -63
- package/dist/components/toolbar/style.css +39 -1
- package/dist/components/toolbar-button/index.js +48 -41
- package/dist/components/toolbar-button/style.css +21 -1
- package/dist/components/trigger/index.js +36 -29
- package/dist/components/vue-tags-input/index.js +308 -188
- package/dist/components/vue-tags-input/style.css +682 -1
- package/dist/components/watermark/index.js +37 -25
- package/dist/components/watermark/style.css +11 -1
- package/dist/components/x-dialog/index.js +93 -67
- package/dist/components/x-dialog/style.css +15 -1
- package/dist/index.css +1105 -193
- package/dist/index.es.js +7242 -4789
- package/package.json +2 -1
- package/web-types.json +1 -1
- package/dist/chunks/3a79781b.js +0 -75
- package/dist/chunks/5d4282fb.js +0 -30
- package/dist/chunks/76680a03.js +0 -24
- package/dist/chunks/8c0142e0.js +0 -81
- package/dist/chunks/97652d86.js +0 -26
- package/dist/chunks/b4acd3a6.js +0 -126
- package/dist/chunks/f71045fc.js +0 -184
|
@@ -1,8 +1,9 @@
|
|
|
1
|
-
import { h as
|
|
2
|
-
import { n as
|
|
3
|
-
const
|
|
1
|
+
import { h as getClass } from "../../chunks/c69d5628.js";
|
|
2
|
+
import { n as normalizeComponent } from "../../chunks/3d28cc08.js";
|
|
3
|
+
const Watermark_vue_vue_type_style_index_0_lang = "";
|
|
4
|
+
const __vue2_script = {
|
|
4
5
|
name: "Watermark",
|
|
5
|
-
functional:
|
|
6
|
+
functional: true,
|
|
6
7
|
props: {
|
|
7
8
|
text: {
|
|
8
9
|
type: String,
|
|
@@ -29,35 +30,46 @@ const f = {
|
|
|
29
30
|
default: "rgba(0,0,0,0)"
|
|
30
31
|
}
|
|
31
32
|
},
|
|
32
|
-
render(
|
|
33
|
-
const
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
33
|
+
render(h, { props: { width, height, text, backgroundColor, rotate, color }, data }) {
|
|
34
|
+
const canvas = document.createElement("canvas");
|
|
35
|
+
canvas.width = width;
|
|
36
|
+
canvas.height = height;
|
|
37
|
+
const context2D = canvas.getContext("2d");
|
|
38
|
+
context2D.font = "15px Verdana";
|
|
39
|
+
context2D.fillStyle = backgroundColor;
|
|
40
|
+
context2D.fillRect(0, 0, width, height);
|
|
41
|
+
context2D.translate(width / 2, height / 2);
|
|
42
|
+
context2D.rotate(rotate * Math.PI / 180);
|
|
43
|
+
context2D.fillStyle = color;
|
|
44
|
+
context2D.textAlign = "center";
|
|
45
|
+
context2D.textBaseline = "middle";
|
|
46
|
+
context2D.fillText(text, 0, 0);
|
|
47
|
+
return h("div", {
|
|
48
|
+
class: getClass(data.class, `watermark ${data.staticClass || ""}`),
|
|
49
|
+
style: { ...data.style || {}, ...data.staticStyle || {}, background: `url(${canvas.toDataURL("image/png")}) left top repeat` }
|
|
39
50
|
});
|
|
40
51
|
}
|
|
41
52
|
};
|
|
42
|
-
let
|
|
43
|
-
const
|
|
44
|
-
var
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
53
|
+
let __vue2_render, __vue2_staticRenderFns;
|
|
54
|
+
const __cssModules = {};
|
|
55
|
+
var __component__ = /* @__PURE__ */ normalizeComponent(
|
|
56
|
+
__vue2_script,
|
|
57
|
+
__vue2_render,
|
|
58
|
+
__vue2_staticRenderFns,
|
|
59
|
+
false,
|
|
60
|
+
__vue2_injectStyles,
|
|
50
61
|
null,
|
|
51
62
|
null,
|
|
52
63
|
null
|
|
53
64
|
);
|
|
54
|
-
function
|
|
55
|
-
for (let
|
|
56
|
-
this[
|
|
65
|
+
function __vue2_injectStyles(context) {
|
|
66
|
+
for (let o in __cssModules) {
|
|
67
|
+
this[o] = __cssModules[o];
|
|
68
|
+
}
|
|
57
69
|
}
|
|
58
|
-
const
|
|
59
|
-
return
|
|
70
|
+
const Watermark = /* @__PURE__ */ function() {
|
|
71
|
+
return __component__.exports;
|
|
60
72
|
}();
|
|
61
73
|
export {
|
|
62
|
-
|
|
74
|
+
Watermark as default
|
|
63
75
|
};
|
|
@@ -1,78 +1,82 @@
|
|
|
1
|
-
import { isPromise
|
|
2
|
-
import { n as
|
|
3
|
-
var
|
|
4
|
-
var
|
|
5
|
-
|
|
1
|
+
import { isPromise, isFunction } from "@web-utils/core";
|
|
2
|
+
import { n as normalizeComponent } from "../../chunks/3d28cc08.js";
|
|
3
|
+
var render = function() {
|
|
4
|
+
var _vm = this;
|
|
5
|
+
var _h = _vm.$createElement;
|
|
6
|
+
var _c = _vm._self._c || _h;
|
|
7
|
+
return _c("ElDialog", {
|
|
6
8
|
directives: [{
|
|
7
9
|
name: "dialog-drag",
|
|
8
10
|
rawName: "v-dialog-drag"
|
|
9
11
|
}],
|
|
10
12
|
attrs: {
|
|
11
13
|
"append-to-body": "",
|
|
12
|
-
"close-on-click-modal":
|
|
13
|
-
"lock-scroll":
|
|
14
|
-
visible:
|
|
14
|
+
"close-on-click-modal": false,
|
|
15
|
+
"lock-scroll": false,
|
|
16
|
+
"visible": _vm.show,
|
|
15
17
|
"custom-class": "x-dialog",
|
|
16
|
-
center: "",
|
|
17
|
-
top:
|
|
18
|
-
width:
|
|
19
|
-
title:
|
|
18
|
+
"center": "",
|
|
19
|
+
"top": _vm.top,
|
|
20
|
+
"width": _vm.width,
|
|
21
|
+
"title": _vm.title
|
|
20
22
|
},
|
|
21
23
|
on: {
|
|
22
|
-
"update:visible": function(
|
|
23
|
-
|
|
24
|
+
"update:visible": function($event) {
|
|
25
|
+
_vm.show = $event;
|
|
24
26
|
},
|
|
25
|
-
close:
|
|
27
|
+
"close": _vm.close
|
|
26
28
|
},
|
|
27
|
-
scopedSlots:
|
|
29
|
+
scopedSlots: _vm._u([{
|
|
28
30
|
key: "default",
|
|
29
31
|
fn: function() {
|
|
30
|
-
return [
|
|
32
|
+
return [_c("div", {
|
|
31
33
|
staticClass: "x-dialog-content",
|
|
32
34
|
style: {
|
|
33
|
-
height:
|
|
35
|
+
height: _vm.height
|
|
34
36
|
}
|
|
35
|
-
}, [
|
|
37
|
+
}, [_vm.cache ? [_c("KeepAlive", [_c(_vm.resolve, _vm._g(_vm._b({
|
|
36
38
|
ref: "cpn",
|
|
37
39
|
tag: "Component"
|
|
38
|
-
}, "Component",
|
|
40
|
+
}, "Component", _vm.$attrs, false), _vm.$listeners))], 1)] : [_vm.show ? _c("KeepAlive", [_c(_vm.resolve, _vm._g(_vm._b({
|
|
39
41
|
ref: "cpn",
|
|
40
42
|
tag: "Component"
|
|
41
|
-
}, "Component",
|
|
43
|
+
}, "Component", _vm.$attrs, false), _vm.$listeners))], 1) : _vm._e()]], 2)];
|
|
42
44
|
},
|
|
43
|
-
proxy:
|
|
44
|
-
},
|
|
45
|
+
proxy: true
|
|
46
|
+
}, _vm.footer ? {
|
|
45
47
|
key: "footer",
|
|
46
48
|
fn: function() {
|
|
47
|
-
return [
|
|
49
|
+
return [_c("div", {
|
|
48
50
|
staticClass: "x-dialog-footer",
|
|
49
51
|
staticStyle: {
|
|
50
52
|
"text-align": "right"
|
|
51
53
|
}
|
|
52
|
-
}, [
|
|
54
|
+
}, [_c("ElButton", {
|
|
53
55
|
attrs: {
|
|
54
|
-
size: "small",
|
|
55
|
-
type: "primary"
|
|
56
|
+
"size": "small",
|
|
57
|
+
"type": "primary"
|
|
56
58
|
},
|
|
57
59
|
on: {
|
|
58
|
-
click:
|
|
60
|
+
"click": _vm.confirm
|
|
59
61
|
}
|
|
60
|
-
}, [
|
|
62
|
+
}, [_vm._v(" 确定 ")]), _c("ElButton", {
|
|
61
63
|
attrs: {
|
|
62
|
-
size: "small"
|
|
64
|
+
"size": "small"
|
|
63
65
|
},
|
|
64
66
|
on: {
|
|
65
|
-
click:
|
|
67
|
+
"click": _vm.close
|
|
66
68
|
}
|
|
67
|
-
}, [
|
|
69
|
+
}, [_vm._v(" 取 消 ")])], 1)];
|
|
68
70
|
},
|
|
69
|
-
proxy:
|
|
70
|
-
} : null], null,
|
|
71
|
+
proxy: true
|
|
72
|
+
} : null], null, true)
|
|
71
73
|
});
|
|
72
|
-
}
|
|
73
|
-
|
|
74
|
+
};
|
|
75
|
+
var staticRenderFns = [];
|
|
76
|
+
const XDialog_vue_vue_type_style_index_0_lang = "";
|
|
77
|
+
const __vue2_script = {
|
|
74
78
|
name: "XDialog",
|
|
75
|
-
inheritedAttrs:
|
|
79
|
+
inheritedAttrs: false,
|
|
76
80
|
provide() {
|
|
77
81
|
return {
|
|
78
82
|
close: this.close
|
|
@@ -98,11 +102,11 @@ const f = {
|
|
|
98
102
|
},
|
|
99
103
|
cache: {
|
|
100
104
|
type: Boolean,
|
|
101
|
-
default:
|
|
105
|
+
default: true
|
|
102
106
|
},
|
|
103
107
|
visible: {
|
|
104
108
|
type: Boolean,
|
|
105
|
-
default:
|
|
109
|
+
default: false
|
|
106
110
|
},
|
|
107
111
|
showTips: {
|
|
108
112
|
type: Boolean,
|
|
@@ -110,64 +114,86 @@ const f = {
|
|
|
110
114
|
},
|
|
111
115
|
footer: {
|
|
112
116
|
type: Boolean,
|
|
113
|
-
default:
|
|
117
|
+
default: true
|
|
114
118
|
}
|
|
115
119
|
},
|
|
116
120
|
data() {
|
|
117
121
|
return {
|
|
118
|
-
show:
|
|
122
|
+
show: false
|
|
119
123
|
};
|
|
120
124
|
},
|
|
121
125
|
watch: {
|
|
122
126
|
visible: {
|
|
123
|
-
immediate:
|
|
124
|
-
handler(
|
|
125
|
-
this.show =
|
|
127
|
+
immediate: true,
|
|
128
|
+
handler(newVal) {
|
|
129
|
+
this.show = newVal;
|
|
126
130
|
}
|
|
127
131
|
},
|
|
128
|
-
show(
|
|
129
|
-
|
|
132
|
+
show(newVal) {
|
|
133
|
+
if (newVal !== this.visible) {
|
|
134
|
+
this.$emit("update:visible", newVal);
|
|
135
|
+
}
|
|
136
|
+
if (!newVal) {
|
|
137
|
+
this.$emit("close");
|
|
138
|
+
}
|
|
130
139
|
}
|
|
131
140
|
},
|
|
132
141
|
beforeDestroy() {
|
|
133
|
-
this.show
|
|
142
|
+
if (this.show) {
|
|
143
|
+
this.close();
|
|
144
|
+
}
|
|
134
145
|
},
|
|
135
146
|
methods: {
|
|
136
147
|
resolve() {
|
|
137
|
-
|
|
148
|
+
if (isPromise(this.component)) {
|
|
149
|
+
return this.component;
|
|
150
|
+
} else if (isFunction(this.component)) {
|
|
151
|
+
return this.component();
|
|
152
|
+
} else {
|
|
153
|
+
return Promise.resolve(this.component);
|
|
154
|
+
}
|
|
138
155
|
},
|
|
139
156
|
close() {
|
|
140
|
-
this.show =
|
|
157
|
+
this.show = false;
|
|
141
158
|
},
|
|
142
159
|
closed() {
|
|
143
160
|
this.$emit("closed");
|
|
144
161
|
},
|
|
145
162
|
confirm() {
|
|
146
|
-
this.$refs.cpn && this.$refs.cpn.onConfirm
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
163
|
+
if (this.$refs.cpn && this.$refs.cpn.onConfirm) {
|
|
164
|
+
this.$refs.cpn.onConfirm(this.close);
|
|
165
|
+
} else {
|
|
166
|
+
if (this.showTips) {
|
|
167
|
+
this.$notify({
|
|
168
|
+
type: "warning",
|
|
169
|
+
title: "开发提示",
|
|
170
|
+
message: "如需处理确定事件,请在组件内部添加 onConfirm(done) 方法,并调用 done 方法来关闭对话框!"
|
|
171
|
+
});
|
|
172
|
+
}
|
|
173
|
+
this.close();
|
|
174
|
+
}
|
|
151
175
|
}
|
|
152
176
|
}
|
|
153
|
-
}
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
177
|
+
};
|
|
178
|
+
const __cssModules = {};
|
|
179
|
+
var __component__ = /* @__PURE__ */ normalizeComponent(
|
|
180
|
+
__vue2_script,
|
|
181
|
+
render,
|
|
182
|
+
staticRenderFns,
|
|
183
|
+
false,
|
|
184
|
+
__vue2_injectStyles,
|
|
160
185
|
null,
|
|
161
186
|
null,
|
|
162
187
|
null
|
|
163
188
|
);
|
|
164
|
-
function
|
|
165
|
-
for (let o in
|
|
166
|
-
this[o] =
|
|
189
|
+
function __vue2_injectStyles(context) {
|
|
190
|
+
for (let o in __cssModules) {
|
|
191
|
+
this[o] = __cssModules[o];
|
|
192
|
+
}
|
|
167
193
|
}
|
|
168
|
-
const
|
|
169
|
-
return
|
|
194
|
+
const XDialog = /* @__PURE__ */ function() {
|
|
195
|
+
return __component__.exports;
|
|
170
196
|
}();
|
|
171
197
|
export {
|
|
172
|
-
|
|
198
|
+
XDialog as default
|
|
173
199
|
};
|
|
@@ -1 +1,15 @@
|
|
|
1
|
-
|
|
1
|
+
/* 全局公共颜色配置 */ /* 全局公共尺寸配置 */
|
|
2
|
+
/* 应用头部高度 */
|
|
3
|
+
/* 页面宽度 */
|
|
4
|
+
/* 侧栏宽度 */
|
|
5
|
+
/* 标签高度 */
|
|
6
|
+
/* 页面头部工具条高度 */
|
|
7
|
+
.x-dialog .el-dialog__footer {
|
|
8
|
+
padding: 10px;
|
|
9
|
+
}
|
|
10
|
+
.x-dialog .el-dialog__body {
|
|
11
|
+
padding: 0;
|
|
12
|
+
}
|
|
13
|
+
.x-dialog .x-dialog-content {
|
|
14
|
+
max-height: 80vh;
|
|
15
|
+
}
|