act-plus 1.1.55 → 1.1.57
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/act-plus.js +2 -5
- package/act-plus.umd.cjs +78 -98
- package/lib/{dialogAddField-03dd89f3.js → dialogAddField-60cfebf1.js} +4 -6
- package/lib/{dialogConfigBtn-ef3ee544.js → dialogConfigBtn-cd2bc45e.js} +6 -6
- package/lib/{dialogSiteComponentsParams-9ec43656.js → dialogSiteComponentsParams-93e56ef4.js} +13 -13
- package/lib/index-05ace06d.js +293 -0
- package/lib/{index-0dfce03e.js → index-1a086cf9.js} +11 -13
- package/lib/{index-0fdb6943.js → index-3795bacd.js} +4 -6
- package/lib/index-5fa8f416.js +5929 -0
- package/lib/index-61ed059b.js +20475 -0
- package/lib/{index-c932841c.js → index-7c778ce0.js} +3 -5
- package/lib/{index-0565f321.js → index-9761529e.js} +3 -5
- package/lib/{index-1889e30b.js → index-9fcf56d6.js} +45 -47
- package/lib/index-b4e44c7a.js +147 -0
- package/lib/index-e2f2023d.js +35 -0
- package/lib/index-ee1ece16.js +378 -0
- package/package.json +1 -1
- package/style.css +1 -1
- package/lib/index-2693b9c5.js +0 -62987
|
@@ -0,0 +1,378 @@
|
|
|
1
|
+
import { watch as C, defineComponent as U, toRefs as j, ref as A, nextTick as k, onMounted as B, onBeforeUnmount as z, onActivated as L, onDeactivated as N, h as x, reactive as R, computed as q, openBlock as K, createElementBlock as F, createVNode as T, unref as G } from "vue";
|
|
2
|
+
import _ from "tinymce/tinymce";
|
|
3
|
+
import "tinymce/icons/default/icons";
|
|
4
|
+
import "tinymce/models/dom";
|
|
5
|
+
import "tinymce/themes/silver";
|
|
6
|
+
import "tinymce/plugins/image";
|
|
7
|
+
import "tinymce/plugins/table";
|
|
8
|
+
import "tinymce/plugins/lists";
|
|
9
|
+
import "tinymce/plugins/wordcount";
|
|
10
|
+
import "tinymce/plugins/preview";
|
|
11
|
+
import "tinymce/plugins/emoticons";
|
|
12
|
+
import "tinymce/plugins/emoticons/js/emojis.js";
|
|
13
|
+
import "tinymce/plugins/code";
|
|
14
|
+
import "tinymce/plugins/link";
|
|
15
|
+
import "tinymce/plugins/advlist";
|
|
16
|
+
import "tinymce/plugins/codesample";
|
|
17
|
+
import "tinymce/plugins/autoresize";
|
|
18
|
+
import "tinymce/plugins/quickbars";
|
|
19
|
+
import "tinymce/plugins/nonbreaking";
|
|
20
|
+
import "tinymce/plugins/searchreplace";
|
|
21
|
+
import "tinymce/plugins/autolink";
|
|
22
|
+
import "tinymce/plugins/directionality";
|
|
23
|
+
import "tinymce/plugins/visualblocks";
|
|
24
|
+
import "tinymce/plugins/visualchars";
|
|
25
|
+
import "tinymce/plugins/charmap";
|
|
26
|
+
import "tinymce/plugins/insertdatetime";
|
|
27
|
+
import "tinymce/plugins/importcss";
|
|
28
|
+
import "tinymce/plugins/accordion";
|
|
29
|
+
import "tinymce/plugins/anchor";
|
|
30
|
+
import "tinymce/plugins/fullscreen";
|
|
31
|
+
var H = [
|
|
32
|
+
"onActivate",
|
|
33
|
+
"onAddUndo",
|
|
34
|
+
"onBeforeAddUndo",
|
|
35
|
+
"onBeforeExecCommand",
|
|
36
|
+
"onBeforeGetContent",
|
|
37
|
+
"onBeforeRenderUI",
|
|
38
|
+
"onBeforeSetContent",
|
|
39
|
+
"onBeforePaste",
|
|
40
|
+
"onBlur",
|
|
41
|
+
"onChange",
|
|
42
|
+
"onClearUndos",
|
|
43
|
+
"onClick",
|
|
44
|
+
"onContextMenu",
|
|
45
|
+
"onCommentChange",
|
|
46
|
+
"onCompositionEnd",
|
|
47
|
+
"onCompositionStart",
|
|
48
|
+
"onCompositionUpdate",
|
|
49
|
+
"onCopy",
|
|
50
|
+
"onCut",
|
|
51
|
+
"onDblclick",
|
|
52
|
+
"onDeactivate",
|
|
53
|
+
"onDirty",
|
|
54
|
+
"onDrag",
|
|
55
|
+
"onDragDrop",
|
|
56
|
+
"onDragEnd",
|
|
57
|
+
"onDragGesture",
|
|
58
|
+
"onDragOver",
|
|
59
|
+
"onDrop",
|
|
60
|
+
"onExecCommand",
|
|
61
|
+
"onFocus",
|
|
62
|
+
"onFocusIn",
|
|
63
|
+
"onFocusOut",
|
|
64
|
+
"onGetContent",
|
|
65
|
+
"onHide",
|
|
66
|
+
"onInit",
|
|
67
|
+
"onInput",
|
|
68
|
+
"onKeyDown",
|
|
69
|
+
"onKeyPress",
|
|
70
|
+
"onKeyUp",
|
|
71
|
+
"onLoadContent",
|
|
72
|
+
"onMouseDown",
|
|
73
|
+
"onMouseEnter",
|
|
74
|
+
"onMouseLeave",
|
|
75
|
+
"onMouseMove",
|
|
76
|
+
"onMouseOut",
|
|
77
|
+
"onMouseOver",
|
|
78
|
+
"onMouseUp",
|
|
79
|
+
"onNodeChange",
|
|
80
|
+
"onObjectResizeStart",
|
|
81
|
+
"onObjectResized",
|
|
82
|
+
"onObjectSelected",
|
|
83
|
+
"onPaste",
|
|
84
|
+
"onPostProcess",
|
|
85
|
+
"onPostRender",
|
|
86
|
+
"onPreProcess",
|
|
87
|
+
"onProgressState",
|
|
88
|
+
"onRedo",
|
|
89
|
+
"onRemove",
|
|
90
|
+
"onReset",
|
|
91
|
+
"onSaveContent",
|
|
92
|
+
"onSelectionChange",
|
|
93
|
+
"onSetAttrib",
|
|
94
|
+
"onSetContent",
|
|
95
|
+
"onShow",
|
|
96
|
+
"onSubmit",
|
|
97
|
+
"onUndo",
|
|
98
|
+
"onVisualAid"
|
|
99
|
+
], W = function(e) {
|
|
100
|
+
return H.map(function(n) {
|
|
101
|
+
return n.toLowerCase();
|
|
102
|
+
}).indexOf(e.toLowerCase()) !== -1;
|
|
103
|
+
}, Y = function(e, n, t) {
|
|
104
|
+
Object.keys(n).filter(W).forEach(function(i) {
|
|
105
|
+
var o = n[i];
|
|
106
|
+
typeof o == "function" && (i === "onInit" ? o(e, t) : t.on(i.substring(2), function(r) {
|
|
107
|
+
return o(r, t);
|
|
108
|
+
}));
|
|
109
|
+
});
|
|
110
|
+
}, J = function(e, n, t, i) {
|
|
111
|
+
var o = e.modelEvents ? e.modelEvents : null, r = Array.isArray(o) ? o.join(" ") : o;
|
|
112
|
+
C(i, function(c, l) {
|
|
113
|
+
t && typeof c == "string" && c !== l && c !== t.getContent({ format: e.outputFormat }) && t.setContent(c);
|
|
114
|
+
}), t.on(r || "change input undo redo", function() {
|
|
115
|
+
n.emit("update:modelValue", t.getContent({ format: e.outputFormat }));
|
|
116
|
+
});
|
|
117
|
+
}, Q = function(e, n, t, i, o, r) {
|
|
118
|
+
i.setContent(r()), t.attrs["onUpdate:modelValue"] && J(n, t, i, o), Y(e, t.attrs, i);
|
|
119
|
+
}, E = 0, D = function(e) {
|
|
120
|
+
var n = Date.now(), t = Math.floor(Math.random() * 1e9);
|
|
121
|
+
return E++, e + "_" + t + E + String(n);
|
|
122
|
+
}, X = function(e) {
|
|
123
|
+
return e !== null && e.tagName.toLowerCase() === "textarea";
|
|
124
|
+
}, w = function(e) {
|
|
125
|
+
return typeof e > "u" || e === "" ? [] : Array.isArray(e) ? e : e.split(" ");
|
|
126
|
+
}, Z = function(e, n) {
|
|
127
|
+
return w(e).concat(w(n));
|
|
128
|
+
}, $ = function(e) {
|
|
129
|
+
return e == null;
|
|
130
|
+
}, V = function() {
|
|
131
|
+
return {
|
|
132
|
+
listeners: [],
|
|
133
|
+
scriptId: D("tiny-script"),
|
|
134
|
+
scriptLoaded: !1
|
|
135
|
+
};
|
|
136
|
+
}, ee = function() {
|
|
137
|
+
var e = V(), n = function(o, r, c, l) {
|
|
138
|
+
var a = r.createElement("script");
|
|
139
|
+
a.referrerPolicy = "origin", a.type = "application/javascript", a.id = o, a.src = c;
|
|
140
|
+
var p = function() {
|
|
141
|
+
a.removeEventListener("load", p), l();
|
|
142
|
+
};
|
|
143
|
+
a.addEventListener("load", p), r.head && r.head.appendChild(a);
|
|
144
|
+
}, t = function(o, r, c) {
|
|
145
|
+
e.scriptLoaded ? c() : (e.listeners.push(c), o.getElementById(e.scriptId) || n(e.scriptId, o, r, function() {
|
|
146
|
+
e.listeners.forEach(function(l) {
|
|
147
|
+
return l();
|
|
148
|
+
}), e.scriptLoaded = !0;
|
|
149
|
+
}));
|
|
150
|
+
}, i = function() {
|
|
151
|
+
e = V();
|
|
152
|
+
};
|
|
153
|
+
return {
|
|
154
|
+
load: t,
|
|
155
|
+
reinitialize: i
|
|
156
|
+
};
|
|
157
|
+
}, te = ee(), ne = function() {
|
|
158
|
+
return typeof window < "u" ? window : global;
|
|
159
|
+
}, v = function() {
|
|
160
|
+
var e = ne();
|
|
161
|
+
return e && e.tinymce ? e.tinymce : null;
|
|
162
|
+
}, oe = {
|
|
163
|
+
apiKey: String,
|
|
164
|
+
licenseKey: String,
|
|
165
|
+
cloudChannel: String,
|
|
166
|
+
id: String,
|
|
167
|
+
init: Object,
|
|
168
|
+
initialValue: String,
|
|
169
|
+
inline: Boolean,
|
|
170
|
+
modelEvents: [String, Array],
|
|
171
|
+
plugins: [String, Array],
|
|
172
|
+
tagName: String,
|
|
173
|
+
toolbar: [String, Array],
|
|
174
|
+
modelValue: String,
|
|
175
|
+
disabled: Boolean,
|
|
176
|
+
tinymceScriptSrc: String,
|
|
177
|
+
outputFormat: {
|
|
178
|
+
type: String,
|
|
179
|
+
validator: function(e) {
|
|
180
|
+
return e === "html" || e === "text";
|
|
181
|
+
}
|
|
182
|
+
}
|
|
183
|
+
}, s = globalThis && globalThis.__assign || function() {
|
|
184
|
+
return s = Object.assign || function(e) {
|
|
185
|
+
for (var n, t = 1, i = arguments.length; t < i; t++) {
|
|
186
|
+
n = arguments[t];
|
|
187
|
+
for (var o in n)
|
|
188
|
+
Object.prototype.hasOwnProperty.call(n, o) && (e[o] = n[o]);
|
|
189
|
+
}
|
|
190
|
+
return e;
|
|
191
|
+
}, s.apply(this, arguments);
|
|
192
|
+
}, ie = function(e, n, t, i) {
|
|
193
|
+
return e(i || "div", {
|
|
194
|
+
id: n,
|
|
195
|
+
ref: t
|
|
196
|
+
});
|
|
197
|
+
}, ae = function(e, n, t) {
|
|
198
|
+
return e("textarea", {
|
|
199
|
+
id: n,
|
|
200
|
+
visibility: "hidden",
|
|
201
|
+
ref: t
|
|
202
|
+
});
|
|
203
|
+
}, S = { selector: void 0, target: void 0 }, re = U({
|
|
204
|
+
props: oe,
|
|
205
|
+
setup: function(e, n) {
|
|
206
|
+
var t = e.init ? s(s({}, e.init), S) : s({}, S), i = j(e), o = i.disabled, r = i.modelValue, c = i.tagName, l = A(null), a = null, p = e.id || D("tiny-vue"), m = e.init && e.init.inline || e.inline, f = !!n.attrs["onUpdate:modelValue"], y = !0, I = e.initialValue ? e.initialValue : "", b = "", M = function(u) {
|
|
207
|
+
return f ? function() {
|
|
208
|
+
return r != null && r.value ? r.value : "";
|
|
209
|
+
} : function() {
|
|
210
|
+
return u ? I : b;
|
|
211
|
+
};
|
|
212
|
+
}, h = function() {
|
|
213
|
+
var u = M(y), d = s(s({}, t), { readonly: e.disabled, target: l.value, plugins: Z(t.plugins, e.plugins), toolbar: e.toolbar || t.toolbar, inline: m, license_key: e.licenseKey, setup: function(g) {
|
|
214
|
+
a = g, g.on("init", function(P) {
|
|
215
|
+
return Q(P, e, n, g, r, u);
|
|
216
|
+
}), typeof t.setup == "function" && t.setup(g);
|
|
217
|
+
} });
|
|
218
|
+
X(l.value) && (l.value.style.visibility = ""), v().init(d), y = !1;
|
|
219
|
+
};
|
|
220
|
+
C(o, function(u) {
|
|
221
|
+
var d;
|
|
222
|
+
a !== null && (typeof ((d = a.mode) === null || d === void 0 ? void 0 : d.set) == "function" ? a.mode.set(u ? "readonly" : "design") : a.setMode(u ? "readonly" : "design"));
|
|
223
|
+
}), C(c, function(u) {
|
|
224
|
+
var d;
|
|
225
|
+
f || (b = a.getContent()), (d = v()) === null || d === void 0 || d.remove(a), k(function() {
|
|
226
|
+
return h();
|
|
227
|
+
});
|
|
228
|
+
}), B(function() {
|
|
229
|
+
if (v() !== null)
|
|
230
|
+
h();
|
|
231
|
+
else if (l.value && l.value.ownerDocument) {
|
|
232
|
+
var u = e.cloudChannel ? e.cloudChannel : "7", d = e.apiKey ? e.apiKey : "no-api-key", g = $(e.tinymceScriptSrc) ? "https://cdn.tiny.cloud/1/".concat(d, "/tinymce/").concat(u, "/tinymce.min.js") : e.tinymceScriptSrc;
|
|
233
|
+
te.load(l.value.ownerDocument, g, h);
|
|
234
|
+
}
|
|
235
|
+
}), z(function() {
|
|
236
|
+
v() !== null && v().remove(a);
|
|
237
|
+
}), m || (L(function() {
|
|
238
|
+
y || h();
|
|
239
|
+
}), N(function() {
|
|
240
|
+
var u;
|
|
241
|
+
f || (b = a.getContent()), (u = v()) === null || u === void 0 || u.remove(a);
|
|
242
|
+
}));
|
|
243
|
+
var O = function(u) {
|
|
244
|
+
var d;
|
|
245
|
+
b = a.getContent(), (d = v()) === null || d === void 0 || d.remove(a), t = s(s(s({}, t), u), S), k(function() {
|
|
246
|
+
return h();
|
|
247
|
+
});
|
|
248
|
+
};
|
|
249
|
+
return n.expose({
|
|
250
|
+
rerender: O,
|
|
251
|
+
getEditor: function() {
|
|
252
|
+
return a;
|
|
253
|
+
}
|
|
254
|
+
}), function() {
|
|
255
|
+
return m ? ie(x, p, l, e.tagName) : ae(x, p, l);
|
|
256
|
+
};
|
|
257
|
+
}
|
|
258
|
+
});
|
|
259
|
+
const le = { style: { height: "100%", overflow: "hidden" } }, Le = {
|
|
260
|
+
__name: "index",
|
|
261
|
+
props: {
|
|
262
|
+
modelValue: { type: String, default: "" },
|
|
263
|
+
value: { type: String, default: "" },
|
|
264
|
+
baseUrl: { type: String, default: "" },
|
|
265
|
+
width: { type: [Number, String], default: "100%" },
|
|
266
|
+
height: { type: Number, default: 500 },
|
|
267
|
+
disabled: { type: Boolean, default: !0 },
|
|
268
|
+
editableRoot: { type: Boolean, default: !0 },
|
|
269
|
+
placeholder: { type: String, default: "请输入" },
|
|
270
|
+
plugins: {
|
|
271
|
+
type: [String, Array],
|
|
272
|
+
default: "importcss autoresize searchreplace autolink directionality code visualblocks visualchars fullscreen image link codesample table charmap nonbreaking anchor insertdatetime advlist lists wordcount charmap quickbars emoticons accordion"
|
|
273
|
+
},
|
|
274
|
+
toolbar: {
|
|
275
|
+
type: [String, Array, Boolean],
|
|
276
|
+
default: "undo redo | accordion accordionremove | blocks fontfamily fontsize| bold italic underline strikethrough ltr rtl | align numlist bullist | link image | table | lineheight outdent indent| forecolor backcolor removeformat | charmap emoticons | anchor codesample"
|
|
277
|
+
}
|
|
278
|
+
},
|
|
279
|
+
emits: ["update:modelValue", "setHtml"],
|
|
280
|
+
setup(e, { expose: n, emit: t }) {
|
|
281
|
+
const i = t, o = e, r = A("vue-tinymce-" + +/* @__PURE__ */ new Date() + ((Math.random() * 1e3).toFixed(0) + "")), c = R({
|
|
282
|
+
selector: "#" + r.value,
|
|
283
|
+
//富文本编辑器的id,
|
|
284
|
+
language_url: "tinymce/langs/zh_CN.js",
|
|
285
|
+
// 语言包的路径,具体路径看自己的项目
|
|
286
|
+
language: "zh_CN",
|
|
287
|
+
skin_url: "tinymce/skins/ui/oxide",
|
|
288
|
+
// skin路径,具体路径看自己的项目
|
|
289
|
+
content_css: "tinymce/skins/content/default/content.css",
|
|
290
|
+
//以css文件方式自定义可编辑区域的css样式,css文件需自己创建并引入
|
|
291
|
+
editable_root: o.editableRoot,
|
|
292
|
+
width: o.width,
|
|
293
|
+
height: o.height,
|
|
294
|
+
min_height: o.height,
|
|
295
|
+
branding: !1,
|
|
296
|
+
// 是否禁用“Powered by TinyMCE”
|
|
297
|
+
promotion: !1,
|
|
298
|
+
//去掉 upgrade
|
|
299
|
+
menubar: "edit view insert format tools table",
|
|
300
|
+
paste_data_images: !0,
|
|
301
|
+
//允许粘贴图像
|
|
302
|
+
image_dimensions: !1,
|
|
303
|
+
//去除宽高属性
|
|
304
|
+
plugins: o.plugins,
|
|
305
|
+
//这里的数据是在props里面就定义好了的
|
|
306
|
+
toolbar: o.toolbar,
|
|
307
|
+
//这里的数据是在props里面就定义好了的
|
|
308
|
+
// 取消图片资源路径转换
|
|
309
|
+
convert_urls: !1,
|
|
310
|
+
link_default_target: "_blank",
|
|
311
|
+
link_context_toolbar: !0,
|
|
312
|
+
// 默认快捷菜单
|
|
313
|
+
quickbars_insert_toolbar: "",
|
|
314
|
+
// 选中图片的快捷提示
|
|
315
|
+
quickbars_image_toolbar: "alignleft aligncenter alignright | rotateleft rotateright | imageoptions",
|
|
316
|
+
editimage_toolbar: "rotateleft rotateright | flipv fliph | editimage imageoptions",
|
|
317
|
+
// 文字样式
|
|
318
|
+
font_family_formats: "Arial=arial,helvetica,sans-serif; 宋体=SimSun; 微软雅黑=Microsoft Yahei; Impact=impact,chicago;",
|
|
319
|
+
//字体
|
|
320
|
+
font_size_formats: "11px 12px 14px 16px 18px 24px 36px 48px 64px 72px",
|
|
321
|
+
//文字大小
|
|
322
|
+
image_caption: !0,
|
|
323
|
+
editimage_cors_hosts: ["picsum.photos"],
|
|
324
|
+
noneditable_class: "mceNonEditable",
|
|
325
|
+
toolbar_mode: "wrap",
|
|
326
|
+
// 工具栏模式 floating / sliding / scrolling / wrap
|
|
327
|
+
// 默认样式
|
|
328
|
+
content_style: "body {margin:12px; font-family:sans-serif; font-size:14px }p {margin:3px; line-height:24px;}",
|
|
329
|
+
image_advtab: !0,
|
|
330
|
+
importcss_append: !0,
|
|
331
|
+
paste_webkit_styles: "all",
|
|
332
|
+
paste_merge_formats: !0,
|
|
333
|
+
nonbreaking_force_tab: !1,
|
|
334
|
+
paste_auto_cleanup_on_paste: !1,
|
|
335
|
+
file_picker_types: "file",
|
|
336
|
+
// 选中文字的快捷提示
|
|
337
|
+
quickbars_selection_toolbar: "bold italic | quicklink h2 h3 blockquote quickimage quicktable",
|
|
338
|
+
// 编辑器高度自适应
|
|
339
|
+
// autoresize_bottom_margin: 12,
|
|
340
|
+
// autoresize_overflow_padding: 16,
|
|
341
|
+
//图片上传 -实列 具体请根据官网补充-
|
|
342
|
+
images_upload_handler: function(m, f) {
|
|
343
|
+
}
|
|
344
|
+
}), l = q({
|
|
345
|
+
get() {
|
|
346
|
+
return o.modelValue;
|
|
347
|
+
},
|
|
348
|
+
set(m) {
|
|
349
|
+
i("update:modelValue", m);
|
|
350
|
+
}
|
|
351
|
+
});
|
|
352
|
+
return C(
|
|
353
|
+
() => l.value,
|
|
354
|
+
() => {
|
|
355
|
+
i("setHtml", _.activeEditor.getContent({ format: "text" }), l.value);
|
|
356
|
+
}
|
|
357
|
+
), B(() => {
|
|
358
|
+
_.init({});
|
|
359
|
+
}), n({
|
|
360
|
+
onGetContent: () => _.activeEditor.getContent(),
|
|
361
|
+
onSetContent: (m) => {
|
|
362
|
+
_.activeEditor.setContent(m);
|
|
363
|
+
}
|
|
364
|
+
}), (m, f) => (K(), F("div", le, [
|
|
365
|
+
T(G(re), {
|
|
366
|
+
modelValue: l.value,
|
|
367
|
+
"onUpdate:modelValue": f[0] || (f[0] = (y) => l.value = y),
|
|
368
|
+
init: c,
|
|
369
|
+
disabled: e.disabled,
|
|
370
|
+
placeholder: e.placeholder,
|
|
371
|
+
id: r.value
|
|
372
|
+
}, null, 8, ["modelValue", "init", "disabled", "placeholder", "id"])
|
|
373
|
+
]));
|
|
374
|
+
}
|
|
375
|
+
};
|
|
376
|
+
export {
|
|
377
|
+
Le as default
|
|
378
|
+
};
|
package/package.json
CHANGED
package/style.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
.form-card .el-card__header{font-size:16px;font-weight:700}.rotate180{transform:rotate(180deg)}.cp{cursor:pointer}.cp:hover{opacity:.8}.ml12{margin-left:12px}.mt12{margin-top:12px}.mt16{margin-top:16px}.mt24{margin-top:24px}.ml6{margin-left:6px!important}.ml4{margin-left:4px!important}.mr6{margin-right:6px}.mr2{margin-right:2px}.mr4{margin-right:4px}.el-table{font-size:14px}.el-select,.el-cascader,.el-form--inline .el-form-item{display:block;width:100%}.el-card{height:100%;--el-card-padding: 12px}.el-card__body{height:100%;box-sizing:border-box}.el-date-editor{--el-date-editor-width: 100%}.month-range .el-date-range-picker{width:320px}.month-range .el-date-range-picker .el-picker-panel__body{min-width:320px}.month-range .is-left{width:100%}.month-range .el-date-range-picker__header,.month-range .is-right{display:none}.table-link{cursor:pointer;color:#409eff;text-decoration:underline}.a-loading[data-v-048c6c03]{display:flex;align-items:center;justify-content:center;width:100%;height:50px;font-size:32px}.a-loading .dot[data-v-048c6c03]{animation:antRotate-048c6c03 1.2s infinite linear;transform:rotate(45deg);position:relative;display:inline-block;width:28px;height:28px;box-sizing:border-box}.a-loading .dot i[data-v-048c6c03]{width:12px;height:12px;position:absolute;display:block;background-color:#1890ff;border-radius:100%;transform:scale(.75);transform-origin:50% 50%;opacity:.3;animation:antSpinMove-048c6c03 1s infinite linear alternate}.a-loading .dot i[data-v-048c6c03]:nth-child(1){top:0;left:0}.a-loading .dot i[data-v-048c6c03]:nth-child(2){top:0;right:0;-webkit-animation-delay:.4s;animation-delay:.4s}.a-loading .dot i[data-v-048c6c03]:nth-child(3){right:0;bottom:0;-webkit-animation-delay:.8s;animation-delay:.8s}.a-loading .dot i[data-v-048c6c03]:nth-child(4){bottom:0;left:0;-webkit-animation-delay:1.2s;animation-delay:1.2s}@keyframes antRotate-048c6c03{to{-webkit-transform:rotate(405deg);transform:rotate(405deg)}}@-webkit-keyframes antRotate-048c6c03{to{-webkit-transform:rotate(405deg);transform:rotate(405deg)}}@keyframes antSpinMove-048c6c03{to{opacity:1}}@-webkit-keyframes antSpinMove-048c6c03{to{opacity:1}}[data-v-
|
|
1
|
+
.form-card .el-card__header{font-size:16px;font-weight:700}.rotate180{transform:rotate(180deg)}.cp{cursor:pointer}.cp:hover{opacity:.8}.ml12{margin-left:12px}.mt12{margin-top:12px}.mt16{margin-top:16px}.mt24{margin-top:24px}.ml6{margin-left:6px!important}.ml4{margin-left:4px!important}.mr6{margin-right:6px}.mr2{margin-right:2px}.mr4{margin-right:4px}.el-table{font-size:14px}.el-select,.el-cascader,.el-form--inline .el-form-item{display:block;width:100%}.el-card{height:100%;--el-card-padding: 12px}.el-card__body{height:100%;box-sizing:border-box}.el-date-editor{--el-date-editor-width: 100%}.month-range .el-date-range-picker{width:320px}.month-range .el-date-range-picker .el-picker-panel__body{min-width:320px}.month-range .is-left{width:100%}.month-range .el-date-range-picker__header,.month-range .is-right{display:none}.table-link{cursor:pointer;color:#409eff;text-decoration:underline}.a-loading[data-v-048c6c03]{display:flex;align-items:center;justify-content:center;width:100%;height:50px;font-size:32px}.a-loading .dot[data-v-048c6c03]{animation:antRotate-048c6c03 1.2s infinite linear;transform:rotate(45deg);position:relative;display:inline-block;width:28px;height:28px;box-sizing:border-box}.a-loading .dot i[data-v-048c6c03]{width:12px;height:12px;position:absolute;display:block;background-color:#1890ff;border-radius:100%;transform:scale(.75);transform-origin:50% 50%;opacity:.3;animation:antSpinMove-048c6c03 1s infinite linear alternate}.a-loading .dot i[data-v-048c6c03]:nth-child(1){top:0;left:0}.a-loading .dot i[data-v-048c6c03]:nth-child(2){top:0;right:0;-webkit-animation-delay:.4s;animation-delay:.4s}.a-loading .dot i[data-v-048c6c03]:nth-child(3){right:0;bottom:0;-webkit-animation-delay:.8s;animation-delay:.8s}.a-loading .dot i[data-v-048c6c03]:nth-child(4){bottom:0;left:0;-webkit-animation-delay:1.2s;animation-delay:1.2s}@keyframes antRotate-048c6c03{to{-webkit-transform:rotate(405deg);transform:rotate(405deg)}}@-webkit-keyframes antRotate-048c6c03{to{-webkit-transform:rotate(405deg);transform:rotate(405deg)}}@keyframes antSpinMove-048c6c03{to{opacity:1}}@-webkit-keyframes antSpinMove-048c6c03{to{opacity:1}}[data-v-69341f96] .el-empty__image{width:100%}.file-image[data-v-69341f96]{display:block;width:32px;height:32px;margin:0 auto;border-radius:4px;line-height:32px!important}.no-image[data-v-69341f96]{width:100%;height:100%;font-size:12px;background-color:#f5f7fa}.act-module[data-v-69341f96]{padding:0;margin:0;border:none}.add-icon-btn[data-v-ada54450]{cursor:pointer;width:24px;height:24px;margin-left:6px}.table-post-params[data-v-ada54450]{position:relative;margin-bottom:12px}.table-post-params .submit-operate[data-v-ada54450]{position:absolute;top:-20px;right:-10px;display:flex;align-items:center}.table-post-params .submit-operate .match-opreate[data-v-ada54450]{cursor:pointer;width:12px;height:12px}.card-header[data-v-ca7d3608]{display:flex;align-items:center}.card-header -operate[data-v-ca7d3608]{margin-left:auto}.form-list[data-v-ca7d3608]{margin-bottom:24px;border-bottom:1px solid var(--el-color-primary)}.form-list[data-v-ca7d3608]:last-child{border:none}.config-list-operate[data-v-ca7d3608]{display:flex;align-items:center;justify-content:flex-end}.card-header[data-v-75e750d2]{display:flex;align-items:center}.card-header-operate[data-v-75e750d2]{margin-left:auto}.form-list[data-v-75e750d2]{margin-bottom:24px;border-bottom:1px solid var(--el-color-primary)}.form-list[data-v-75e750d2]:last-child{border:none}.config-list-operate[data-v-75e750d2]{display:flex;align-items:center;justify-content:flex-end}[data-v-75e750d2] .el-badge__content.is-fixed{transform:translateY(-50%) translate(100%) scale(.7)}.submit-operate[data-v-c63f456e]{display:flex;align-items:center;height:32px;padding-left:12px}.submit-operate .match-opreate[data-v-c63f456e]{cursor:pointer;width:20px;height:20px}.page-container[data-v-4ec549a6]{position:relative}.page-container .header-operate[data-v-4ec549a6]{position:sticky;top:0;z-index:999}.page-container .submit-box[data-v-4ec549a6]{display:flex;align-items:center;justify-content:space-between}.page-container .submit-box-r[data-v-4ec549a6]{display:flex;align-items:center}.page-container .submit-box-r .menu-select[data-v-4ec549a6]{width:360px;margin:0 24px}.search-module-container[data-v-3c6eb654] .el-form-item{margin-bottom:8px}.search-module-container[data-v-3c6eb654] .el-select__selection{flex-wrap:nowrap}.search-module-container .form-content[data-v-3c6eb654]{display:grid;grid-template-columns:repeat(var(--table-query-row),1fr);gap:6px;padding:6px 6px 0}.search-module-container .form-content .search-form-btn[data-v-3c6eb654]{justify-self:end;align-self:start;grid-column-start:var(--table-query-row);grid-column-end:var(--table-query-row)}.search-module-container .expand[data-v-3c6eb654]{display:flex;margin:0 auto;color:#a4a2a2}.header-operate-container[data-v-6477fb97]{display:flex;align-items:center;justify-content:flex-end}.header-operate-container .el-btn[data-v-6477fb97]{margin:2px}.act-table .table-pagination[data-v-651542d6]{padding:12px 4px;justify-content:flex-end}.no-config[data-v-c6e7e23b]{line-height:32px;font-weight:700}.no-config-field[data-v-c6e7e23b]{color:red}.card-header[data-v-be1c5be6]{display:flex;align-items:center}.card-header-operate[data-v-be1c5be6]{margin-left:auto}.add-icon-btn[data-v-ca54e816]{cursor:pointer;width:24px;height:24px;margin-left:6px}.condition-box[data-v-ca54e816]{display:flex;justify-content:center}.condition-box[data-v-ca54e816] .el-form-item__content{flex:0;min-width:300px}.submit-operate[data-v-ca54e816]{display:flex;align-items:center;height:32px;padding-left:12px}.submit-operate .match-opreate[data-v-ca54e816]{cursor:pointer;width:20px;height:20px}.add-icon-btn[data-v-7a6069a6]{cursor:pointer;width:24px;height:24px;margin-left:6px}.submit-operate[data-v-7a6069a6]{display:flex;align-items:center;height:32px;padding-left:12px}.submit-operate .match-opreate[data-v-7a6069a6]{cursor:pointer;width:20px;height:20px}.select-icon-popover .icon-list{display:grid;grid-template-columns:repeat(8,1fr)}.select-icon-popover .icon-list .icon-item{display:flex;align-items:center;justify-content:center;margin:4px 0;border:1px solid transparent}.select-icon-popover .icon-list .icon-item .icon-svg{cursor:pointer}.select-icon-popover .icon-list .icon-item-checked{border:1px solid #000}.select-icon-container .icon-value[data-v-308d02d4]{display:flex;align-items:center}.select-icon-container .icon-value .icon-btn[data-v-308d02d4]{margin-left:12px}.upload-container[data-v-f839bee6]{width:100%}.upload-container[data-v-f839bee6] .el-upload-list--picture-card{display:flex;flex:1}.upload-container[data-v-f839bee6] .el-upload.is-drag{width:100%;height:100%}.upload-container .tip-text[data-v-f839bee6]{margin:0;padding:0;font-size:12px;color:#999}.upload-container .file-list[data-v-f839bee6]{display:flex;align-items:center;justify-content:space-between;margin:6px 0;padding:6px 12px;font-size:14px;border-radius:4px;border:1px solid #dcdfe6}.upload-container .file-list[data-v-f839bee6]:hover{cursor:pointer;opacity:.8}.upload-container .file-list:hover .el-file-name[data-v-f839bee6]{text-decoration:underline}.upload-container .file-list-l[data-v-f839bee6]{display:flex;align-items:center;flex:1;width:500px}.upload-container .file-list-image[data-v-f839bee6]{flex-shrink:0;width:40px;height:40px;border-radius:4px}.upload-container .file-list-icon[data-v-f839bee6]{flex-shrink:0;width:40px;height:40px}.upload-container .file-list .el-file-name[data-v-f839bee6]{flex:1;padding:0 12px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.upload-container .file-list .el-file-operate[data-v-f839bee6]{display:flex;justify-content:flex-end;flex-shrink:0;min-width:82px;margin-left:auto}.upload-container .file-list .el-file-operate>i[data-v-f839bee6]{cursor:pointer;margin-left:12px}.upload-container .file-list .el-file-operate>i[data-v-f839bee6]:hover{opacity:.8}.tox-tinymce-aux{z-index:99999!important}.tinymce.ui.FloatPanel{z-index:99}.mce-content-body[data-mce-placeholder]:not(.mce-visualblocks):before{color:#a8abb2}.act-code-mirror[data-v-d3c12061]{width:100%}.act-code-mirror .format-code-btn[data-v-d3c12061]{margin-bottom:4px}
|