service-flow-designer 2.1.96 → 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,27 +1,3 @@
1
- .serviceflow-container-left[data-v-7117ba9e] {
2
- width: 260px;
3
- padding-right: 20px;
4
- overflow-y: auto;
5
- }
6
- .serviceflow-container-main[data-v-7117ba9e] {
7
- padding: 0 10px 0 0;
8
- }
9
- .serviceflow-container-main[data-v-7117ba9e]::-webkit-scrollbar {
10
- width: 1px;
11
- }
12
- .serviceflow-container-attr[data-v-7117ba9e] {
13
- width: 300px;
14
- padding-left: 20px;
15
- }
16
- /**
17
- 解决右侧弹出属性配置遮罩层打开后页面其他地方无法点击问题
18
- */
19
- [data-v-7117ba9e]:v-deep(.el-drawer__header) {
20
- margin-bottom: 0 !important;
21
- }
22
- [data-v-7117ba9e] .el-overlay {
23
- position: static;
24
- }
25
1
 
26
2
  .amb-design-assembly-content[data-v-59e0837d] {
27
3
  background: #ffffff;
@@ -63,6 +39,30 @@
63
39
  .amb-design-assembly-list[data-v-59e0837d] {
64
40
  padding-top: 80px;
65
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
+ }
66
66
  .serviceflow-design-content[data-v-04746c34] {
67
67
  overflow: auto;
68
68
  display: block;
@@ -167,10 +167,6 @@
167
167
  border-color: transparent transparent var(--el-skeleton-color) transparent;
168
168
  }
169
169
 
170
- .el-alert + .el-form-item[data-v-a158f309] {
171
- margin-top: 10px;
172
- }
173
-
174
170
  .editorTool[data-v-d55ab098] {
175
171
  margin-left: auto;
176
172
  }
@@ -184,84 +180,8 @@
184
180
  align-items: center; /* 子元素在交叉轴(垂直方向)上居中对齐 */
185
181
  }
186
182
 
187
- [data-v-f9e164ec] .el-radio {
188
- margin: 0;
189
- }
190
- .el-radio + .el-radio[data-v-f9e164ec] {
191
- margin-left: 10px;
192
- }
193
- .serviceflow-attr-base-content[data-v-8bad091d] {
194
- background: #ffffff;
195
- box-shadow: 1px 0px 10px 0px rgba(0, 0, 0, 0.05);
196
- height: 100%;
197
- padding-left: 10px;
198
- padding-right: 10px;
199
- overflow: auto;
200
- }
201
- .serviceflow-attr-item[data-v-8bad091d] {
202
- margin-bottom: 8px;
203
- }
204
- .serviceflow-attr-group-header > button[data-v-8bad091d] {
205
- background: #f5f6f8;
206
- padding-left: 10px;
207
- font-size: 14px;
208
- height: 42px;
209
- }
210
- .serviceflow-attr-content[data-v-8bad091d] {
211
- background: #ffffff;
212
- box-shadow: 1px 0px 10px 0px rgba(0, 0, 0, 0.05);
213
- height: 100%;
214
- padding-left: 10px;
215
- padding-right: 10px;
216
- overflow: auto;
217
- position: relative;
218
- }
219
- .serviceflow-attr-header-search[data-v-8bad091d] {
220
- margin-top: 16px;
221
- }
222
- .serviceflow-attr-header-select[data-v-8bad091d] {
223
- width: 90px;
224
- height: 36px;
225
- }
226
- .serviceflow-page-param-row[data-v-8bad091d] {
227
- height: 34px;
228
- }
229
- .el-table__cell > .cell[data-v-8bad091d] {
230
- white-space: nowrap !important;
231
- }
232
- .serviceflow-item[data-v-8bad091d] {
233
- background: rgba(88, 147, 239, 0.06);
234
- border: 1px dashed rgba(88, 147, 239, 0.06);
235
- border-radius: 4px 4px 4px 4px;
236
- text-align: center;
237
- margin-top: 12px;
238
- padding: 10px 5px 10px 5px;
239
- font-size: 12px;
240
- cursor: move;
241
- height: 60px;
242
- overflow: hidden;
243
- box-sizing: border-box;
244
- color: #333333;
245
- text-overflow: ellipsis;
246
- white-space: nowrap;
247
- -webkit-user-select: none; /* Safari */
248
- -moz-user-select: none; /* Firefox */
249
- -ms-user-select: none; /* Internet Explorer/Edge */
250
- user-select: none; /* 标准语法 */
251
- }
252
- .serviceflow-item[data-v-8bad091d]:hover {
253
- background: rgba(11, 45, 101, 0.105);
254
- border: 1px dashed rgba(11, 45, 101, 0.227);
255
- }
256
- .amb-assembly-item-drag[data-v-8bad091d] {
257
- opacity: 1 !important;
258
- }
259
-
260
- .el-alert + .el-form-item[data-v-32875028] {
183
+ .el-alert + .el-form-item[data-v-a158f309] {
261
184
  margin-top: 10px;
262
- }
263
- .el-alert + .el-table[data-v-32875028] {
264
- margin: 10px 0;
265
185
  }
266
186
  .serviceflow-control-item[data-v-a2bd7452] {
267
187
  top: -5px;
@@ -395,6 +315,33 @@
395
315
  margin-left: 50px;
396
316
  }
397
317
 
318
+ .el-alert + .el-table[data-v-028fb838] {
319
+ margin-top: 10px;
320
+ }
321
+ .el-table + .el-alert[data-v-028fb838] {
322
+ margin: 10px 0;
323
+ }
324
+
325
+ .editorTool[data-v-684c1f08] {
326
+ margin-left: auto;
327
+ }
328
+ .editorOption[data-v-684c1f08] {
329
+ margin-right: 10px;
330
+ cursor: pointer;
331
+ }
332
+ .pppp[data-v-684c1f08] {
333
+ display: flex; /* 使用Flex布局 */
334
+ justify-content: flex-start;
335
+ align-items: center; /* 子元素在交叉轴(垂直方向)上居中对齐 */
336
+ }
337
+
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
+
398
345
  .el-alert + .el-table[data-v-e27c4c1e] {
399
346
  margin-top: 10px;
400
347
  }
@@ -405,21 +352,16 @@
405
352
  margin-top: 10px;
406
353
  }
