super-page-runtime 2.3.22 → 2.3.23
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/es/components/runtime/utils/api/page-expose-util.js +28 -37
- package/dist/es/components/runtime/utils/events/standard-event.js +363 -364
- package/dist/es/components/runtime/utils/events/validator-util.js +4 -2
- package/dist/es/components/runtime/views/assemblys/chart/table/table-runtime.vue2.js +1 -1
- package/dist/es/components/runtime/views/assemblys/data/table/main-table-runtime.vue.js +30 -30
- package/dist/es/components/runtime/views/assemblys/data/table/sub-table-runtime.vue.js +68 -68
- package/dist/es/components/runtime/views/assemblys/form/dept-tree/depttree-runtime.vue2.js +29 -29
- package/dist/es/components/runtime/views/assemblys/workflow/workflow-node/workflownode-runtime.vue2.js +13 -22
- package/dist/es/components/runtime/views/super-page.vue.js +1 -1
- package/dist/es/i18n/langs/cn.js +1 -1
- package/dist/es/i18n/langs/en.js +1 -1
- package/dist/es/style.css +77 -77
- package/package.json +2 -2
|
@@ -1,55 +1,55 @@
|
|
|
1
|
-
import { defineComponent as e, ref as t, onMounted as l, nextTick as o, computed as n, watch as i, resolveComponent as
|
|
2
|
-
import { getFormModelFields as
|
|
3
|
-
import { handleAfterInitEvent as
|
|
1
|
+
import { defineComponent as e, ref as t, onMounted as l, nextTick as o, computed as n, watch as i, resolveComponent as a, createBlock as u, openBlock as p, normalizeStyle as r, normalizeClass as s, unref as d, withCtx as f, createVNode as c, createElementBlock as m, createCommentVNode as g, Fragment as v, createTextVNode as y, toDisplayString as x } from "vue";
|
|
2
|
+
import { getFormModelFields as h } from "../../../../utils/page-init-util.js";
|
|
3
|
+
import { handleAfterInitEvent as C, handleFormEvent as S } from "../../../../utils/events/event-util.js";
|
|
4
4
|
import F from "../common/title-suffix-element.vue.js";
|
|
5
5
|
import { $t as b } from "../../../../utils/i18n-util.js";
|
|
6
|
-
import { setVariableValue as k, getVariableValue as
|
|
7
|
-
import { addRequiredClassUtil as
|
|
8
|
-
const
|
|
9
|
-
const
|
|
10
|
-
|
|
11
|
-
const
|
|
12
|
-
let
|
|
13
|
-
const
|
|
14
|
-
|
|
6
|
+
import { setVariableValue as k, getVariableValue as w, getFormPropName as z, getValueFromVariable as R } from "../../../../utils/page-helper-util.js";
|
|
7
|
+
import { addRequiredClassUtil as j } from "../../../../utils/common-util.js";
|
|
8
|
+
const _ = e({ __name: "depttree-runtime", props: { pageContext: {}, configure: {} }, setup(e2, { expose: _2 }) {
|
|
9
|
+
const I = e2, T = t(null), q = t([]), W = I.pageContext.entity ? I.pageContext.entity : {};
|
|
10
|
+
W.data || (W.data = {});
|
|
11
|
+
const M = W.data, O = W.page;
|
|
12
|
+
let $ = h(I.pageContext, I.configure);
|
|
13
|
+
const D = $.length > 0 ? $[$.length - 1] : I.configure.uuid, E = I.configure.runtime ? I.configure.runtime : {}, V = t(E.props ? E.props : {}), A = E.style, B = E.class, G = E.headerStyle, H = E.titleExceedStyle;
|
|
14
|
+
E.props.deptScope && ("field" == E.props.deptScope && E.props.deptScopeField ? (Y(), function(e3, t2) {
|
|
15
15
|
if (0 === e3.indexOf("${fixed.")) return;
|
|
16
16
|
const l2 = e3.match(/\${(.*?)}/);
|
|
17
17
|
if (!l2) return;
|
|
18
18
|
const o2 = l2 ? l2[1].split(".") : [];
|
|
19
|
-
o2 && o2.length > 0 && i(() => o2.reduce((e4, t3) => e4[t3],
|
|
19
|
+
o2 && o2.length > 0 && i(() => o2.reduce((e4, t3) => e4[t3], I.pageContext.entity), (e4, l3) => {
|
|
20
20
|
t2(e4, l3);
|
|
21
21
|
});
|
|
22
|
-
}(
|
|
22
|
+
}(E.props.deptScopeField, (e3, t2) => {
|
|
23
23
|
Y();
|
|
24
|
-
})) : "depts" ==
|
|
24
|
+
})) : "depts" == E.props.deptScope && E.props.deptScopeCodes && (q.value = E.props.deptScopeCodes.split(",")));
|
|
25
25
|
const J = t(null), K = t(null), L = t(null);
|
|
26
26
|
l(() => {
|
|
27
27
|
o(() => {
|
|
28
|
-
const e3 =
|
|
29
|
-
|
|
28
|
+
const e3 = M ? M[D] : null;
|
|
29
|
+
C(e3, I.pageContext, I.configure, { formItemRef: J.value, componentRef: K.value, titleRef: L.value, value: e3, entity: I.pageContext.entity.data, pageData: I.pageContext.entity.page });
|
|
30
30
|
});
|
|
31
31
|
});
|
|
32
|
-
const N = n({ get: () =>
|
|
33
|
-
k(
|
|
34
|
-
} }), P =
|
|
32
|
+
const N = n({ get: () => w(W, $), set(e3) {
|
|
33
|
+
k(W, $, e3), null != e3 && (T.value = "");
|
|
34
|
+
} }), P = V.value.autoSetFields ? V.value.autoSetFields : [];
|
|
35
35
|
let Q = null;
|
|
36
36
|
function U(e3, t2) {
|
|
37
|
-
Q ? Q === e3 && (
|
|
37
|
+
Q ? Q === e3 && ($.length > 0 ? S(w(W, $), I.pageContext, I.configure, "change") : S(t2, I.pageContext, I.configure, "change")) : e3 === D && S(t2, I.pageContext, I.configure, "change");
|
|
38
38
|
}
|
|
39
39
|
function X() {
|
|
40
|
-
S(null,
|
|
40
|
+
S(null, I.pageContext, I.configure, "click");
|
|
41
41
|
}
|
|
42
42
|
function Y() {
|
|
43
|
-
const e3 =
|
|
44
|
-
|
|
43
|
+
const e3 = R(I.pageContext.entity, E.props.deptScopeField);
|
|
44
|
+
q.value = e3 ? e3.split(",") : [];
|
|
45
45
|
}
|
|
46
|
-
return P.length - 1 > 0 && P[P.length - 1] && P[P.length - 1].model && (Q =
|
|
47
|
-
|
|
46
|
+
return P.length - 1 > 0 && P[P.length - 1] && P[P.length - 1].model && (Q = z(P[P.length - 1].model)), _2({ addRequiredClass: function() {
|
|
47
|
+
T.value = j();
|
|
48
48
|
} }), (t2, l2) => {
|
|
49
|
-
const o2 =
|
|
50
|
-
return
|
|
49
|
+
const o2 = a("OrganizationInput"), n2 = a("el-form-item");
|
|
50
|
+
return p(), u(n2, { ref_key: "formItemRef", ref: J, required: V.value.required, class: s(d(B) + (T.value ? " " + T.value : "")), "label-width": V.value.labelWidth, style: r(d(A)) }, { label: f(() => [V.value.tittleShow ? (p(), m("div", { key: 0, ref_key: "titleRef", ref: L, style: r({ ...d(G), ...d(H) }) }, [V.value.prefixType ? (p(), u(F, { key: 0, pageContext: e2.pageContext, property: V.value }, null, 8, ["pageContext", "property"])) : (p(), m(v, { key: 1 }, [y(x(d(b)(V.value.title)), 1)], 64))], 4)) : g("", true)]), default: f(() => [c(o2, { ref_key: "componentRef", ref: K, disabled: "disabled" == V.value.state, multiple: V.value.multiple, treeType: V.value.treeType, value: N.value, models: d(M), departmentInfo: q.value, limitFilterColumn: V.value.limitFilterColumn, pageModels: d(O), fields: d(P), inputShowWay: V.value.inputShowWay, autosize: V.value.autosize, size: V.value.size, separator: V.value.separator, onSetValue: U, onShowTree: X }, null, 8, ["disabled", "multiple", "treeType", "value", "models", "departmentInfo", "limitFilterColumn", "pageModels", "fields", "inputShowWay", "autosize", "size", "separator"])]), _: 1 }, 8, ["required", "class", "label-width", "style"]);
|
|
51
51
|
};
|
|
52
52
|
} });
|
|
53
53
|
export {
|
|
54
|
-
|
|
54
|
+
_ as default
|
|
55
55
|
};
|
|
@@ -1,27 +1,18 @@
|
|
|
1
|
-
import { defineComponent as t, ref as e, onMounted as
|
|
1
|
+
import { defineComponent as t, ref as e, onMounted as n, createElementBlock as a, createCommentVNode as o, openBlock as p, normalizeClass as i, unref as r, createElementVNode as u, normalizeStyle as s, toDisplayString as l } from "vue";
|
|
2
2
|
import { getFormModelFields as g } from "../../../../utils/page-init-util.js";
|
|
3
|
-
import { getVariableValue as
|
|
4
|
-
|
|
5
|
-
const
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
else {
|
|
13
|
-
let t3 = x.pageContext.entity.data.CURRENT_ACTIVITY_NAME || x.pageContext.entity.data.current_activity_name;
|
|
14
|
-
T && T.trustorName && (t3 = t3 + "(" + _("superPageRuntimeMessage.nodeTrustorName") + T.trustorName + ")"), k.value = t3;
|
|
15
|
-
}
|
|
16
|
-
y.value = !!x.pageContext.entity.data.WORKFLOW_ID;
|
|
17
|
-
}
|
|
18
|
-
return a(() => {
|
|
19
|
-
}), f2({ getValue: function() {
|
|
20
|
-
return m(d, v);
|
|
3
|
+
import { getVariableValue as C, setVariableValue as c } from "../../../../utils/page-helper-util.js";
|
|
4
|
+
const x = t({ __name: "workflownode-runtime", props: { pageContext: {}, configure: {} }, setup(t2, { expose: x2 }) {
|
|
5
|
+
const y = t2, f = e(false), m = y.pageContext.entity ? y.pageContext.entity : {};
|
|
6
|
+
let T = g(y.pageContext, y.configure);
|
|
7
|
+
const d = y.configure.runtime ? y.configure.runtime : {}, _ = e(d.props ? d.props : {}), v = d.class, E = d.headerStyle;
|
|
8
|
+
let R = e("");
|
|
9
|
+
return "form" === y.pageContext.pageType && y.pageContext.entity && y.pageContext.entity.data && ("EXTRACT" === y.pageContext.entity.data.PROCESS_STATE || "EXTRACT" === y.pageContext.entity.data.process_state ? R.value = "抽单办理中" : R.value = y.pageContext.entity.data.CURRENT_ACTIVITY_NAME || y.pageContext.entity.data.current_activity_name, f.value = !!y.pageContext.entity.data.WORKFLOW_ID), n(() => {
|
|
10
|
+
}), x2({ getValue: function() {
|
|
11
|
+
return C(m, T);
|
|
21
12
|
}, setValue: function(t3) {
|
|
22
|
-
return
|
|
23
|
-
} }), (t3, e2) =>
|
|
13
|
+
return c(m, T, t3);
|
|
14
|
+
} }), (t3, e2) => f.value ? (p(), a("span", { key: 0, class: i(r(v)) }, [u("span", { style: s(r(E)) }, [u("span", null, l(_.value.title), 1), u("span", null, l(r(R)), 1)], 4)], 2)) : o("", true);
|
|
24
15
|
} });
|
|
25
16
|
export {
|
|
26
|
-
|
|
17
|
+
x as default
|
|
27
18
|
};
|
package/dist/es/i18n/langs/cn.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
const e = { superPageRuntimeMessage: { successfulSave: "保存成功", recordLine: "第 {row} 行记录", tableListSubTableDataVerificationFailed: "表单子表数据校验失败", formDataVerificationFailed: "表单数据校验失败", successfulOperation: "操作成功", selectTemplate: "选择模板", temlpate: "模板", operating: "操作", export: "导出", tips: "提示", sure: "确定", cancel: "取消", whetherToConfirmSubmit: "确定{name}吗?", whetherToConfirmAgree: "确定{name}吗?", whetherToConfirmDisagree: "确定{name}吗?", pleaseSelectRecord: "请选择记录", whetherToConfirmDeletion: "确定删除吗?", successfulDelete: "删除成功", noFileSelected: "请选择一个文件", asyncImport: "正在异步导入,请等待消息通知!", successfulImport: "导入成功", thePreconditionOfTheButtonTo: "该按钮前置条件为[{message}]", onlyOneRecordCanBeselected: "只能选择一条记录", selectAtLeastOneRecord: "请至少选择一条记录", requestPathEmpty: "后台请求路径为空", successfulSubmit: "提交成功", successfulCompleteTask: "任务办理成功", successfulAssign: "指派任务成功", successfulRetrieve: "取回任务成功", successfulDrawTask: "领取任务成功", successfulAbandonReceive: "放弃任务成功", successfulReturnToPreviousTask: "退回上一环节成功", successfulEndInstance: "强制结束流程成功", selectNode: "选择环节", nodeName: "环节名称", nodeId: "环节编码", pleaseSelectNode: "请选择环节", successfulReturnTaskTo: "退回成功", selectRemoveUsers: "选择减签任务", transactorName: "办理人姓名", transactor: "办理人登录名", trustorName: "委托人姓名", pleaseSelectRemoverUsers: "请选择减签用户", required: "{label}必填", formatMismatch: "{label}格式不匹配", overMaxLength: "{label}最多只能输入{value}字符", limitMinLength: "{label}至少输入{value}字符", flowNotStart: "流程未提交", pleaseInputOpinion: "请输入意见", opinion: "意见", pleaseInputRemark: "请输入备注", remark: "备注", pleaseSelectCondition: "请选择条件", pleaseInputConditionName: "请输入条件名称", conditionName: "名称", save: "保存", saveCondition: "保存条件", popMsg: "弹框参数缺少customSystem参数", noChartSetting: "未查询到图表定义", xxxNotEmpty: "{label}不能为空", successfulStart: "起草成功", successfulInitiateExtract: "发起成功", successfulCancelExtract: "取消成功", taskMeaage1: "当前任务为子流程,不能进行减少办理人操作", taskMeaage2: "当前流程已结束或已取消或当前任务为并发环节,不能进行减少办理人操作", taskMeaage3: "当前任务只有一个办理人,不能再减少", taskMeaage4: "流程已结束或有并发环节,无法跳转环节", taskMeaage5: "以下任务请使用修改办理人", delTransactor: "减少办理人", handledBy: "办理人为", pleaseSelectRemoverTransactors: "请选择要减少的办理人", copySuccess: "复制成功",
|
|
1
|
+
const e = { superPageRuntimeMessage: { successfulSave: "保存成功", recordLine: "第 {row} 行记录", tableListSubTableDataVerificationFailed: "表单子表数据校验失败", formDataVerificationFailed: "表单数据校验失败", successfulOperation: "操作成功", selectTemplate: "选择模板", temlpate: "模板", operating: "操作", export: "导出", tips: "提示", sure: "确定", cancel: "取消", whetherToConfirmSubmit: "确定{name}吗?", whetherToConfirmAgree: "确定{name}吗?", whetherToConfirmDisagree: "确定{name}吗?", pleaseSelectRecord: "请选择记录", whetherToConfirmDeletion: "确定删除吗?", successfulDelete: "删除成功", noFileSelected: "请选择一个文件", asyncImport: "正在异步导入,请等待消息通知!", successfulImport: "导入成功", thePreconditionOfTheButtonTo: "该按钮前置条件为[{message}]", onlyOneRecordCanBeselected: "只能选择一条记录", selectAtLeastOneRecord: "请至少选择一条记录", requestPathEmpty: "后台请求路径为空", successfulSubmit: "提交成功", successfulCompleteTask: "任务办理成功", successfulAssign: "指派任务成功", successfulRetrieve: "取回任务成功", successfulDrawTask: "领取任务成功", successfulAbandonReceive: "放弃任务成功", successfulReturnToPreviousTask: "退回上一环节成功", successfulEndInstance: "强制结束流程成功", selectNode: "选择环节", nodeName: "环节名称", nodeId: "环节编码", pleaseSelectNode: "请选择环节", successfulReturnTaskTo: "退回成功", selectRemoveUsers: "选择减签任务", transactorName: "办理人姓名", transactor: "办理人登录名", trustorName: "委托人姓名", pleaseSelectRemoverUsers: "请选择减签用户", required: "{label}必填", formatMismatch: "{label}格式不匹配", overMaxLength: "{label}最多只能输入{value}字符", limitMinLength: "{label}至少输入{value}字符", flowNotStart: "流程未提交", pleaseInputOpinion: "请输入意见", opinion: "意见", pleaseInputRemark: "请输入备注", remark: "备注", pleaseSelectCondition: "请选择条件", pleaseInputConditionName: "请输入条件名称", conditionName: "名称", save: "保存", saveCondition: "保存条件", popMsg: "弹框参数缺少customSystem参数", noChartSetting: "未查询到图表定义", xxxNotEmpty: "{label}不能为空", successfulStart: "起草成功", successfulInitiateExtract: "发起成功", successfulCancelExtract: "取消成功", taskMeaage1: "当前任务为子流程,不能进行减少办理人操作", taskMeaage2: "当前流程已结束或已取消或当前任务为并发环节,不能进行减少办理人操作", taskMeaage3: "当前任务只有一个办理人,不能再减少", taskMeaage4: "流程已结束或有并发环节,无法跳转环节", taskMeaage5: "以下任务请使用修改办理人", delTransactor: "减少办理人", handledBy: "办理人为", pleaseSelectRemoverTransactors: "请选择要减少的办理人", copySuccess: "复制成功", transactorNames: "办理人姓名", logTip: "日志提示", hasReadTip: "已读", success: "成功", fail: "失败", partSucess: "部分成功", doing: "进行中", asyncExportType: "异步导出", asyncImportType: "异步导入", startExecute: "开始执行", endExecute: "执行结束" }, chartMessage: { saveAsImage: "保存为图片", restore: "还原", dataView: "数据视图", zoomIn: "放大", zoomOut: "缩小", magicType: "动态类型切换", brush: "刷选", close: "关闭", refresh: "刷新" } };
|
|
2
2
|
export {
|
|
3
3
|
e as default
|
|
4
4
|
};
|
package/dist/es/i18n/langs/en.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
const e = { superPageRuntimeMessage: { successfulSave: "Save succeeded", recordLine: "Record line {row}", tableListSubTableDataVerificationFailed: "Table List Sub Table Data Verification Failed", formDataVerificationFailed: "Form Data Verification Failed", successfulOperation: "Operation successful", selectTemplate: "Select Template", temlpate: "Template", operating: "Operate", export: "Export", tips: "Tip", sure: "Sure", cancel: "Cancel", whetherToConfirmSubmit: "Are you sure to {name}?", whetherToConfirmAgree: "Are you sure to {name}?", whetherToConfirmDisagree: "Are you sure to {name}?", pleaseSelectRecord: "Please select the record", whetherToConfirmDeletion: "Are you sure to delete?", successfulDelete: "Delete succeeded", noFileSelected: "Please select a file", asyncImport: "Asynchronous import, please wait for message notification!", successfulImport: "Import succeeded", thePreconditionOfTheButtonTo: "The Precondition Of The Button To [{message}]", onlyOneRecordCanBeselected: "Only One Record Can Be Selected", selectAtLeastOneRecord: "Please Select At Least One Record", requestPathEmpty: "Backend request path is empty", successfulSubmit: "Submit succeeded", successfulCompleteTask: "Task handled successfully", successfulAssign: "Task assigned successfully", successfulRetrieve: "Retrieve task succeeded", successfulDrawTask: "Task received successfully", successfulAbandonReceive: "The task was abandoned successfully", successfulReturnToPreviousTask: "Successfully returned to the previous phase", successfulEndInstance: "Forced to end the process successfully", selectNode: "Select Node", nodeName: "Node Name", nodeId: "Node Code", pleaseSelectNode: "Please Select Node", successfulReturnTaskTo: "Returned successfully", selectRemoveUsers: "Select Remove Task", transactorName: "Transactor Name", transactor: "Transactor Loginname", trustorName: "Trustor Name", pleaseSelectRemoverUsers: "Please select remove task", required: "{label} is required", formatMismatch: "{label} Format mismatch", overMaxLength: "{label} can only input a maximum of {value} characters", limitMinLength: "Enter at least {value} characters for {label}", flowNotStart: "Workflow Not Started", pleaseInputOpinion: "Please input opinion", opinion: "Opinion", pleaseInputRemark: "Please input remark", remark: "Remark", pleaseSelectCondition: "Please select condition", pleaseInputConditionName: "Please input condition name", conditionName: "Name", save: "Save", saveCondition: "Save Condition", popMsg: "Pop dialog lost the parameter of customSystem", noChartSetting: "No chart setting found", xxxNotEmpty: "{label}Not Empty", successfulStart: "Start succeeded", successfulInitiateExtract: "Initiate succeeded", successfulCancelExtract: "Cancel succeeded", taskMeaage1: "The Current Task Is A Subprocess And Cannot Reduce The Handler", taskMeaage2: "The Current Process Has Been Completed Or Cancelled, Or The Current Task Is A Concurrent Phase, So It Is Not Allowed To Reduce The Handler", taskMeaage3: "The Current Task Has Only One Handler And Cannot Be Reduced Any More", taskMeaage4: "The Process Has Been Completed Or There Are Concurrent Phases, Unable To Jump", taskMeaage5: "Please Modify The Handler For The Following Tasks", delTransactor: "Remove Transactor", handledBy: "Handled By", pleaseSelectRemoverTransactors: "Please select the remove transactor", copySuccess: "Copy successful",
|
|
1
|
+
const e = { superPageRuntimeMessage: { successfulSave: "Save succeeded", recordLine: "Record line {row}", tableListSubTableDataVerificationFailed: "Table List Sub Table Data Verification Failed", formDataVerificationFailed: "Form Data Verification Failed", successfulOperation: "Operation successful", selectTemplate: "Select Template", temlpate: "Template", operating: "Operate", export: "Export", tips: "Tip", sure: "Sure", cancel: "Cancel", whetherToConfirmSubmit: "Are you sure to {name}?", whetherToConfirmAgree: "Are you sure to {name}?", whetherToConfirmDisagree: "Are you sure to {name}?", pleaseSelectRecord: "Please select the record", whetherToConfirmDeletion: "Are you sure to delete?", successfulDelete: "Delete succeeded", noFileSelected: "Please select a file", asyncImport: "Asynchronous import, please wait for message notification!", successfulImport: "Import succeeded", thePreconditionOfTheButtonTo: "The Precondition Of The Button To [{message}]", onlyOneRecordCanBeselected: "Only One Record Can Be Selected", selectAtLeastOneRecord: "Please Select At Least One Record", requestPathEmpty: "Backend request path is empty", successfulSubmit: "Submit succeeded", successfulCompleteTask: "Task handled successfully", successfulAssign: "Task assigned successfully", successfulRetrieve: "Retrieve task succeeded", successfulDrawTask: "Task received successfully", successfulAbandonReceive: "The task was abandoned successfully", successfulReturnToPreviousTask: "Successfully returned to the previous phase", successfulEndInstance: "Forced to end the process successfully", selectNode: "Select Node", nodeName: "Node Name", nodeId: "Node Code", pleaseSelectNode: "Please Select Node", successfulReturnTaskTo: "Returned successfully", selectRemoveUsers: "Select Remove Task", transactorName: "Transactor Name", transactor: "Transactor Loginname", trustorName: "Trustor Name", pleaseSelectRemoverUsers: "Please select remove task", required: "{label} is required", formatMismatch: "{label} Format mismatch", overMaxLength: "{label} can only input a maximum of {value} characters", limitMinLength: "Enter at least {value} characters for {label}", flowNotStart: "Workflow Not Started", pleaseInputOpinion: "Please input opinion", opinion: "Opinion", pleaseInputRemark: "Please input remark", remark: "Remark", pleaseSelectCondition: "Please select condition", pleaseInputConditionName: "Please input condition name", conditionName: "Name", save: "Save", saveCondition: "Save Condition", popMsg: "Pop dialog lost the parameter of customSystem", noChartSetting: "No chart setting found", xxxNotEmpty: "{label}Not Empty", successfulStart: "Start succeeded", successfulInitiateExtract: "Initiate succeeded", successfulCancelExtract: "Cancel succeeded", taskMeaage1: "The Current Task Is A Subprocess And Cannot Reduce The Handler", taskMeaage2: "The Current Process Has Been Completed Or Cancelled, Or The Current Task Is A Concurrent Phase, So It Is Not Allowed To Reduce The Handler", taskMeaage3: "The Current Task Has Only One Handler And Cannot Be Reduced Any More", taskMeaage4: "The Process Has Been Completed Or There Are Concurrent Phases, Unable To Jump", taskMeaage5: "Please Modify The Handler For The Following Tasks", delTransactor: "Remove Transactor", handledBy: "Handled By", pleaseSelectRemoverTransactors: "Please select the remove transactor", copySuccess: "Copy successful", transactorNames: "Transactor Name", logTip: "Log Tip", hasReadTip: "Readed", success: "Success", fail: "Fail", partSucess: "Part Success", doing: "Running", asyncExportType: "Async Export", asyncImportType: "Async Import", startExecute: "Start Excute", endExecute: "End Excute" }, chartMessage: { saveAsImage: "Save as Image", restore: "Restore", dataView: "Data View", zoomIn: "Zoom In", zoomOut: "Zoom Out", magicType: "Magic Type", brush: "Brush" } };
|
|
2
2
|
export {
|
|
3
3
|
e as default
|
|
4
4
|
};
|
package/dist/es/style.css
CHANGED
|
@@ -100,7 +100,7 @@
|
|
|
100
100
|
min-height: 60px;
|
|
101
101
|
resize: vertical;
|
|
102
102
|
}
|
|
103
|
-
.runtime-page-container[data-v-
|
|
103
|
+
.runtime-page-container[data-v-e96bdd44] {
|
|
104
104
|
overflow: hidden;
|
|
105
105
|
max-height: 100vh;
|
|
106
106
|
padding: var(--app-main-padding, 15px);
|
|
@@ -108,269 +108,269 @@
|
|
|
108
108
|
height: calc(100vh - var(--dec-page-main-padding, 15px) * 2);
|
|
109
109
|
}
|
|
110
110
|
@media (max-width: 768px) {
|
|
111
|
-
.runtime-page-container[data-v-
|
|
111
|
+
.runtime-page-container[data-v-e96bdd44] .el-col-1 {
|
|
112
112
|
flex: 0 0 100%;
|
|
113
113
|
max-width: 100%;
|
|
114
114
|
}
|
|
115
115
|
}
|
|
116
|
-
.runtime-page-container[data-v-
|
|
116
|
+
.runtime-page-container[data-v-e96bdd44] .el-col-1 > .el-form-item:only-child {
|
|
117
117
|
margin-bottom: 0;
|
|
118
118
|
}
|
|
119
|
-
.runtime-page-container[data-v-
|
|
119
|
+
.runtime-page-container[data-v-e96bdd44] .el-col-2 {
|
|
120
120
|
flex: 0 0 calc(2 / 24 * (100% - (24 / 2 - 1) * var(--layout-form-flex-gap, 15px)));
|
|
121
121
|
max-width: calc(2 / 24 * (100% - (24 / 2 - 1) * var(--layout-form-flex-gap, 15px)));
|
|
122
122
|
}
|
|
123
123
|
@media (max-width: 768px) {
|
|
124
|
-
.runtime-page-container[data-v-
|
|
124
|
+
.runtime-page-container[data-v-e96bdd44] .el-col-2 {
|
|
125
125
|
flex: 0 0 100%;
|
|
126
126
|
max-width: 100%;
|
|
127
127
|
}
|
|
128
128
|
}
|
|
129
|
-
.runtime-page-container[data-v-
|
|
129
|
+
.runtime-page-container[data-v-e96bdd44] .el-col-2 > .el-form-item:only-child {
|
|
130
130
|
margin-bottom: 0;
|
|
131
131
|
}
|
|
132
132
|
@media (max-width: 768px) {
|
|
133
|
-
.runtime-page-container[data-v-
|
|
133
|
+
.runtime-page-container[data-v-e96bdd44] .el-col-3 {
|
|
134
134
|
flex: 0 0 100%;
|
|
135
135
|
max-width: 100%;
|
|
136
136
|
}
|
|
137
137
|
}
|
|
138
|
-
.runtime-page-container[data-v-
|
|
138
|
+
.runtime-page-container[data-v-e96bdd44] .el-col-3 > .el-form-item:only-child {
|
|
139
139
|
margin-bottom: 0;
|
|
140
140
|
}
|
|
141
|
-
.runtime-page-container[data-v-
|
|
141
|
+
.runtime-page-container[data-v-e96bdd44] .el-col-4 {
|
|
142
142
|
flex: 0 0 calc(4 / 24 * (100% - (24 / 4 - 1) * var(--layout-form-flex-gap, 15px)));
|
|
143
143
|
max-width: calc(4 / 24 * (100% - (24 / 4 - 1) * var(--layout-form-flex-gap, 15px)));
|
|
144
144
|
}
|
|
145
145
|
@media (max-width: 768px) {
|
|
146
|
-
.runtime-page-container[data-v-
|
|
146
|
+
.runtime-page-container[data-v-e96bdd44] .el-col-4 {
|
|
147
147
|
flex: 0 0 100%;
|
|
148
148
|
max-width: 100%;
|
|
149
149
|
}
|
|
150
150
|
}
|
|
151
|
-
.runtime-page-container[data-v-
|
|
151
|
+
.runtime-page-container[data-v-e96bdd44] .el-col-4 > .el-form-item:only-child {
|
|
152
152
|
margin-bottom: 0;
|
|
153
153
|
}
|
|
154
154
|
@media (max-width: 768px) {
|
|
155
|
-
.runtime-page-container[data-v-
|
|
155
|
+
.runtime-page-container[data-v-e96bdd44] .el-col-5 {
|
|
156
156
|
flex: 0 0 100%;
|
|
157
157
|
max-width: 100%;
|
|
158
158
|
}
|
|
159
159
|
}
|
|
160
|
-
.runtime-page-container[data-v-
|
|
160
|
+
.runtime-page-container[data-v-e96bdd44] .el-col-5 > .el-form-item:only-child {
|
|
161
161
|
margin-bottom: 0;
|
|
162
162
|
}
|
|
163
|
-
.runtime-page-container[data-v-
|
|
163
|
+
.runtime-page-container[data-v-e96bdd44] .el-col-6 {
|
|
164
164
|
flex: 0 0 calc(6 / 24 * (100% - (24 / 6 - 1) * var(--layout-form-flex-gap, 15px)));
|
|
165
165
|
max-width: calc(6 / 24 * (100% - (24 / 6 - 1) * var(--layout-form-flex-gap, 15px)));
|
|
166
166
|
}
|
|
167
167
|
@media (max-width: 768px) {
|
|
168
|
-
.runtime-page-container[data-v-
|
|
168
|
+
.runtime-page-container[data-v-e96bdd44] .el-col-6 {
|
|
169
169
|
flex: 0 0 100%;
|
|
170
170
|
max-width: 100%;
|
|
171
171
|
}
|
|
172
172
|
}
|
|
173
|
-
.runtime-page-container[data-v-
|
|
173
|
+
.runtime-page-container[data-v-e96bdd44] .el-col-6 > .el-form-item:only-child {
|
|
174
174
|
margin-bottom: 0;
|
|
175
175
|
}
|
|
176
176
|
@media (max-width: 768px) {
|
|
177
|
-
.runtime-page-container[data-v-
|
|
177
|
+
.runtime-page-container[data-v-e96bdd44] .el-col-7 {
|
|
178
178
|
flex: 0 0 100%;
|
|
179
179
|
max-width: 100%;
|
|
180
180
|
}
|
|
181
181
|
}
|
|
182
|
-
.runtime-page-container[data-v-
|
|
182
|
+
.runtime-page-container[data-v-e96bdd44] .el-col-7 > .el-form-item:only-child {
|
|
183
183
|
margin-bottom: 0;
|
|
184
184
|
}
|
|
185
|
-
.runtime-page-container[data-v-
|
|
185
|
+
.runtime-page-container[data-v-e96bdd44] .el-col-8 {
|
|
186
186
|
flex: 0 0 calc(8 / 24 * (100% - (24 / 8 - 1) * var(--layout-form-flex-gap, 15px)));
|
|
187
187
|
max-width: calc(8 / 24 * (100% - (24 / 8 - 1) * var(--layout-form-flex-gap, 15px)));
|
|
188
188
|
}
|
|
189
189
|
@media (max-width: 768px) {
|
|
190
|
-
.runtime-page-container[data-v-
|
|
190
|
+
.runtime-page-container[data-v-e96bdd44] .el-col-8 {
|
|
191
191
|
flex: 0 0 100%;
|
|
192
192
|
max-width: 100%;
|
|
193
193
|
}
|
|
194
194
|
}
|
|
195
|
-
.runtime-page-container[data-v-
|
|
195
|
+
.runtime-page-container[data-v-e96bdd44] .el-col-8 > .el-form-item:only-child {
|
|
196
196
|
margin-bottom: 0;
|
|
197
197
|
}
|
|
198
198
|
@media (max-width: 768px) {
|
|
199
|
-
.runtime-page-container[data-v-
|
|
199
|
+
.runtime-page-container[data-v-e96bdd44] .el-col-9 {
|
|
200
200
|
flex: 0 0 100%;
|
|
201
201
|
max-width: 100%;
|
|
202
202
|
}
|
|
203
203
|
}
|
|
204
|
-
.runtime-page-container[data-v-
|
|
204
|
+
.runtime-page-container[data-v-e96bdd44] .el-col-9 > .el-form-item:only-child {
|
|
205
205
|
margin-bottom: 0;
|
|
206
206
|
}
|
|
207
|
-
.runtime-page-container[data-v-
|
|
207
|
+
.runtime-page-container[data-v-e96bdd44] .el-col-10 {
|
|
208
208
|
flex: 0 0 calc(10 / 24 * (100% - 1 * var(--layout-form-flex-gap, 15px)));
|
|
209
209
|
max-width: calc(10 / 24 * (100% - 1 * var(--layout-form-flex-gap, 15px)));
|
|
210
210
|
}
|
|
211
211
|
@media (max-width: 768px) {
|
|
212
|
-
.runtime-page-container[data-v-
|
|
212
|
+
.runtime-page-container[data-v-e96bdd44] .el-col-10 {
|
|
213
213
|
flex: 0 0 100%;
|
|
214
214
|
max-width: 100%;
|
|
215
215
|
}
|
|
216
216
|
}
|
|
217
|
-
.runtime-page-container[data-v-
|
|
217
|
+
.runtime-page-container[data-v-e96bdd44] .el-col-10 > .el-form-item:only-child {
|
|
218
218
|
margin-bottom: 0;
|
|
219
219
|
}
|
|
220
220
|
@media (max-width: 768px) {
|
|
221
|
-
.runtime-page-container[data-v-
|
|
221
|
+
.runtime-page-container[data-v-e96bdd44] .el-col-11 {
|
|
222
222
|
flex: 0 0 100%;
|
|
223
223
|
max-width: 100%;
|
|
224
224
|
}
|
|
225
225
|
}
|
|
226
|
-
.runtime-page-container[data-v-
|
|
226
|
+
.runtime-page-container[data-v-e96bdd44] .el-col-11 > .el-form-item:only-child {
|
|
227
227
|
margin-bottom: 0;
|
|
228
228
|
}
|
|
229
|
-
.runtime-page-container[data-v-
|
|
229
|
+
.runtime-page-container[data-v-e96bdd44] .el-col-12 {
|
|
230
230
|
flex: 0 0 calc(12 / 24 * (100% - (24 / 12 - 1) * var(--layout-form-flex-gap, 15px)));
|
|
231
231
|
max-width: calc(12 / 24 * (100% - (24 / 12 - 1) * var(--layout-form-flex-gap, 15px)));
|
|
232
232
|
}
|
|
233
233
|
@media (max-width: 768px) {
|
|
234
|
-
.runtime-page-container[data-v-
|
|
234
|
+
.runtime-page-container[data-v-e96bdd44] .el-col-12 {
|
|
235
235
|
flex: 0 0 100%;
|
|
236
236
|
max-width: 100%;
|
|
237
237
|
}
|
|
238
238
|
}
|
|
239
|
-
.runtime-page-container[data-v-
|
|
239
|
+
.runtime-page-container[data-v-e96bdd44] .el-col-12 > .el-form-item:only-child {
|
|
240
240
|
margin-bottom: 0;
|
|
241
241
|
}
|
|
242
242
|
@media (max-width: 768px) {
|
|
243
|
-
.runtime-page-container[data-v-
|
|
243
|
+
.runtime-page-container[data-v-e96bdd44] .el-col-13 {
|
|
244
244
|
flex: 0 0 100%;
|
|
245
245
|
max-width: 100%;
|
|
246
246
|
}
|
|
247
247
|
}
|
|
248
|
-
.runtime-page-container[data-v-
|
|
248
|
+
.runtime-page-container[data-v-e96bdd44] .el-col-13 > .el-form-item:only-child {
|
|
249
249
|
margin-bottom: 0;
|
|
250
250
|
}
|
|
251
|
-
.runtime-page-container[data-v-
|
|
251
|
+
.runtime-page-container[data-v-e96bdd44] .el-col-14 {
|
|
252
252
|
flex: 0 0 calc(14 / 24 * (100% - 1 * var(--layout-form-flex-gap, 15px)));
|
|
253
253
|
max-width: calc(14 / 24 * (100% - 1 * var(--layout-form-flex-gap, 15px)));
|
|
254
254
|
}
|
|
255
255
|
@media (max-width: 768px) {
|
|
256
|
-
.runtime-page-container[data-v-
|
|
256
|
+
.runtime-page-container[data-v-e96bdd44] .el-col-14 {
|
|
257
257
|
flex: 0 0 100%;
|
|
258
258
|
max-width: 100%;
|
|
259
259
|
}
|
|
260
260
|
}
|
|
261
|
-
.runtime-page-container[data-v-
|
|
261
|
+
.runtime-page-container[data-v-e96bdd44] .el-col-14 > .el-form-item:only-child {
|
|
262
262
|
margin-bottom: 0;
|
|
263
263
|
}
|
|
264
264
|
@media (max-width: 768px) {
|
|
265
|
-
.runtime-page-container[data-v-
|
|
265
|
+
.runtime-page-container[data-v-e96bdd44] .el-col-15 {
|
|
266
266
|
flex: 0 0 100%;
|
|
267
267
|
max-width: 100%;
|
|
268
268
|
}
|
|
269
269
|
}
|
|
270
|
-
.runtime-page-container[data-v-
|
|
270
|
+
.runtime-page-container[data-v-e96bdd44] .el-col-15 > .el-form-item:only-child {
|
|
271
271
|
margin-bottom: 0;
|
|
272
272
|
}
|
|
273
|
-
.runtime-page-container[data-v-
|
|
273
|
+
.runtime-page-container[data-v-e96bdd44] .el-col-16 {
|
|
274
274
|
flex: 0 0 calc(16 / 24 * (100% - 1 * var(--layout-form-flex-gap, 15px)));
|
|
275
275
|
max-width: calc(16 / 24 * (100% - 1 * var(--layout-form-flex-gap, 15px)));
|
|
276
276
|
}
|
|
277
277
|
@media (max-width: 768px) {
|
|
278
|
-
.runtime-page-container[data-v-
|
|
278
|
+
.runtime-page-container[data-v-e96bdd44] .el-col-16 {
|
|
279
279
|
flex: 0 0 100%;
|
|
280
280
|
max-width: 100%;
|
|
281
281
|
}
|
|
282
282
|
}
|
|
283
|
-
.runtime-page-container[data-v-
|
|
283
|
+
.runtime-page-container[data-v-e96bdd44] .el-col-16 > .el-form-item:only-child {
|
|
284
284
|
margin-bottom: 0;
|
|
285
285
|
}
|
|
286
286
|
@media (max-width: 768px) {
|
|
287
|
-
.runtime-page-container[data-v-
|
|
287
|
+
.runtime-page-container[data-v-e96bdd44] .el-col-17 {
|
|
288
288
|
flex: 0 0 100%;
|
|
289
289
|
max-width: 100%;
|
|
290
290
|
}
|
|
291
291
|
}
|
|
292
|
-
.runtime-page-container[data-v-
|
|
292
|
+
.runtime-page-container[data-v-e96bdd44] .el-col-17 > .el-form-item:only-child {
|
|
293
293
|
margin-bottom: 0;
|
|
294
294
|
}
|
|
295
|
-
.runtime-page-container[data-v-
|
|
295
|
+
.runtime-page-container[data-v-e96bdd44] .el-col-18 {
|
|
296
296
|
flex: 0 0 calc(18 / 24 * (100% - 1 * var(--layout-form-flex-gap, 15px)));
|
|
297
297
|
max-width: calc(18 / 24 * (100% - 1 * var(--layout-form-flex-gap, 15px)));
|
|
298
298
|
}
|
|
299
299
|
@media (max-width: 768px) {
|
|
300
|
-
.runtime-page-container[data-v-
|
|
300
|
+
.runtime-page-container[data-v-e96bdd44] .el-col-18 {
|
|
301
301
|
flex: 0 0 100%;
|
|
302
302
|
max-width: 100%;
|
|
303
303
|
}
|
|
304
304
|
}
|
|
305
|
-
.runtime-page-container[data-v-
|
|
305
|
+
.runtime-page-container[data-v-e96bdd44] .el-col-18 > .el-form-item:only-child {
|
|
306
306
|
margin-bottom: 0;
|
|
307
307
|
}
|
|
308
308
|
@media (max-width: 768px) {
|
|
309
|
-
.runtime-page-container[data-v-
|
|
309
|
+
.runtime-page-container[data-v-e96bdd44] .el-col-19 {
|
|
310
310
|
flex: 0 0 100%;
|
|
311
311
|
max-width: 100%;
|
|
312
312
|
}
|
|
313
313
|
}
|
|
314
|
-
.runtime-page-container[data-v-
|
|
314
|
+
.runtime-page-container[data-v-e96bdd44] .el-col-19 > .el-form-item:only-child {
|
|
315
315
|
margin-bottom: 0;
|
|
316
316
|
}
|
|
317
|
-
.runtime-page-container[data-v-
|
|
317
|
+
.runtime-page-container[data-v-e96bdd44] .el-col-20 {
|
|
318
318
|
flex: 0 0 calc(20 / 24 * (100% - 1 * var(--layout-form-flex-gap, 15px)));
|
|
319
319
|
max-width: calc(20 / 24 * (100% - 1 * var(--layout-form-flex-gap, 15px)));
|
|
320
320
|
}
|
|
321
321
|
@media (max-width: 768px) {
|
|
322
|
-
.runtime-page-container[data-v-
|
|
322
|
+
.runtime-page-container[data-v-e96bdd44] .el-col-20 {
|
|
323
323
|
flex: 0 0 100%;
|
|
324
324
|
max-width: 100%;
|
|
325
325
|
}
|
|
326
326
|
}
|
|
327
|
-
.runtime-page-container[data-v-
|
|
327
|
+
.runtime-page-container[data-v-e96bdd44] .el-col-20 > .el-form-item:only-child {
|
|
328
328
|
margin-bottom: 0;
|
|
329
329
|
}
|
|
330
330
|
@media (max-width: 768px) {
|
|
331
|
-
.runtime-page-container[data-v-
|
|
331
|
+
.runtime-page-container[data-v-e96bdd44] .el-col-21 {
|
|
332
332
|
flex: 0 0 100%;
|
|
333
333
|
max-width: 100%;
|
|
334
334
|
}
|
|
335
335
|
}
|
|
336
|
-
.runtime-page-container[data-v-
|
|
336
|
+
.runtime-page-container[data-v-e96bdd44] .el-col-21 > .el-form-item:only-child {
|
|
337
337
|
margin-bottom: 0;
|
|
338
338
|
}
|
|
339
|
-
.runtime-page-container[data-v-
|
|
339
|
+
.runtime-page-container[data-v-e96bdd44] .el-col-22 {
|
|
340
340
|
flex: 0 0 calc(22 / 24 * (100% - 1 * var(--layout-form-flex-gap, 15px)));
|
|
341
341
|
max-width: calc(22 / 24 * (100% - 1 * var(--layout-form-flex-gap, 15px)));
|
|
342
342
|
}
|
|
343
343
|
@media (max-width: 768px) {
|
|
344
|
-
.runtime-page-container[data-v-
|
|
344
|
+
.runtime-page-container[data-v-e96bdd44] .el-col-22 {
|
|
345
345
|
flex: 0 0 100%;
|
|
346
346
|
max-width: 100%;
|
|
347
347
|
}
|
|
348
348
|
}
|
|
349
|
-
.runtime-page-container[data-v-
|
|
349
|
+
.runtime-page-container[data-v-e96bdd44] .el-col-22 > .el-form-item:only-child {
|
|
350
350
|
margin-bottom: 0;
|
|
351
351
|
}
|
|
352
352
|
@media (max-width: 768px) {
|
|
353
|
-
.runtime-page-container[data-v-
|
|
353
|
+
.runtime-page-container[data-v-e96bdd44] .el-col-23 {
|
|
354
354
|
flex: 0 0 100%;
|
|
355
355
|
max-width: 100%;
|
|
356
356
|
}
|
|
357
357
|
}
|
|
358
|
-
.runtime-page-container[data-v-
|
|
358
|
+
.runtime-page-container[data-v-e96bdd44] .el-col-23 > .el-form-item:only-child {
|
|
359
359
|
margin-bottom: 0;
|
|
360
360
|
}
|
|
361
361
|
@media (max-width: 768px) {
|
|
362
|
-
.runtime-page-container[data-v-
|
|
362
|
+
.runtime-page-container[data-v-e96bdd44] .el-col-24 {
|
|
363
363
|
flex: 0 0 100%;
|
|
364
364
|
max-width: 100%;
|
|
365
365
|
}
|
|
366
366
|
}
|
|
367
|
-
.runtime-page-container[data-v-
|
|
367
|
+
.runtime-page-container[data-v-e96bdd44] .el-col-24 > .el-form-item:only-child {
|
|
368
368
|
margin-bottom: 0;
|
|
369
369
|
}
|
|
370
|
-
.runtime-page-container[data-v-
|
|
370
|
+
.runtime-page-container[data-v-e96bdd44] .el-input-group > .el-input-group__append > .el-button + .el-button {
|
|
371
371
|
margin-left: 12px;
|
|
372
372
|
}
|
|
373
|
-
.runtime-page-container[data-v-
|
|
373
|
+
.runtime-page-container[data-v-e96bdd44] .runtime-page-container-view, .runtime-page-container[data-v-e96bdd44] .el-container > .el-main, .runtime-page-container[data-v-e96bdd44] .el-container > .el-aside {
|
|
374
374
|
display: flex;
|
|
375
375
|
flex-direction: row;
|
|
376
376
|
align-items: flex-start;
|
|
@@ -378,52 +378,52 @@
|
|
|
378
378
|
flex-wrap: wrap;
|
|
379
379
|
gap: var(--runtime-page-container-view-gap, 15px);
|
|
380
380
|
min-height: 100%;
|
|
381
|
-
height:
|
|
381
|
+
height: calc(100vh - var(--dec-page-main-padding, 15px) * 2);
|
|
382
382
|
overflow: auto;
|
|
383
383
|
}
|
|
384
|
-
.runtime-page-container[data-v-
|
|
384
|
+
.runtime-page-container[data-v-e96bdd44] .runtime-page-container-view[style*="padding: 10px"], .runtime-page-container[data-v-e96bdd44] .el-container > [style*="padding: 10px"].el-main, .runtime-page-container[data-v-e96bdd44] .el-container > [style*="padding: 10px"].el-aside {
|
|
385
385
|
padding: 0 !important;
|
|
386
386
|
}
|
|
387
|
-
.runtime-page-container[data-v-
|
|
387
|
+
.runtime-page-container[data-v-e96bdd44] .runtime-page-container-view .el-form, .runtime-page-container[data-v-e96bdd44] .el-container > .el-main .el-form, .runtime-page-container[data-v-e96bdd44] .el-container > .el-aside .el-form {
|
|
388
388
|
width: 100%;
|
|
389
389
|
display: flex;
|
|
390
390
|
flex-wrap: wrap;
|
|
391
391
|
gap: var(--runtime-page-container-view-gap, 15px);
|
|
392
392
|
}
|
|
393
|
-
.runtime-page-container[data-v-
|
|
393
|
+
.runtime-page-container[data-v-e96bdd44] .runtime-page-container-view .el-form > div, .runtime-page-container[data-v-e96bdd44] .el-container > .el-main .el-form > div, .runtime-page-container[data-v-e96bdd44] .el-container > .el-aside .el-form > div {
|
|
394
394
|
width: 100%;
|
|
395
395
|
}
|
|
396
|
-
.runtime-page-container[data-v-
|
|
396
|
+
.runtime-page-container[data-v-e96bdd44] .runtime-page-container-view .el-form > div[style*="display: inline-block"], .runtime-page-container[data-v-e96bdd44] .el-container > .el-main .el-form > div[style*="display: inline-block"], .runtime-page-container[data-v-e96bdd44] .el-container > .el-aside .el-form > div[style*="display: inline-block"] {
|
|
397
397
|
width: auto;
|
|
398
398
|
}
|
|
399
|
-
.runtime-page-container[data-v-
|
|
399
|
+
.runtime-page-container[data-v-e96bdd44] .runtime-page-container-view > div, .runtime-page-container[data-v-e96bdd44] .el-container > .el-main > div, .runtime-page-container[data-v-e96bdd44] .el-container > .el-aside > div {
|
|
400
400
|
width: 100%;
|
|
401
401
|
}
|
|
402
|
-
.runtime-page-container[data-v-
|
|
402
|
+
.runtime-page-container[data-v-e96bdd44] .runtime-page-container-view > div[style*="display: inline-block"], .runtime-page-container[data-v-e96bdd44] .el-container > .el-main > div[style*="display: inline-block"], .runtime-page-container[data-v-e96bdd44] .el-container > .el-aside > div[style*="display: inline-block"] {
|
|
403
403
|
width: auto;
|
|
404
404
|
}
|
|
405
|
-
.runtime-page-container[data-v-
|
|
405
|
+
.runtime-page-container[data-v-e96bdd44] .runtime-page-container-view > div[class*=el-col-], .runtime-page-container[data-v-e96bdd44] .el-container > .el-main > div[class*=el-col-], .runtime-page-container[data-v-e96bdd44] .el-container > .el-aside > div[class*=el-col-], .runtime-page-container[data-v-e96bdd44] .runtime-page-container-view > div[style="flex:"], .runtime-page-container[data-v-e96bdd44] .el-container > .el-main > div[style="flex:"], .runtime-page-container[data-v-e96bdd44] .el-container > .el-aside > div[style="flex:"] {
|
|
406
406
|
flex: none !important;
|
|
407
407
|
}
|
|
408
|
-
.runtime-page-container[data-v-
|
|
408
|
+
.runtime-page-container[data-v-e96bdd44] .runtime-page-container-view > [style*="display: inline-block"], .runtime-page-container[data-v-e96bdd44] .el-container > .el-main > [style*="display: inline-block"], .runtime-page-container[data-v-e96bdd44] .el-container > .el-aside > [style*="display: inline-block"] {
|
|
409
409
|
width: auto;
|
|
410
410
|
}
|
|
411
|
-
.runtime-page-container[data-v-
|
|
411
|
+
.runtime-page-container[data-v-e96bdd44] .runtime-page-container-view > .el-row[class*=el-col-], .runtime-page-container[data-v-e96bdd44] .el-container > .el-main > .el-row[class*=el-col-], .runtime-page-container[data-v-e96bdd44] .el-container > .el-aside > .el-row[class*=el-col-] {
|
|
412
412
|
flex: none;
|
|
413
413
|
}
|
|
414
|
-
.runtime-page-container[data-v-
|
|
414
|
+
.runtime-page-container[data-v-e96bdd44] .runtime-page-container-view .el-row, .runtime-page-container[data-v-e96bdd44] .el-container > .el-main .el-row, .runtime-page-container[data-v-e96bdd44] .el-container > .el-aside .el-row {
|
|
415
415
|
gap: var(--layout-form-flex-gap, 15px);
|
|
416
416
|
}
|
|
417
|
-
.runtime-page-container[data-v-
|
|
417
|
+
.runtime-page-container[data-v-e96bdd44] .runtime-page-container-view .el-row > div, .runtime-page-container[data-v-e96bdd44] .el-container > .el-main .el-row > div, .runtime-page-container[data-v-e96bdd44] .el-container > .el-aside .el-row > div {
|
|
418
418
|
width: 100%;
|
|
419
419
|
}
|
|
420
|
-
.runtime-page-container[data-v-
|
|
420
|
+
.runtime-page-container[data-v-e96bdd44] .runtime-page-container-view .el-row > div[style*="display: inline-block"], .runtime-page-container[data-v-e96bdd44] .el-container > .el-main .el-row > div[style*="display: inline-block"], .runtime-page-container[data-v-e96bdd44] .el-container > .el-aside .el-row > div[style*="display: inline-block"] {
|
|
421
421
|
width: auto;
|
|
422
422
|
}
|
|
423
|
-
.runtime-page-container[data-v-
|
|
423
|
+
.runtime-page-container[data-v-e96bdd44] .el-container {
|
|
424
424
|
gap: var(--runtime-page-container-view-gap, 15px);
|
|
425
425
|
}
|
|
426
|
-
.runtime-page-container[data-v-
|
|
426
|
+
.runtime-page-container[data-v-e96bdd44] .el-container > .el-main, .runtime-page-container[data-v-e96bdd44] .el-container > .el-aside {
|
|
427
427
|
padding: 0;
|
|
428
428
|
}.yx-affix[data-v-a994b02d]:empty {
|
|
429
429
|
display: none;
|