service-flow-designer 2.0.84-beta3 → 2.0.85
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/es/designer/service-components/base/end-node/index.vue.js +1 -1
- package/dist/es/designer/service-components/base/end-node/index.vue2.js +1 -1
- package/dist/es/designer/service-components/base/start-node/index.vue.js +1 -1
- package/dist/es/designer/service-components/base/start-node/index.vue2.js +1 -1
- package/dist/es/designer/service-flow-view/view-index.vue.js +1 -1
- package/dist/es/designer/service-flow-view/view-index.vue2.js +10 -2
- package/dist/es/style.css +40 -121
- package/package.json +1 -1
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import _sfc_main from "./index.vue2.js";
|
|
2
2
|
/* empty css */
|
|
3
3
|
import _export_sfc from "../../../../_virtual/_plugin-vue_export-helper.js";
|
|
4
|
-
const Start = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-
|
|
4
|
+
const Start = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-669b618f"]]);
|
|
5
5
|
export {
|
|
6
6
|
Start as default
|
|
7
7
|
};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { defineComponent, openBlock, createElementBlock, pushScopeId, popScopeId, createElementVNode } from "vue";
|
|
2
2
|
import _imports_0 from "../../../../assets/icon/end.svg.js";
|
|
3
|
-
const _withScopeId = (n) => (pushScopeId("data-v-
|
|
3
|
+
const _withScopeId = (n) => (pushScopeId("data-v-669b618f"), n = n(), popScopeId(), n);
|
|
4
4
|
const _hoisted_1 = { style: { "padding": "10px" } };
|
|
5
5
|
const _hoisted_2 = /* @__PURE__ */ _withScopeId(() => /* @__PURE__ */ createElementVNode("div", { class: "node-content" }, [
|
|
6
6
|
/* @__PURE__ */ createElementVNode("div", { style: { "padding": "8px 27px", "display": "flex", "align-items": "center" } }, [
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import _sfc_main from "./index.vue2.js";
|
|
2
2
|
/* empty css */
|
|
3
3
|
import _export_sfc from "../../../../_virtual/_plugin-vue_export-helper.js";
|
|
4
|
-
const Start = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-
|
|
4
|
+
const Start = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-117d4091"]]);
|
|
5
5
|
export {
|
|
6
6
|
Start as default
|
|
7
7
|
};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { defineComponent, openBlock, createElementBlock, pushScopeId, popScopeId, createElementVNode } from "vue";
|
|
2
2
|
import _imports_0 from "../../../../assets/icon/start.png.js";
|
|
3
|
-
const _withScopeId = (n) => (pushScopeId("data-v-
|
|
3
|
+
const _withScopeId = (n) => (pushScopeId("data-v-117d4091"), n = n(), popScopeId(), n);
|
|
4
4
|
const _hoisted_1 = { style: { "padding": "10px" } };
|
|
5
5
|
const _hoisted_2 = /* @__PURE__ */ _withScopeId(() => /* @__PURE__ */ createElementVNode("div", { class: "node-content" }, [
|
|
6
6
|
/* @__PURE__ */ createElementVNode("div", { style: { "padding": "8px 27px", "display": "flex", "align-items": "center" } }, [
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import _sfc_main from "./view-index.vue2.js";
|
|
2
2
|
/* empty css */
|
|
3
3
|
import _export_sfc from "../../_virtual/_plugin-vue_export-helper.js";
|
|
4
|
-
const ServiceFlowView = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-
|
|
4
|
+
const ServiceFlowView = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-d89ee0ea"]]);
|
|
5
5
|
export {
|
|
6
6
|
ServiceFlowView as default
|
|
7
7
|
};
|
|
@@ -4,7 +4,7 @@ import "element-plus/es/components/drawer/style/css";
|
|
|
4
4
|
import "element-plus/es/components/timeline/style/css";
|
|
5
5
|
import "element-plus/es/components/skeleton/style/css";
|
|
6
6
|
import "element-plus/es/components/skeleton-item/style/css";
|
|
7
|
-
import { defineComponent, ref, computed, onMounted, openBlock, createElementBlock, Fragment, createElementVNode, withDirectives, createVNode, normalizeStyle, vShow, withCtx, pushScopeId, popScopeId } from "vue";
|
|
7
|
+
import { defineComponent, ref, computed, onMounted, openBlock, createElementBlock, Fragment, createElementVNode, withDirectives, createVNode, normalizeStyle, vShow, withCtx, pushScopeId, popScopeId, nextTick } from "vue";
|
|
8
8
|
import serviceNodeConfig from "./service-node-config.vue.js";
|
|
9
9
|
import serviceUpdateLog from "./service-update-log.vue.js";
|
|
10
10
|
import serviceFlowTool from "./service-flow-tool.vue.js";
|
|
@@ -18,7 +18,7 @@ import "../service-components/index.js";
|
|
|
18
18
|
import { findServcieByCode, isDeepEqual } from "../common/util/node-util.js";
|
|
19
19
|
import { useServiceFlowStore } from "../../stores/page-store.js";
|
|
20
20
|
import { ElMessageBox, ElMessage } from "element-plus";
|
|
21
|
-
const _withScopeId = (n) => (pushScopeId("data-v-
|
|
21
|
+
const _withScopeId = (n) => (pushScopeId("data-v-d89ee0ea"), n = n(), popScopeId(), n);
|
|
22
22
|
const _hoisted_1 = {
|
|
23
23
|
class: "serviceflow-design-content",
|
|
24
24
|
ref: "ambServiceFlowContent"
|
|
@@ -98,6 +98,14 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
98
98
|
};
|
|
99
99
|
const loadFlowView = (service) => {
|
|
100
100
|
lf.value = newLogicFlow(logicFlowContainer.value);
|
|
101
|
+
nextTick(() => {
|
|
102
|
+
if (logicFlowContainer.value) {
|
|
103
|
+
const rect = logicFlowContainer.value.getBoundingClientRect();
|
|
104
|
+
if (rect.y || rect.y === 0) {
|
|
105
|
+
logicFlowContainerHeight.value = window.innerHeight - rect.y - 60 - 20 + "px";
|
|
106
|
+
}
|
|
107
|
+
}
|
|
108
|
+
});
|
|
101
109
|
lf.value.extension.menu.setMenuConfig({
|
|
102
110
|
nodeMenu: [],
|
|
103
111
|
// 覆盖默认的节点右键菜单
|
package/dist/es/style.css
CHANGED
|
@@ -35,14 +35,14 @@
|
|
|
35
35
|
align-items: center; /* 子元素在交叉轴(垂直方向)上居中对齐 */
|
|
36
36
|
}
|
|
37
37
|
|
|
38
|
-
.node-content[data-v-
|
|
38
|
+
.node-content[data-v-117d4091] {
|
|
39
39
|
width: 120px;
|
|
40
40
|
height: 44px;
|
|
41
41
|
background: #ffffff;
|
|
42
42
|
box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
|
|
43
43
|
border-radius: 2px 2px 2px 2px;
|
|
44
44
|
}
|
|
45
|
-
.content[data-v-
|
|
45
|
+
.content[data-v-117d4091] {
|
|
46
46
|
width: 28px;
|
|
47
47
|
height: 15px;
|
|
48
48
|
font-weight: 400;
|
|
@@ -52,17 +52,18 @@
|
|
|
52
52
|
text-align: left;
|
|
53
53
|
font-style: normal;
|
|
54
54
|
text-transform: none;
|
|
55
|
-
padding: 5px 0px 4px 10px;
|
|
55
|
+
padding: 5px 0px 4px 10px;
|
|
56
|
+
box-sizing: content-box;
|
|
56
57
|
}
|
|
57
58
|
|
|
58
|
-
.node-content[data-v-
|
|
59
|
+
.node-content[data-v-669b618f] {
|
|
59
60
|
width: 120px;
|
|
60
61
|
height: 44px;
|
|
61
62
|
background: #ffffff;
|
|
62
63
|
box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
|
|
63
64
|
border-radius: 2px 2px 2px 2px;
|
|
64
65
|
}
|
|
65
|
-
.content[data-v-
|
|
66
|
+
.content[data-v-669b618f] {
|
|
66
67
|
width: 28px;
|
|
67
68
|
height: 15px;
|
|
68
69
|
font-weight: 400;
|
|
@@ -72,7 +73,8 @@
|
|
|
72
73
|
text-align: left;
|
|
73
74
|
font-style: normal;
|
|
74
75
|
text-transform: none;
|
|
75
|
-
padding: 5px 0px 4px 10px;
|
|
76
|
+
padding: 5px 0px 4px 10px;
|
|
77
|
+
box-sizing: content-box;
|
|
76
78
|
}
|
|
77
79
|
|
|
78
80
|
.aaa[data-v-8bd72b80] {
|
|
@@ -103,13 +105,6 @@
|
|
|
103
105
|
border-radius: 2px 2px 2px 2px;
|
|
104
106
|
padding: 20px 10px;
|
|
105
107
|
}
|
|
106
|
-
.serviceflow-nodeView[data-v-4d28d77b] *,
|
|
107
|
-
.serviceflow-nodeView[data-v-4d28d77b] *:after,
|
|
108
|
-
.serviceflow-nodeView[data-v-4d28d77b] *:before {
|
|
109
|
-
-webkit-box-sizing: border-box;
|
|
110
|
-
-moz-box-sizing: border-box;
|
|
111
|
-
box-sizing: border-box;
|
|
112
|
-
}
|
|
113
108
|
.serviceflow-nodeTitle[data-v-4d28d77b] {
|
|
114
109
|
width: 90px;
|
|
115
110
|
height: 15px;
|
|
@@ -136,6 +131,7 @@
|
|
|
136
131
|
font-style: normal;
|
|
137
132
|
text-transform: none;
|
|
138
133
|
padding: 0px 0px;
|
|
134
|
+
box-sizing: content-box;
|
|
139
135
|
white-space: nowrap; /* 确保文本在一行内显示 */
|
|
140
136
|
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
141
137
|
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
@@ -161,13 +157,6 @@
|
|
|
161
157
|
border-radius: 2px 2px 2px 2px;
|
|
162
158
|
padding: 20px 10px;
|
|
163
159
|
}
|
|
164
|
-
.serviceflow-nodeView[data-v-1ce8de44] *,
|
|
165
|
-
.serviceflow-nodeView[data-v-1ce8de44] *:after,
|
|
166
|
-
.serviceflow-nodeView[data-v-1ce8de44] *:before {
|
|
167
|
-
-webkit-box-sizing: border-box;
|
|
168
|
-
-moz-box-sizing: border-box;
|
|
169
|
-
box-sizing: border-box;
|
|
170
|
-
}
|
|
171
160
|
.serviceflow-nodeTitle[data-v-1ce8de44] {
|
|
172
161
|
width: 90px;
|
|
173
162
|
height: 15px;
|
|
@@ -194,6 +183,7 @@
|
|
|
194
183
|
font-style: normal;
|
|
195
184
|
text-transform: none;
|
|
196
185
|
padding: 0px 0px;
|
|
186
|
+
box-sizing: content-box;
|
|
197
187
|
white-space: nowrap; /* 确保文本在一行内显示 */
|
|
198
188
|
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
199
189
|
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
@@ -220,13 +210,6 @@
|
|
|
220
210
|
border-radius: 2px 2px 2px 2px;
|
|
221
211
|
padding: 20px 10px;
|
|
222
212
|
}
|
|
223
|
-
.serviceflow-nodeView[data-v-418f1558] *,
|
|
224
|
-
.serviceflow-nodeView[data-v-418f1558] *:after,
|
|
225
|
-
.serviceflow-nodeView[data-v-418f1558] *:before {
|
|
226
|
-
-webkit-box-sizing: border-box;
|
|
227
|
-
-moz-box-sizing: border-box;
|
|
228
|
-
box-sizing: border-box;
|
|
229
|
-
}
|
|
230
213
|
.serviceflow-nodeTitle[data-v-418f1558] {
|
|
231
214
|
width: 90px;
|
|
232
215
|
height: 15px;
|
|
@@ -253,6 +236,7 @@
|
|
|
253
236
|
font-style: normal;
|
|
254
237
|
text-transform: none;
|
|
255
238
|
padding: 0px 0px;
|
|
239
|
+
box-sizing: content-box;
|
|
256
240
|
white-space: nowrap; /* 确保文本在一行内显示 */
|
|
257
241
|
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
258
242
|
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
@@ -279,13 +263,6 @@
|
|
|
279
263
|
border-radius: 2px 2px 2px 2px;
|
|
280
264
|
padding: 20px 10px;
|
|
281
265
|
}
|
|
282
|
-
.serviceflow-nodeView[data-v-3c23a172] *,
|
|
283
|
-
.serviceflow-nodeView[data-v-3c23a172] *:after,
|
|
284
|
-
.serviceflow-nodeView[data-v-3c23a172] *:before {
|
|
285
|
-
-webkit-box-sizing: border-box;
|
|
286
|
-
-moz-box-sizing: border-box;
|
|
287
|
-
box-sizing: border-box;
|
|
288
|
-
}
|
|
289
266
|
.serviceflow-nodeTitle[data-v-3c23a172] {
|
|
290
267
|
width: 90px;
|
|
291
268
|
height: 15px;
|
|
@@ -312,6 +289,7 @@
|
|
|
312
289
|
font-style: normal;
|
|
313
290
|
text-transform: none;
|
|
314
291
|
padding: 0px 0px;
|
|
292
|
+
box-sizing: content-box;
|
|
315
293
|
white-space: nowrap; /* 确保文本在一行内显示 */
|
|
316
294
|
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
317
295
|
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
@@ -338,13 +316,6 @@
|
|
|
338
316
|
border-radius: 2px 2px 2px 2px;
|
|
339
317
|
padding: 20px 10px;
|
|
340
318
|
}
|
|
341
|
-
.serviceflow-nodeView[data-v-9770119b] *,
|
|
342
|
-
.serviceflow-nodeView[data-v-9770119b] *:after,
|
|
343
|
-
.serviceflow-nodeView[data-v-9770119b] *:before {
|
|
344
|
-
-webkit-box-sizing: border-box;
|
|
345
|
-
-moz-box-sizing: border-box;
|
|
346
|
-
box-sizing: border-box;
|
|
347
|
-
}
|
|
348
319
|
.serviceflow-nodeTitle[data-v-9770119b] {
|
|
349
320
|
width: 90px;
|
|
350
321
|
height: 15px;
|
|
@@ -371,6 +342,7 @@
|
|
|
371
342
|
font-style: normal;
|
|
372
343
|
text-transform: none;
|
|
373
344
|
padding: 0px 0px;
|
|
345
|
+
box-sizing: content-box;
|
|
374
346
|
white-space: nowrap; /* 确保文本在一行内显示 */
|
|
375
347
|
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
376
348
|
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
@@ -396,13 +368,6 @@
|
|
|
396
368
|
border-radius: 2px 2px 2px 2px;
|
|
397
369
|
padding: 20px 10px;
|
|
398
370
|
}
|
|
399
|
-
.serviceflow-nodeView[data-v-91a913ff] *,
|
|
400
|
-
.serviceflow-nodeView[data-v-91a913ff] *:after,
|
|
401
|
-
.serviceflow-nodeView[data-v-91a913ff] *:before {
|
|
402
|
-
-webkit-box-sizing: border-box;
|
|
403
|
-
-moz-box-sizing: border-box;
|
|
404
|
-
box-sizing: border-box;
|
|
405
|
-
}
|
|
406
371
|
.serviceflow-nodeTitle[data-v-91a913ff] {
|
|
407
372
|
width: 90px;
|
|
408
373
|
height: 15px;
|
|
@@ -429,6 +394,7 @@
|
|
|
429
394
|
font-style: normal;
|
|
430
395
|
text-transform: none;
|
|
431
396
|
padding: 0px 0px;
|
|
397
|
+
box-sizing: content-box;
|
|
432
398
|
white-space: nowrap; /* 确保文本在一行内显示 */
|
|
433
399
|
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
434
400
|
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
@@ -454,13 +420,6 @@
|
|
|
454
420
|
border-radius: 2px 2px 2px 2px;
|
|
455
421
|
padding: 20px 10px;
|
|
456
422
|
}
|
|
457
|
-
.serviceflow-nodeView[data-v-b04d3f8b] *,
|
|
458
|
-
.serviceflow-nodeView[data-v-b04d3f8b] *:after,
|
|
459
|
-
.serviceflow-nodeView[data-v-b04d3f8b] *:before {
|
|
460
|
-
-webkit-box-sizing: border-box;
|
|
461
|
-
-moz-box-sizing: border-box;
|
|
462
|
-
box-sizing: border-box;
|
|
463
|
-
}
|
|
464
423
|
.serviceflow-nodeTitle[data-v-b04d3f8b] {
|
|
465
424
|
width: 90px;
|
|
466
425
|
height: 15px;
|
|
@@ -487,6 +446,7 @@
|
|
|
487
446
|
font-style: normal;
|
|
488
447
|
text-transform: none;
|
|
489
448
|
padding: 0px 0px;
|
|
449
|
+
box-sizing: content-box;
|
|
490
450
|
white-space: nowrap; /* 确保文本在一行内显示 */
|
|
491
451
|
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
492
452
|
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
@@ -512,13 +472,6 @@
|
|
|
512
472
|
border-radius: 2px 2px 2px 2px;
|
|
513
473
|
padding: 20px 10px;
|
|
514
474
|
}
|
|
515
|
-
.serviceflow-nodeView[data-v-08d9d211] *,
|
|
516
|
-
.serviceflow-nodeView[data-v-08d9d211] *:after,
|
|
517
|
-
.serviceflow-nodeView[data-v-08d9d211] *:before {
|
|
518
|
-
-webkit-box-sizing: border-box;
|
|
519
|
-
-moz-box-sizing: border-box;
|
|
520
|
-
box-sizing: border-box;
|
|
521
|
-
}
|
|
522
475
|
.serviceflow-nodeTitle[data-v-08d9d211] {
|
|
523
476
|
width: 90px;
|
|
524
477
|
height: 15px;
|
|
@@ -545,6 +498,7 @@
|
|
|
545
498
|
font-style: normal;
|
|
546
499
|
text-transform: none;
|
|
547
500
|
padding: 0px 0px;
|
|
501
|
+
box-sizing: content-box;
|
|
548
502
|
white-space: nowrap; /* 确保文本在一行内显示 */
|
|
549
503
|
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
550
504
|
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
@@ -570,13 +524,6 @@
|
|
|
570
524
|
border-radius: 2px 2px 2px 2px;
|
|
571
525
|
padding: 20px 10px;
|
|
572
526
|
}
|
|
573
|
-
.serviceflow-nodeView[data-v-1519c141] *,
|
|
574
|
-
.serviceflow-nodeView[data-v-1519c141] *:after,
|
|
575
|
-
.serviceflow-nodeView[data-v-1519c141] *:before {
|
|
576
|
-
-webkit-box-sizing: border-box;
|
|
577
|
-
-moz-box-sizing: border-box;
|
|
578
|
-
box-sizing: border-box;
|
|
579
|
-
}
|
|
580
527
|
.serviceflow-nodeTitle[data-v-1519c141] {
|
|
581
528
|
width: 90px;
|
|
582
529
|
height: 15px;
|
|
@@ -603,6 +550,7 @@
|
|
|
603
550
|
font-style: normal;
|
|
604
551
|
text-transform: none;
|
|
605
552
|
padding: 0px 0px;
|
|
553
|
+
box-sizing: content-box;
|
|
606
554
|
white-space: nowrap; /* 确保文本在一行内显示 */
|
|
607
555
|
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
608
556
|
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
@@ -628,13 +576,6 @@
|
|
|
628
576
|
border-radius: 2px 2px 2px 2px;
|
|
629
577
|
padding: 20px 10px;
|
|
630
578
|
}
|
|
631
|
-
.serviceflow-nodeView[data-v-42ce3f17] *,
|
|
632
|
-
.serviceflow-nodeView[data-v-42ce3f17] *:after,
|
|
633
|
-
.serviceflow-nodeView[data-v-42ce3f17] *:before {
|
|
634
|
-
-webkit-box-sizing: border-box;
|
|
635
|
-
-moz-box-sizing: border-box;
|
|
636
|
-
box-sizing: border-box;
|
|
637
|
-
}
|
|
638
579
|
.serviceflow-nodeTitle[data-v-42ce3f17] {
|
|
639
580
|
width: 90px;
|
|
640
581
|
height: 15px;
|
|
@@ -661,6 +602,7 @@
|
|
|
661
602
|
font-style: normal;
|
|
662
603
|
text-transform: none;
|
|
663
604
|
padding: 0px 0px;
|
|
605
|
+
box-sizing: content-box;
|
|
664
606
|
white-space: nowrap; /* 确保文本在一行内显示 */
|
|
665
607
|
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
666
608
|
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
@@ -686,13 +628,6 @@
|
|
|
686
628
|
border-radius: 2px 2px 2px 2px;
|
|
687
629
|
padding: 20px 10px;
|
|
688
630
|
}
|
|
689
|
-
.serviceflow-nodeView[data-v-23f1c97b] *,
|
|
690
|
-
.serviceflow-nodeView[data-v-23f1c97b] *:after,
|
|
691
|
-
.serviceflow-nodeView[data-v-23f1c97b] *:before {
|
|
692
|
-
-webkit-box-sizing: border-box;
|
|
693
|
-
-moz-box-sizing: border-box;
|
|
694
|
-
box-sizing: border-box;
|
|
695
|
-
}
|
|
696
631
|
.serviceflow-nodeTitle[data-v-23f1c97b] {
|
|
697
632
|
width: 90px;
|
|
698
633
|
height: 15px;
|
|
@@ -719,6 +654,7 @@
|
|
|
719
654
|
font-style: normal;
|
|
720
655
|
text-transform: none;
|
|
721
656
|
padding: 0px 0px;
|
|
657
|
+
box-sizing: content-box;
|
|
722
658
|
white-space: nowrap; /* 确保文本在一行内显示 */
|
|
723
659
|
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
724
660
|
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
@@ -744,13 +680,6 @@
|
|
|
744
680
|
border-radius: 2px 2px 2px 2px;
|
|
745
681
|
padding: 20px 10px;
|
|
746
682
|
}
|
|
747
|
-
.serviceflow-nodeView[data-v-6b34f36c] *,
|
|
748
|
-
.serviceflow-nodeView[data-v-6b34f36c] *:after,
|
|
749
|
-
.serviceflow-nodeView[data-v-6b34f36c] *:before {
|
|
750
|
-
-webkit-box-sizing: border-box;
|
|
751
|
-
-moz-box-sizing: border-box;
|
|
752
|
-
box-sizing: border-box;
|
|
753
|
-
}
|
|
754
683
|
.serviceflow-nodeTitle[data-v-6b34f36c] {
|
|
755
684
|
width: 90px;
|
|
756
685
|
height: 15px;
|
|
@@ -777,6 +706,7 @@
|
|
|
777
706
|
font-style: normal;
|
|
778
707
|
text-transform: none;
|
|
779
708
|
padding: 0px 0px;
|
|
709
|
+
box-sizing: content-box;
|
|
780
710
|
white-space: nowrap; /* 确保文本在一行内显示 */
|
|
781
711
|
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
782
712
|
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
@@ -802,13 +732,6 @@
|
|
|
802
732
|
border-radius: 2px 2px 2px 2px;
|
|
803
733
|
padding: 20px 10px;
|
|
804
734
|
}
|
|
805
|
-
.serviceflow-nodeView[data-v-96d149c1] *,
|
|
806
|
-
.serviceflow-nodeView[data-v-96d149c1] *:after,
|
|
807
|
-
.serviceflow-nodeView[data-v-96d149c1] *:before {
|
|
808
|
-
-webkit-box-sizing: border-box;
|
|
809
|
-
-moz-box-sizing: border-box;
|
|
810
|
-
box-sizing: border-box;
|
|
811
|
-
}
|
|
812
735
|
.serviceflow-nodeTitle[data-v-96d149c1] {
|
|
813
736
|
width: 90px;
|
|
814
737
|
height: 15px;
|
|
@@ -835,6 +758,7 @@
|
|
|
835
758
|
font-style: normal;
|
|
836
759
|
text-transform: none;
|
|
837
760
|
padding: 0px 0px;
|
|
761
|
+
box-sizing: content-box;
|
|
838
762
|
white-space: nowrap; /* 确保文本在一行内显示 */
|
|
839
763
|
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
840
764
|
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
@@ -1040,7 +964,8 @@
|
|
|
1040
964
|
padding-top: 10px;
|
|
1041
965
|
box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.08);
|
|
1042
966
|
border-radius: 6px 6px 6px 6px;
|
|
1043
|
-
z-index: 0;
|
|
967
|
+
z-index: 0;
|
|
968
|
+
box-sizing: content-box;
|
|
1044
969
|
}
|
|
1045
970
|
.serviceflow-page-type[data-v-5c1076ee] {
|
|
1046
971
|
padding-top: 11px;
|
|
@@ -1124,7 +1049,7 @@
|
|
|
1124
1049
|
[data-v-9cc733d7] .el-input-group__append {
|
|
1125
1050
|
cursor: pointer;
|
|
1126
1051
|
}
|
|
1127
|
-
.serviceflow-design-content[data-v-
|
|
1052
|
+
.serviceflow-design-content[data-v-d89ee0ea] {
|
|
1128
1053
|
overflow: auto;
|
|
1129
1054
|
display: block;
|
|
1130
1055
|
flex: none;
|
|
@@ -1132,10 +1057,10 @@
|
|
|
1132
1057
|
width: 100%;
|
|
1133
1058
|
height: 100%;
|
|
1134
1059
|
}
|
|
1135
|
-
.serviceflow-design-content[data-v-
|
|
1060
|
+
.serviceflow-design-content[data-v-d89ee0ea]::-webkit-scrollbar {
|
|
1136
1061
|
width: 1px;
|
|
1137
1062
|
}
|
|
1138
|
-
.serviceflow-design-tool[data-v-
|
|
1063
|
+
.serviceflow-design-tool[data-v-d89ee0ea] {
|
|
1139
1064
|
position: -webkit-sticky; /**Safari */
|
|
1140
1065
|
position: sticky;
|
|
1141
1066
|
width: 100%;
|
|
@@ -1146,9 +1071,10 @@
|
|
|
1146
1071
|
padding-top: 10px;
|
|
1147
1072
|
box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.08);
|
|
1148
1073
|
border-radius: 6px 6px 6px 6px;
|
|
1149
|
-
z-index: 0;
|
|
1074
|
+
z-index: 0;
|
|
1075
|
+
box-sizing: content-box;
|
|
1150
1076
|
}
|
|
1151
|
-
.serviceflow-page-type[data-v-
|
|
1077
|
+
.serviceflow-page-type[data-v-d89ee0ea] {
|
|
1152
1078
|
padding-top: 11px;
|
|
1153
1079
|
padding-left: 6px;
|
|
1154
1080
|
padding-right: 6px;
|
|
@@ -1156,14 +1082,14 @@
|
|
|
1156
1082
|
border-radius: 4px 4px 4px 4px;
|
|
1157
1083
|
cursor: pointer;
|
|
1158
1084
|
}
|
|
1159
|
-
.serviceflow-page-type[data-v-
|
|
1085
|
+
.serviceflow-page-type[data-v-d89ee0ea]:hover {
|
|
1160
1086
|
background: rgba(11, 45, 101, 0.105);
|
|
1161
1087
|
}
|
|
1162
|
-
.serviceflow-page-type.selected[data-v-
|
|
1088
|
+
.serviceflow-page-type.selected[data-v-d89ee0ea] {
|
|
1163
1089
|
background: #5893ef;
|
|
1164
1090
|
color: #ffffff;
|
|
1165
1091
|
}
|
|
1166
|
-
.serviceflow-page-type > label[data-v-
|
|
1092
|
+
.serviceflow-page-type > label[data-v-d89ee0ea] {
|
|
1167
1093
|
font-size: 14px;
|
|
1168
1094
|
padding-left: 6px;
|
|
1169
1095
|
padding-right: 6px;
|
|
@@ -1172,11 +1098,11 @@
|
|
|
1172
1098
|
position: relative;
|
|
1173
1099
|
cursor: pointer;
|
|
1174
1100
|
}
|
|
1175
|
-
.serviceflow-design-tool-split[data-v-
|
|
1101
|
+
.serviceflow-design-tool-split[data-v-d89ee0ea] {
|
|
1176
1102
|
height: 25px;
|
|
1177
1103
|
margin-top: -12px;
|
|
1178
1104
|
}
|
|
1179
|
-
.serviceflow-design-board[data-v-
|
|
1105
|
+
.serviceflow-design-board[data-v-d89ee0ea] {
|
|
1180
1106
|
margin: 0 auto;
|
|
1181
1107
|
margin-top: 28px;
|
|
1182
1108
|
overflow-y: auto;
|
|
@@ -1186,24 +1112,24 @@
|
|
|
1186
1112
|
box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.08);
|
|
1187
1113
|
padding-bottom: 20px;
|
|
1188
1114
|
}
|
|
1189
|
-
.container[data-v-
|
|
1115
|
+
.container[data-v-d89ee0ea] {
|
|
1190
1116
|
height: 100%;
|
|
1191
1117
|
width: 100%;
|
|
1192
1118
|
}
|
|
1193
|
-
.amb-item-ghost[data-v-
|
|
1119
|
+
.amb-item-ghost[data-v-d89ee0ea] {
|
|
1194
1120
|
background-color: #5893ef;
|
|
1195
1121
|
height: 5px;
|
|
1196
1122
|
line-height: 5px;
|
|
1197
1123
|
overflow: hidden;
|
|
1198
1124
|
}
|
|
1199
1125
|
/* 将你的自定义样式添加到这里 */
|
|
1200
|
-
.draggable-placeholder[data-v-
|
|
1126
|
+
.draggable-placeholder[data-v-d89ee0ea] {
|
|
1201
1127
|
background-color: red;
|
|
1202
1128
|
border: 1px dashed #ddd;
|
|
1203
1129
|
margin: 5px;
|
|
1204
1130
|
padding: 10px;
|
|
1205
1131
|
}
|
|
1206
|
-
#LF-view[data-v-
|
|
1132
|
+
#LF-view[data-v-d89ee0ea] {
|
|
1207
1133
|
width: calc(100% - 100px);
|
|
1208
1134
|
height: 80%;
|
|
1209
1135
|
outline: none;
|
|
@@ -1215,10 +1141,10 @@
|
|
|
1215
1141
|
/**
|
|
1216
1142
|
解决右侧弹出属性配置遮罩层打开后页面其他地方无法点击问题
|
|
1217
1143
|
*/
|
|
1218
|
-
[data-v-
|
|
1144
|
+
[data-v-d89ee0ea] .el-overlay {
|
|
1219
1145
|
position: static !important;
|
|
1220
1146
|
}
|
|
1221
|
-
.triangle[data-v-
|
|
1147
|
+
.triangle[data-v-d89ee0ea] {
|
|
1222
1148
|
display: inline-block;
|
|
1223
1149
|
width: 0;
|
|
1224
1150
|
height: 0;
|
|
@@ -1237,13 +1163,6 @@
|
|
|
1237
1163
|
.serviceflow-container-main[data-v-1ad0c7c5]::-webkit-scrollbar {
|
|
1238
1164
|
width: 1px;
|
|
1239
1165
|
}
|
|
1240
|
-
.serviceflow-container-main[data-v-1ad0c7c5] *,
|
|
1241
|
-
.serviceflow-container-main[data-v-1ad0c7c5] *:after,
|
|
1242
|
-
.serviceflow-container-main[data-v-1ad0c7c5] *:before {
|
|
1243
|
-
-webkit-box-sizing: content-box;
|
|
1244
|
-
-moz-box-sizing: content-box;
|
|
1245
|
-
box-sizing: content-box;
|
|
1246
|
-
}
|
|
1247
1166
|
.serviceflow-container-attr[data-v-1ad0c7c5] {
|
|
1248
1167
|
width: 300px;
|
|
1249
1168
|
padding-left: 20px;
|