407
354
 
408
- [data-v-dac15197] .el-radio {
355
+ [data-v-f9e164ec] .el-radio {
409
356
  margin: 0;
410
357
  }
411
- .el-radio + .el-radio[data-v-dac15197] {
358
+ .el-radio + .el-radio[data-v-f9e164ec] {
412
359
  margin-left: 10px;
413
360
  }
414
361
 
415
- .el-alert + .el-table[data-v-d978e7dc] {
416
- margin-top: 10px;
417
- }
418
- .el-table + .el-alert[data-v-d978e7dc] {
419
- margin: 10px 0;
420
- }
421
- .el-alert + .el-form-item[data-v-d978e7dc] {
422
- margin-top: 10px;
362
+ .el-dialog__wrapper[data-v-7d8d63a2] {
363
+ overflow: hidden !important;
364
+ padding-right: 0 !important;
423
365
  }
424
366
 
425
367
  [data-v-da8fc67a] .el-table__row {
@@ -458,55 +400,134 @@
458
400
  align-items: center; /* 子元素在交叉轴(垂直方向)上居中对齐 */
459
401
  }
460
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
+
461
420
  .el-drawer__header {
462
421
  margin-bottom: 0 !important;
463
422
  }
464
423
  /**
465
424
  解决右侧弹出属性配置遮罩层打开后页面其他地方无法点击问题
466
425
  */
467
- [data-v-d5185214] .el-overlay {
426
+ [data-v-016f2775] .el-overlay {
468
427
  position: static;
469
428
  }
470
429
 
471
- .editorTool[data-v-684c1f08] {
472
- margin-left: auto;
473
- }
474
- .editorOption[data-v-684c1f08] {
475
- margin-right: 10px;
476
- cursor: pointer;
430
+ .el-tabs + .el-alert[data-v-08737620] {
431
+ margin-top: 10px;
477
432
  }
478
- .pppp[data-v-684c1f08] {
479
- display: flex; /* 使用Flex布局 */
480
- justify-content: flex-start;
481
- align-items: center; /* 子元素在交叉轴(垂直方向)上居中对齐 */
433
+ .el-alert + .el-form-item[data-v-08737620] {
434
+ margin-top: 10px;
482
435
  }
483
436
 
484
- .el-alert + .el-table[data-v-028fb838] {
437
+ .el-alert + .el-table[data-v-82e0dfef] {
485
438
  margin-top: 10px;
486
439
  }
487
- .el-table + .el-alert[data-v-028fb838] {
488
- margin: 10px 0;
489
- }
490
-
491
- .el-tabs + .el-alert[data-v-08737620] {
492
- margin-top: 10px;
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);
493
505
  }
494
- .el-alert + .el-form-item[data-v-08737620] {
495
- margin-top: 10px;
496
- }
497
-
498
- .el-dialog__wrapper[data-v-7d8d63a2] {
499
- overflow: hidden !important;
500
- padding-right: 0 !important;
506
+ .amb-assembly-item-drag[data-v-8bad091d] {
507
+ opacity: 1 !important;
501
508
  }
502
509
 
503
- .el-alert + .el-table[data-v-82e0dfef] {
504
- margin-top: 10px;
510
+ .node-content[data-v-669b618f] {
511
+ width: 120px;
512
+ height: 44px;
513
+ background: #ffffff;
514
+ box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
515
+ border-radius: 2px 2px 2px 2px;
505
516
  }
506
- .el-alert + .el-form-item[data-v-82e0dfef] {
507
- margin-top: 10px;
517
+ .content[data-v-669b618f] {
518
+ width: 28px;
519
+ height: 15px;
520
+ font-weight: 400;
521
+ font-size: 14px;
522
+ color: #333333;
523
+ line-height: 14px;
524
+ text-align: left;
525
+ font-style: normal;
526
+ text-transform: none;
527
+ padding: 5px 0px 4px 10px;
528
+ box-sizing: content-box;
508
529
  }
509
- .serviceflow-nodeView[data-v-42ce3f17] {
530
+ .serviceflow-nodeView[data-v-91a913ff] {
510
531
  box-sizing: border-box;
511
532
  margin: 10px 10px;
512
533
  width: 180px;
@@ -515,7 +536,7 @@
515
536
  border-radius: 2px 2px 2px 2px;
516
537
  padding: 20px 10px;
517
538
  }
518
- .serviceflow-nodeTitle[data-v-42ce3f17] {
539
+ .serviceflow-nodeTitle[data-v-91a913ff] {
519
540
  width: 90px;
520
541
  height: 15px;
521
542
  font-weight: 400;
@@ -531,7 +552,7 @@
531
552
  overflow: hidden; /* 隐藏超出div宽度的文本 */
532
553
  text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
533
554
  }
534
- .serviceflow-nodeContent[data-v-42ce3f17] {
555
+ .serviceflow-nodeContent[data-v-91a913ff] {
535
556
  /* width: 100%; */
536
557
  height: 15px;
537
558
  font-weight: 400;
@@ -547,19 +568,19 @@
547
568
  overflow: hidden; /* 隐藏超出div宽度的文本 */
548
569
  text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
549
570
  }
550
- .serviceflow-nodeContent-desc[data-v-42ce3f17] {
571
+ .serviceflow-nodeContent-desc[data-v-91a913ff] {
551
572
  }
552
- .el-divider--horizontal[data-v-42ce3f17] {
573
+ .el-divider--horizontal[data-v-91a913ff] {
553
574
  margin: 12px 0;
554
575
  }
555
- .serviceflow-nodeView[data-v-42ce3f17] {
576
+ .serviceflow-nodeView[data-v-91a913ff] {
556
577
  border: 1px solid #5a90f9;
557
578
  background: #eef3fe;
558
579
  }
559
- .serviceflow-nodeTitle[data-v-42ce3f17] {
580
+ .serviceflow-nodeTitle[data-v-91a913ff] {
560
581
  width: 80px;
561
582
  }
562
- .serviceflow-nodeView[data-v-1519c141] {
583
+ .serviceflow-nodeView[data-v-9770119b] {
563
584
  box-sizing: border-box;
564
585
  margin: 10px 10px;
565
586
  width: 180px;
@@ -568,7 +589,7 @@
568
589
  border-radius: 2px 2px 2px 2px;
569
590
  padding: 20px 10px;
570
591
  }
571
- .serviceflow-nodeTitle[data-v-1519c141] {
592
+ .serviceflow-nodeTitle[data-v-9770119b] {
572
593
  width: 90px;
573
594
  height: 15px;
574
595
  font-weight: 400;
@@ -584,7 +605,7 @@
584
605
  overflow: hidden; /* 隐藏超出div宽度的文本 */
585
606
  text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
586
607
  }
587
- .serviceflow-nodeContent[data-v-1519c141] {
608
+ .serviceflow-nodeContent[data-v-9770119b] {
588
609
  /* width: 100%; */
589
610
  height: 15px;
590
611
  font-weight: 400;
@@ -600,19 +621,19 @@
600
621
  overflow: hidden; /* 隐藏超出div宽度的文本 */
601
622
  text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
602
623
  }
603
- .serviceflow-nodeContent-desc[data-v-1519c141] {
624
+ .serviceflow-nodeContent-desc[data-v-9770119b] {
604
625
  }
605
- .el-divider--horizontal[data-v-1519c141] {
626
+ .el-divider--horizontal[data-v-9770119b] {
606
627
  margin: 12px 0;
607
628
  }
608
- .serviceflow-nodeView[data-v-1519c141] {
629
+ .serviceflow-nodeView[data-v-9770119b] {
609
630
  border: 1px solid #5a90f9;
610
631
  background: #eef3fe;
611
632
  }
612
- .serviceflow-nodeTitle[data-v-1519c141] {
633
+ .serviceflow-nodeTitle[data-v-9770119b] {
613
634
  width: 80px;
614
635
  }
615
- .serviceflow-nodeView[data-v-b04d3f8b] {
636
+ .serviceflow-nodeView[data-v-418f1558] {
616
637
  box-sizing: border-box;
617
638
  margin: 10px 10px;
618
639
  width: 180px;
@@ -621,7 +642,7 @@
621
642
  border-radius: 2px 2px 2px 2px;
622
643
  padding: 20px 10px;
623
644
  }
624
- .serviceflow-nodeTitle[data-v-b04d3f8b] {
645
+ .serviceflow-nodeTitle[data-v-418f1558] {
625
646
  width: 90px;
626
647
  height: 15px;
627
648
  font-weight: 400;
@@ -637,7 +658,7 @@
637
658
  overflow: hidden; /* 隐藏超出div宽度的文本 */
638
659
  text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
639
660
  }
640
- .serviceflow-nodeContent[data-v-b04d3f8b] {
661
+ .serviceflow-nodeContent[data-v-418f1558] {
641
662
  /* width: 100%; */
642
663
  height: 15px;
643
664
  font-weight: 400;
@@ -653,17 +674,18 @@
653
674
  overflow: hidden; /* 隐藏超出div宽度的文本 */
654
675
  text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
655
676
  }
656
- .serviceflow-nodeContent-desc[data-v-b04d3f8b] {
677
+ .serviceflow-nodeContent-desc[data-v-418f1558] {
657
678
  }
658
- .el-divider--horizontal[data-v-b04d3f8b] {
679
+ .el-divider--horizontal[data-v-418f1558] {
659
680
  margin: 12px 0;
660
681
  }
661
- .serviceflow-nodeView[data-v-b04d3f8b] {
682
+ .serviceflow-nodeView[data-v-418f1558] {
662
683
  border: 1px solid #5a90f9;
663
- background: #eef3fe;
684
+ background: #eef3fe;
685
+ width: 180px;
686
+ min-height: 95px;
664
687
  }
665
- .serviceflow-nodeTitle[data-v-b04d3f8b] {
666
- width: 80px;
688
+ .serviceflow-nodeContent[data-v-418f1558] {
667
689
  }
668
690
  .serviceflow-nodeView[data-v-4d28d77b] {
669
691
  box-sizing: border-box;
@@ -718,7 +740,7 @@
718
740
  .serviceflow-nodeTitle[data-v-4d28d77b] {
719
741
  width: 80px;
720
742
  }
721
- .serviceflow-nodeView[data-v-23f1c97b] {
743
+ .serviceflow-nodeView[data-v-1519c141] {
722
744
  box-sizing: border-box;
723
745
  margin: 10px 10px;
724
746
  width: 180px;
@@ -727,7 +749,7 @@
727
749
  border-radius: 2px 2px 2px 2px;
728
750
  padding: 20px 10px;
729
751
  }
730
- .serviceflow-nodeTitle[data-v-23f1c97b] {
752
+ .serviceflow-nodeTitle[data-v-1519c141] {
731
753
  width: 90px;
732
754
  height: 15px;
733
755
  font-weight: 400;
@@ -743,7 +765,7 @@
743
765
  overflow: hidden; /* 隐藏超出div宽度的文本 */
744
766
  text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
745
767
  }
746
- .serviceflow-nodeContent[data-v-23f1c97b] {
768
+ .serviceflow-nodeContent[data-v-1519c141] {
747
769
  /* width: 100%; */
748
770
  height: 15px;
749
771
  font-weight: 400;
@@ -759,40 +781,19 @@
759
781
  overflow: hidden; /* 隐藏超出div宽度的文本 */
760
782
  text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
761
783
  }
762
- .serviceflow-nodeContent-desc[data-v-23f1c97b] {
784
+ .serviceflow-nodeContent-desc[data-v-1519c141] {
763
785
  }
764
- .el-divider--horizontal[data-v-23f1c97b] {
786
+ .el-divider--horizontal[data-v-1519c141] {
765
787
  margin: 12px 0;
766
788
  }
767
- .serviceflow-nodeView[data-v-23f1c97b] {
789
+ .serviceflow-nodeView[data-v-1519c141] {
768
790
  border: 1px solid #5a90f9;
769
791
  background: #eef3fe;
770
792
  }
771
- .serviceflow-nodeTitle[data-v-23f1c97b] {
793
+ .serviceflow-nodeTitle[data-v-1519c141] {
772
794
  width: 80px;
773
795
  }
774
-
775
- .node-content[data-v-117d4091] {
776
- width: 120px;
777
- height: 44px;
778
- background: #ffffff;
779
- box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
780
- border-radius: 2px 2px 2px 2px;
781
- }
782
- .content[data-v-117d4091] {
783
- width: 28px;
784
- height: 15px;
785
- font-weight: 400;
786
- font-size: 14px;
787
- color: #333333;
788
- line-height: 14px;
789
- text-align: left;
790
- font-style: normal;
791
- text-transform: none;
792
- padding: 5px 0px 4px 10px;
793
- box-sizing: content-box;
794
- }
795
- .serviceflow-nodeView[data-v-91a913ff] {
796
+ .serviceflow-nodeView[data-v-23f1c97b] {
796
797
  box-sizing: border-box;
797
798
  margin: 10px 10px;
798
799
  width: 180px;
@@ -801,7 +802,7 @@
801
802
  border-radius: 2px 2px 2px 2px;
802
803
  padding: 20px 10px;
803
804
  }
804
- .serviceflow-nodeTitle[data-v-91a913ff] {
805
+ .serviceflow-nodeTitle[data-v-23f1c97b] {
805
806
  width: 90px;
806
807
  height: 15px;
807
808
  font-weight: 400;
@@ -817,7 +818,7 @@
817
818
  overflow: hidden; /* 隐藏超出div宽度的文本 */
818
819
  text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
819
820
  }
820
- .serviceflow-nodeContent[data-v-91a913ff] {
821
+ .serviceflow-nodeContent[data-v-23f1c97b] {
821
822
  /* width: 100%; */
822
823
  height: 15px;
823
824
  font-weight: 400;
@@ -833,19 +834,19 @@
833
834
  overflow: hidden; /* 隐藏超出div宽度的文本 */
834
835
  text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
835
836
  }
836
- .serviceflow-nodeContent-desc[data-v-91a913ff] {
837
+ .serviceflow-nodeContent-desc[data-v-23f1c97b] {
837
838
  }
838
- .el-divider--horizontal[data-v-91a913ff] {
839
+ .el-divider--horizontal[data-v-23f1c97b] {
839
840
  margin: 12px 0;
840
841
  }
841
- .serviceflow-nodeView[data-v-91a913ff] {
842
+ .serviceflow-nodeView[data-v-23f1c97b] {
842
843
  border: 1px solid #5a90f9;
843
844
  background: #eef3fe;
844
845
  }
845
- .serviceflow-nodeTitle[data-v-91a913ff] {
846
+ .serviceflow-nodeTitle[data-v-23f1c97b] {
846
847
  width: 80px;
847
848
  }
848
- .serviceflow-nodeView[data-v-418f1558] {
849
+ .serviceflow-nodeView[data-v-3c23a172] {
849
850
  box-sizing: border-box;
850
851
  margin: 10px 10px;
851
852
  width: 180px;
@@ -854,7 +855,7 @@
854
855
  border-radius: 2px 2px 2px 2px;
855
856
  padding: 20px 10px;
856
857
  }
857
- .serviceflow-nodeTitle[data-v-418f1558] {
858
+ .serviceflow-nodeTitle[data-v-3c23a172] {
858
859
  width: 90px;
859
860
  height: 15px;
860
861
  font-weight: 400;
@@ -870,7 +871,7 @@
870
871
  overflow: hidden; /* 隐藏超出div宽度的文本 */
871
872
  text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
872
873
  }
873
- .serviceflow-nodeContent[data-v-418f1558] {
874
+ .serviceflow-nodeContent[data-v-3c23a172] {
874
875
  /* width: 100%; */
875
876
  height: 15px;
876
877
  font-weight: 400;
@@ -886,18 +887,18 @@
886
887
  overflow: hidden; /* 隐藏超出div宽度的文本 */
887
888
  text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
888
889
  }
889
- .serviceflow-nodeContent-desc[data-v-418f1558] {
890
+ .serviceflow-nodeContent-desc[data-v-3c23a172] {
890
891
  }
891
- .el-divider--horizontal[data-v-418f1558] {
892
+ .el-divider--horizontal[data-v-3c23a172] {
892
893
  margin: 12px 0;
893
894
  }
894
- .serviceflow-nodeView[data-v-418f1558] {
895
+ .serviceflow-nodeView[data-v-3c23a172] {
895
896
  border: 1px solid #5a90f9;
896
897
  background: #eef3fe;
897
898
  width: 180px;
898
899
  min-height: 95px;
899
900
  }
900
- .serviceflow-nodeContent[data-v-418f1558] {
901
+ .serviceflow-nodeContent[data-v-3c23a172] {
901
902
  }
902
903
  .serviceflow-nodeView[data-v-1ce8de44] {
903
904
  box-sizing: border-box;
@@ -953,7 +954,7 @@
953
954
  }
954
955
  .serviceflow-nodeContent[data-v-1ce8de44] {
955
956
  }
956
- .serviceflow-nodeView[data-v-3c23a172] {
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-3c23a172] {
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-3c23a172] {
982
+ .serviceflow-nodeContent[data-v-08d9d211] {
982
983
  /* width: 100%; */
983
984
  height: 15px;
984
985
  font-weight: 400;
@@ -994,28 +995,27 @@
994
995
  overflow: hidden; /* 隐藏超出div宽度的文本 */
995
996
  text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
996
997
  }
997
- .serviceflow-nodeContent-desc[data-v-3c23a172] {
998
+ .serviceflow-nodeContent-desc[data-v-08d9d211] {
998
999
  }
999
- .el-divider--horizontal[data-v-3c23a172] {
1000
+ .el-divider--horizontal[data-v-08d9d211] {
1000
1001
  margin: 12px 0;
1001
1002
  }
1002
- .serviceflow-nodeView[data-v-3c23a172] {
1003
+ .serviceflow-nodeView[data-v-08d9d211] {
1003
1004
  border: 1px solid #5a90f9;
1004
- background: #eef3fe;
1005
- width: 180px;
1006
- min-height: 95px;
1005
+ background: #eef3fe;
1007
1006
  }
1008
- .serviceflow-nodeContent[data-v-3c23a172] {
1007
+ .serviceflow-nodeTitle[data-v-08d9d211] {
1008
+ width: 80px;
1009
1009
  }
1010
1010
 
1011
- .node-content[data-v-669b618f] {
1012
- width: 120px;
1013
- height: 44px;
1011
+ .aaa[data-v-8bd72b80] {
1012
+ width: 300px;
1013
+ height: 200px;
1014
1014
  background: #ffffff;
1015
1015
  box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
1016
1016
  border-radius: 2px 2px 2px 2px;
1017
1017
  }
1018
- .content[data-v-669b618f] {
1018
+ .content[data-v-8bd72b80] {
1019
1019
  width: 28px;
1020
1020
  height: 15px;
1021
1021
  font-weight: 400;
@@ -1025,8 +1025,7 @@
1025
1025
  text-align: left;
1026
1026
  font-style: normal;
1027
1027
  text-transform: none;
1028
- padding: 5px 0px 4px 10px;
1029
- box-sizing: content-box;
1028
+ padding: 5px 0px 4px 10px;
1030
1029
  }
1031
1030
  .serviceflow-nodeView[data-v-96d149c1] {
1032
1031
  box-sizing: border-box;
@@ -1081,7 +1080,7 @@
1081
1080
  .serviceflow-nodeTitle[data-v-96d149c1] {
1082
1081
  width: 80px;
1083
1082
  }
1084
- .serviceflow-nodeView[data-v-6b34f36c] {
1083
+ .serviceflow-nodeView[data-v-b04d3f8b] {
1085
1084
  box-sizing: border-box;
1086
1085
  margin: 10px 10px;
1087
1086
  width: 180px;
@@ -1090,7 +1089,7 @@
1090
1089
  border-radius: 2px 2px 2px 2px;
1091
1090
  padding: 20px 10px;
1092
1091
  }
1093
- .serviceflow-nodeTitle[data-v-6b34f36c] {
1092
+ .serviceflow-nodeTitle[data-v-b04d3f8b] {
1094
1093
  width: 90px;
1095
1094
  height: 15px;
1096
1095
  font-weight: 400;
@@ -1106,7 +1105,7 @@
1106
1105
  overflow: hidden; /* 隐藏超出div宽度的文本 */
1107
1106
  text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
1108
1107
  }
1109
- .serviceflow-nodeContent[data-v-6b34f36c] {
1108
+ .serviceflow-nodeContent[data-v-b04d3f8b] {
1110
1109
  /* width: 100%; */
1111
1110
  height: 15px;
1112
1111
  font-weight: 400;
@@ -1122,27 +1121,27 @@
1122
1121
  overflow: hidden; /* 隐藏超出div宽度的文本 */
1123
1122
  text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
1124
1123
  }
1125
- .serviceflow-nodeContent-desc[data-v-6b34f36c] {
1124
+ .serviceflow-nodeContent-desc[data-v-b04d3f8b] {
1126
1125
  }
1127
- .el-divider--horizontal[data-v-6b34f36c] {
1126
+ .el-divider--horizontal[data-v-b04d3f8b] {
1128
1127
  margin: 12px 0;
1129
1128
  }
1130
- .serviceflow-nodeView[data-v-6b34f36c] {
1129
+ .serviceflow-nodeView[data-v-b04d3f8b] {
1131
1130
  border: 1px solid #5a90f9;
1132
1131
  background: #eef3fe;
1133
1132
  }
1134
- .serviceflow-nodeTitle[data-v-6b34f36c] {
1133
+ .serviceflow-nodeTitle[data-v-b04d3f8b] {
1135
1134
  width: 80px;
1136
1135
  }
1137
1136
 
1138
- .aaa[data-v-8bd72b80] {
1139
- width: 300px;
1140
- height: 200px;
1137
+ .node-content[data-v-117d4091] {
1138
+ width: 120px;
1139
+ height: 44px;
1141
1140
  background: #ffffff;
1142
1141
  box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
1143
1142
  border-radius: 2px 2px 2px 2px;
1144
1143
  }
1145
- .content[data-v-8bd72b80] {
1144
+ .content[data-v-117d4091] {
1146
1145
  width: 28px;
1147
1146
  height: 15px;
1148
1147
  font-weight: 400;
@@ -1152,9 +1151,10 @@
1152
1151
  text-align: left;
1153
1152
  font-style: normal;
1154
1153
  text-transform: none;
1155
- padding: 5px 0px 4px 10px;
1154
+ padding: 5px 0px 4px 10px;
1155
+ box-sizing: content-box;
1156
1156
  }
1157
- .serviceflow-nodeView[data-v-08d9d211] {
1157
+ .serviceflow-nodeView[data-v-6b34f36c] {
1158
1158
  box-sizing: border-box;
1159
1159
  margin: 10px 10px;
1160
1160
  width: 180px;
@@ -1163,7 +1163,7 @@
1163
1163
  border-radius: 2px 2px 2px 2px;
1164
1164
  padding: 20px 10px;
1165
1165
  }
1166
- .serviceflow-nodeTitle[data-v-08d9d211] {
1166
+ .serviceflow-nodeTitle[data-v-6b34f36c] {
1167
1167
  width: 90px;
1168
1168
  height: 15px;
1169
1169
  font-weight: 400;
@@ -1179,7 +1179,7 @@
1179
1179
  overflow: hidden; /* 隐藏超出div宽度的文本 */
1180
1180
  text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
1181
1181
  }
1182
- .serviceflow-nodeContent[data-v-08d9d211] {
1182
+ .serviceflow-nodeContent[data-v-6b34f36c] {
1183
1183
  /* width: 100%; */
1184
1184
  height: 15px;
1185
1185
  font-weight: 400;
@@ -1195,19 +1195,19 @@
1195
1195
  overflow: hidden; /* 隐藏超出div宽度的文本 */
1196
1196
  text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
1197
1197
  }
1198
- .serviceflow-nodeContent-desc[data-v-08d9d211] {
1198
+ .serviceflow-nodeContent-desc[data-v-6b34f36c] {
1199
1199
  }
1200
- .el-divider--horizontal[data-v-08d9d211] {
1200
+ .el-divider--horizontal[data-v-6b34f36c] {
1201
1201
  margin: 12px 0;
1202
1202
  }
1203
- .serviceflow-nodeView[data-v-08d9d211] {
1203
+ .serviceflow-nodeView[data-v-6b34f36c] {
1204
1204
  border: 1px solid #5a90f9;
1205
1205
  background: #eef3fe;
1206
1206
  }
1207
- .serviceflow-nodeTitle[data-v-08d9d211] {
1207
+ .serviceflow-nodeTitle[data-v-6b34f36c] {
1208
1208
  width: 80px;
1209
1209
  }
1210
- .serviceflow-nodeView[data-v-9770119b] {
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-9770119b] {
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-9770119b] {
1235
+ .serviceflow-nodeContent[data-v-42ce3f17] {
1236
1236
  /* width: 100%; */
1237
1237
  height: 15px;
1238
1238
  font-weight: 400;
@@ -1248,43 +1248,43 @@
1248
1248
  overflow: hidden; /* 隐藏超出div宽度的文本 */
1249
1249
  text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
1250
1250
  }
1251
- .serviceflow-nodeContent-desc[data-v-9770119b] {
1251
+ .serviceflow-nodeContent-desc[data-v-42ce3f17] {
1252
1252
  }
1253
- .el-divider--horizontal[data-v-9770119b] {
1253
+ .el-divider--horizontal[data-v-42ce3f17] {
1254
1254
  margin: 12px 0;
1255
1255
  }
1256
- .serviceflow-nodeView[data-v-9770119b] {
1256
+ .serviceflow-nodeView[data-v-42ce3f17] {
1257
1257
  border: 1px solid #5a90f9;
1258
1258
  background: #eef3fe;
1259
1259
  }
1260
- .serviceflow-nodeTitle[data-v-9770119b] {
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
1265
  margin-left: 10px;
1266
1266
  }
1267
- .el-input + .el-input[data-v-b53b2895] {
1267
+ .el-input + .el-input[data-v-7fcf8a84] {
1268
1268
  margin-left: 10px;
1269
1269
  }
1270
- .el-input + .el-button[data-v-b53b2895] {
1270
+ .el-input + .el-button[data-v-7fcf8a84] {
1271
1271
  margin-left: 10px;
1272
1272
  }
1273
1273
 
1274
- .el-radio[data-v-1bbd6187] {
1275
- margin-right: 10px;
1276
- }
1277
-
1278
- .el-select + .el-input[data-v-7fcf8a84] {
1274
+ .el-select + .el-input[data-v-d588a716] {
1279
1275
  margin-left: 10px;
1280
1276
  }
1281
- .el-input + .el-input[data-v-7fcf8a84] {
1277
+ .el-input + .el-input[data-v-d588a716] {
1282
1278
  margin-left: 10px;
1283
1279
  }
1284
- .el-input + .el-button[data-v-7fcf8a84] {
1280
+ .el-input + .el-button[data-v-d588a716] {
1285
1281
  margin-left: 10px;
1286
1282
  }
1287
1283
 
1284
+ .el-radio[data-v-1bbd6187] {
1285
+ margin-right: 10px;
1286
+ }
1287
+
1288
1288
  .el-radio[data-v-1ee0eb33] {
1289
1289
  margin-right: 10px;
1290
1290
  }
@@ -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.1.96",
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",