service-flow-designer 2.2.1 → 2.2.4

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.
@@ -1,7 +1,7 @@
1
1
  import e from "./datatable-select.vue2.js";
2
2
  import "./datatable-select.vue3.js";
3
3
  import t from "../../../_virtual/_plugin-vue_export-helper.js";
4
- const a = t(e, [["__scopeId", "data-v-b53b2895"]]);
4
+ const a = t(e, [["__scopeId", "data-v-d588a716"]]);
5
5
  export {
6
6
  a as default
7
7
  };
@@ -1,4 +1,4 @@
1
- import { ElOption as e, ElSelect as l, ElInput as t, ElButton as a, ElHeader as o, ElTableColumn as s, ElTable as n, ElPagination as u, ElContainer as r, ElDialog as i } from "element-plus/es";
1
+ import { ElOption as e, ElSelect as l, ElInput as a, ElButton as t, ElHeader as o, ElTableColumn as s, ElTable as n, ElPagination as u, ElContainer as r, ElDialog as i } from "element-plus/es";
2
2
  import "element-plus/es/components/base/style/css";
3
3
  import "element-plus/es/components/dialog/style/css";
4
4
  import "element-plus/es/components/container/style/css";
@@ -25,9 +25,9 @@ const N = { class: "dialog-footer" }, T = p({ name: "DatatableSelect", inheritAt
25
25
  function j(e2) {
26
26
  B.value = { name: "" };
27
27
  const l2 = { code: "MMS_MODULE_PAGE", pagination: { currentPage: E.value.currentPage, pageSize: E.value.pageSize, showTotal: true }, searchForm: [], dynamicColumnInfo: [] };
28
- I.value.searchCode && l2.searchForm.push({ leftBracket: "", rightBracket: "", joinSign: "and", propName: "code", operator: "CONTAIN", dataType: "TEXT", propValue: I.value.searchCode }), I.value.searchName && l2.searchForm.push({ leftBracket: "", rightBracket: "", joinSign: "and", propName: "name", operator: "CONTAIN", dataType: "TEXT", propValue: I.value.searchName });
29
- const t2 = e2 || P.systemCode;
30
- S.post(window.$vueApp.config.globalProperties.baseAPI + "/mms/data-tables/list/" + t2 + "/0/" + P.systemVersion, l2).then((e3) => {
28
+ I.value.searchCode && l2.searchForm.push({ leftBracket: "", rightBracket: "", joinSign: "and", propName: "name", operator: "CONTAIN", dataType: "TEXT", propValue: I.value.searchCode }), I.value.searchName && l2.searchForm.push({ leftBracket: "", rightBracket: "", joinSign: "and", propName: "alias", operator: "CONTAIN", dataType: "TEXT", propValue: I.value.searchName });
29
+ const a2 = e2 || P.systemCode;
30
+ S.post(window.$vueApp.config.globalProperties.baseAPI + "/mms/data-tables/list/" + a2 + "/0/" + P.systemVersion, l2).then((e3) => {
31
31
  U.value = e3.data, E.value.pageSize = e3.size, E.value.total = e3.total;
32
32
  });
33
33
  }
@@ -55,11 +55,13 @@ const N = { class: "dialog-footer" }, T = p({ name: "DatatableSelect", inheritAt
55
55
  });
56
56
  });
57
57
  return (p3, m2) => {
58
- const c2 = e, S2 = l, k2 = t, T3 = a, _2 = o, P2 = s, B2 = n, q = u, G = r, H = i;
59
- return d(), v(H, { "destroy-on-close": "", modelValue: x.value, "onUpdate:modelValue": m2[6] || (m2[6] = (e2) => x.value = e2), title: "选择数据表", width: "60%", "before-close": X }, { footer: g(() => [h("div", N, [f(T3, { size: "small", onClick: m2[5] || (m2[5] = (e2) => x.value = false) }, { default: g(() => [y("返回")]), _: 1 }), f(T3, { size: "small", type: "primary", onClick: R }, { default: g(() => [y(" 确定 ")]), _: 1 })])]), default: g(() => [f(G, { style: { height: "400px" } }, { default: g(() => [f(_2, { style: { padding: "0", height: "50px" } }, { default: g(() => [f(S2, { modelValue: $.value, "onUpdate:modelValue": m2[0] || (m2[0] = (e2) => $.value = e2), onChange: D, "value-key": "code", size: "small", style: { width: "240px" } }, { default: g(() => [(d(true), b(z, null, C(A.value, (e2) => (d(), v(c2, { key: e2.code, label: e2.name, value: e2.code }, null, 8, ["label", "value"]))), 128))]), _: 1 }, 8, ["modelValue"]), f(k2, { size: "small", modelValue: I.value.searchCode, "onUpdate:modelValue": m2[1] || (m2[1] = (e2) => I.value.searchCode = e2), placeholder: "编码", style: { width: "100px" } }, null, 8, ["modelValue"]), f(k2, { size: "small", modelValue: I.value.searchName, "onUpdate:modelValue": m2[2] || (m2[2] = (e2) => I.value.searchName = e2), placeholder: "名称", style: { width: "100px" } }, null, 8, ["modelValue"]), f(T3, { size: "small", icon: w(V), onClick: j }, { default: g(() => [y("查询")]), _: 1 }, 8, ["icon"])]), _: 1 }), f(B2, { ref_key: "tableRef", ref: M, "current-row-key": "code", "row-key": "code", onRowClick: O, data: U.value, "highlight-current-row": "", style: { width: "100%" } }, { default: g(() => [f(P2, { type: "index", width: "50" }), f(P2, { prop: "name", label: "编码" }), f(P2, { prop: "alias", label: "名称" }), f(P2, { prop: "modifierName", label: "修改人" }), f(P2, { prop: "modifiedTime", formatter: (e2) => ((e3) => {
58
+ const c2 = e, S2 = l, k2 = a, T3 = t, _2 = o, P2 = s, B2 = n, q = u, G = r, H = i;
59
+ return d(), v(H, { "destroy-on-close": "", modelValue: x.value, "onUpdate:modelValue": m2[7] || (m2[7] = (e2) => x.value = e2), title: "选择数据表", width: "60%", "before-close": X }, { footer: g(() => [h("div", N, [f(T3, { size: "small", onClick: m2[6] || (m2[6] = (e2) => x.value = false) }, { default: g(() => [y("返回")]), _: 1 }), f(T3, { size: "small", type: "primary", onClick: R }, { default: g(() => [y(" 确定 ")]), _: 1 })])]), default: g(() => [f(G, { style: { height: "400px" } }, { default: g(() => [f(_2, { style: { padding: "0", height: "50px" } }, { default: g(() => [f(S2, { modelValue: $.value, "onUpdate:modelValue": m2[0] || (m2[0] = (e2) => $.value = e2), onChange: D, "value-key": "code", size: "small", style: { width: "240px" } }, { default: g(() => [(d(true), b(z, null, C(A.value, (e2) => (d(), v(c2, { key: e2.code, label: e2.name, value: e2.code }, null, 8, ["label", "value"]))), 128))]), _: 1 }, 8, ["modelValue"]), f(k2, { size: "small", clearable: "", modelValue: I.value.searchCode, "onUpdate:modelValue": m2[1] || (m2[1] = (e2) => I.value.searchCode = e2), placeholder: "编码", style: { width: "100px" } }, null, 8, ["modelValue"]), f(k2, { size: "small", clearable: "", modelValue: I.value.searchName, "onUpdate:modelValue": m2[2] || (m2[2] = (e2) => I.value.searchName = e2), placeholder: "名称", style: { width: "100px" } }, null, 8, ["modelValue"]), f(T3, { size: "small", icon: w(V), onClick: m2[3] || (m2[3] = (e2) => {
60
+ j($.value);
61
+ }) }, { default: g(() => [y("查询")]), _: 1 }, 8, ["icon"])]), _: 1 }), f(B2, { ref_key: "tableRef", ref: M, "current-row-key": "code", "row-key": "code", onRowClick: O, data: U.value, "highlight-current-row": "", style: { width: "100%" } }, { default: g(() => [f(P2, { type: "index", width: "50" }), f(P2, { prop: "name", label: "编码" }), f(P2, { prop: "alias", label: "名称" }), f(P2, { prop: "modifierName", label: "修改人" }), f(P2, { prop: "modifiedTime", formatter: (e2) => ((e3) => {
60
62
  let l2 = new Date(e3);
61
63
  return `${l2.getFullYear()}-${("0" + (l2.getMonth() + 1)).slice(-2)}-${("0" + l2.getDate()).slice(-2)} ${("0" + l2.getHours()).slice(-2)}:${("0" + l2.getMinutes()).slice(-2)}:${("0" + l2.getSeconds()).slice(-2)}`;
62
- })(e2.modifiedTime), label: "修改时间" }, null, 8, ["formatter"])]), _: 1 }, 8, ["data"]), f(q, { "current-page": E.value.currentPage, "onUpdate:currentPage": m2[3] || (m2[3] = (e2) => E.value.currentPage = e2), "page-size": E.value.pageSize, "onUpdate:pageSize": m2[4] || (m2[4] = (e2) => E.value.pageSize = e2), "page-sizes": [20, 30, 50, 100], small: "", background: "", layout: "total, sizes, prev, pager, next, jumper", total: E.value.total, onSizeChange: F, onCurrentChange: F }, null, 8, ["current-page", "page-size", "total"])]), _: 1 })]), _: 1 }, 8, ["modelValue"]);
64
+ })(e2.modifiedTime), label: "修改时间" }, null, 8, ["formatter"])]), _: 1 }, 8, ["data"]), f(q, { "current-page": E.value.currentPage, "onUpdate:currentPage": m2[4] || (m2[4] = (e2) => E.value.currentPage = e2), "page-size": E.value.pageSize, "onUpdate:pageSize": m2[5] || (m2[5] = (e2) => E.value.pageSize = e2), "page-sizes": [20, 30, 50, 100], small: "", background: "", layout: "total, sizes, prev, pager, next, jumper", total: E.value.total, onSizeChange: F, onCurrentChange: F }, null, 8, ["current-page", "page-size", "total"])]), _: 1 })]), _: 1 }, 8, ["modelValue"]);
63
65
  };
64
66
  } });
