service-flow-designer 2.1.53 → 2.1.56
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 _sfc_main from "./service-update-log.vue2.js";
|
|
2
2
|
import "./service-update-log.vue3.js";
|
|
3
3
|
import _export_sfc from "../../_virtual/_plugin-vue_export-helper.js";
|
|
4
|
-
const serviceUpdateLog = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-
|
|
4
|
+
const serviceUpdateLog = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-7d8d63a2"]]);
|
|
5
5
|
export {
|
|
6
6
|
serviceUpdateLog as default
|
|
7
7
|
};
|
|
@@ -13,7 +13,7 @@ import { defineComponent, ref, openBlock, createBlock, withCtx, createElementVNo
|
|
|
13
13
|
import { isDeepEqual } from "../common/util/node-util.js";
|
|
14
14
|
import http from "agilebuilder-ui/src/utils/request";
|
|
15
15
|
import { ElMessage } from "element-plus";
|
|
16
|
-
const _withScopeId = (n) => (pushScopeId("data-v-
|
|
16
|
+
const _withScopeId = (n) => (pushScopeId("data-v-7d8d63a2"), n = n(), popScopeId(), n);
|
|
17
17
|
const _hoisted_1 = /* @__PURE__ */ _withScopeId(() => /* @__PURE__ */ createElementVNode("div", { style: { "text-align": "center" } }, "修改记录", -1));
|
|
18
18
|
const _hoisted_2 = { class: "dialog-footer" };
|
|
19
19
|
const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
@@ -79,12 +79,17 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
79
79
|
}
|
|
80
80
|
});
|
|
81
81
|
}
|
|
82
|
+
function returnLog() {
|
|
83
|
+
dialogVisible.value = false;
|
|
84
|
+
description.value = "";
|
|
85
|
+
}
|
|
82
86
|
function saveLog() {
|
|
83
87
|
if (!description.value) {
|
|
84
88
|
ElMessage.warning("请输入修改记录");
|
|
85
89
|
return;
|
|
86
90
|
}
|
|
87
91
|
emits("save", description.value);
|
|
92
|
+
description.value = "";
|
|
88
93
|
}
|
|
89
94
|
function closeDialog() {
|
|
90
95
|
dialogVisible.value = false;
|
|
@@ -120,7 +125,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
120
125
|
const _component_el_dialog = ElDialog;
|
|
121
126
|
return openBlock(), createBlock(_component_el_dialog, {
|
|
122
127
|
modelValue: dialogVisible.value,
|
|
123
|
-
"onUpdate:modelValue": _cache[
|
|
128
|
+
"onUpdate:modelValue": _cache[5] || (_cache[5] = ($event) => dialogVisible.value = $event),
|
|
124
129
|
"append-to-body": "",
|
|
125
130
|
title: "保存服务",
|
|
126
131
|
width: "50%"
|
|
@@ -129,7 +134,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
129
134
|
createElementVNode("div", _hoisted_2, [
|
|
130
135
|
createVNode(_component_el_button, {
|
|
131
136
|
size: "small",
|
|
132
|
-
onClick:
|
|
137
|
+
onClick: returnLog
|
|
133
138
|
}, {
|
|
134
139
|
default: withCtx(() => [
|
|
135
140
|
createTextVNode("返回")
|
package/dist/es/style.css
CHANGED
|
@@ -22,6 +22,47 @@
|
|
|
22
22
|
[data-v-7117ba9e] .el-overlay {
|
|
23
23
|
position: static;
|
|
24
24
|
}
|
|
25
|
+
|
|
26
|
+
.amb-design-assembly-content[data-v-59e0837d] {
|
|
27
|
+
background: #ffffff;
|
|
28
|
+
box-shadow: 1px 0px 10px 0px rgba(0, 0, 0, 0.05);
|
|
29
|
+
height: 100%;
|
|
30
|
+
padding-left: 10px;
|
|
31
|
+
padding-right: 10px;
|
|
32
|
+
overflow: auto;
|
|
33
|
+
}
|
|
34
|
+
/*控制滚动条宽度*/
|
|
35
|
+
.amb-design-assembly-content[data-v-59e0837d]::-webkit-scrollbar {
|
|
36
|
+
width: 1px;
|
|
37
|
+
}
|
|
38
|
+
.amb-assembly-header[data-v-59e0837d] {
|
|
39
|
+
position: absolute;
|
|
40
|
+
width: 220px;
|
|
41
|
+
text-align: center;
|
|
42
|
+
padding: 18px 0px 10px 0px;
|
|
43
|
+
padding-bottom: 14px;
|
|
44
|
+
background-color: #ffffff;
|
|
45
|
+
}
|
|
46
|
+
.amb-assembly-header-type[data-v-59e0837d] {
|
|
47
|
+
border-radius: 100px 100px 100px 100px;
|
|
48
|
+
background: #ffffff;
|
|
49
|
+
box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
|
|
50
|
+
padding: 10px;
|
|
51
|
+
padding-bottom: 12px;
|
|
52
|
+
}
|
|
53
|
+
.amb-assembly-header-type > label[data-v-59e0837d] {
|
|
54
|
+
padding: 4px 14px;
|
|
55
|
+
cursor: pointer;
|
|
56
|
+
font-size: 14px;
|
|
57
|
+
}
|
|
58
|
+
.amb-assembly-header-type > label.selected[data-v-59e0837d] {
|
|
59
|
+
border-radius: 100px 100px 100px 100px;
|
|
60
|
+
background: #5893ef;
|
|
61
|
+
color: #ffffff;
|
|
62
|
+
}
|
|
63
|
+
.amb-design-assembly-list[data-v-59e0837d] {
|
|
64
|
+
padding-top: 80px;
|
|
65
|
+
}
|
|
25
66
|
.serviceflow-design-content[data-v-04746c34] {
|
|
26
67
|
overflow: auto;
|
|
27
68
|
display: block;
|
|
@@ -126,45 +167,8 @@
|
|
|
126
167
|
border-color: transparent transparent var(--el-skeleton-color) transparent;
|
|
127
168
|
}
|
|
128
169
|
|
|
129
|
-
.
|
|
130
|
-
|
|
131
|
-
box-shadow: 1px 0px 10px 0px rgba(0, 0, 0, 0.05);
|
|
132
|
-
height: 100%;
|
|
133
|
-
padding-left: 10px;
|
|
134
|
-
padding-right: 10px;
|
|
135
|
-
overflow: auto;
|
|
136
|
-
}
|
|
137
|
-
/*控制滚动条宽度*/
|
|
138
|
-
.amb-design-assembly-content[data-v-59e0837d]::-webkit-scrollbar {
|
|
139
|
-
width: 1px;
|
|
140
|
-
}
|
|
141
|
-
.amb-assembly-header[data-v-59e0837d] {
|
|
142
|
-
position: absolute;
|
|
143
|
-
width: 220px;
|
|
144
|
-
text-align: center;
|
|
145
|
-
padding: 18px 0px 10px 0px;
|
|
146
|
-
padding-bottom: 14px;
|
|
147
|
-
background-color: #ffffff;
|
|
148
|
-
}
|
|
149
|
-
.amb-assembly-header-type[data-v-59e0837d] {
|
|
150
|
-
border-radius: 100px 100px 100px 100px;
|
|
151
|
-
background: #ffffff;
|
|
152
|
-
box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
|
|
153
|
-
padding: 10px;
|
|
154
|
-
padding-bottom: 12px;
|
|
155
|
-
}
|
|
156
|
-
.amb-assembly-header-type > label[data-v-59e0837d] {
|
|
157
|
-
padding: 4px 14px;
|
|
158
|
-
cursor: pointer;
|
|
159
|
-
font-size: 14px;
|
|
160
|
-
}
|
|
161
|
-
.amb-assembly-header-type > label.selected[data-v-59e0837d] {
|
|
162
|
-
border-radius: 100px 100px 100px 100px;
|
|
163
|
-
background: #5893ef;
|
|
164
|
-
color: #ffffff;
|
|
165
|
-
}
|
|
166
|
-
.amb-design-assembly-list[data-v-59e0837d] {
|
|
167
|
-
padding-top: 80px;
|
|
170
|
+
.el-alert + .el-form-item[data-v-a158f309] {
|
|
171
|
+
margin-top: 10px;
|
|
168
172
|
}
|
|
169
173
|
|
|
170
174
|
.editorTool[data-v-d55ab098] {
|
|
@@ -180,35 +184,101 @@
|
|
|
180
184
|
align-items: center; /* 子元素在交叉轴(垂直方向)上居中对齐 */
|
|
181
185
|
}
|
|
182
186
|
|
|
183
|
-
|
|
184
|
-
margin-top: 10px;
|
|
185
|
-
}
|
|
186
|
-
|
|
187
|
-
[data-v-f9e164ec] .el-radio {
|
|
187
|
+
[data-v-dac15197] .el-radio {
|
|
188
188
|
margin: 0;
|
|
189
189
|
}
|
|
190
|
-
.el-radio + .el-radio[data-v-
|
|
190
|
+
.el-radio + .el-radio[data-v-dac15197] {
|
|
191
191
|
margin-left: 10px;
|
|
192
192
|
}
|
|
193
193
|
|
|
194
|
-
.
|
|
195
|
-
margin-
|
|
194
|
+
.el-alert + .el-form-item[data-v-32875028] {
|
|
195
|
+
margin-top: 10px;
|
|
196
196
|
}
|
|
197
|
-
.
|
|
198
|
-
margin
|
|
199
|
-
|
|
197
|
+
.el-alert + .el-table[data-v-32875028] {
|
|
198
|
+
margin: 10px 0;
|
|
199
|
+
}
|
|
200
|
+
|
|
201
|
+
.el-alert + .el-table[data-v-d978e7dc] {
|
|
202
|
+
margin-top: 10px;
|
|
200
203
|
}
|
|
201
|
-
.
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
204
|
+
.el-table + .el-alert[data-v-d978e7dc] {
|
|
205
|
+
margin: 10px 0;
|
|
206
|
+
}
|
|
207
|
+
.el-alert + .el-form-item[data-v-d978e7dc] {
|
|
208
|
+
margin-top: 10px;
|
|
209
|
+
}
|
|
210
|
+
.serviceflow-attr-base-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
|
+
}
|
|
218
|
+
.serviceflow-attr-item[data-v-8bad091d] {
|
|
219
|
+
margin-bottom: 8px;
|
|
220
|
+
}
|
|
221
|
+
.serviceflow-attr-group-header > button[data-v-8bad091d] {
|
|
222
|
+
background: #f5f6f8;
|
|
223
|
+
padding-left: 10px;
|
|
224
|
+
font-size: 14px;
|
|
225
|
+
height: 42px;
|
|
226
|
+
}
|
|
227
|
+
.serviceflow-attr-content[data-v-8bad091d] {
|
|
228
|
+
background: #ffffff;
|
|
229
|
+
box-shadow: 1px 0px 10px 0px rgba(0, 0, 0, 0.05);
|
|
230
|
+
height: 100%;
|
|
231
|
+
padding-left: 10px;
|
|
232
|
+
padding-right: 10px;
|
|
233
|
+
overflow: auto;
|
|
234
|
+
position: relative;
|
|
235
|
+
}
|
|
236
|
+
.serviceflow-attr-header-search[data-v-8bad091d] {
|
|
237
|
+
margin-top: 16px;
|
|
238
|
+
}
|
|
239
|
+
.serviceflow-attr-header-select[data-v-8bad091d] {
|
|
240
|
+
width: 90px;
|
|
241
|
+
height: 36px;
|
|
242
|
+
}
|
|
243
|
+
.serviceflow-page-param-row[data-v-8bad091d] {
|
|
244
|
+
height: 34px;
|
|
245
|
+
}
|
|
246
|
+
.el-table__cell > .cell[data-v-8bad091d] {
|
|
247
|
+
white-space: nowrap !important;
|
|
248
|
+
}
|
|
249
|
+
.serviceflow-item[data-v-8bad091d] {
|
|
250
|
+
background: rgba(88, 147, 239, 0.06);
|
|
251
|
+
border: 1px dashed rgba(88, 147, 239, 0.06);
|
|
252
|
+
border-radius: 4px 4px 4px 4px;
|
|
253
|
+
text-align: center;
|
|
254
|
+
margin-top: 12px;
|
|
255
|
+
padding: 10px 5px 10px 5px;
|
|
256
|
+
font-size: 12px;
|
|
257
|
+
cursor: move;
|
|
258
|
+
height: 60px;
|
|
259
|
+
overflow: hidden;
|
|
260
|
+
box-sizing: border-box;
|
|
261
|
+
color: #333333;
|
|
262
|
+
text-overflow: ellipsis;
|
|
263
|
+
white-space: nowrap;
|
|
264
|
+
-webkit-user-select: none; /* Safari */
|
|
265
|
+
-moz-user-select: none; /* Firefox */
|
|
266
|
+
-ms-user-select: none; /* Internet Explorer/Edge */
|
|
267
|
+
user-select: none; /* 标准语法 */
|
|
268
|
+
}
|
|
269
|
+
.serviceflow-item[data-v-8bad091d]:hover {
|
|
270
|
+
background: rgba(11, 45, 101, 0.105);
|
|
271
|
+
border: 1px dashed rgba(11, 45, 101, 0.227);
|
|
272
|
+
}
|
|
273
|
+
.amb-assembly-item-drag[data-v-8bad091d] {
|
|
274
|
+
opacity: 1 !important;
|
|
205
275
|
}
|
|
206
276
|
|
|
207
|
-
[data-v-
|
|
208
|
-
margin:
|
|
277
|
+
.el-alert + .el-table[data-v-028fb838] {
|
|
278
|
+
margin-top: 10px;
|
|
209
279
|
}
|
|
210
|
-
.el-
|
|
211
|
-
margin
|
|
280
|
+
.el-table + .el-alert[data-v-028fb838] {
|
|
281
|
+
margin: 10px 0;
|
|
212
282
|
}
|
|
213
283
|
.serviceflow-control-item[data-v-a2bd7452] {
|
|
214
284
|
top: -5px;
|
|
@@ -342,55 +412,6 @@
|
|
|
342
412
|
margin-left: 50px;
|
|
343
413
|
}
|
|
344
414
|
|
|
345
|
-
.el-tabs + .el-alert[data-v-08737620] {
|
|
346
|
-
margin-top: 10px;
|
|
347
|
-
}
|
|
348
|
-
.el-alert + .el-form-item[data-v-08737620] {
|
|
349
|
-
margin-top: 10px;
|
|
350
|
-
}
|
|
351
|
-
|
|
352
|
-
.el-dialog__wrapper[data-v-7a4cbbaf] {
|
|
353
|
-
overflow: hidden !important;
|
|
354
|
-
padding-right: 0 !important;
|
|
355
|
-
}
|
|
356
|
-
|
|
357
|
-
.el-alert + .el-form-item[data-v-32875028] {
|
|
358
|
-
margin-top: 10px;
|
|
359
|
-
}
|
|
360
|
-
.el-alert + .el-table[data-v-32875028] {
|
|
361
|
-
margin: 10px 0;
|
|
362
|
-
}
|
|
363
|
-
|
|
364
|
-
.el-drawer__header {
|
|
365
|
-
margin-bottom: 0 !important;
|
|
366
|
-
}
|
|
367
|
-
/**
|
|
368
|
-
解决右侧弹出属性配置遮罩层打开后页面其他地方无法点击问题
|
|
369
|
-
*/
|
|
370
|
-
[data-v-d5185214] .el-overlay {
|
|
371
|
-
position: static;
|
|
372
|
-
}
|
|
373
|
-
|
|
374
|
-
.el-alert + .el-table[data-v-d978e7dc] {
|
|
375
|
-
margin-top: 10px;
|
|
376
|
-
}
|
|
377
|
-
.el-table + .el-alert[data-v-d978e7dc] {
|
|
378
|
-
margin: 10px 0;
|
|
379
|
-
}
|
|
380
|
-
.el-alert + .el-form-item[data-v-d978e7dc] {
|
|
381
|
-
margin-top: 10px;
|
|
382
|
-
}
|
|
383
|
-
|
|
384
|
-
.el-alert + .el-table[data-v-e27c4c1e] {
|
|
385
|
-
margin-top: 10px;
|
|
386
|
-
}
|
|
387
|
-
.el-table + .el-alert[data-v-e27c4c1e] {
|
|
388
|
-
margin: 10px 0;
|
|
389
|
-
}
|
|
390
|
-
.el-alert + .el-form-item[data-v-e27c4c1e] {
|
|
391
|
-
margin-top: 10px;
|
|
392
|
-
}
|
|
393
|
-
|
|
394
415
|
.el-alert + .el-table[data-v-82e0dfef] {
|
|
395
416
|
margin-top: 10px;
|
|
396
417
|
}
|
|
@@ -434,100 +455,58 @@
|
|
|
434
455
|
align-items: center; /* 子元素在交叉轴(垂直方向)上居中对齐 */
|
|
435
456
|
}
|
|
436
457
|
|
|
437
|
-
.el-
|
|
458
|
+
.el-drawer__header {
|
|
459
|
+
margin-bottom: 0 !important;
|
|
460
|
+
}
|
|
461
|
+
/**
|
|
462
|
+
解决右侧弹出属性配置遮罩层打开后页面其他地方无法点击问题
|
|
463
|
+
*/
|
|
464
|
+
[data-v-d5185214] .el-overlay {
|
|
465
|
+
position: static;
|
|
466
|
+
}
|
|
467
|
+
|
|
468
|
+
.el-dialog__wrapper[data-v-7d8d63a2] {
|
|
469
|
+
overflow: hidden !important;
|
|
470
|
+
padding-right: 0 !important;
|
|
471
|
+
}
|
|
472
|
+
|
|
473
|
+
.el-alert + .el-table[data-v-e27c4c1e] {
|
|
438
474
|
margin-top: 10px;
|
|
439
475
|
}
|
|
440
|
-
.el-table + .el-alert[data-v-
|
|
476
|
+
.el-table + .el-alert[data-v-e27c4c1e] {
|
|
441
477
|
margin: 10px 0;
|
|
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
478
|
}
|
|
451
|
-
.
|
|
452
|
-
margin-
|
|
453
|
-
}
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
|
|
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; /* 标准语法 */
|
|
479
|
+
.el-alert + .el-form-item[data-v-e27c4c1e] {
|
|
480
|
+
margin-top: 10px;
|
|
481
|
+
}
|
|
482
|
+
|
|
483
|
+
[data-v-f9e164ec] .el-radio {
|
|
484
|
+
margin: 0;
|
|
501
485
|
}
|
|
502
|
-
.
|
|
503
|
-
|
|
504
|
-
|
|
486
|
+
.el-radio + .el-radio[data-v-f9e164ec] {
|
|
487
|
+
margin-left: 10px;
|
|
488
|
+
}
|
|
489
|
+
|
|
490
|
+
.el-tabs + .el-alert[data-v-08737620] {
|
|
491
|
+
margin-top: 10px;
|
|
505
492
|
}
|
|
506
|
-
.
|
|
507
|
-
|
|
493
|
+
.el-alert + .el-form-item[data-v-08737620] {
|
|
494
|
+
margin-top: 10px;
|
|
508
495
|
}
|
|
509
496
|
|
|
510
|
-
.
|
|
511
|
-
|
|
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;
|
|
497
|
+
.editorTool[data-v-684c1f08] {
|
|
498
|
+
margin-left: auto;
|
|
516
499
|
}
|
|
517
|
-
.
|
|
518
|
-
|
|
519
|
-
|
|
520
|
-
|
|
521
|
-
|
|
522
|
-
|
|
523
|
-
|
|
524
|
-
|
|
525
|
-
font-style: normal;
|
|
526
|
-
text-transform: none;
|
|
527
|
-
padding: 5px 0px 4px 10px;
|
|
528
|
-
box-sizing: content-box;
|
|
500
|
+
.editorOption[data-v-684c1f08] {
|
|
501
|
+
margin-right: 10px;
|
|
502
|
+
cursor: pointer;
|
|
503
|
+
}
|
|
504
|
+
.pppp[data-v-684c1f08] {
|
|
505
|
+
display: flex; /* 使用Flex布局 */
|
|
506
|
+
justify-content: flex-start;
|
|
507
|
+
align-items: center; /* 子元素在交叉轴(垂直方向)上居中对齐 */
|
|
529
508
|
}
|
|
530
|
-
.serviceflow-nodeView[data-v-
|
|
509
|
+
.serviceflow-nodeView[data-v-9770119b] {
|
|
531
510
|
box-sizing: border-box;
|
|
532
511
|
margin: 10px 10px;
|
|
533
512
|
width: 180px;
|
|
@@ -536,7 +515,7 @@
|
|
|
536
515
|
border-radius: 2px 2px 2px 2px;
|
|
537
516
|
padding: 20px 10px;
|
|
538
517
|
}
|
|
539
|
-
.serviceflow-nodeTitle[data-v-
|
|
518
|
+
.serviceflow-nodeTitle[data-v-9770119b] {
|
|
540
519
|
width: 90px;
|
|
541
520
|
height: 15px;
|
|
542
521
|
font-weight: 400;
|
|
@@ -552,7 +531,7 @@
|
|
|
552
531
|
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
553
532
|
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
554
533
|
}
|
|
555
|
-
.serviceflow-nodeContent[data-v-
|
|
534
|
+
.serviceflow-nodeContent[data-v-9770119b] {
|
|
556
535
|
/* width: 100%; */
|
|
557
536
|
height: 15px;
|
|
558
537
|
font-weight: 400;
|
|
@@ -568,20 +547,40 @@
|
|
|
568
547
|
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
569
548
|
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
570
549
|
}
|
|
571
|
-
.serviceflow-nodeContent-desc[data-v-
|
|
550
|
+
.serviceflow-nodeContent-desc[data-v-9770119b] {
|
|
572
551
|
}
|
|
573
|
-
.el-divider--horizontal[data-v-
|
|
552
|
+
.el-divider--horizontal[data-v-9770119b] {
|
|
574
553
|
margin: 12px 0;
|
|
575
554
|
}
|
|
576
|
-
.serviceflow-nodeView[data-v-
|
|
555
|
+
.serviceflow-nodeView[data-v-9770119b] {
|
|
577
556
|
border: 1px solid #5a90f9;
|
|
578
|
-
background: #eef3fe;
|
|
579
|
-
width: 180px;
|
|
580
|
-
min-height: 95px;
|
|
557
|
+
background: #eef3fe;
|
|
581
558
|
}
|
|
582
|
-
.serviceflow-
|
|
559
|
+
.serviceflow-nodeTitle[data-v-9770119b] {
|
|
560
|
+
width: 80px;
|
|
583
561
|
}
|
|
584
|
-
|
|
562
|
+
|
|
563
|
+
.node-content[data-v-669b618f] {
|
|
564
|
+
width: 120px;
|
|
565
|
+
height: 44px;
|
|
566
|
+
background: #ffffff;
|
|
567
|
+
box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
|
|
568
|
+
border-radius: 2px 2px 2px 2px;
|
|
569
|
+
}
|
|
570
|
+
.content[data-v-669b618f] {
|
|
571
|
+
width: 28px;
|
|
572
|
+
height: 15px;
|
|
573
|
+
font-weight: 400;
|
|
574
|
+
font-size: 14px;
|
|
575
|
+
color: #333333;
|
|
576
|
+
line-height: 14px;
|
|
577
|
+
text-align: left;
|
|
578
|
+
font-style: normal;
|
|
579
|
+
text-transform: none;
|
|
580
|
+
padding: 5px 0px 4px 10px;
|
|
581
|
+
box-sizing: content-box;
|
|
582
|
+
}
|
|
583
|
+
.serviceflow-nodeView[data-v-6b34f36c] {
|
|
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-
|
|
592
|
+
.serviceflow-nodeTitle[data-v-6b34f36c] {
|
|
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-
|
|
608
|
+
.serviceflow-nodeContent[data-v-6b34f36c] {
|
|
610
609
|
/* width: 100%; */
|
|
611
610
|
height: 15px;
|
|
612
611
|
font-weight: 400;
|
|
@@ -622,41 +621,19 @@
|
|
|
622
621
|
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
623
622
|
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
624
623
|
}
|
|
625
|
-
.serviceflow-nodeContent-desc[data-v-
|
|
624
|
+
.serviceflow-nodeContent-desc[data-v-6b34f36c] {
|
|
626
625
|
}
|
|
627
|
-
.el-divider--horizontal[data-v-
|
|
626
|
+
.el-divider--horizontal[data-v-6b34f36c] {
|
|
628
627
|
margin: 12px 0;
|
|
629
628
|
}
|
|
630
|
-
.serviceflow-nodeView[data-v-
|
|
629
|
+
.serviceflow-nodeView[data-v-6b34f36c] {
|
|
631
630
|
border: 1px solid #5a90f9;
|
|
632
|
-
background: #eef3fe;
|
|
633
|
-
width: 180px;
|
|
634
|
-
min-height: 95px;
|
|
635
|
-
}
|
|
636
|
-
.serviceflow-nodeContent[data-v-1ce8de44] {
|
|
637
|
-
}
|
|
638
|
-
|
|
639
|
-
.node-content[data-v-669b618f] {
|
|
640
|
-
width: 120px;
|
|
641
|
-
height: 44px;
|
|
642
|
-
background: #ffffff;
|
|
643
|
-
box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
|
|
644
|
-
border-radius: 2px 2px 2px 2px;
|
|
631
|
+
background: #eef3fe;
|
|
645
632
|
}
|
|
646
|
-
.
|
|
647
|
-
width:
|
|
648
|
-
height: 15px;
|
|
649
|
-
font-weight: 400;
|
|
650
|
-
font-size: 14px;
|
|
651
|
-
color: #333333;
|
|
652
|
-
line-height: 14px;
|
|
653
|
-
text-align: left;
|
|
654
|
-
font-style: normal;
|
|
655
|
-
text-transform: none;
|
|
656
|
-
padding: 5px 0px 4px 10px;
|
|
657
|
-
box-sizing: content-box;
|
|
633
|
+
.serviceflow-nodeTitle[data-v-6b34f36c] {
|
|
634
|
+
width: 80px;
|
|
658
635
|
}
|
|
659
|
-
.serviceflow-nodeView[data-v-
|
|
636
|
+
.serviceflow-nodeView[data-v-23f1c97b] {
|
|
660
637
|
box-sizing: border-box;
|
|
661
638
|
margin: 10px 10px;
|
|
662
639
|
width: 180px;
|
|
@@ -665,7 +642,7 @@
|
|
|
665
642
|
border-radius: 2px 2px 2px 2px;
|
|
666
643
|
padding: 20px 10px;
|
|
667
644
|
}
|
|
668
|
-
.serviceflow-nodeTitle[data-v-
|
|
645
|
+
.serviceflow-nodeTitle[data-v-23f1c97b] {
|
|
669
646
|
width: 90px;
|
|
670
647
|
height: 15px;
|
|
671
648
|
font-weight: 400;
|
|
@@ -681,7 +658,7 @@
|
|
|
681
658
|
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
682
659
|
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
683
660
|
}
|
|
684
|
-
.serviceflow-nodeContent[data-v-
|
|
661
|
+
.serviceflow-nodeContent[data-v-23f1c97b] {
|
|
685
662
|
/* width: 100%; */
|
|
686
663
|
height: 15px;
|
|
687
664
|
font-weight: 400;
|
|
@@ -697,19 +674,40 @@
|
|
|
697
674
|
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
698
675
|
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
699
676
|
}
|
|
700
|
-
.serviceflow-nodeContent-desc[data-v-
|
|
677
|
+
.serviceflow-nodeContent-desc[data-v-23f1c97b] {
|
|
701
678
|
}
|
|
702
|
-
.el-divider--horizontal[data-v-
|
|
679
|
+
.el-divider--horizontal[data-v-23f1c97b] {
|
|
703
680
|
margin: 12px 0;
|
|
704
681
|
}
|
|
705
|
-
.serviceflow-nodeView[data-v-
|
|
682
|
+
.serviceflow-nodeView[data-v-23f1c97b] {
|
|
706
683
|
border: 1px solid #5a90f9;
|
|
707
684
|
background: #eef3fe;
|
|
708
685
|
}
|
|
709
|
-
.serviceflow-nodeTitle[data-v-
|
|
686
|
+
.serviceflow-nodeTitle[data-v-23f1c97b] {
|
|
710
687
|
width: 80px;
|
|
711
688
|
}
|
|
712
|
-
|
|
689
|
+
|
|
690
|
+
.node-content[data-v-117d4091] {
|
|
691
|
+
width: 120px;
|
|
692
|
+
height: 44px;
|
|
693
|
+
background: #ffffff;
|
|
694
|
+
box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
|
|
695
|
+
border-radius: 2px 2px 2px 2px;
|
|
696
|
+
}
|
|
697
|
+
.content[data-v-117d4091] {
|
|
698
|
+
width: 28px;
|
|
699
|
+
height: 15px;
|
|
700
|
+
font-weight: 400;
|
|
701
|
+
font-size: 14px;
|
|
702
|
+
color: #333333;
|
|
703
|
+
line-height: 14px;
|
|
704
|
+
text-align: left;
|
|
705
|
+
font-style: normal;
|
|
706
|
+
text-transform: none;
|
|
707
|
+
padding: 5px 0px 4px 10px;
|
|
708
|
+
box-sizing: content-box;
|
|
709
|
+
}
|
|
710
|
+
.serviceflow-nodeView[data-v-91a913ff] {
|
|
713
711
|
box-sizing: border-box;
|
|
714
712
|
margin: 10px 10px;
|
|
715
713
|
width: 180px;
|
|
@@ -718,7 +716,7 @@
|
|
|
718
716
|
border-radius: 2px 2px 2px 2px;
|
|
719
717
|
padding: 20px 10px;
|
|
720
718
|
}
|
|
721
|
-
.serviceflow-nodeTitle[data-v-
|
|
719
|
+
.serviceflow-nodeTitle[data-v-91a913ff] {
|
|
722
720
|
width: 90px;
|
|
723
721
|
height: 15px;
|
|
724
722
|
font-weight: 400;
|
|
@@ -734,7 +732,7 @@
|
|
|
734
732
|
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
735
733
|
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
736
734
|
}
|
|
737
|
-
.serviceflow-nodeContent[data-v-
|
|
735
|
+
.serviceflow-nodeContent[data-v-91a913ff] {
|
|
738
736
|
/* width: 100%; */
|
|
739
737
|
height: 15px;
|
|
740
738
|
font-weight: 400;
|
|
@@ -750,19 +748,39 @@
|
|
|
750
748
|
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
751
749
|
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
752
750
|
}
|
|
753
|
-
.serviceflow-nodeContent-desc[data-v-
|
|
751
|
+
.serviceflow-nodeContent-desc[data-v-91a913ff] {
|
|
754
752
|
}
|
|
755
|
-
.el-divider--horizontal[data-v-
|
|
753
|
+
.el-divider--horizontal[data-v-91a913ff] {
|
|
756
754
|
margin: 12px 0;
|
|
757
755
|
}
|
|
758
|
-
.serviceflow-nodeView[data-v-
|
|
756
|
+
.serviceflow-nodeView[data-v-91a913ff] {
|
|
759
757
|
border: 1px solid #5a90f9;
|
|
760
758
|
background: #eef3fe;
|
|
761
759
|
}
|
|
762
|
-
.serviceflow-nodeTitle[data-v-
|
|
760
|
+
.serviceflow-nodeTitle[data-v-91a913ff] {
|
|
763
761
|
width: 80px;
|
|
764
762
|
}
|
|
765
|
-
|
|
763
|
+
|
|
764
|
+
.aaa[data-v-8bd72b80] {
|
|
765
|
+
width: 300px;
|
|
766
|
+
height: 200px;
|
|
767
|
+
background: #ffffff;
|
|
768
|
+
box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
|
|
769
|
+
border-radius: 2px 2px 2px 2px;
|
|
770
|
+
}
|
|
771
|
+
.content[data-v-8bd72b80] {
|
|
772
|
+
width: 28px;
|
|
773
|
+
height: 15px;
|
|
774
|
+
font-weight: 400;
|
|
775
|
+
font-size: 14px;
|
|
776
|
+
color: #333333;
|
|
777
|
+
line-height: 14px;
|
|
778
|
+
text-align: left;
|
|
779
|
+
font-style: normal;
|
|
780
|
+
text-transform: none;
|
|
781
|
+
padding: 5px 0px 4px 10px;
|
|
782
|
+
}
|
|
783
|
+
.serviceflow-nodeView[data-v-4d28d77b] {
|
|
766
784
|
box-sizing: border-box;
|
|
767
785
|
margin: 10px 10px;
|
|
768
786
|
width: 180px;
|
|
@@ -771,7 +789,7 @@
|
|
|
771
789
|
border-radius: 2px 2px 2px 2px;
|
|
772
790
|
padding: 20px 10px;
|
|
773
791
|
}
|
|
774
|
-
.serviceflow-nodeTitle[data-v-
|
|
792
|
+
.serviceflow-nodeTitle[data-v-4d28d77b] {
|
|
775
793
|
width: 90px;
|
|
776
794
|
height: 15px;
|
|
777
795
|
font-weight: 400;
|
|
@@ -787,7 +805,7 @@
|
|
|
787
805
|
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
788
806
|
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
789
807
|
}
|
|
790
|
-
.serviceflow-nodeContent[data-v-
|
|
808
|
+
.serviceflow-nodeContent[data-v-4d28d77b] {
|
|
791
809
|
/* width: 100%; */
|
|
792
810
|
height: 15px;
|
|
793
811
|
font-weight: 400;
|
|
@@ -803,19 +821,19 @@
|
|
|
803
821
|
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
804
822
|
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
805
823
|
}
|
|
806
|
-
.serviceflow-nodeContent-desc[data-v-
|
|
824
|
+
.serviceflow-nodeContent-desc[data-v-4d28d77b] {
|
|
807
825
|
}
|
|
808
|
-
.el-divider--horizontal[data-v-
|
|
826
|
+
.el-divider--horizontal[data-v-4d28d77b] {
|
|
809
827
|
margin: 12px 0;
|
|
810
828
|
}
|
|
811
|
-
.serviceflow-nodeView[data-v-
|
|
829
|
+
.serviceflow-nodeView[data-v-4d28d77b] {
|
|
812
830
|
border: 1px solid #5a90f9;
|
|
813
831
|
background: #eef3fe;
|
|
814
832
|
}
|
|
815
|
-
.serviceflow-nodeTitle[data-v-
|
|
833
|
+
.serviceflow-nodeTitle[data-v-4d28d77b] {
|
|
816
834
|
width: 80px;
|
|
817
835
|
}
|
|
818
|
-
.serviceflow-nodeView[data-v-
|
|
836
|
+
.serviceflow-nodeView[data-v-418f1558] {
|
|
819
837
|
box-sizing: border-box;
|
|
820
838
|
margin: 10px 10px;
|
|
821
839
|
width: 180px;
|
|
@@ -824,7 +842,7 @@
|
|
|
824
842
|
border-radius: 2px 2px 2px 2px;
|
|
825
843
|
padding: 20px 10px;
|
|
826
844
|
}
|
|
827
|
-
.serviceflow-nodeTitle[data-v-
|
|
845
|
+
.serviceflow-nodeTitle[data-v-418f1558] {
|
|
828
846
|
width: 90px;
|
|
829
847
|
height: 15px;
|
|
830
848
|
font-weight: 400;
|
|
@@ -840,7 +858,7 @@
|
|
|
840
858
|
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
841
859
|
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
842
860
|
}
|
|
843
|
-
.serviceflow-nodeContent[data-v-
|
|
861
|
+
.serviceflow-nodeContent[data-v-418f1558] {
|
|
844
862
|
/* width: 100%; */
|
|
845
863
|
height: 15px;
|
|
846
864
|
font-weight: 400;
|
|
@@ -856,19 +874,20 @@
|
|
|
856
874
|
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
857
875
|
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
858
876
|
}
|
|
859
|
-
.serviceflow-nodeContent-desc[data-v-
|
|
877
|
+
.serviceflow-nodeContent-desc[data-v-418f1558] {
|
|
860
878
|
}
|
|
861
|
-
.el-divider--horizontal[data-v-
|
|
879
|
+
.el-divider--horizontal[data-v-418f1558] {
|
|
862
880
|
margin: 12px 0;
|
|
863
881
|
}
|
|
864
|
-
.serviceflow-nodeView[data-v-
|
|
882
|
+
.serviceflow-nodeView[data-v-418f1558] {
|
|
865
883
|
border: 1px solid #5a90f9;
|
|
866
|
-
background: #eef3fe;
|
|
884
|
+
background: #eef3fe;
|
|
885
|
+
width: 180px;
|
|
886
|
+
min-height: 95px;
|
|
867
887
|
}
|
|
868
|
-
.serviceflow-
|
|
869
|
-
width: 80px;
|
|
888
|
+
.serviceflow-nodeContent[data-v-418f1558] {
|
|
870
889
|
}
|
|
871
|
-
.serviceflow-nodeView[data-v-
|
|
890
|
+
.serviceflow-nodeView[data-v-1ce8de44] {
|
|
872
891
|
box-sizing: border-box;
|
|
873
892
|
margin: 10px 10px;
|
|
874
893
|
width: 180px;
|
|
@@ -877,7 +896,7 @@
|
|
|
877
896
|
border-radius: 2px 2px 2px 2px;
|
|
878
897
|
padding: 20px 10px;
|
|
879
898
|
}
|
|
880
|
-
.serviceflow-nodeTitle[data-v-
|
|
899
|
+
.serviceflow-nodeTitle[data-v-1ce8de44] {
|
|
881
900
|
width: 90px;
|
|
882
901
|
height: 15px;
|
|
883
902
|
font-weight: 400;
|
|
@@ -893,7 +912,7 @@
|
|
|
893
912
|
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
894
913
|
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
895
914
|
}
|
|
896
|
-
.serviceflow-nodeContent[data-v-
|
|
915
|
+
.serviceflow-nodeContent[data-v-1ce8de44] {
|
|
897
916
|
/* width: 100%; */
|
|
898
917
|
height: 15px;
|
|
899
918
|
font-weight: 400;
|
|
@@ -909,19 +928,20 @@
|
|
|
909
928
|
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
910
929
|
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
911
930
|
}
|
|
912
|
-
.serviceflow-nodeContent-desc[data-v-
|
|
931
|
+
.serviceflow-nodeContent-desc[data-v-1ce8de44] {
|
|
913
932
|
}
|
|
914
|
-
.el-divider--horizontal[data-v-
|
|
933
|
+
.el-divider--horizontal[data-v-1ce8de44] {
|
|
915
934
|
margin: 12px 0;
|
|
916
935
|
}
|
|
917
|
-
.serviceflow-nodeView[data-v-
|
|
936
|
+
.serviceflow-nodeView[data-v-1ce8de44] {
|
|
918
937
|
border: 1px solid #5a90f9;
|
|
919
|
-
background: #eef3fe;
|
|
938
|
+
background: #eef3fe;
|
|
939
|
+
width: 180px;
|
|
940
|
+
min-height: 95px;
|
|
920
941
|
}
|
|
921
|
-
.serviceflow-
|
|
922
|
-
width: 80px;
|
|
942
|
+
.serviceflow-nodeContent[data-v-1ce8de44] {
|
|
923
943
|
}
|
|
924
|
-
.serviceflow-nodeView[data-v-
|
|
944
|
+
.serviceflow-nodeView[data-v-3c23a172] {
|
|
925
945
|
box-sizing: border-box;
|
|
926
946
|
margin: 10px 10px;
|
|
927
947
|
width: 180px;
|
|
@@ -930,7 +950,7 @@
|
|
|
930
950
|
border-radius: 2px 2px 2px 2px;
|
|
931
951
|
padding: 20px 10px;
|
|
932
952
|
}
|
|
933
|
-
.serviceflow-nodeTitle[data-v-
|
|
953
|
+
.serviceflow-nodeTitle[data-v-3c23a172] {
|
|
934
954
|
width: 90px;
|
|
935
955
|
height: 15px;
|
|
936
956
|
font-weight: 400;
|
|
@@ -946,7 +966,7 @@
|
|
|
946
966
|
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
947
967
|
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
948
968
|
}
|
|
949
|
-
.serviceflow-nodeContent[data-v-
|
|
969
|
+
.serviceflow-nodeContent[data-v-3c23a172] {
|
|
950
970
|
/* width: 100%; */
|
|
951
971
|
height: 15px;
|
|
952
972
|
font-weight: 400;
|
|
@@ -962,19 +982,20 @@
|
|
|
962
982
|
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
963
983
|
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
964
984
|
}
|
|
965
|
-
.serviceflow-nodeContent-desc[data-v-
|
|
985
|
+
.serviceflow-nodeContent-desc[data-v-3c23a172] {
|
|
966
986
|
}
|
|
967
|
-
.el-divider--horizontal[data-v-
|
|
987
|
+
.el-divider--horizontal[data-v-3c23a172] {
|
|
968
988
|
margin: 12px 0;
|
|
969
989
|
}
|
|
970
|
-
.serviceflow-nodeView[data-v-
|
|
990
|
+
.serviceflow-nodeView[data-v-3c23a172] {
|
|
971
991
|
border: 1px solid #5a90f9;
|
|
972
|
-
background: #eef3fe;
|
|
992
|
+
background: #eef3fe;
|
|
993
|
+
width: 180px;
|
|
994
|
+
min-height: 95px;
|
|
973
995
|
}
|
|
974
|
-
.serviceflow-
|
|
975
|
-
width: 80px;
|
|
996
|
+
.serviceflow-nodeContent[data-v-3c23a172] {
|
|
976
997
|
}
|
|
977
|
-
.serviceflow-nodeView[data-v-
|
|
998
|
+
.serviceflow-nodeView[data-v-08d9d211] {
|
|
978
999
|
box-sizing: border-box;
|
|
979
1000
|
margin: 10px 10px;
|
|
980
1001
|
width: 180px;
|
|
@@ -983,7 +1004,7 @@
|
|
|
983
1004
|
border-radius: 2px 2px 2px 2px;
|
|
984
1005
|
padding: 20px 10px;
|
|
985
1006
|
}
|
|
986
|
-
.serviceflow-nodeTitle[data-v-
|
|
1007
|
+
.serviceflow-nodeTitle[data-v-08d9d211] {
|
|
987
1008
|
width: 90px;
|
|
988
1009
|
height: 15px;
|
|
989
1010
|
font-weight: 400;
|
|
@@ -999,7 +1020,7 @@
|
|
|
999
1020
|
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
1000
1021
|
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
1001
1022
|
}
|
|
1002
|
-
.serviceflow-nodeContent[data-v-
|
|
1023
|
+
.serviceflow-nodeContent[data-v-08d9d211] {
|
|
1003
1024
|
/* width: 100%; */
|
|
1004
1025
|
height: 15px;
|
|
1005
1026
|
font-weight: 400;
|
|
@@ -1015,19 +1036,19 @@
|
|
|
1015
1036
|
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
1016
1037
|
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
1017
1038
|
}
|
|
1018
|
-
.serviceflow-nodeContent-desc[data-v-
|
|
1039
|
+
.serviceflow-nodeContent-desc[data-v-08d9d211] {
|
|
1019
1040
|
}
|
|
1020
|
-
.el-divider--horizontal[data-v-
|
|
1041
|
+
.el-divider--horizontal[data-v-08d9d211] {
|
|
1021
1042
|
margin: 12px 0;
|
|
1022
1043
|
}
|
|
1023
|
-
.serviceflow-nodeView[data-v-
|
|
1044
|
+
.serviceflow-nodeView[data-v-08d9d211] {
|
|
1024
1045
|
border: 1px solid #5a90f9;
|
|
1025
1046
|
background: #eef3fe;
|
|
1026
1047
|
}
|
|
1027
|
-
.serviceflow-nodeTitle[data-v-
|
|
1048
|
+
.serviceflow-nodeTitle[data-v-08d9d211] {
|
|
1028
1049
|
width: 80px;
|
|
1029
1050
|
}
|
|
1030
|
-
.serviceflow-nodeView[data-v-
|
|
1051
|
+
.serviceflow-nodeView[data-v-42ce3f17] {
|
|
1031
1052
|
box-sizing: border-box;
|
|
1032
1053
|
margin: 10px 10px;
|
|
1033
1054
|
width: 180px;
|
|
@@ -1036,7 +1057,7 @@
|
|
|
1036
1057
|
border-radius: 2px 2px 2px 2px;
|
|
1037
1058
|
padding: 20px 10px;
|
|
1038
1059
|
}
|
|
1039
|
-
.serviceflow-nodeTitle[data-v-
|
|
1060
|
+
.serviceflow-nodeTitle[data-v-42ce3f17] {
|
|
1040
1061
|
width: 90px;
|
|
1041
1062
|
height: 15px;
|
|
1042
1063
|
font-weight: 400;
|
|
@@ -1052,7 +1073,7 @@
|
|
|
1052
1073
|
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
1053
1074
|
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
1054
1075
|
}
|
|
1055
|
-
.serviceflow-nodeContent[data-v-
|
|
1076
|
+
.serviceflow-nodeContent[data-v-42ce3f17] {
|
|
1056
1077
|
/* width: 100%; */
|
|
1057
1078
|
height: 15px;
|
|
1058
1079
|
font-weight: 400;
|
|
@@ -1068,39 +1089,19 @@
|
|
|
1068
1089
|
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
1069
1090
|
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
1070
1091
|
}
|
|
1071
|
-
.serviceflow-nodeContent-desc[data-v-
|
|
1092
|
+
.serviceflow-nodeContent-desc[data-v-42ce3f17] {
|
|
1072
1093
|
}
|
|
1073
|
-
.el-divider--horizontal[data-v-
|
|
1094
|
+
.el-divider--horizontal[data-v-42ce3f17] {
|
|
1074
1095
|
margin: 12px 0;
|
|
1075
1096
|
}
|
|
1076
|
-
.serviceflow-nodeView[data-v-
|
|
1097
|
+
.serviceflow-nodeView[data-v-42ce3f17] {
|
|
1077
1098
|
border: 1px solid #5a90f9;
|
|
1078
1099
|
background: #eef3fe;
|
|
1079
1100
|
}
|
|
1080
|
-
.serviceflow-nodeTitle[data-v-
|
|
1101
|
+
.serviceflow-nodeTitle[data-v-42ce3f17] {
|
|
1081
1102
|
width: 80px;
|
|
1082
1103
|
}
|
|
1083
|
-
|
|
1084
|
-
.aaa[data-v-8bd72b80] {
|
|
1085
|
-
width: 300px;
|
|
1086
|
-
height: 200px;
|
|
1087
|
-
background: #ffffff;
|
|
1088
|
-
box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
|
|
1089
|
-
border-radius: 2px 2px 2px 2px;
|
|
1090
|
-
}
|
|
1091
|
-
.content[data-v-8bd72b80] {
|
|
1092
|
-
width: 28px;
|
|
1093
|
-
height: 15px;
|
|
1094
|
-
font-weight: 400;
|
|
1095
|
-
font-size: 14px;
|
|
1096
|
-
color: #333333;
|
|
1097
|
-
line-height: 14px;
|
|
1098
|
-
text-align: left;
|
|
1099
|
-
font-style: normal;
|
|
1100
|
-
text-transform: none;
|
|
1101
|
-
padding: 5px 0px 4px 10px;
|
|
1102
|
-
}
|
|
1103
|
-
.serviceflow-nodeView[data-v-9770119b] {
|
|
1104
|
+
.serviceflow-nodeView[data-v-1519c141] {
|
|
1104
1105
|
box-sizing: border-box;
|
|
1105
1106
|
margin: 10px 10px;
|
|
1106
1107
|
width: 180px;
|
|
@@ -1109,7 +1110,7 @@
|
|
|
1109
1110
|
border-radius: 2px 2px 2px 2px;
|
|
1110
1111
|
padding: 20px 10px;
|
|
1111
1112
|
}
|
|
1112
|
-
.serviceflow-nodeTitle[data-v-
|
|
1113
|
+
.serviceflow-nodeTitle[data-v-1519c141] {
|
|
1113
1114
|
width: 90px;
|
|
1114
1115
|
height: 15px;
|
|
1115
1116
|
font-weight: 400;
|
|
@@ -1125,7 +1126,7 @@
|
|
|
1125
1126
|
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
1126
1127
|
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
1127
1128
|
}
|
|
1128
|
-
.serviceflow-nodeContent[data-v-
|
|
1129
|
+
.serviceflow-nodeContent[data-v-1519c141] {
|
|
1129
1130
|
/* width: 100%; */
|
|
1130
1131
|
height: 15px;
|
|
1131
1132
|
font-weight: 400;
|
|
@@ -1141,19 +1142,19 @@
|
|
|
1141
1142
|
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
1142
1143
|
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
1143
1144
|
}
|
|
1144
|
-
.serviceflow-nodeContent-desc[data-v-
|
|
1145
|
+
.serviceflow-nodeContent-desc[data-v-1519c141] {
|
|
1145
1146
|
}
|
|
1146
|
-
.el-divider--horizontal[data-v-
|
|
1147
|
+
.el-divider--horizontal[data-v-1519c141] {
|
|
1147
1148
|
margin: 12px 0;
|
|
1148
1149
|
}
|
|
1149
|
-
.serviceflow-nodeView[data-v-
|
|
1150
|
+
.serviceflow-nodeView[data-v-1519c141] {
|
|
1150
1151
|
border: 1px solid #5a90f9;
|
|
1151
1152
|
background: #eef3fe;
|
|
1152
1153
|
}
|
|
1153
|
-
.serviceflow-nodeTitle[data-v-
|
|
1154
|
+
.serviceflow-nodeTitle[data-v-1519c141] {
|
|
1154
1155
|
width: 80px;
|
|
1155
1156
|
}
|
|
1156
|
-
.serviceflow-nodeView[data-v-
|
|
1157
|
+
.serviceflow-nodeView[data-v-96d149c1] {
|
|
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-
|
|
1166
|
+
.serviceflow-nodeTitle[data-v-96d149c1] {
|
|
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-
|
|
1182
|
+
.serviceflow-nodeContent[data-v-96d149c1] {
|
|
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-
|
|
1198
|
+
.serviceflow-nodeContent-desc[data-v-96d149c1] {
|
|
1198
1199
|
}
|
|
1199
|
-
.el-divider--horizontal[data-v-
|
|
1200
|
+
.el-divider--horizontal[data-v-96d149c1] {
|
|
1200
1201
|
margin: 12px 0;
|
|
1201
1202
|
}
|
|
1202
|
-
.serviceflow-nodeView[data-v-
|
|
1203
|
+
.serviceflow-nodeView[data-v-96d149c1] {
|
|
1203
1204
|
border: 1px solid #5a90f9;
|
|
1204
|
-
background: #eef3fe;
|
|
1205
|
-
width: 180px;
|
|
1206
|
-
min-height: 95px;
|
|
1205
|
+
background: #eef3fe;
|
|
1207
1206
|
}
|
|
1208
|
-
.serviceflow-
|
|
1207
|
+
.serviceflow-nodeTitle[data-v-96d149c1] {
|
|
1208
|
+
width: 80px;
|
|
1209
1209
|
}
|
|
1210
|
-
.serviceflow-nodeView[data-v-
|
|
1210
|
+
.serviceflow-nodeView[data-v-b04d3f8b] {
|
|
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-
|
|
1219
|
+
.serviceflow-nodeTitle[data-v-b04d3f8b] {
|
|
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-
|
|
1235
|
+
.serviceflow-nodeContent[data-v-b04d3f8b] {
|
|
1236
1236
|
/* width: 100%; */
|
|
1237
1237
|
height: 15px;
|
|
1238
1238
|
font-weight: 400;
|
|
@@ -1248,16 +1248,16 @@
|
|
|
1248
1248
|
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
1249
1249
|
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
1250
1250
|
}
|
|
1251
|
-
.serviceflow-nodeContent-desc[data-v-
|
|
1251
|
+
.serviceflow-nodeContent-desc[data-v-b04d3f8b] {
|
|
1252
1252
|
}
|
|
1253
|
-
.el-divider--horizontal[data-v-
|
|
1253
|
+
.el-divider--horizontal[data-v-b04d3f8b] {
|
|
1254
1254
|
margin: 12px 0;
|
|
1255
1255
|
}
|
|
1256
|
-
.serviceflow-nodeView[data-v-
|
|
1256
|
+
.serviceflow-nodeView[data-v-b04d3f8b] {
|
|
1257
1257
|
border: 1px solid #5a90f9;
|
|
1258
1258
|
background: #eef3fe;
|
|
1259
1259
|
}
|
|
1260
|
-
.serviceflow-nodeTitle[data-v-
|
|
1260
|
+
.serviceflow-nodeTitle[data-v-b04d3f8b] {
|
|
1261
1261
|
width: 80px;
|
|
1262
1262
|
}
|
|
1263
1263
|
|
|
@@ -1271,16 +1271,6 @@
|
|
|
1271
1271
|
margin-left: 10px;
|
|
1272
1272
|
}
|
|
1273
1273
|
|
|
1274
|
-
.el-select + .el-input[data-v-7fcf8a84] {
|
|
1275
|
-
margin-left: 10px;
|
|
1276
|
-
}
|
|
1277
|
-
.el-input + .el-input[data-v-7fcf8a84] {
|
|
1278
|
-
margin-left: 10px;
|
|
1279
|
-
}
|
|
1280
|
-
.el-input + .el-button[data-v-7fcf8a84] {
|
|
1281
|
-
margin-left: 10px;
|
|
1282
|
-
}
|
|
1283
|
-
|
|
1284
1274
|
.el-radio[data-v-1bbd6187] {
|
|
1285
1275
|
margin-right: 10px;
|
|
1286
1276
|
}
|
|
@@ -1292,6 +1282,16 @@
|
|
|
1292
1282
|
margin-top: 0px;
|
|
1293
1283
|
}
|
|
1294
1284
|
|
|
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
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "service-flow-designer",
|
|
3
|
-
"version": "2.1.
|
|
3
|
+
"version": "2.1.56",
|
|
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.0.
|
|
64
|
+
"agilebuilder-ui": "1.0.89",
|
|
65
65
|
"codemirror": "^6.0.1",
|
|
66
66
|
"nprogress": "^0.2.0",
|
|
67
67
|
"pinia": "^2.1.7",
|