act-plus 1.1.78 → 1.1.79
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 +1 -1
- package/act-plus.umd.cjs +55 -55
- package/lib/{dialogAddField-6b36374f.js → dialogAddField-5f14fddc.js} +33 -33
- package/lib/{dialogConfigBtn-bc3654e4.js → dialogConfigBtn-a5954155.js} +21 -21
- package/lib/{dialogSiteComponentsParams-50ddae0f.js → dialogSiteComponentsParams-2524289e.js} +7 -7
- package/lib/{index-c69e0f9a.js → index-07377f1f.js} +1174 -1142
- package/lib/{index-96a5d15c.js → index-16fe3b49.js} +1 -1
- package/lib/{index-7c99a393.js → index-1b2ea391.js} +178 -188
- package/lib/{index-7a82a0bc.js → index-35e3b49c.js} +112 -104
- package/lib/{index-07ea7c6f.js → index-3c586d22.js} +21 -21
- package/lib/{index-d37c9fc1.js → index-7fbc8aef.js} +2 -2
- package/lib/{index-ada2bff9.js → index-80a6ed89.js} +4788 -4535
- package/lib/{index-9b985e07.js → index-93eae228.js} +18 -25
- package/lib/{index-c5b44aa1.js → index-a65addb1.js} +4 -4
- package/lib/{index-4b01c50e.js → index-a8a38c71.js} +5 -5
- package/package.json +16 -16
- package/style.css +1 -1
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { defineAsyncComponent as de, inject as h, ref as q, watch as pe, resolveComponent as y, resolveDirective as ce, unref as t, openBlock as r, createElementBlock as _, createVNode as ie, normalizeStyle as fe, withCtx as T, Fragment as k, renderList as M, createBlock as d, mergeProps as m, withKeys as H, withModifiers as K, createCommentVNode as g, resolveDynamicComponent as ye, createElementVNode as me, toDisplayString as R, createTextVNode as O, withDirectives as Ve } from "vue";
|
|
2
|
-
import { _ as be, u as Ce, P as _e, a as he, b as W } from "./index-
|
|
2
|
+
import { _ as be, u as Ce, P as _e, a as he, b as W } from "./index-07377f1f.js";
|
|
3
3
|
import "vue-router";
|
|
4
4
|
import "element-plus";
|
|
5
5
|
const ge = {
|
|
@@ -129,9 +129,8 @@ const ge = {
|
|
|
129
129
|
modelValue: e.queryValue,
|
|
130
130
|
"onUpdate:modelValue": (a) => e.queryValue = a,
|
|
131
131
|
placeholder: `${t(p)("act.inputPlaceholder")}${e.fieldName}`,
|
|
132
|
-
clearable: ""
|
|
133
|
-
|
|
134
|
-
}, t(i)(e), {
|
|
132
|
+
clearable: ""
|
|
133
|
+
}, { ref_for: !0 }, t(i)(e), {
|
|
135
134
|
onKeyup: l[0] || (l[0] = H(K((a) => c({ permissionCode: 1001 }), ["prevent"]), ["enter", "native"])),
|
|
136
135
|
onClear: se
|
|
137
136
|
}), null, 16, ["modelValue", "onUpdate:modelValue", "placeholder"])) : g("", !0),
|
|
@@ -141,17 +140,15 @@ const ge = {
|
|
|
141
140
|
"onUpdate:modelValue": (a) => e.queryValue = a,
|
|
142
141
|
placeholder: `${t(p)("act.inputPlaceholder")}${e.fieldName}`,
|
|
143
142
|
clearable: "",
|
|
144
|
-
onKeyup: l[1] || (l[1] = H(K((a) => c({ permissionCode: 1001 }), ["prevent"]), ["enter", "native"]))
|
|
145
|
-
|
|
146
|
-
}, t(i)(e)), null, 16, ["modelValue", "onUpdate:modelValue", "placeholder"])) : ["select", "switch", "multipleSelect"].includes(e.fieldType) ? (r(), d($, m({
|
|
143
|
+
onKeyup: l[1] || (l[1] = H(K((a) => c({ permissionCode: 1001 }), ["prevent"]), ["enter", "native"]))
|
|
144
|
+
}, { ref_for: !0 }, t(i)(e)), null, 16, ["modelValue", "onUpdate:modelValue", "placeholder"])) : ["select", "switch", "multipleSelect"].includes(e.fieldType) ? (r(), d($, m({
|
|
147
145
|
key: 2,
|
|
148
146
|
modelValue: e.queryValue,
|
|
149
147
|
"onUpdate:modelValue": (a) => e.queryValue = a,
|
|
150
148
|
placeholder: `${t(p)("act.selectPlaceholder")}${e.fieldName}`,
|
|
151
149
|
clearable: "",
|
|
152
|
-
filterable: ""
|
|
153
|
-
|
|
154
|
-
}, t(i)(e), {
|
|
150
|
+
filterable: ""
|
|
151
|
+
}, { ref_for: !0 }, t(i)(e), {
|
|
155
152
|
multiple: e.fieldType === "multipleSelect",
|
|
156
153
|
"collapse-tags": e.fieldType === "multipleSelect",
|
|
157
154
|
"collapse-tags-tooltip": e.fieldType === "multipleSelect",
|
|
@@ -173,9 +170,8 @@ const ge = {
|
|
|
173
170
|
props: { ...t(_e) },
|
|
174
171
|
placeholder: `${t(p)("act.selectPlaceholder")}${e.fieldName}`,
|
|
175
172
|
clearable: "",
|
|
176
|
-
filterable: ""
|
|
177
|
-
|
|
178
|
-
}, t(i)(e), {
|
|
173
|
+
filterable: ""
|
|
174
|
+
}, { ref_for: !0 }, t(i)(e), {
|
|
179
175
|
"collapse-tags": e.fieldType === "virtualizedMultipleSelect",
|
|
180
176
|
"collapse-tags-tooltip": e.fieldType === "virtualizedMultipleSelect",
|
|
181
177
|
multiple: e.fieldType === "virtualizedMultipleSelect",
|
|
@@ -188,9 +184,8 @@ const ge = {
|
|
|
188
184
|
props: { ...t(he) },
|
|
189
185
|
clearable: "",
|
|
190
186
|
filterable: "",
|
|
191
|
-
placeholder: `${t(p)("act.selectPlaceholder")}${e.fieldName}
|
|
192
|
-
|
|
193
|
-
}, t(i)(e), {
|
|
187
|
+
placeholder: `${t(p)("act.selectPlaceholder")}${e.fieldName}`
|
|
188
|
+
}, { ref_for: !0 }, t(i)(e), {
|
|
194
189
|
onChange: l[4] || (l[4] = (a) => c({ permissionCode: 1001 }))
|
|
195
190
|
}), null, 16, ["modelValue", "onUpdate:modelValue", "options", "props", "placeholder"])) : e.fieldType === "fullLoadTreeSelect" ? (r(), d(U, m({
|
|
196
191
|
key: 5,
|
|
@@ -208,7 +203,7 @@ const ge = {
|
|
|
208
203
|
"show-checkbox": "",
|
|
209
204
|
clearable: "",
|
|
210
205
|
filterable: ""
|
|
211
|
-
}, t(i)(e), {
|
|
206
|
+
}, { ref_for: !0 }, t(i)(e), {
|
|
212
207
|
onChange: l[5] || (l[5] = (a) => c({ permissionCode: 1001 }))
|
|
213
208
|
}), null, 16, ["modelValue", "onUpdate:modelValue", "data", "placeholder", "props"])) : e.fieldType === "treeSelect" ? (r(), d(U, m({
|
|
214
209
|
key: 6,
|
|
@@ -227,7 +222,7 @@ const ge = {
|
|
|
227
222
|
filterable: "",
|
|
228
223
|
lazy: "",
|
|
229
224
|
load: (a, F) => re({ node: a, resolve: F }, e)
|
|
230
|
-
}, t(i)(e), {
|
|
225
|
+
}, { ref_for: !0 }, t(i)(e), {
|
|
231
226
|
onChange: l[6] || (l[6] = (a) => c({ permissionCode: 1001 }))
|
|
232
227
|
}), null, 16, ["modelValue", "onUpdate:modelValue", "placeholder", "load"])) : e.fieldType === "date" ? (r(), d(D, m({
|
|
233
228
|
key: 7,
|
|
@@ -236,9 +231,8 @@ const ge = {
|
|
|
236
231
|
type: "date",
|
|
237
232
|
placeholder: `${t(p)("act.selectPlaceholder")}${t(p)("act.time")}`,
|
|
238
233
|
"value-format": "YYYY-MM-DD HH:mm:ss",
|
|
239
|
-
clearable: ""
|
|
240
|
-
|
|
241
|
-
}, t(i)(e), {
|
|
234
|
+
clearable: ""
|
|
235
|
+
}, { ref_for: !0 }, t(i)(e), {
|
|
242
236
|
onChange: l[7] || (l[7] = (a) => c({ permissionCode: 1001 }))
|
|
243
237
|
}), null, 16, ["modelValue", "onUpdate:modelValue", "placeholder"])) : e.fieldType === "dateRange" ? (r(), d(D, m({
|
|
244
238
|
key: 8,
|
|
@@ -248,9 +242,8 @@ const ge = {
|
|
|
248
242
|
"start-placeholder": t(p)("act.startTime"),
|
|
249
243
|
"end-placeholder": t(p)("act.endTime"),
|
|
250
244
|
"value-format": "YYYY-MM-DD HH:mm:ss",
|
|
251
|
-
clearable: ""
|
|
252
|
-
|
|
253
|
-
}, t(i)(e), {
|
|
245
|
+
clearable: ""
|
|
246
|
+
}, { ref_for: !0 }, t(i)(e), {
|
|
254
247
|
onChange: l[8] || (l[8] = (a) => c({ permissionCode: 1001 }))
|
|
255
248
|
}), null, 16, ["modelValue", "onUpdate:modelValue", "start-placeholder", "end-placeholder"])) : g("", !0)
|
|
256
249
|
]),
|
|
@@ -307,7 +300,7 @@ const ge = {
|
|
|
307
300
|
])) : g("", !0);
|
|
308
301
|
};
|
|
309
302
|
}
|
|
310
|
-
}, Ue = /* @__PURE__ */ be(Te, [["__scopeId", "data-v-
|
|
303
|
+
}, Ue = /* @__PURE__ */ be(Te, [["__scopeId", "data-v-cdf7c817"]]);
|
|
311
304
|
export {
|
|
312
305
|
Ue as default
|
|
313
306
|
};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { ref as p, watch as h, resolveComponent as _, openBlock as r, createElementBlock as m, createVNode as v, unref as u, isRef as w, withCtx as f, createElementVNode as g, createBlock as C, createCommentVNode as N, createTextVNode as $, Fragment as B, renderList as E, normalizeClass as L } from "vue";
|
|
2
|
-
import { _ as P } from "./index-
|
|
2
|
+
import { _ as P } from "./index-07377f1f.js";
|
|
3
3
|
import "vue-router";
|
|
4
4
|
import "element-plus";
|
|
5
5
|
const R = { class: "select-icon-container" }, S = { class: "icon-list" }, j = ["onClick"], z = {
|
|
@@ -68,9 +68,9 @@ const R = { class: "select-icon-container" }, S = { class: "icon-list" }, j = ["
|
|
|
68
68
|
class: "icon-btn",
|
|
69
69
|
type: "primary"
|
|
70
70
|
}, {
|
|
71
|
-
default: f(() => e[1] || (e[1] = [
|
|
72
|
-
$("选择图标")
|
|
73
|
-
])),
|
|
71
|
+
default: f(() => [...e[1] || (e[1] = [
|
|
72
|
+
$("选择图标", -1)
|
|
73
|
+
])]),
|
|
74
74
|
_: 1
|
|
75
75
|
})
|
|
76
76
|
])
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { reactive as m, watch as
|
|
2
|
-
import { _ as k, u as w } from "./index-
|
|
1
|
+
import { reactive as m, watch as v, resolveComponent as s, openBlock as b, createBlock as g, withCtx as o, createElementVNode as i, createVNode as x, createTextVNode as y, toDisplayString as h, unref as C } from "vue";
|
|
2
|
+
import { _ as k, u as w } from "./index-07377f1f.js";
|
|
3
3
|
import "vue-router";
|
|
4
4
|
import "element-plus";
|
|
5
5
|
const V = ["innerHTML"], B = { class: "dialog-footer" }, D = {
|
|
@@ -15,7 +15,7 @@ const V = ["innerHTML"], B = { class: "dialog-footer" }, D = {
|
|
|
15
15
|
let a = m((() => ({
|
|
16
16
|
loading: !1
|
|
17
17
|
}))());
|
|
18
|
-
|
|
18
|
+
v(
|
|
19
19
|
() => t.visible,
|
|
20
20
|
async (e, p) => {
|
|
21
21
|
e && (a.loading = !0, a.loading = !1);
|
|
@@ -28,7 +28,7 @@ const V = ["innerHTML"], B = { class: "dialog-footer" }, D = {
|
|
|
28
28
|
};
|
|
29
29
|
return (e, p) => {
|
|
30
30
|
const f = s("el-button"), u = s("el-dialog");
|
|
31
|
-
return
|
|
31
|
+
return b(), g(u, {
|
|
32
32
|
"model-value": t.visible,
|
|
33
33
|
title: t.title,
|
|
34
34
|
top: "5vh",
|
|
@@ -59,7 +59,7 @@ const V = ["innerHTML"], B = { class: "dialog-footer" }, D = {
|
|
|
59
59
|
}, 8, ["model-value", "title"]);
|
|
60
60
|
};
|
|
61
61
|
}
|
|
62
|
-
}, M = /* @__PURE__ */ k(D, [["__scopeId", "data-v-
|
|
62
|
+
}, M = /* @__PURE__ */ k(D, [["__scopeId", "data-v-95be1288"]]);
|
|
63
63
|
export {
|
|
64
64
|
M as default
|
|
65
65
|
};
|
package/package.json
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "act-plus",
|
|
3
|
-
"version": "1.1.
|
|
4
|
-
"private": false,
|
|
5
|
-
"description": "act config",
|
|
6
|
-
"main": "act-plus.js",
|
|
7
|
-
"scripts": {
|
|
8
|
-
"test": "echo \"Error: no test specified\" && exit 1"
|
|
9
|
-
},
|
|
10
|
-
"keywords": ["act", "act-plus", "vue"],
|
|
11
|
-
"author": "destiny",
|
|
12
|
-
"license": "ISC",
|
|
13
|
-
"publishConfig": {
|
|
14
|
-
"registry": "https://registry.npmjs.org/"
|
|
15
|
-
}
|
|
16
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"name": "act-plus",
|
|
3
|
+
"version": "1.1.79",
|
|
4
|
+
"private": false,
|
|
5
|
+
"description": "act config",
|
|
6
|
+
"main": "act-plus.js",
|
|
7
|
+
"scripts": {
|
|
8
|
+
"test": "echo \"Error: no test specified\" && exit 1"
|
|
9
|
+
},
|
|
10
|
+
"keywords": ["act", "act-plus", "vue"],
|
|
11
|
+
"author": "destiny",
|
|
12
|
+
"license": "ISC",
|
|
13
|
+
"publishConfig": {
|
|
14
|
+
"registry": "https://registry.npmjs.org/"
|
|
15
|
+
}
|
|
16
|
+
}
|
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-dba0e25e] .el-empty__image{width:100%}.file-image[data-v-dba0e25e]{display:block;width:32px;height:32px;margin:0 auto;border-radius:4px;line-height:32px!important}.no-image[data-v-dba0e25e]{width:100%;height:100%;font-size:12px;background-color:#f5f7fa}.act-module[data-v-dba0e25e]{padding:0;margin:0;border:none}.table-opreate-dropdown[data-v-dba0e25e]{margin:4px 0 0 8px}.table-btn-more[data-v-dba0e25e]{width:16px;height:16px}.table-btn-more[data-v-dba0e25e]:hover{cursor:pointer;opacity:.8}.add-icon-btn[data-v-3a00699d]{cursor:pointer;width:24px;height:24px;margin-left:6px}.table-post-params[data-v-3a00699d]{position:relative;margin-bottom:12px}.table-post-params .submit-operate[data-v-3a00699d]{position:absolute;top:-20px;right:-10px;display:flex;align-items:center}.table-post-params .submit-operate .match-opreate[data-v-3a00699d]{cursor:pointer;width:12px;height:12px}.card-header[data-v-05dd44e9]{display:flex;align-items:center}.card-header -operate[data-v-05dd44e9]{margin-left:auto}.form-list[data-v-05dd44e9]{margin-bottom:24px;border-bottom:1px solid var(--el-color-primary)}.form-list[data-v-05dd44e9]:last-child{border:none}.config-list-operate[data-v-05dd44e9]{display:flex;align-items:center;justify-content:flex-end}.card-header[data-v-5ac6753d]{display:flex;align-items:center}.card-header-operate[data-v-5ac6753d]{margin-left:auto}.form-list[data-v-5ac6753d]{margin-bottom:24px;border-bottom:1px solid var(--el-color-primary)}.form-list[data-v-5ac6753d]:last-child{border:none}.config-list-operate[data-v-5ac6753d]{display:flex;align-items:center;justify-content:flex-end}[data-v-5ac6753d] .el-badge__content.is-fixed{transform:translateY(-50%) translate(100%) scale(.7)}.submit-operate[data-v-5c2c8b66]{display:flex;align-items:center;height:32px;padding-left:12px}.submit-operate .match-opreate[data-v-5c2c8b66]{cursor:pointer;width:20px;height:20px}.page-container[data-v-8dfa8a8a]{position:relative}.page-container .header-operate[data-v-8dfa8a8a]{position:sticky;top:0;z-index:999}.page-container .submit-box[data-v-8dfa8a8a]{display:flex;align-items:center;justify-content:space-between}.page-container .submit-box-r[data-v-8dfa8a8a]{display:flex;align-items:center}.page-container .submit-box-r .menu-select[data-v-8dfa8a8a]{width:360px;margin:0 24px}.search-module-container[data-v-cdf7c817] .el-form-item{margin-bottom:8px}.search-module-container[data-v-cdf7c817] .el-select__selection{flex-wrap:nowrap;width:100%}.search-module-container .form-content[data-v-cdf7c817]{display:grid;grid-template-columns:repeat(var(--table-query-row),minmax(120px,1fr));gap:6px;padding:6px 6px 0}.search-module-container .form-content .search-form-btn[data-v-cdf7c817]{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-cdf7c817]{display:flex;margin:0 auto;color:#a4a2a2}.header-operate-container[data-v-204fc0b7]{display:flex;align-items:center;justify-content:flex-end;flex-wrap:wrap}.header-operate-container .el-btn[data-v-204fc0b7]{margin:2px}.header-operate-container .header-opreate-dropdown[data-v-204fc0b7]{margin:4px 0 0 8px}.header-operate-container .header-btn-more[data-v-204fc0b7]{width:16px;height:16px}.header-operate-container .header-btn-more[data-v-204fc0b7]:hover{cursor:pointer;opacity:.8}.act-table .table-pagination[data-v-d2da0301]{padding:12px 4px;justify-content:flex-end}.no-config[data-v-c26ce281]{line-height:32px;font-weight:700}.no-config-field[data-v-c26ce281]{color:red}.card-header[data-v-95be1288]{display:flex;align-items:center}.card-header-operate[data-v-95be1288]{margin-left:auto}.add-icon-btn[data-v-1f256e39]{cursor:pointer;width:24px;height:24px;margin-left:6px}.condition-box[data-v-1f256e39]{display:flex;justify-content:center}.condition-box[data-v-1f256e39] .el-form-item__content{flex:0;min-width:300px}.submit-operate[data-v-1f256e39]{display:flex;align-items:center;height:32px;padding-left:12px}.submit-operate .match-opreate[data-v-1f256e39]{cursor:pointer;width:20px;height:20px}.add-icon-btn[data-v-f51a212e]{cursor:pointer;width:24px;height:24px;margin-left:6px}.submit-operate[data-v-f51a212e]{display:flex;align-items:center;height:32px;padding-left:12px}.submit-operate .match-opreate[data-v-f51a212e]{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-ba74316a]{width:100%}.upload-container[data-v-ba74316a] .el-upload-list--picture-card{display:flex;flex:1}.upload-container[data-v-ba74316a] .el-upload.is-drag{width:100%;height:100%}.upload-container .tip-text[data-v-ba74316a]{margin:0;padding:0;font-size:12px;color:#999}.upload-container .file-list[data-v-ba74316a]{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-ba74316a]:hover{cursor:pointer;opacity:.8}.upload-container .file-list:hover .el-file-name[data-v-ba74316a]{text-decoration:underline}.upload-container .file-list-l[data-v-ba74316a]{display:flex;align-items:center;flex:1;width:500px}.upload-container .file-list-image[data-v-ba74316a]{flex-shrink:0;width:40px;height:40px;border-radius:4px}.upload-container .file-list-icon[data-v-ba74316a]{flex-shrink:0;width:40px;height:40px}.upload-container .file-list .el-file-name[data-v-ba74316a]{flex:1;padding:0 12px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.upload-container .file-list .el-file-operate[data-v-ba74316a]{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-ba74316a]{cursor:pointer;margin-left:12px}.upload-container .file-list .el-file-operate>i[data-v-ba74316a]: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-23982507]{width:100%}.act-code-mirror .format-code-btn[data-v-23982507]{margin-bottom:4px}
|