65
67
  export {
@@ -1,7 +1,7 @@
1
1
  import e from "./service-node-config.vue2.js";
2
2
  import "./service-node-config.vue3.js";
3
3
  import o from "../../_virtual/_plugin-vue_export-helper.js";
4
- const r = o(e, [["__scopeId", "data-v-d5185214"]]);
4
+ const r = o(e, [["__scopeId", "data-v-016f2775"]]);
5
5
  export {
6
6
  r as default
7
7
  };
@@ -1,8 +1,8 @@
1
1
  import { ElDrawer as e } from "element-plus/es";
2
2
  import "element-plus/es/components/base/style/css";
3
3
  import "element-plus/es/components/drawer/style/css";
4
- import { defineComponent as t, ref as o, openBlock as a, createBlock as l, unref as n, withCtx as r, createElementVNode as d, normalizeClass as i, toDisplayString as c, resolveDynamicComponent as s } from "vue";
5
- import { getServiceNodeByType as u, getConfigByType as p } from "../service-components/index.js";
4
+ import { defineComponent as t, ref as o, openBlock as a, createBlock as l, unref as n, withCtx as r, createElementVNode as d, normalizeClass as i, toDisplayString as u, resolveDynamicComponent as c } from "vue";
5
+ import { getServiceNodeByType as s, getConfigByType as p } from "../service-components/index.js";
6
6
  const v = ["id"], w = t({ __name: "service-node-config", props: { service: { type: Object, default: () => ({}) }, currentNode: { type: Object, default: () => ({}) }, logicFlowInstance: { type: Object, default: () => ({}) }, pageContext: { type: Object, default: () => ({}) } }, emits: ["onConfigChange", "update:currentNode"], setup(t2, { expose: w2, emit: f }) {
7
7
  const g = t2, h = o({}), m = o(false), y = o({}), C = o(), N = o({ withHeader: true, drawerWidth: "" }), I = f;
8
8
  let W = { configComponent: null, drawerWidth: "50%" };
@@ -10,22 +10,25 @@ const v = ["id"], w = t({ __name: "service-node-config", props: { service: { typ
10
10
  m.value = false, I("update:currentNode", null);
11
11
  }
12
12
  function b() {
13
- C.value && C.value.hasOwnProperty("onClose") && "function" == typeof C.value.onClose && C.value.onClose(), ["start", "end"].includes(g.currentNode.type) || (C.value.hasOwnProperty("getData") && "function" == typeof C.value.getData ? g.logicFlowInstance && g.logicFlowInstance.getNodeModelById(g.currentNode.data.id) && g.logicFlowInstance.getNodeModelById(g.currentNode.data.id).setProperties(C.value.getData()) : g.logicFlowInstance.getNodeModelById(g.currentNode.data.id).setProperties(h.value));
13
+ x(), I("update:currentNode", null);
14
14
  }
15
- function x(e2) {
15
+ function x() {
16
+ C.value && C.value.hasOwnProperty("onClose") && "function" == typeof C.value.onClose && C.value.onClose(), g.currentNode && (["start", "end"].includes(g.currentNode.type) || (C.value && C.value.hasOwnProperty("getData") && "function" == typeof C.value.getData ? g.logicFlowInstance && g.logicFlowInstance.getNodeModelById(g.currentNode.data.id) && g.logicFlowInstance.getNodeModelById(g.currentNode.data.id).setProperties(C.value.getData()) : g.logicFlowInstance.getNodeModelById(g.currentNode.data.id).setProperties(h.value)));
17
+ }
18
+ function O(e2) {
16
19
  e2 ? (false === e2.withHeader ? N.value.withHeader = false : N.value.withHeader = true, e2.drawerWidth ? N.value.drawerWidth = e2.drawerWidth : N.value.drawerWidth = "100%") : N.value.drawerWidth = "100%";
17
20
  }
18
21
  return w2({ onBlankClick: function() {
19
- m.value && (b(), F());
22
+ m.value && (x(), F());
20
23
  }, onNodeClick: function(e2) {
21
- ["start", "end"].includes(e2.data.type) ? (b(), F()) : (1 == m.value ? (b(), y.value = u(e2.data.type)) : (m.value = true, y.value = u(e2.data.type)), W = p(e2.data.type)), h.value = e2.data.properties;
24
+ ["start", "end"].includes(e2.data.type) ? (x(), F()) : (1 == m.value ? (x(), y.value = s(e2.data.type)) : (m.value = true, y.value = s(e2.data.type)), W = p(e2.data.type)), h.value = e2.data.properties;
22
25
  }, onLogicChange: function() {
23
26
  F();
24
27
  }, onDeleteNode: function() {
25
28
  F();
26
- }, closeDrawer: F }), (o2, u2) => {
29
+ }, closeDrawer: F }), (o2, s2) => {
27
30
  const p2 = e;
28
- return a(), l(p2, { modelValue: m.value, "onUpdate:modelValue": u2[0] || (u2[0] = (e2) => m.value = e2), "append-to-body": false, "close-on-press-escape": false, "destroy-on-close": "", "with-header": N.value.withHeader, "modal-class": "el-overlay", modal: true, title: y.value.label, direction: "rtl", size: N.value.drawerWidth ? N.value.drawerWidth : n(W).drawerWidth ? n(W).drawerWidth : "50%" }, { header: r(({ close: e2, titleId: t3, titleClass: o3 }) => [d("h4", { id: t3, class: i(o3) }, c(y.value.label), 11, v)]), default: r(() => [(a(), l(s(n(W).configComponent), { ref_key: "configComponentRef", ref: C, logicFlowInstance: t2.logicFlowInstance, currentNode: t2.currentNode, properties: h.value, service: t2.service, pageContext: t2.pageContext, onFullScreen: x }, null, 40, ["logicFlowInstance", "currentNode", "properties", "service", "pageContext"]))]), _: 1 }, 8, ["modelValue", "with-header", "title", "size"]);
31
+ return a(), l(p2, { modelValue: m.value, "onUpdate:modelValue": s2[0] || (s2[0] = (e2) => m.value = e2), "append-to-body": false, "close-on-press-escape": false, "destroy-on-close": "", "with-header": N.value.withHeader, "modal-class": "el-overlay", modal: true, title: y.value.label, direction: "rtl", size: N.value.drawerWidth ? N.value.drawerWidth : n(W).drawerWidth ? n(W).drawerWidth : "50%", onClose: b }, { header: r(({ close: e2, titleId: t3, titleClass: o3 }) => [d("h4", { id: t3, class: i(o3) }, u(y.value.label), 11, v)]), default: r(() => [(a(), l(c(n(W).configComponent), { ref_key: "configComponentRef", ref: C, logicFlowInstance: t2.logicFlowInstance, currentNode: t2.currentNode, properties: h.value, service: t2.service, pageContext: t2.pageContext, onFullScreen: O }, null, 40, ["logicFlowInstance", "currentNode", "properties", "service", "pageContext"]))]), _: 1 }, 8, ["modelValue", "with-header", "title", "size"]);
29
32
  };
30
33
  } });
31
34
  export {
package/dist/es/style.css CHANGED
@@ -1,3 +1,68 @@
1
+
2
+ .amb-design-assembly-content[data-v-59e0837d] {
3
+ background: #ffffff;
4
+ box-shadow: 1px 0px 10px 0px rgba(0, 0, 0, 0.05);
5
+ height: 100%;
6
+ padding-left: 10px;
7
+ padding-right: 10px;
8
+ overflow: auto;
9
+ }
10
+ /*控制滚动条宽度*/
11
+ .amb-design-assembly-content[data-v-59e0837d]::-webkit-scrollbar {
12
+ width: 1px;
13
+ }
14
+ .amb-assembly-header[data-v-59e0837d] {
15
+ position: absolute;
16
+ width: 220px;
17
+ text-align: center;
18
+ padding: 18px 0px 10px 0px;
19
+ padding-bottom: 14px;
20
+ background-color: #ffffff;
21
+ }
22
+ .amb-assembly-header-type[data-v-59e0837d] {
23
+ border-radius: 100px 100px 100px 100px;
24
+ background: #ffffff;
25
+ box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
26
+ padding: 10px;
27
+ padding-bottom: 12px;
28
+ }
29
+ .amb-assembly-header-type > label[data-v-59e0837d] {
30
+ padding: 4px 14px;
31
+ cursor: pointer;
32
+ font-size: 14px;
33
+ }
34
+ .amb-assembly-header-type > label.selected[data-v-59e0837d] {
35
+ border-radius: 100px 100px 100px 100px;
36
+ background: #5893ef;
37
+ color: #ffffff;
38
+ }
39
+ .amb-design-assembly-list[data-v-59e0837d] {
40
+ padding-top: 80px;
41
+ }
42
+ .serviceflow-container-left[data-v-7117ba9e] {
43
+ width: 260px;
44
+ padding-right: 20px;
45
+ overflow-y: auto;
46
+ }
47
+ .serviceflow-container-main[data-v-7117ba9e] {
48
+ padding: 0 10px 0 0;
49
+ }
50
+ .serviceflow-container-main[data-v-7117ba9e]::-webkit-scrollbar {
51
+ width: 1px;
52
+ }
53
+ .serviceflow-container-attr[data-v-7117ba9e] {
54
+ width: 300px;
55
+ padding-left: 20px;
56
+ }
57
+ /**
58
+ 解决右侧弹出属性配置遮罩层打开后页面其他地方无法点击问题
59
+ */
60
+ [data-v-7117ba9e]:v-deep(.el-drawer__header) {
61
+ margin-bottom: 0 !important;
62
+ }
63
+ [data-v-7117ba9e] .el-overlay {
64
+ position: static;
65
+ }
1
66
  .serviceflow-design-content[data-v-04746c34] {
2
67
  overflow: auto;
3
68
  display: block;
@@ -102,71 +167,6 @@
102
167
  border-color: transparent transparent var(--el-skeleton-color) transparent;
103
168
  }
104
169
 
105
- .amb-design-assembly-content[data-v-59e0837d] {
106
- background: #ffffff;
107
- box-shadow: 1px 0px 10px 0px rgba(0, 0, 0, 0.05);
108
- height: 100%;
109
- padding-left: 10px;
110
- padding-right: 10px;
111
- overflow: auto;
112
- }
113
- /*控制滚动条宽度*/
114
- .amb-design-assembly-content[data-v-59e0837d]::-webkit-scrollbar {
115
- width: 1px;
116
- }
117
- .amb-assembly-header[data-v-59e0837d] {
118
- position: absolute;
119
- width: 220px;
120
- text-align: center;
121
- padding: 18px 0px 10px 0px;
122
- padding-bottom: 14px;
123
- background-color: #ffffff;
124
- }
125
- .amb-assembly-header-type[data-v-59e0837d] {
126
- border-radius: 100px 100px 100px 100px;
127
- background: #ffffff;
128
- box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
129
- padding: 10px;
130
- padding-bottom: 12px;
131
- }
132
- .amb-assembly-header-type > label[data-v-59e0837d] {
133
- padding: 4px 14px;
134
- cursor: pointer;
135
- font-size: 14px;
136
- }
137
- .amb-assembly-header-type > label.selected[data-v-59e0837d] {
138
- border-radius: 100px 100px 100px 100px;
139
- background: #5893ef;
140
- color: #ffffff;
141
- }
142
- .amb-design-assembly-list[data-v-59e0837d] {
143
- padding-top: 80px;
144
- }
145
- .serviceflow-container-left[data-v-7117ba9e] {
146
- width: 260px;
147
- padding-right: 20px;
148
- overflow-y: auto;
149
- }
150
- .serviceflow-container-main[data-v-7117ba9e] {
151
- padding: 0 10px 0 0;
152
- }
153
- .serviceflow-container-main[data-v-7117ba9e]::-webkit-scrollbar {
154
- width: 1px;
155
- }
156
- .serviceflow-container-attr[data-v-7117ba9e] {
157
- width: 300px;
158
- padding-left: 20px;
159
- }
160
- /**
161
- 解决右侧弹出属性配置遮罩层打开后页面其他地方无法点击问题
162
- */
163
- [data-v-7117ba9e]:v-deep(.el-drawer__header) {
164
- margin-bottom: 0 !important;
165
- }
166
- [data-v-7117ba9e] .el-overlay {
167
- position: static;
168
- }
169
-
170
170
  .editorTool[data-v-d55ab098] {
171
171
  margin-left: auto;
172
172
  }
@@ -183,175 +183,6 @@
183
183
  .el-alert + .el-form-item[data-v-a158f309] {
184
184
  margin-top: 10px;
185
185
  }
186
-
187
- [data-v-dac15197] .el-radio {
188
- margin: 0;
189
- }
190
- .el-radio + .el-radio[data-v-dac15197] {
191
- margin-left: 10px;
192
- }
193
-
194
- .el-alert + .el-table[data-v-e27c4c1e] {
195
- margin-top: 10px;
196
- }
197
- .el-table + .el-alert[data-v-e27c4c1e] {
198
- margin: 10px 0;
199
- }
200
- .el-alert + .el-form-item[data-v-e27c4c1e] {
201
- margin-top: 10px;
202
- }
203
-
204
- .el-drawer__header {
205
- margin-bottom: 0 !important;
206
- }
207
- /**
208
- 解决右侧弹出属性配置遮罩层打开后页面其他地方无法点击问题
209
- */
210
- [data-v-d5185214] .el-overlay {
211
- position: static;
212
- }
213
-
214
- .el-alert + .el-form-item[data-v-32875028] {
215
- margin-top: 10px;
216
- }
217
- .el-alert + .el-table[data-v-32875028] {
218
- margin: 10px 0;
219
- }
220
-
221
- .el-alert + .el-table[data-v-82e0dfef] {
222
- margin-top: 10px;
223
- }
224
- .el-alert + .el-form-item[data-v-82e0dfef] {
225
- margin-top: 10px;
226
- }
227
-
228
- .el-dialog__wrapper[data-v-7d8d63a2] {
229
- overflow: hidden !important;
230
- padding-right: 0 !important;
231
- }
232
- .serviceflow-attr-base-content[data-v-8bad091d] {
233
- background: #ffffff;
234
- box-shadow: 1px 0px 10px 0px rgba(0, 0, 0, 0.05);
235
- height: 100%;
236
- padding-left: 10px;
237
- padding-right: 10px;
238
- overflow: auto;
239
- }
240
- .serviceflow-attr-item[data-v-8bad091d] {
241
- margin-bottom: 8px;
242
- }
243
- .serviceflow-attr-group-header > button[data-v-8bad091d] {
244
- background: #f5f6f8;
245
- padding-left: 10px;
246
- font-size: 14px;
247
- height: 42px;
248
- }
249
- .serviceflow-attr-content[data-v-8bad091d] {
250
- background: #ffffff;
251
- box-shadow: 1px 0px 10px 0px rgba(0, 0, 0, 0.05);
252
- height: 100%;
253
- padding-left: 10px;
254
- padding-right: 10px;
255
- overflow: auto;
256
- position: relative;
257
- }
258
- .serviceflow-attr-header-search[data-v-8bad091d] {
259
- margin-top: 16px;
260
- }
261
- .serviceflow-attr-header-select[data-v-8bad091d] {
262
- width: 90px;
263
- height: 36px;
264
- }
265
- .serviceflow-page-param-row[data-v-8bad091d] {
266
- height: 34px;
267
- }
268
- .el-table__cell > .cell[data-v-8bad091d] {
269
- white-space: nowrap !important;
270
- }
271
- .serviceflow-item[data-v-8bad091d] {
272
- background: rgba(88, 147, 239, 0.06);
273
- border: 1px dashed rgba(88, 147, 239, 0.06);
274
- border-radius: 4px 4px 4px 4px;
275
- text-align: center;
276
- margin-top: 12px;
277
- padding: 10px 5px 10px 5px;
278
- font-size: 12px;
279
- cursor: move;
280
- height: 60px;
281
- overflow: hidden;
282
- box-sizing: border-box;
283
- color: #333333;
284
- text-overflow: ellipsis;
285
- white-space: nowrap;
286
- -webkit-user-select: none; /* Safari */
287
- -moz-user-select: none; /* Firefox */
288
- -ms-user-select: none; /* Internet Explorer/Edge */
289
- user-select: none; /* 标准语法 */
290
- }
291
- .serviceflow-item[data-v-8bad091d]:hover {
292
- background: rgba(11, 45, 101, 0.105);
293
- border: 1px dashed rgba(11, 45, 101, 0.227);
294
- }
295
- .amb-assembly-item-drag[data-v-8bad091d] {
296
- opacity: 1 !important;
297
- }
298
-
299
- [data-v-da8fc67a] .el-table__row {
300
- cursor: pointer;
301
- }
302
- /** 右键菜单样式 */
303
- .context-menu[data-v-da8fc67a] {
304
- position: absolute;
305
- background: #fff;
306
- z-index: 999;
307
- margin: 5;
308
- padding: 8px 8px;
309
- box-shadow: 0 5px 7px 1px rgba(0, 0, 0, 0.1);
310
- border: 1px solid #bbbbbb;
311
- border-radius: 10px;
312
- font-size: 14px;
313
- }
314
- .context-menu li[data-v-da8fc67a] {
315
- list-style-type: none;
316
- min-width: 75px;
317
- line-height: 28px;
318
- text-align: left;
319
- border-radius: 5px;
320
- padding-left: 5px;
321
- cursor: pointer;
322
- }
323
- .context-menu li[data-v-da8fc67a]:hover {
324
- background: #0165e1;
325
- color: #fff;
326
- }
327
- /** 右键菜单样式 */
328
- .custom-tree-node[data-v-da8fc67a] {
329
- font-size: 14px;
330
- padding-right: 8px;
331
- display: flex; /* 使用Flex布局 */
332
- align-items: center; /* 子元素在交叉轴(垂直方向)上居中对齐 */
333
- }
334
-
335
- [data-v-f9e164ec] .el-radio {
336
- margin: 0;
337
- }
338
- .el-radio + .el-radio[data-v-f9e164ec] {
339
- margin-left: 10px;
340
- }
341
-
342
- .el-tabs + .el-alert[data-v-08737620] {
343
- margin-top: 10px;
344
- }
345
- .el-alert + .el-form-item[data-v-08737620] {
346
- margin-top: 10px;
347
- }
348
-
349
- .el-alert + .el-table[data-v-028fb838] {
350
- margin-top: 10px;
351
- }
352
- .el-table + .el-alert[data-v-028fb838] {
353
- margin: 10px 0;
354
- }
355
186
  .serviceflow-control-item[data-v-a2bd7452] {
356
187
  top: -5px;
357
188
  position: relative;
@@ -484,14 +315,11 @@
484
315
  margin-left: 50px;
485
316
  }
486
317
 
487
- .el-alert + .el-table[data-v-d978e7dc] {
318
+ .el-alert + .el-table[data-v-028fb838] {
488
319
  margin-top: 10px;
489
320
  }
490
- .el-table + .el-alert[data-v-d978e7dc] {
321
+ .el-table + .el-alert[data-v-028fb838] {
491
322
  margin: 10px 0;
492
- }
493
- .el-alert + .el-form-item[data-v-d978e7dc] {
494
- margin-top: 10px;
495
323
  }
496
324
 
497
325
  .editorTool[data-v-684c1f08] {
@@ -507,14 +335,186 @@
507
335
  align-items: center; /* 子元素在交叉轴(垂直方向)上居中对齐 */
508
336
  }
509
337
 
510
- .node-content[data-v-117d4091] {
338
+ .el-alert + .el-form-item[data-v-32875028] {
339
+ margin-top: 10px;
340
+ }
341
+ .el-alert + .el-table[data-v-32875028] {
342
+ margin: 10px 0;
343
+ }
344
+
345
+ .el-alert + .el-table[data-v-e27c4c1e] {
346
+ margin-top: 10px;
347
+ }
348
+ .el-table + .el-alert[data-v-e27c4c1e] {
349
+ margin: 10px 0;
350
+ }
351
+ .el-alert + .el-form-item[data-v-e27c4c1e] {
352
+ margin-top: 10px;
353
+ }
354
+
355
+ [data-v-f9e164ec] .el-radio {
356
+ margin: 0;
357
+ }
358
+ .el-radio + .el-radio[data-v-f9e164ec] {
359
+ margin-left: 10px;
360
+ }
361
+
362
+ .el-dialog__wrapper[data-v-7d8d63a2] {
363
+ overflow: hidden !important;
364
+ padding-right: 0 !important;
365
+ }
366
+
367
+ [data-v-da8fc67a] .el-table__row {
368
+ cursor: pointer;
369
+ }
370
+ /** 右键菜单样式 */
371
+ .context-menu[data-v-da8fc67a] {
372
+ position: absolute;
373
+ background: #fff;
374
+ z-index: 999;
375
+ margin: 5;
376
+ padding: 8px 8px;
377
+ box-shadow: 0 5px 7px 1px rgba(0, 0, 0, 0.1);
378
+ border: 1px solid #bbbbbb;
379
+ border-radius: 10px;
380
+ font-size: 14px;
381
+ }
382
+ .context-menu li[data-v-da8fc67a] {
383
+ list-style-type: none;
384
+ min-width: 75px;
385
+ line-height: 28px;
386
+ text-align: left;
387
+ border-radius: 5px;
388
+ padding-left: 5px;
389
+ cursor: pointer;
390
+ }
391
+ .context-menu li[data-v-da8fc67a]:hover {
392
+ background: #0165e1;
393
+ color: #fff;
394
+ }
395
+ /** 右键菜单样式 */
396
+ .custom-tree-node[data-v-da8fc67a] {
397
+ font-size: 14px;
398
+ padding-right: 8px;
399
+ display: flex; /* 使用Flex布局 */
400
+ align-items: center; /* 子元素在交叉轴(垂直方向)上居中对齐 */
401
+ }
402
+
403
+ [data-v-dac15197] .el-radio {
404
+ margin: 0;
405
+ }
406
+ .el-radio + .el-radio[data-v-dac15197] {
407
+ margin-left: 10px;
408
+ }
409
+
410
+ .el-alert + .el-table[data-v-d978e7dc] {
411
+ margin-top: 10px;
412
+ }
413
+ .el-table + .el-alert[data-v-d978e7dc] {
414
+ margin: 10px 0;
415
+ }
416
+ .el-alert + .el-form-item[data-v-d978e7dc] {
417
+ margin-top: 10px;
418
+ }
419
+
420
+ .el-drawer__header {
421
+ margin-bottom: 0 !important;
422
+ }
423
+ /**
424
+ 解决右侧弹出属性配置遮罩层打开后页面其他地方无法点击问题
425
+ */
426
+ [data-v-016f2775] .el-overlay {
427
+ position: static;
428
+ }
429
+
430
+ .el-tabs + .el-alert[data-v-08737620] {
431
+ margin-top: 10px;
432
+ }
433
+ .el-alert + .el-form-item[data-v-08737620] {
434
+ margin-top: 10px;
435
+ }
436
+
437
+ .el-alert + .el-table[data-v-82e0dfef] {
438
+ margin-top: 10px;
439
+ }
440
+ .el-alert + .el-form-item[data-v-82e0dfef] {
441
+ margin-top: 10px;
442
+ }
443
+ .serviceflow-attr-base-content[data-v-8bad091d] {
444
+ background: #ffffff;
445
+ box-shadow: 1px 0px 10px 0px rgba(0, 0, 0, 0.05);
446
+ height: 100%;
447
+ padding-left: 10px;
448
+ padding-right: 10px;
449
+ overflow: auto;
450
+ }
451
+ .serviceflow-attr-item[data-v-8bad091d] {
452
+ margin-bottom: 8px;
453
+ }
454
+ .serviceflow-attr-group-header > button[data-v-8bad091d] {
455
+ background: #f5f6f8;
456
+ padding-left: 10px;
457
+ font-size: 14px;
458
+ height: 42px;
459
+ }
460
+ .serviceflow-attr-content[data-v-8bad091d] {
461
+ background: #ffffff;
462
+ box-shadow: 1px 0px 10px 0px rgba(0, 0, 0, 0.05);
463
+ height: 100%;
464
+ padding-left: 10px;
465
+ padding-right: 10px;
466
+ overflow: auto;
467
+ position: relative;
468
+ }
469
+ .serviceflow-attr-header-search[data-v-8bad091d] {
470
+ margin-top: 16px;
471
+ }
472
+ .serviceflow-attr-header-select[data-v-8bad091d] {
473
+ width: 90px;
474
+ height: 36px;
475
+ }
476
+ .serviceflow-page-param-row[data-v-8bad091d] {
477
+ height: 34px;
478
+ }
479
+ .el-table__cell > .cell[data-v-8bad091d] {
480
+ white-space: nowrap !important;
481
+ }
482
+ .serviceflow-item[data-v-8bad091d] {
483
+ background: rgba(88, 147, 239, 0.06);
484
+ border: 1px dashed rgba(88, 147, 239, 0.06);
485
+ border-radius: 4px 4px 4px 4px;
486
+ text-align: center;
487
+ margin-top: 12px;
488
+ padding: 10px 5px 10px 5px;
489
+ font-size: 12px;
490
+ cursor: move;
491
+ height: 60px;
492
+ overflow: hidden;
493
+ box-sizing: border-box;
494
+ color: #333333;
495
+ text-overflow: ellipsis;
496
+ white-space: nowrap;
497
+ -webkit-user-select: none; /* Safari */
498
+ -moz-user-select: none; /* Firefox */
499
+ -ms-user-select: none; /* Internet Explorer/Edge */
500
+ user-select: none; /* 标准语法 */
501
+ }
502
+ .serviceflow-item[data-v-8bad091d]:hover {
503
+ background: rgba(11, 45, 101, 0.105);
504
+ border: 1px dashed rgba(11, 45, 101, 0.227);
505
+ }
506
+ .amb-assembly-item-drag[data-v-8bad091d] {
507
+ opacity: 1 !important;
508
+ }
509
+
510
+ .node-content[data-v-669b618f] {
511
511
  width: 120px;
512
512
  height: 44px;
513
513
  background: #ffffff;
514
514
  box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
515
515
  border-radius: 2px 2px 2px 2px;
516
516
  }
517
- .content[data-v-117d4091] {
517
+ .content[data-v-669b618f] {
518
518
  width: 28px;
519
519
  height: 15px;
520
520
  font-weight: 400;
@@ -525,9 +525,9 @@
525
525
  font-style: normal;
526
526
  text-transform: none;
527
527
  padding: 5px 0px 4px 10px;
528
- box-sizing: content-box;
528
+ box-sizing: content-box;
529
529
  }
530
- .serviceflow-nodeView[data-v-418f1558] {
530
+ .serviceflow-nodeView[data-v-91a913ff] {
531
531
  box-sizing: border-box;
532
532
  margin: 10px 10px;
533
533
  width: 180px;
@@ -536,7 +536,7 @@
536
536
  border-radius: 2px 2px 2px 2px;
537
537
  padding: 20px 10px;
538
538
  }
539
- .serviceflow-nodeTitle[data-v-418f1558] {
539
+ .serviceflow-nodeTitle[data-v-91a913ff] {
540
540
  width: 90px;
541
541
  height: 15px;
542
542
  font-weight: 400;
@@ -552,7 +552,7 @@
552
552
  overflow: hidden; /* 隐藏超出div宽度的文本 */
553
553
  text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
554
554
  }
555
- .serviceflow-nodeContent[data-v-418f1558] {
555
+ .serviceflow-nodeContent[data-v-91a913ff] {
556
556
  /* width: 100%; */
557
557
  height: 15px;
558
558
  font-weight: 400;
@@ -568,20 +568,19 @@
568
568
  overflow: hidden; /* 隐藏超出div宽度的文本 */
569
569
  text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
570
570
  }
571
- .serviceflow-nodeContent-desc[data-v-418f1558] {
571
+ .serviceflow-nodeContent-desc[data-v-91a913ff] {
572
572
  }
573
- .el-divider--horizontal[data-v-418f1558] {
573
+ .el-divider--horizontal[data-v-91a913ff] {
574
574
  margin: 12px 0;
575
575
  }
576
- .serviceflow-nodeView[data-v-418f1558] {
576
+ .serviceflow-nodeView[data-v-91a913ff] {
577
577
  border: 1px solid #5a90f9;
578
- background: #eef3fe;
579
- width: 180px;
580
- min-height: 95px;
578
+ background: #eef3fe;
581
579
  }
582
- .serviceflow-nodeContent[data-v-418f1558] {
580
+ .serviceflow-nodeTitle[data-v-91a913ff] {
581
+ width: 80px;
583
582
  }
584
- .serviceflow-nodeView[data-v-96d149c1] {
583
+ .serviceflow-nodeView[data-v-9770119b] {
585
584
  box-sizing: border-box;
586
585
  margin: 10px 10px;
587
586
  width: 180px;
@@ -590,7 +589,7 @@
590
589
  border-radius: 2px 2px 2px 2px;
591
590
  padding: 20px 10px;
592
591
  }
593
- .serviceflow-nodeTitle[data-v-96d149c1] {
592
+ .serviceflow-nodeTitle[data-v-9770119b] {
594
593
  width: 90px;
595
594
  height: 15px;
596
595
  font-weight: 400;
@@ -606,7 +605,7 @@
606
605
  overflow: hidden; /* 隐藏超出div宽度的文本 */
607
606
  text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
608
607
  }
609
- .serviceflow-nodeContent[data-v-96d149c1] {
608
+ .serviceflow-nodeContent[data-v-9770119b] {
610
609
  /* width: 100%; */
611
610
  height: 15px;
612
611
  font-weight: 400;
@@ -622,19 +621,19 @@
622
621
  overflow: hidden; /* 隐藏超出div宽度的文本 */
623
622
  text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
624
623
  }
625
- .serviceflow-nodeContent-desc[data-v-96d149c1] {
624
+ .serviceflow-nodeContent-desc[data-v-9770119b] {
626
625
  }
627
- .el-divider--horizontal[data-v-96d149c1] {
626
+ .el-divider--horizontal[data-v-9770119b] {
628
627
  margin: 12px 0;
629
628
  }
630
- .serviceflow-nodeView[data-v-96d149c1] {
629
+ .serviceflow-nodeView[data-v-9770119b] {
631
630
  border: 1px solid #5a90f9;
632
631
  background: #eef3fe;
633
632
  }
634
- .serviceflow-nodeTitle[data-v-96d149c1] {
633
+ .serviceflow-nodeTitle[data-v-9770119b] {
635
634
  width: 80px;
636
635
  }
637
- .serviceflow-nodeView[data-v-23f1c97b] {
636
+ .serviceflow-nodeView[data-v-418f1558] {
638
637
  box-sizing: border-box;
639
638
  margin: 10px 10px;
640
639
  width: 180px;
@@ -643,7 +642,7 @@
643
642
  border-radius: 2px 2px 2px 2px;
644
643
  padding: 20px 10px;
645
644
  }
646
- .serviceflow-nodeTitle[data-v-23f1c97b] {
645
+ .serviceflow-nodeTitle[data-v-418f1558] {
647
646
  width: 90px;
648
647
  height: 15px;
649
648
  font-weight: 400;
@@ -659,7 +658,7 @@
659
658
  overflow: hidden; /* 隐藏超出div宽度的文本 */
660
659
  text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
661
660
  }
662
- .serviceflow-nodeContent[data-v-23f1c97b] {
661
+ .serviceflow-nodeContent[data-v-418f1558] {
663
662
  /* width: 100%; */
664
663
  height: 15px;
665
664
  font-weight: 400;
@@ -675,19 +674,20 @@
675
674
  overflow: hidden; /* 隐藏超出div宽度的文本 */
676
675
  text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
677
676
  }
678
- .serviceflow-nodeContent-desc[data-v-23f1c97b] {
677
+ .serviceflow-nodeContent-desc[data-v-418f1558] {
679
678
  }
680
- .el-divider--horizontal[data-v-23f1c97b] {
679
+ .el-divider--horizontal[data-v-418f1558] {
681
680
  margin: 12px 0;
682
681
  }
683
- .serviceflow-nodeView[data-v-23f1c97b] {
682
+ .serviceflow-nodeView[data-v-418f1558] {
684
683
  border: 1px solid #5a90f9;
685
- background: #eef3fe;
684
+ background: #eef3fe;
685
+ width: 180px;
686
+ min-height: 95px;
686
687
  }
687
- .serviceflow-nodeTitle[data-v-23f1c97b] {
688
- width: 80px;
688
+ .serviceflow-nodeContent[data-v-418f1558] {
689
689
  }
690
- .serviceflow-nodeView[data-v-08d9d211] {
690
+ .serviceflow-nodeView[data-v-4d28d77b] {
691
691
  box-sizing: border-box;
692
692
  margin: 10px 10px;
693
693
  width: 180px;
@@ -696,7 +696,7 @@
696
696
  border-radius: 2px 2px 2px 2px;
697
697
  padding: 20px 10px;
698
698
  }
699
- .serviceflow-nodeTitle[data-v-08d9d211] {
699
+ .serviceflow-nodeTitle[data-v-4d28d77b] {
700
700
  width: 90px;
701
701
  height: 15px;
702
702
  font-weight: 400;
@@ -712,7 +712,7 @@
712
712
  overflow: hidden; /* 隐藏超出div宽度的文本 */
713
713
  text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
714
714
  }
715
- .serviceflow-nodeContent[data-v-08d9d211] {
715
+ .serviceflow-nodeContent[data-v-4d28d77b] {
716
716
  /* width: 100%; */
717
717
  height: 15px;
718
718
  font-weight: 400;
@@ -728,16 +728,16 @@
728
728
  overflow: hidden; /* 隐藏超出div宽度的文本 */
729
729
  text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
730
730
  }
731
- .serviceflow-nodeContent-desc[data-v-08d9d211] {
731
+ .serviceflow-nodeContent-desc[data-v-4d28d77b] {
732
732
  }
733
- .el-divider--horizontal[data-v-08d9d211] {
733
+ .el-divider--horizontal[data-v-4d28d77b] {
734
734
  margin: 12px 0;
735
735
  }
736
- .serviceflow-nodeView[data-v-08d9d211] {
736
+ .serviceflow-nodeView[data-v-4d28d77b] {
737
737
  border: 1px solid #5a90f9;
738
738
  background: #eef3fe;
739
739
  }
740
- .serviceflow-nodeTitle[data-v-08d9d211] {
740
+ .serviceflow-nodeTitle[data-v-4d28d77b] {
741
741
  width: 80px;
742
742
  }
743
743
  .serviceflow-nodeView[data-v-1519c141] {
@@ -793,7 +793,7 @@
793
793
  .serviceflow-nodeTitle[data-v-1519c141] {
794
794
  width: 80px;
795
795
  }
796
- .serviceflow-nodeView[data-v-3c23a172] {
796
+ .serviceflow-nodeView[data-v-23f1c97b] {
797
797
  box-sizing: border-box;
798
798
  margin: 10px 10px;
799
799
  width: 180px;
@@ -802,7 +802,7 @@
802
802
  border-radius: 2px 2px 2px 2px;
803
803
  padding: 20px 10px;
804
804
  }
805
- .serviceflow-nodeTitle[data-v-3c23a172] {
805
+ .serviceflow-nodeTitle[data-v-23f1c97b] {
806
806
  width: 90px;
807
807
  height: 15px;
808
808
  font-weight: 400;
@@ -818,7 +818,7 @@
818
818
  overflow: hidden; /* 隐藏超出div宽度的文本 */
819
819
  text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
820
820
  }
821
- .serviceflow-nodeContent[data-v-3c23a172] {
821
+ .serviceflow-nodeContent[data-v-23f1c97b] {
822
822
  /* width: 100%; */
823
823
  height: 15px;
824
824
  font-weight: 400;
@@ -834,20 +834,19 @@
834
834
  overflow: hidden; /* 隐藏超出div宽度的文本 */
835
835
  text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
836
836
  }
837
- .serviceflow-nodeContent-desc[data-v-3c23a172] {
837
+ .serviceflow-nodeContent-desc[data-v-23f1c97b] {
838
838
  }
839
- .el-divider--horizontal[data-v-3c23a172] {
839
+ .el-divider--horizontal[data-v-23f1c97b] {
840
840
  margin: 12px 0;
841
841
  }
842
- .serviceflow-nodeView[data-v-3c23a172] {
842
+ .serviceflow-nodeView[data-v-23f1c97b] {
843
843
  border: 1px solid #5a90f9;
844
- background: #eef3fe;
845
- width: 180px;
846
- min-height: 95px;
844
+ background: #eef3fe;
847
845
  }
848
- .serviceflow-nodeContent[data-v-3c23a172] {
846
+ .serviceflow-nodeTitle[data-v-23f1c97b] {
847
+ width: 80px;
849
848
  }
850
- .serviceflow-nodeView[data-v-6b34f36c] {
849
+ .serviceflow-nodeView[data-v-3c23a172] {
851
850
  box-sizing: border-box;
852
851
  margin: 10px 10px;
853
852
  width: 180px;
@@ -856,7 +855,7 @@
856
855
  border-radius: 2px 2px 2px 2px;
857
856
  padding: 20px 10px;
858
857
  }
859
- .serviceflow-nodeTitle[data-v-6b34f36c] {
858
+ .serviceflow-nodeTitle[data-v-3c23a172] {
860
859
  width: 90px;
861
860
  height: 15px;
862
861
  font-weight: 400;
@@ -872,7 +871,7 @@
872
871
  overflow: hidden; /* 隐藏超出div宽度的文本 */
873
872
  text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
874
873
  }
875
- .serviceflow-nodeContent[data-v-6b34f36c] {
874
+ .serviceflow-nodeContent[data-v-3c23a172] {
876
875
  /* width: 100%; */
877
876
  height: 15px;
878
877
  font-weight: 400;
@@ -888,19 +887,20 @@
888
887
  overflow: hidden; /* 隐藏超出div宽度的文本 */
889
888
  text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
890
889
  }
891
- .serviceflow-nodeContent-desc[data-v-6b34f36c] {
890
+ .serviceflow-nodeContent-desc[data-v-3c23a172] {
892
891
  }
893
- .el-divider--horizontal[data-v-6b34f36c] {
892
+ .el-divider--horizontal[data-v-3c23a172] {
894
893
  margin: 12px 0;
895
894
  }
896
- .serviceflow-nodeView[data-v-6b34f36c] {
895
+ .serviceflow-nodeView[data-v-3c23a172] {
897
896
  border: 1px solid #5a90f9;
898
- background: #eef3fe;
897
+ background: #eef3fe;
898
+ width: 180px;
899
+ min-height: 95px;
899
900
  }
900
- .serviceflow-nodeTitle[data-v-6b34f36c] {
901
- width: 80px;
901
+ .serviceflow-nodeContent[data-v-3c23a172] {
902
902
  }
903
- .serviceflow-nodeView[data-v-91a913ff] {
903
+ .serviceflow-nodeView[data-v-1ce8de44] {
904
904
  box-sizing: border-box;
905
905
  margin: 10px 10px;
906
906
  width: 180px;
@@ -909,7 +909,7 @@
909
909
  border-radius: 2px 2px 2px 2px;
910
910
  padding: 20px 10px;
911
911
  }
912
- .serviceflow-nodeTitle[data-v-91a913ff] {
912
+ .serviceflow-nodeTitle[data-v-1ce8de44] {
913
913
  width: 90px;
914
914
  height: 15px;
915
915
  font-weight: 400;
@@ -925,7 +925,7 @@
925
925
  overflow: hidden; /* 隐藏超出div宽度的文本 */
926
926
  text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
927
927
  }
928
- .serviceflow-nodeContent[data-v-91a913ff] {
928
+ .serviceflow-nodeContent[data-v-1ce8de44] {
929
929
  /* width: 100%; */
930
930
  height: 15px;
931
931
  font-weight: 400;
@@ -941,19 +941,20 @@
941
941
  overflow: hidden; /* 隐藏超出div宽度的文本 */
942
942
  text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
943
943
  }
944
- .serviceflow-nodeContent-desc[data-v-91a913ff] {
944
+ .serviceflow-nodeContent-desc[data-v-1ce8de44] {
945
945
  }
946
- .el-divider--horizontal[data-v-91a913ff] {
946
+ .el-divider--horizontal[data-v-1ce8de44] {
947
947
  margin: 12px 0;
948
948
  }
949
- .serviceflow-nodeView[data-v-91a913ff] {
949
+ .serviceflow-nodeView[data-v-1ce8de44] {
950
950
  border: 1px solid #5a90f9;
951
- background: #eef3fe;
951
+ background: #eef3fe;
952
+ width: 180px;
953
+ min-height: 95px;
952
954
  }
953
- .serviceflow-nodeTitle[data-v-91a913ff] {
954
- width: 80px;
955
+ .serviceflow-nodeContent[data-v-1ce8de44] {
955
956
  }
956
- .serviceflow-nodeView[data-v-4d28d77b] {
957
+ .serviceflow-nodeView[data-v-08d9d211] {
957
958
  box-sizing: border-box;
958
959
  margin: 10px 10px;
959
960
  width: 180px;
@@ -962,7 +963,7 @@
962
963
  border-radius: 2px 2px 2px 2px;
963
964
  padding: 20px 10px;
964
965
  }
965
- .serviceflow-nodeTitle[data-v-4d28d77b] {
966
+ .serviceflow-nodeTitle[data-v-08d9d211] {
966
967
  width: 90px;
967
968
  height: 15px;
968
969
  font-weight: 400;
@@ -978,7 +979,7 @@
978
979
  overflow: hidden; /* 隐藏超出div宽度的文本 */
979
980
  text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
980
981
  }
981
- .serviceflow-nodeContent[data-v-4d28d77b] {
982
+ .serviceflow-nodeContent[data-v-08d9d211] {
982
983
  /* width: 100%; */
983
984
  height: 15px;
984
985
  font-weight: 400;
@@ -994,19 +995,39 @@
994
995
  overflow: hidden; /* 隐藏超出div宽度的文本 */
995
996
  text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
996
997
  }
997
- .serviceflow-nodeContent-desc[data-v-4d28d77b] {
998
+ .serviceflow-nodeContent-desc[data-v-08d9d211] {
998
999
  }
999
- .el-divider--horizontal[data-v-4d28d77b] {
1000
+ .el-divider--horizontal[data-v-08d9d211] {
1000
1001
  margin: 12px 0;
1001
1002
  }
1002
- .serviceflow-nodeView[data-v-4d28d77b] {
1003
+ .serviceflow-nodeView[data-v-08d9d211] {
1003
1004
  border: 1px solid #5a90f9;
1004
1005
  background: #eef3fe;
1005
1006
  }
1006
- .serviceflow-nodeTitle[data-v-4d28d77b] {
1007
+ .serviceflow-nodeTitle[data-v-08d9d211] {
1007
1008
  width: 80px;
1008
1009
  }
1009
- .serviceflow-nodeView[data-v-9770119b] {
1010
+
1011
+ .aaa[data-v-8bd72b80] {
1012
+ width: 300px;
1013
+ height: 200px;
1014
+ background: #ffffff;
1015
+ box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
1016
+ border-radius: 2px 2px 2px 2px;
1017
+ }
1018
+ .content[data-v-8bd72b80] {
1019
+ width: 28px;
1020
+ height: 15px;
1021
+ font-weight: 400;
1022
+ font-size: 14px;
1023
+ color: #333333;
1024
+ line-height: 14px;
1025
+ text-align: left;
1026
+ font-style: normal;
1027
+ text-transform: none;
1028
+ padding: 5px 0px 4px 10px;
1029
+ }
1030
+ .serviceflow-nodeView[data-v-96d149c1] {
1010
1031
  box-sizing: border-box;
1011
1032
  margin: 10px 10px;
1012
1033
  width: 180px;
@@ -1015,7 +1036,7 @@
1015
1036
  border-radius: 2px 2px 2px 2px;
1016
1037
  padding: 20px 10px;
1017
1038
  }
1018
- .serviceflow-nodeTitle[data-v-9770119b] {
1039
+ .serviceflow-nodeTitle[data-v-96d149c1] {
1019
1040
  width: 90px;
1020
1041
  height: 15px;
1021
1042
  font-weight: 400;
@@ -1031,7 +1052,7 @@
1031
1052
  overflow: hidden; /* 隐藏超出div宽度的文本 */
1032
1053
  text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
1033
1054
  }
1034
- .serviceflow-nodeContent[data-v-9770119b] {
1055
+ .serviceflow-nodeContent[data-v-96d149c1] {
1035
1056
  /* width: 100%; */
1036
1057
  height: 15px;
1037
1058
  font-weight: 400;
@@ -1047,40 +1068,19 @@
1047
1068
  overflow: hidden; /* 隐藏超出div宽度的文本 */
1048
1069
  text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
1049
1070
  }
1050
- .serviceflow-nodeContent-desc[data-v-9770119b] {
1071
+ .serviceflow-nodeContent-desc[data-v-96d149c1] {
1051
1072
  }
1052
- .el-divider--horizontal[data-v-9770119b] {
1073
+ .el-divider--horizontal[data-v-96d149c1] {
1053
1074
  margin: 12px 0;
1054
1075
  }
1055
- .serviceflow-nodeView[data-v-9770119b] {
1076
+ .serviceflow-nodeView[data-v-96d149c1] {
1056
1077
  border: 1px solid #5a90f9;
1057
1078
  background: #eef3fe;
1058
1079
  }
1059
- .serviceflow-nodeTitle[data-v-9770119b] {
1080
+ .serviceflow-nodeTitle[data-v-96d149c1] {
1060
1081
  width: 80px;
1061
1082
  }
1062
-
1063
- .node-content[data-v-669b618f] {
1064
- width: 120px;
1065
- height: 44px;
1066
- background: #ffffff;
1067
- box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
1068
- border-radius: 2px 2px 2px 2px;
1069
- }
1070
- .content[data-v-669b618f] {
1071
- width: 28px;
1072
- height: 15px;
1073
- font-weight: 400;
1074
- font-size: 14px;
1075
- color: #333333;
1076
- line-height: 14px;
1077
- text-align: left;
1078
- font-style: normal;
1079
- text-transform: none;
1080
- padding: 5px 0px 4px 10px;
1081
- box-sizing: content-box;
1082
- }
1083
- .serviceflow-nodeView[data-v-42ce3f17] {
1083
+ .serviceflow-nodeView[data-v-b04d3f8b] {
1084
1084
  box-sizing: border-box;
1085
1085
  margin: 10px 10px;
1086
1086
  width: 180px;
@@ -1089,7 +1089,7 @@
1089
1089
  border-radius: 2px 2px 2px 2px;
1090
1090
  padding: 20px 10px;
1091
1091
  }
1092
- .serviceflow-nodeTitle[data-v-42ce3f17] {
1092
+ .serviceflow-nodeTitle[data-v-b04d3f8b] {
1093
1093
  width: 90px;
1094
1094
  height: 15px;
1095
1095
  font-weight: 400;
@@ -1105,7 +1105,7 @@
1105
1105
  overflow: hidden; /* 隐藏超出div宽度的文本 */
1106
1106
  text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
1107
1107
  }
1108
- .serviceflow-nodeContent[data-v-42ce3f17] {
1108
+ .serviceflow-nodeContent[data-v-b04d3f8b] {
1109
1109
  /* width: 100%; */
1110
1110
  height: 15px;
1111
1111
  font-weight: 400;
@@ -1121,27 +1121,27 @@
1121
1121
  overflow: hidden; /* 隐藏超出div宽度的文本 */
1122
1122
  text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
1123
1123
  }
1124
- .serviceflow-nodeContent-desc[data-v-42ce3f17] {
1124
+ .serviceflow-nodeContent-desc[data-v-b04d3f8b] {
1125
1125
  }
1126
- .el-divider--horizontal[data-v-42ce3f17] {
1126
+ .el-divider--horizontal[data-v-b04d3f8b] {
1127
1127
  margin: 12px 0;
1128
1128
  }
1129
- .serviceflow-nodeView[data-v-42ce3f17] {
1129
+ .serviceflow-nodeView[data-v-b04d3f8b] {
1130
1130
  border: 1px solid #5a90f9;
1131
1131
  background: #eef3fe;
1132
1132
  }
1133
- .serviceflow-nodeTitle[data-v-42ce3f17] {
1133
+ .serviceflow-nodeTitle[data-v-b04d3f8b] {
1134
1134
  width: 80px;
1135
1135
  }
1136
1136
 
1137
- .aaa[data-v-8bd72b80] {
1138
- width: 300px;
1139
- height: 200px;
1137
+ .node-content[data-v-117d4091] {
1138
+ width: 120px;
1139
+ height: 44px;
1140
1140
  background: #ffffff;
1141
1141
  box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
1142
1142
  border-radius: 2px 2px 2px 2px;
1143
1143
  }
1144
- .content[data-v-8bd72b80] {
1144
+ .content[data-v-117d4091] {
1145
1145
  width: 28px;
1146
1146
  height: 15px;
1147
1147
  font-weight: 400;
@@ -1151,9 +1151,10 @@
1151
1151
  text-align: left;
1152
1152
  font-style: normal;
1153
1153
  text-transform: none;
1154
- padding: 5px 0px 4px 10px;
1154
+ padding: 5px 0px 4px 10px;
1155
+ box-sizing: content-box;
1155
1156
  }
1156
- .serviceflow-nodeView[data-v-1ce8de44] {
1157
+ .serviceflow-nodeView[data-v-6b34f36c] {
1157
1158
  box-sizing: border-box;
1158
1159
  margin: 10px 10px;
1159
1160
  width: 180px;
@@ -1162,7 +1163,7 @@
1162
1163
  border-radius: 2px 2px 2px 2px;
1163
1164
  padding: 20px 10px;
1164
1165
  }
1165
- .serviceflow-nodeTitle[data-v-1ce8de44] {
1166
+ .serviceflow-nodeTitle[data-v-6b34f36c] {
1166
1167
  width: 90px;
1167
1168
  height: 15px;
1168
1169
  font-weight: 400;
@@ -1178,7 +1179,7 @@
1178
1179
  overflow: hidden; /* 隐藏超出div宽度的文本 */
1179
1180
  text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
1180
1181
  }
1181
- .serviceflow-nodeContent[data-v-1ce8de44] {
1182
+ .serviceflow-nodeContent[data-v-6b34f36c] {
1182
1183
  /* width: 100%; */
1183
1184
  height: 15px;
1184
1185
  font-weight: 400;
@@ -1194,20 +1195,19 @@
1194
1195
  overflow: hidden; /* 隐藏超出div宽度的文本 */
1195
1196
  text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
1196
1197
  }
1197
- .serviceflow-nodeContent-desc[data-v-1ce8de44] {
1198
+ .serviceflow-nodeContent-desc[data-v-6b34f36c] {
1198
1199
  }
1199
- .el-divider--horizontal[data-v-1ce8de44] {
1200
+ .el-divider--horizontal[data-v-6b34f36c] {
1200
1201
  margin: 12px 0;
1201
1202
  }
1202
- .serviceflow-nodeView[data-v-1ce8de44] {
1203
+ .serviceflow-nodeView[data-v-6b34f36c] {
1203
1204
  border: 1px solid #5a90f9;
1204
- background: #eef3fe;
1205
- width: 180px;
1206
- min-height: 95px;
1205
+ background: #eef3fe;
1207
1206
  }
1208
- .serviceflow-nodeContent[data-v-1ce8de44] {
1207
+ .serviceflow-nodeTitle[data-v-6b34f36c] {
1208
+ width: 80px;
1209
1209
  }
1210
- .serviceflow-nodeView[data-v-b04d3f8b] {
1210
+ .serviceflow-nodeView[data-v-42ce3f17] {
1211
1211
  box-sizing: border-box;
1212
1212
  margin: 10px 10px;
1213
1213
  width: 180px;
@@ -1216,7 +1216,7 @@
1216
1216
  border-radius: 2px 2px 2px 2px;
1217
1217
  padding: 20px 10px;
1218
1218
  }
1219
- .serviceflow-nodeTitle[data-v-b04d3f8b] {
1219
+ .serviceflow-nodeTitle[data-v-42ce3f17] {
1220
1220
  width: 90px;
1221
1221
  height: 15px;
1222
1222
  font-weight: 400;
@@ -1232,7 +1232,7 @@
1232
1232
  overflow: hidden; /* 隐藏超出div宽度的文本 */
1233
1233
  text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
1234
1234
  }
1235
- .serviceflow-nodeContent[data-v-b04d3f8b] {
1235
+ .serviceflow-nodeContent[data-v-42ce3f17] {
1236
1236
  /* width: 100%; */
1237
1237
  height: 15px;
1238
1238
  font-weight: 400;
@@ -1248,26 +1248,36 @@
1248
1248
  overflow: hidden; /* 隐藏超出div宽度的文本 */
1249
1249
  text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
1250
1250
  }
1251
- .serviceflow-nodeContent-desc[data-v-b04d3f8b] {
1251
+ .serviceflow-nodeContent-desc[data-v-42ce3f17] {
1252
1252
  }
1253
- .el-divider--horizontal[data-v-b04d3f8b] {
1253
+ .el-divider--horizontal[data-v-42ce3f17] {
1254
1254
  margin: 12px 0;
1255
1255
  }
1256
- .serviceflow-nodeView[data-v-b04d3f8b] {
1256
+ .serviceflow-nodeView[data-v-42ce3f17] {
1257
1257
  border: 1px solid #5a90f9;
1258
1258
  background: #eef3fe;
1259
1259
  }
1260
- .serviceflow-nodeTitle[data-v-b04d3f8b] {
1260
+ .serviceflow-nodeTitle[data-v-42ce3f17] {
1261
1261
  width: 80px;
1262
1262
  }
1263
1263
 
1264
- .el-select + .el-input[data-v-b53b2895] {
1264
+ .el-select + .el-input[data-v-7fcf8a84] {
1265
+ margin-left: 10px;
1266
+ }
1267
+ .el-input + .el-input[data-v-7fcf8a84] {
1268
+ margin-left: 10px;
1269
+ }
1270
+ .el-input + .el-button[data-v-7fcf8a84] {
1271
+ margin-left: 10px;
1272
+ }
1273
+
1274
+ .el-select + .el-input[data-v-d588a716] {
1265
1275
  margin-left: 10px;
1266
1276
  }
1267
- .el-input + .el-input[data-v-b53b2895] {
1277
+ .el-input + .el-input[data-v-d588a716] {
1268
1278
  margin-left: 10px;
1269
1279
  }
1270
- .el-input + .el-button[data-v-b53b2895] {
1280
+ .el-input + .el-button[data-v-d588a716] {
1271
1281
  margin-left: 10px;
1272
1282
  }
1273
1283
 
@@ -1282,16 +1292,6 @@
1282
1292
  margin-top: 0px;
1283
1293
  }
1284
1294
 
1285
- .el-select + .el-input[data-v-7fcf8a84] {
1286
- margin-left: 10px;
1287
- }
1288
- .el-input + .el-input[data-v-7fcf8a84] {
1289
- margin-left: 10px;
1290
- }
1291
- .el-input + .el-button[data-v-7fcf8a84] {
1292
- margin-left: 10px;
1293
- }
1294
-
1295
1295
  [data-v-21f429a9] .el-cascader-menu {
1296
1296
  min-width: 120px !important;
1297
1297
  }
@@ -1306,13 +1306,13 @@
1306
1306
  cursor: pointer;
1307
1307
  }
1308
1308
 
1309
+ [data-v-9a3ee19e] .el-dropdown {
1310
+ vertical-align: middle;
1311
+ }
1312
+
1309
1313
  [data-v-2d06523b] .el-upload {
1310
1314
  width: 100%;
1311
1315
  }
1312
1316
  [data-v-2d06523b] .el-button {
1313
1317
  width: 100%;
1314
1318
  }
1315
-
1316
- [data-v-9a3ee19e] .el-dropdown {
1317
- vertical-align: middle;
1318
- }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "service-flow-designer",
3
- "version": "2.2.1",
3
+ "version": "2.2.4",
4
4
  "description": "AgileBuilder Service Flow Designer",
5
5
  "license": "ISC",
6
6
  "main": "dist/es/index.js",
@@ -61,7 +61,7 @@
61
61
  "@logicflow/layout": "1.2.0-alpha.16",
62
62
  "@uiw/codemirror-themes-all": "^4.21.25",
63
63
  "@vueuse/core": "^10.9.0",
64
- "agilebuilder-ui": "1.1.2",
64
+ "agilebuilder-ui": "1.1.4",
65
65
  "codemirror": "^6.0.1",
66
66
  "nprogress": "^0.2.0",
67
67
  "pinia": "^2.1.7",