service-flow-designer 2.1.35 → 2.1.39
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/style.css +357 -357
- package/package.json +3 -2
package/dist/es/style.css
CHANGED
|
@@ -22,47 +22,6 @@
|
|
|
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
|
-
}
|
|
66
25
|
.serviceflow-design-content[data-v-04746c34] {
|
|
67
26
|
overflow: auto;
|
|
68
27
|
display: block;
|
|
@@ -167,6 +126,47 @@
|
|
|
167
126
|
border-color: transparent transparent var(--el-skeleton-color) transparent;
|
|
168
127
|
}
|
|
169
128
|
|
|
129
|
+
.amb-design-assembly-content[data-v-59e0837d] {
|
|
130
|
+
background: #ffffff;
|
|
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;
|
|
168
|
+
}
|
|
169
|
+
|
|
170
170
|
.editorTool[data-v-d55ab098] {
|
|
171
171
|
margin-left: auto;
|
|
172
172
|
}
|
|
@@ -184,105 +184,41 @@
|
|
|
184
184
|
margin-top: 10px;
|
|
185
185
|
}
|
|
186
186
|
|
|
187
|
-
[data-v-
|
|
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-table[data-v-e27c4c1e] {
|
|
195
|
+
margin-top: 10px;
|
|
196
196
|
}
|
|
197
|
-
.
|
|
198
|
-
margin
|
|
199
|
-
cursor: pointer;
|
|
197
|
+
.el-table + .el-alert[data-v-e27c4c1e] {
|
|
198
|
+
margin: 10px 0;
|
|
200
199
|
}
|
|
201
|
-
.
|
|
202
|
-
|
|
203
|
-
justify-content: flex-start;
|
|
204
|
-
align-items: center; /* 子元素在交叉轴(垂直方向)上居中对齐 */
|
|
200
|
+
.el-alert + .el-form-item[data-v-e27c4c1e] {
|
|
201
|
+
margin-top: 10px;
|
|
205
202
|
}
|
|
206
203
|
|
|
207
|
-
.el-alert + .el-
|
|
204
|
+
.el-alert + .el-form-item[data-v-32875028] {
|
|
208
205
|
margin-top: 10px;
|
|
209
206
|
}
|
|
210
|
-
.el-
|
|
207
|
+
.el-alert + .el-table[data-v-32875028] {
|
|
211
208
|
margin: 10px 0;
|
|
212
|
-
}
|
|
213
|
-
.el-alert + .el-form-item[data-v-d978e7dc] {
|
|
214
|
-
margin-top: 10px;
|
|
215
209
|
}
|
|
216
210
|
|
|
217
|
-
.
|
|
218
|
-
|
|
219
|
-
padding-right: 0 !important;
|
|
220
|
-
}
|
|
221
|
-
.serviceflow-attr-base-content[data-v-8bad091d] {
|
|
222
|
-
background: #ffffff;
|
|
223
|
-
box-shadow: 1px 0px 10px 0px rgba(0, 0, 0, 0.05);
|
|
224
|
-
height: 100%;
|
|
225
|
-
padding-left: 10px;
|
|
226
|
-
padding-right: 10px;
|
|
227
|
-
overflow: auto;
|
|
228
|
-
}
|
|
229
|
-
.serviceflow-attr-item[data-v-8bad091d] {
|
|
230
|
-
margin-bottom: 8px;
|
|
231
|
-
}
|
|
232
|
-
.serviceflow-attr-group-header > button[data-v-8bad091d] {
|
|
233
|
-
background: #f5f6f8;
|
|
234
|
-
padding-left: 10px;
|
|
235
|
-
font-size: 14px;
|
|
236
|
-
height: 42px;
|
|
237
|
-
}
|
|
238
|
-
.serviceflow-attr-content[data-v-8bad091d] {
|
|
239
|
-
background: #ffffff;
|
|
240
|
-
box-shadow: 1px 0px 10px 0px rgba(0, 0, 0, 0.05);
|
|
241
|
-
height: 100%;
|
|
242
|
-
padding-left: 10px;
|
|
243
|
-
padding-right: 10px;
|
|
244
|
-
overflow: auto;
|
|
245
|
-
position: relative;
|
|
246
|
-
}
|
|
247
|
-
.serviceflow-attr-header-search[data-v-8bad091d] {
|
|
248
|
-
margin-top: 16px;
|
|
249
|
-
}
|
|
250
|
-
.serviceflow-attr-header-select[data-v-8bad091d] {
|
|
251
|
-
width: 90px;
|
|
252
|
-
height: 36px;
|
|
253
|
-
}
|
|
254
|
-
.serviceflow-page-param-row[data-v-8bad091d] {
|
|
255
|
-
height: 34px;
|
|
256
|
-
}
|
|
257
|
-
.el-table__cell > .cell[data-v-8bad091d] {
|
|
258
|
-
white-space: nowrap !important;
|
|
259
|
-
}
|
|
260
|
-
.serviceflow-item[data-v-8bad091d] {
|
|
261
|
-
background: rgba(88, 147, 239, 0.06);
|
|
262
|
-
border: 1px dashed rgba(88, 147, 239, 0.06);
|
|
263
|
-
border-radius: 4px 4px 4px 4px;
|
|
264
|
-
text-align: center;
|
|
265
|
-
margin-top: 12px;
|
|
266
|
-
padding: 10px 5px 10px 5px;
|
|
267
|
-
font-size: 12px;
|
|
268
|
-
cursor: move;
|
|
269
|
-
height: 60px;
|
|
270
|
-
overflow: hidden;
|
|
271
|
-
box-sizing: border-box;
|
|
272
|
-
color: #333333;
|
|
273
|
-
text-overflow: ellipsis;
|
|
274
|
-
white-space: nowrap;
|
|
275
|
-
-webkit-user-select: none; /* Safari */
|
|
276
|
-
-moz-user-select: none; /* Firefox */
|
|
277
|
-
-ms-user-select: none; /* Internet Explorer/Edge */
|
|
278
|
-
user-select: none; /* 标准语法 */
|
|
211
|
+
.editorTool[data-v-684c1f08] {
|
|
212
|
+
margin-left: auto;
|
|
279
213
|
}
|
|
280
|
-
.
|
|
281
|
-
|
|
282
|
-
|
|
214
|
+
.editorOption[data-v-684c1f08] {
|
|
215
|
+
margin-right: 10px;
|
|
216
|
+
cursor: pointer;
|
|
283
217
|
}
|
|
284
|
-
.
|
|
285
|
-
|
|
218
|
+
.pppp[data-v-684c1f08] {
|
|
219
|
+
display: flex; /* 使用Flex布局 */
|
|
220
|
+
justify-content: flex-start;
|
|
221
|
+
align-items: center; /* 子元素在交叉轴(垂直方向)上居中对齐 */
|
|
286
222
|
}
|
|
287
223
|
|
|
288
224
|
.el-alert + .el-table[data-v-028fb838] {
|
|
@@ -299,49 +235,13 @@
|
|
|
299
235
|
margin-top: 10px;
|
|
300
236
|
}
|
|
301
237
|
|
|
302
|
-
[data-v-
|
|
303
|
-
cursor: pointer;
|
|
304
|
-
}
|
|
305
|
-
/** 右键菜单样式 */
|
|
306
|
-
.context-menu[data-v-286d914e] {
|
|
307
|
-
position: absolute;
|
|
308
|
-
background: #fff;
|
|
309
|
-
z-index: 999;
|
|
310
|
-
margin: 5;
|
|
311
|
-
padding: 8px 8px;
|
|
312
|
-
box-shadow: 0 5px 7px 1px rgba(0, 0, 0, 0.1);
|
|
313
|
-
border: 1px solid #bbbbbb;
|
|
314
|
-
border-radius: 10px;
|
|
315
|
-
font-size: 14px;
|
|
316
|
-
}
|
|
317
|
-
.context-menu li[data-v-286d914e] {
|
|
318
|
-
list-style-type: none;
|
|
319
|
-
min-width: 75px;
|
|
320
|
-
line-height: 28px;
|
|
321
|
-
text-align: left;
|
|
322
|
-
border-radius: 5px;
|
|
323
|
-
padding-left: 5px;
|
|
324
|
-
cursor: pointer;
|
|
325
|
-
}
|
|
326
|
-
.context-menu li[data-v-286d914e]:hover {
|
|
327
|
-
background: #0165e1;
|
|
328
|
-
color: #fff;
|
|
329
|
-
}
|
|
330
|
-
/** 右键菜单样式 */
|
|
331
|
-
.custom-tree-node[data-v-286d914e] {
|
|
332
|
-
font-size: 14px;
|
|
333
|
-
padding-right: 8px;
|
|
334
|
-
display: flex; /* 使用Flex布局 */
|
|
335
|
-
align-items: center; /* 子元素在交叉轴(垂直方向)上居中对齐 */
|
|
336
|
-
}
|
|
337
|
-
|
|
338
|
-
.el-alert + .el-table[data-v-e27c4c1e] {
|
|
238
|
+
.el-alert + .el-table[data-v-d978e7dc] {
|
|
339
239
|
margin-top: 10px;
|
|
340
240
|
}
|
|
341
|
-
.el-table + .el-alert[data-v-
|
|
241
|
+
.el-table + .el-alert[data-v-d978e7dc] {
|
|
342
242
|
margin: 10px 0;
|
|
343
243
|
}
|
|
344
|
-
.el-alert + .el-form-item[data-v-
|
|
244
|
+
.el-alert + .el-form-item[data-v-d978e7dc] {
|
|
345
245
|
margin-top: 10px;
|
|
346
246
|
}
|
|
347
247
|
|
|
@@ -351,6 +251,13 @@
|
|
|
351
251
|
.el-alert + .el-form-item[data-v-08737620] {
|
|
352
252
|
margin-top: 10px;
|
|
353
253
|
}
|
|
254
|
+
|
|
255
|
+
[data-v-6fdf85a5] .el-radio {
|
|
256
|
+
margin: 0;
|
|
257
|
+
}
|
|
258
|
+
.el-radio + .el-radio[data-v-6fdf85a5] {
|
|
259
|
+
margin-left: 10px;
|
|
260
|
+
}
|
|
354
261
|
.serviceflow-control-item[data-v-a2bd7452] {
|
|
355
262
|
top: -5px;
|
|
356
263
|
position: relative;
|
|
@@ -483,18 +390,9 @@
|
|
|
483
390
|
margin-left: 50px;
|
|
484
391
|
}
|
|
485
392
|
|
|
486
|
-
[data-v-
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
.el-radio + .el-radio[data-v-dac15197] {
|
|
490
|
-
margin-left: 10px;
|
|
491
|
-
}
|
|
492
|
-
|
|
493
|
-
.el-alert + .el-form-item[data-v-32875028] {
|
|
494
|
-
margin-top: 10px;
|
|
495
|
-
}
|
|
496
|
-
.el-alert + .el-table[data-v-32875028] {
|
|
497
|
-
margin: 10px 0;
|
|
393
|
+
.el-dialog__wrapper[data-v-7a4cbbaf] {
|
|
394
|
+
overflow: hidden !important;
|
|
395
|
+
padding-right: 0 !important;
|
|
498
396
|
}
|
|
499
397
|
|
|
500
398
|
.el-drawer__header {
|
|
@@ -506,7 +404,7 @@
|
|
|
506
404
|
[data-v-d5185214] .el-overlay {
|
|
507
405
|
position: static;
|
|
508
406
|
}
|
|
509
|
-
.serviceflow-nodeView[data-v-
|
|
407
|
+
.serviceflow-nodeView[data-v-96d149c1] {
|
|
510
408
|
box-sizing: border-box;
|
|
511
409
|
margin: 10px 10px;
|
|
512
410
|
width: 180px;
|
|
@@ -515,7 +413,7 @@
|
|
|
515
413
|
border-radius: 2px 2px 2px 2px;
|
|
516
414
|
padding: 20px 10px;
|
|
517
415
|
}
|
|
518
|
-
.serviceflow-nodeTitle[data-v-
|
|
416
|
+
.serviceflow-nodeTitle[data-v-96d149c1] {
|
|
519
417
|
width: 90px;
|
|
520
418
|
height: 15px;
|
|
521
419
|
font-weight: 400;
|
|
@@ -531,7 +429,7 @@
|
|
|
531
429
|
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
532
430
|
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
533
431
|
}
|
|
534
|
-
.serviceflow-nodeContent[data-v-
|
|
432
|
+
.serviceflow-nodeContent[data-v-96d149c1] {
|
|
535
433
|
/* width: 100%; */
|
|
536
434
|
height: 15px;
|
|
537
435
|
font-weight: 400;
|
|
@@ -547,41 +445,175 @@
|
|
|
547
445
|
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
548
446
|
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
549
447
|
}
|
|
550
|
-
.serviceflow-nodeContent-desc[data-v-
|
|
448
|
+
.serviceflow-nodeContent-desc[data-v-96d149c1] {
|
|
551
449
|
}
|
|
552
|
-
.el-divider--horizontal[data-v-
|
|
450
|
+
.el-divider--horizontal[data-v-96d149c1] {
|
|
553
451
|
margin: 12px 0;
|
|
554
452
|
}
|
|
555
|
-
.serviceflow-nodeView[data-v-
|
|
453
|
+
.serviceflow-nodeView[data-v-96d149c1] {
|
|
556
454
|
border: 1px solid #5a90f9;
|
|
557
|
-
background: #eef3fe;
|
|
558
|
-
width: 180px;
|
|
559
|
-
min-height: 95px;
|
|
455
|
+
background: #eef3fe;
|
|
560
456
|
}
|
|
561
|
-
.serviceflow-
|
|
457
|
+
.serviceflow-nodeTitle[data-v-96d149c1] {
|
|
458
|
+
width: 80px;
|
|
562
459
|
}
|
|
563
460
|
|
|
564
|
-
|
|
565
|
-
|
|
566
|
-
|
|
567
|
-
|
|
461
|
+
[data-v-286d914e] .el-table__row {
|
|
462
|
+
cursor: pointer;
|
|
463
|
+
}
|
|
464
|
+
/** 右键菜单样式 */
|
|
465
|
+
.context-menu[data-v-286d914e] {
|
|
466
|
+
position: absolute;
|
|
467
|
+
background: #fff;
|
|
468
|
+
z-index: 999;
|
|
469
|
+
margin: 5;
|
|
470
|
+
padding: 8px 8px;
|
|
471
|
+
box-shadow: 0 5px 7px 1px rgba(0, 0, 0, 0.1);
|
|
472
|
+
border: 1px solid #bbbbbb;
|
|
473
|
+
border-radius: 10px;
|
|
474
|
+
font-size: 14px;
|
|
475
|
+
}
|
|
476
|
+
.context-menu li[data-v-286d914e] {
|
|
477
|
+
list-style-type: none;
|
|
478
|
+
min-width: 75px;
|
|
479
|
+
line-height: 28px;
|
|
480
|
+
text-align: left;
|
|
481
|
+
border-radius: 5px;
|
|
482
|
+
padding-left: 5px;
|
|
483
|
+
cursor: pointer;
|
|
484
|
+
}
|
|
485
|
+
.context-menu li[data-v-286d914e]:hover {
|
|
486
|
+
background: #0165e1;
|
|
487
|
+
color: #fff;
|
|
488
|
+
}
|
|
489
|
+
/** 右键菜单样式 */
|
|
490
|
+
.custom-tree-node[data-v-286d914e] {
|
|
491
|
+
font-size: 14px;
|
|
492
|
+
padding-right: 8px;
|
|
493
|
+
display: flex; /* 使用Flex布局 */
|
|
494
|
+
align-items: center; /* 子元素在交叉轴(垂直方向)上居中对齐 */
|
|
495
|
+
}
|
|
496
|
+
.serviceflow-nodeView[data-v-3c23a172] {
|
|
497
|
+
box-sizing: border-box;
|
|
498
|
+
margin: 10px 10px;
|
|
499
|
+
width: 180px;
|
|
500
|
+
height: 95px;
|
|
568
501
|
box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
|
|
569
|
-
border-radius: 2px 2px 2px 2px;
|
|
502
|
+
border-radius: 2px 2px 2px 2px;
|
|
503
|
+
padding: 20px 10px;
|
|
570
504
|
}
|
|
571
|
-
.
|
|
572
|
-
width:
|
|
505
|
+
.serviceflow-nodeTitle[data-v-3c23a172] {
|
|
506
|
+
width: 90px;
|
|
573
507
|
height: 15px;
|
|
574
508
|
font-weight: 400;
|
|
575
|
-
font-size:
|
|
509
|
+
font-size: 16px;
|
|
576
510
|
color: #333333;
|
|
577
511
|
line-height: 14px;
|
|
578
512
|
text-align: left;
|
|
579
513
|
font-style: normal;
|
|
580
514
|
text-transform: none;
|
|
581
|
-
padding:
|
|
582
|
-
|
|
515
|
+
padding: 0px 24px;
|
|
516
|
+
box-sizing: content-box;
|
|
517
|
+
white-space: nowrap; /* 确保文本在一行内显示 */
|
|
518
|
+
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
519
|
+
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
520
|
+
}
|
|
521
|
+
.serviceflow-nodeContent[data-v-3c23a172] {
|
|
522
|
+
/* width: 100%; */
|
|
523
|
+
height: 15px;
|
|
524
|
+
font-weight: 400;
|
|
525
|
+
font-size: 14px;
|
|
526
|
+
color: #666666;
|
|
527
|
+
line-height: 14px;
|
|
528
|
+
text-align: left;
|
|
529
|
+
font-style: normal;
|
|
530
|
+
text-transform: none;
|
|
531
|
+
padding: 0px 0px;
|
|
532
|
+
box-sizing: content-box;
|
|
533
|
+
white-space: nowrap; /* 确保文本在一行内显示 */
|
|
534
|
+
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
535
|
+
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
536
|
+
}
|
|
537
|
+
.serviceflow-nodeContent-desc[data-v-3c23a172] {
|
|
538
|
+
}
|
|
539
|
+
.el-divider--horizontal[data-v-3c23a172] {
|
|
540
|
+
margin: 12px 0;
|
|
541
|
+
}
|
|
542
|
+
.serviceflow-nodeView[data-v-3c23a172] {
|
|
543
|
+
border: 1px solid #5a90f9;
|
|
544
|
+
background: #eef3fe;
|
|
545
|
+
width: 180px;
|
|
546
|
+
min-height: 95px;
|
|
547
|
+
}
|
|
548
|
+
.serviceflow-nodeContent[data-v-3c23a172] {
|
|
583
549
|
}
|
|
584
|
-
.serviceflow-
|
|
550
|
+
.serviceflow-attr-base-content[data-v-8bad091d] {
|
|
551
|
+
background: #ffffff;
|
|
552
|
+
box-shadow: 1px 0px 10px 0px rgba(0, 0, 0, 0.05);
|
|
553
|
+
height: 100%;
|
|
554
|
+
padding-left: 10px;
|
|
555
|
+
padding-right: 10px;
|
|
556
|
+
overflow: auto;
|
|
557
|
+
}
|
|
558
|
+
.serviceflow-attr-item[data-v-8bad091d] {
|
|
559
|
+
margin-bottom: 8px;
|
|
560
|
+
}
|
|
561
|
+
.serviceflow-attr-group-header > button[data-v-8bad091d] {
|
|
562
|
+
background: #f5f6f8;
|
|
563
|
+
padding-left: 10px;
|
|
564
|
+
font-size: 14px;
|
|
565
|
+
height: 42px;
|
|
566
|
+
}
|
|
567
|
+
.serviceflow-attr-content[data-v-8bad091d] {
|
|
568
|
+
background: #ffffff;
|
|
569
|
+
box-shadow: 1px 0px 10px 0px rgba(0, 0, 0, 0.05);
|
|
570
|
+
height: 100%;
|
|
571
|
+
padding-left: 10px;
|
|
572
|
+
padding-right: 10px;
|
|
573
|
+
overflow: auto;
|
|
574
|
+
position: relative;
|
|
575
|
+
}
|
|
576
|
+
.serviceflow-attr-header-search[data-v-8bad091d] {
|
|
577
|
+
margin-top: 16px;
|
|
578
|
+
}
|
|
579
|
+
.serviceflow-attr-header-select[data-v-8bad091d] {
|
|
580
|
+
width: 90px;
|
|
581
|
+
height: 36px;
|
|
582
|
+
}
|
|
583
|
+
.serviceflow-page-param-row[data-v-8bad091d] {
|
|
584
|
+
height: 34px;
|
|
585
|
+
}
|
|
586
|
+
.el-table__cell > .cell[data-v-8bad091d] {
|
|
587
|
+
white-space: nowrap !important;
|
|
588
|
+
}
|
|
589
|
+
.serviceflow-item[data-v-8bad091d] {
|
|
590
|
+
background: rgba(88, 147, 239, 0.06);
|
|
591
|
+
border: 1px dashed rgba(88, 147, 239, 0.06);
|
|
592
|
+
border-radius: 4px 4px 4px 4px;
|
|
593
|
+
text-align: center;
|
|
594
|
+
margin-top: 12px;
|
|
595
|
+
padding: 10px 5px 10px 5px;
|
|
596
|
+
font-size: 12px;
|
|
597
|
+
cursor: move;
|
|
598
|
+
height: 60px;
|
|
599
|
+
overflow: hidden;
|
|
600
|
+
box-sizing: border-box;
|
|
601
|
+
color: #333333;
|
|
602
|
+
text-overflow: ellipsis;
|
|
603
|
+
white-space: nowrap;
|
|
604
|
+
-webkit-user-select: none; /* Safari */
|
|
605
|
+
-moz-user-select: none; /* Firefox */
|
|
606
|
+
-ms-user-select: none; /* Internet Explorer/Edge */
|
|
607
|
+
user-select: none; /* 标准语法 */
|
|
608
|
+
}
|
|
609
|
+
.serviceflow-item[data-v-8bad091d]:hover {
|
|
610
|
+
background: rgba(11, 45, 101, 0.105);
|
|
611
|
+
border: 1px dashed rgba(11, 45, 101, 0.227);
|
|
612
|
+
}
|
|
613
|
+
.amb-assembly-item-drag[data-v-8bad091d] {
|
|
614
|
+
opacity: 1 !important;
|
|
615
|
+
}
|
|
616
|
+
.serviceflow-nodeView[data-v-1ce8de44] {
|
|
585
617
|
box-sizing: border-box;
|
|
586
618
|
margin: 10px 10px;
|
|
587
619
|
width: 180px;
|
|
@@ -590,7 +622,7 @@
|
|
|
590
622
|
border-radius: 2px 2px 2px 2px;
|
|
591
623
|
padding: 20px 10px;
|
|
592
624
|
}
|
|
593
|
-
.serviceflow-nodeTitle[data-v-
|
|
625
|
+
.serviceflow-nodeTitle[data-v-1ce8de44] {
|
|
594
626
|
width: 90px;
|
|
595
627
|
height: 15px;
|
|
596
628
|
font-weight: 400;
|
|
@@ -606,35 +638,56 @@
|
|
|
606
638
|
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
607
639
|
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
608
640
|
}
|
|
609
|
-
.serviceflow-nodeContent[data-v-
|
|
610
|
-
/* width: 100%; */
|
|
641
|
+
.serviceflow-nodeContent[data-v-1ce8de44] {
|
|
642
|
+
/* width: 100%; */
|
|
643
|
+
height: 15px;
|
|
644
|
+
font-weight: 400;
|
|
645
|
+
font-size: 14px;
|
|
646
|
+
color: #666666;
|
|
647
|
+
line-height: 14px;
|
|
648
|
+
text-align: left;
|
|
649
|
+
font-style: normal;
|
|
650
|
+
text-transform: none;
|
|
651
|
+
padding: 0px 0px;
|
|
652
|
+
box-sizing: content-box;
|
|
653
|
+
white-space: nowrap; /* 确保文本在一行内显示 */
|
|
654
|
+
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
655
|
+
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
656
|
+
}
|
|
657
|
+
.serviceflow-nodeContent-desc[data-v-1ce8de44] {
|
|
658
|
+
}
|
|
659
|
+
.el-divider--horizontal[data-v-1ce8de44] {
|
|
660
|
+
margin: 12px 0;
|
|
661
|
+
}
|
|
662
|
+
.serviceflow-nodeView[data-v-1ce8de44] {
|
|
663
|
+
border: 1px solid #5a90f9;
|
|
664
|
+
background: #eef3fe;
|
|
665
|
+
width: 180px;
|
|
666
|
+
min-height: 95px;
|
|
667
|
+
}
|
|
668
|
+
.serviceflow-nodeContent[data-v-1ce8de44] {
|
|
669
|
+
}
|
|
670
|
+
|
|
671
|
+
.aaa[data-v-8bd72b80] {
|
|
672
|
+
width: 300px;
|
|
673
|
+
height: 200px;
|
|
674
|
+
background: #ffffff;
|
|
675
|
+
box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
|
|
676
|
+
border-radius: 2px 2px 2px 2px;
|
|
677
|
+
}
|
|
678
|
+
.content[data-v-8bd72b80] {
|
|
679
|
+
width: 28px;
|
|
611
680
|
height: 15px;
|
|
612
681
|
font-weight: 400;
|
|
613
682
|
font-size: 14px;
|
|
614
|
-
color: #
|
|
683
|
+
color: #333333;
|
|
615
684
|
line-height: 14px;
|
|
616
685
|
text-align: left;
|
|
617
686
|
font-style: normal;
|
|
618
687
|
text-transform: none;
|
|
619
|
-
padding: 0px
|
|
620
|
-
box-sizing: content-box;
|
|
621
|
-
white-space: nowrap; /* 确保文本在一行内显示 */
|
|
622
|
-
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
623
|
-
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
624
|
-
}
|
|
625
|
-
.serviceflow-nodeContent-desc[data-v-4d28d77b] {
|
|
626
|
-
}
|
|
627
|
-
.el-divider--horizontal[data-v-4d28d77b] {
|
|
628
|
-
margin: 12px 0;
|
|
629
|
-
}
|
|
630
|
-
.serviceflow-nodeView[data-v-4d28d77b] {
|
|
631
|
-
border: 1px solid #5a90f9;
|
|
632
|
-
background: #eef3fe;
|
|
633
|
-
}
|
|
634
|
-
.serviceflow-nodeTitle[data-v-4d28d77b] {
|
|
635
|
-
width: 80px;
|
|
688
|
+
padding: 5px 0px 4px 10px;
|
|
636
689
|
}
|
|
637
|
-
.serviceflow-nodeView[data-v-
|
|
690
|
+
.serviceflow-nodeView[data-v-91a913ff] {
|
|
638
691
|
box-sizing: border-box;
|
|
639
692
|
margin: 10px 10px;
|
|
640
693
|
width: 180px;
|
|
@@ -643,7 +696,7 @@
|
|
|
643
696
|
border-radius: 2px 2px 2px 2px;
|
|
644
697
|
padding: 20px 10px;
|
|
645
698
|
}
|
|
646
|
-
.serviceflow-nodeTitle[data-v-
|
|
699
|
+
.serviceflow-nodeTitle[data-v-91a913ff] {
|
|
647
700
|
width: 90px;
|
|
648
701
|
height: 15px;
|
|
649
702
|
font-weight: 400;
|
|
@@ -659,7 +712,7 @@
|
|
|
659
712
|
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
660
713
|
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
661
714
|
}
|
|
662
|
-
.serviceflow-nodeContent[data-v-
|
|
715
|
+
.serviceflow-nodeContent[data-v-91a913ff] {
|
|
663
716
|
/* width: 100%; */
|
|
664
717
|
height: 15px;
|
|
665
718
|
font-weight: 400;
|
|
@@ -675,20 +728,19 @@
|
|
|
675
728
|
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
676
729
|
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
677
730
|
}
|
|
678
|
-
.serviceflow-nodeContent-desc[data-v-
|
|
731
|
+
.serviceflow-nodeContent-desc[data-v-91a913ff] {
|
|
679
732
|
}
|
|
680
|
-
.el-divider--horizontal[data-v-
|
|
733
|
+
.el-divider--horizontal[data-v-91a913ff] {
|
|
681
734
|
margin: 12px 0;
|
|
682
735
|
}
|
|
683
|
-
.serviceflow-nodeView[data-v-
|
|
736
|
+
.serviceflow-nodeView[data-v-91a913ff] {
|
|
684
737
|
border: 1px solid #5a90f9;
|
|
685
|
-
background: #eef3fe;
|
|
686
|
-
width: 180px;
|
|
687
|
-
min-height: 95px;
|
|
738
|
+
background: #eef3fe;
|
|
688
739
|
}
|
|
689
|
-
.serviceflow-
|
|
740
|
+
.serviceflow-nodeTitle[data-v-91a913ff] {
|
|
741
|
+
width: 80px;
|
|
690
742
|
}
|
|
691
|
-
.serviceflow-nodeView[data-v-
|
|
743
|
+
.serviceflow-nodeView[data-v-08d9d211] {
|
|
692
744
|
box-sizing: border-box;
|
|
693
745
|
margin: 10px 10px;
|
|
694
746
|
width: 180px;
|
|
@@ -697,7 +749,7 @@
|
|
|
697
749
|
border-radius: 2px 2px 2px 2px;
|
|
698
750
|
padding: 20px 10px;
|
|
699
751
|
}
|
|
700
|
-
.serviceflow-nodeTitle[data-v-
|
|
752
|
+
.serviceflow-nodeTitle[data-v-08d9d211] {
|
|
701
753
|
width: 90px;
|
|
702
754
|
height: 15px;
|
|
703
755
|
font-weight: 400;
|
|
@@ -713,7 +765,7 @@
|
|
|
713
765
|
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
714
766
|
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
715
767
|
}
|
|
716
|
-
.serviceflow-nodeContent[data-v-
|
|
768
|
+
.serviceflow-nodeContent[data-v-08d9d211] {
|
|
717
769
|
/* width: 100%; */
|
|
718
770
|
height: 15px;
|
|
719
771
|
font-weight: 400;
|
|
@@ -729,19 +781,19 @@
|
|
|
729
781
|
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
730
782
|
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
731
783
|
}
|
|
732
|
-
.serviceflow-nodeContent-desc[data-v-
|
|
784
|
+
.serviceflow-nodeContent-desc[data-v-08d9d211] {
|
|
733
785
|
}
|
|
734
|
-
.el-divider--horizontal[data-v-
|
|
786
|
+
.el-divider--horizontal[data-v-08d9d211] {
|
|
735
787
|
margin: 12px 0;
|
|
736
788
|
}
|
|
737
|
-
.serviceflow-nodeView[data-v-
|
|
789
|
+
.serviceflow-nodeView[data-v-08d9d211] {
|
|
738
790
|
border: 1px solid #5a90f9;
|
|
739
791
|
background: #eef3fe;
|
|
740
792
|
}
|
|
741
|
-
.serviceflow-nodeTitle[data-v-
|
|
793
|
+
.serviceflow-nodeTitle[data-v-08d9d211] {
|
|
742
794
|
width: 80px;
|
|
743
795
|
}
|
|
744
|
-
.serviceflow-nodeView[data-v-
|
|
796
|
+
.serviceflow-nodeView[data-v-1519c141] {
|
|
745
797
|
box-sizing: border-box;
|
|
746
798
|
margin: 10px 10px;
|
|
747
799
|
width: 180px;
|
|
@@ -750,7 +802,7 @@
|
|
|
750
802
|
border-radius: 2px 2px 2px 2px;
|
|
751
803
|
padding: 20px 10px;
|
|
752
804
|
}
|
|
753
|
-
.serviceflow-nodeTitle[data-v-
|
|
805
|
+
.serviceflow-nodeTitle[data-v-1519c141] {
|
|
754
806
|
width: 90px;
|
|
755
807
|
height: 15px;
|
|
756
808
|
font-weight: 400;
|
|
@@ -766,7 +818,7 @@
|
|
|
766
818
|
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
767
819
|
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
768
820
|
}
|
|
769
|
-
.serviceflow-nodeContent[data-v-
|
|
821
|
+
.serviceflow-nodeContent[data-v-1519c141] {
|
|
770
822
|
/* width: 100%; */
|
|
771
823
|
height: 15px;
|
|
772
824
|
font-weight: 400;
|
|
@@ -782,19 +834,19 @@
|
|
|
782
834
|
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
783
835
|
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
784
836
|
}
|
|
785
|
-
.serviceflow-nodeContent-desc[data-v-
|
|
837
|
+
.serviceflow-nodeContent-desc[data-v-1519c141] {
|
|
786
838
|
}
|
|
787
|
-
.el-divider--horizontal[data-v-
|
|
839
|
+
.el-divider--horizontal[data-v-1519c141] {
|
|
788
840
|
margin: 12px 0;
|
|
789
841
|
}
|
|
790
|
-
.serviceflow-nodeView[data-v-
|
|
842
|
+
.serviceflow-nodeView[data-v-1519c141] {
|
|
791
843
|
border: 1px solid #5a90f9;
|
|
792
844
|
background: #eef3fe;
|
|
793
845
|
}
|
|
794
|
-
.serviceflow-nodeTitle[data-v-
|
|
846
|
+
.serviceflow-nodeTitle[data-v-1519c141] {
|
|
795
847
|
width: 80px;
|
|
796
848
|
}
|
|
797
|
-
.serviceflow-nodeView[data-v-
|
|
849
|
+
.serviceflow-nodeView[data-v-4d28d77b] {
|
|
798
850
|
box-sizing: border-box;
|
|
799
851
|
margin: 10px 10px;
|
|
800
852
|
width: 180px;
|
|
@@ -803,7 +855,7 @@
|
|
|
803
855
|
border-radius: 2px 2px 2px 2px;
|
|
804
856
|
padding: 20px 10px;
|
|
805
857
|
}
|
|
806
|
-
.serviceflow-nodeTitle[data-v-
|
|
858
|
+
.serviceflow-nodeTitle[data-v-4d28d77b] {
|
|
807
859
|
width: 90px;
|
|
808
860
|
height: 15px;
|
|
809
861
|
font-weight: 400;
|
|
@@ -819,7 +871,7 @@
|
|
|
819
871
|
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
820
872
|
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
821
873
|
}
|
|
822
|
-
.serviceflow-nodeContent[data-v-
|
|
874
|
+
.serviceflow-nodeContent[data-v-4d28d77b] {
|
|
823
875
|
/* width: 100%; */
|
|
824
876
|
height: 15px;
|
|
825
877
|
font-weight: 400;
|
|
@@ -835,16 +887,16 @@
|
|
|
835
887
|
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
836
888
|
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
837
889
|
}
|
|
838
|
-
.serviceflow-nodeContent-desc[data-v-
|
|
890
|
+
.serviceflow-nodeContent-desc[data-v-4d28d77b] {
|
|
839
891
|
}
|
|
840
|
-
.el-divider--horizontal[data-v-
|
|
892
|
+
.el-divider--horizontal[data-v-4d28d77b] {
|
|
841
893
|
margin: 12px 0;
|
|
842
894
|
}
|
|
843
|
-
.serviceflow-nodeView[data-v-
|
|
895
|
+
.serviceflow-nodeView[data-v-4d28d77b] {
|
|
844
896
|
border: 1px solid #5a90f9;
|
|
845
897
|
background: #eef3fe;
|
|
846
898
|
}
|
|
847
|
-
.serviceflow-nodeTitle[data-v-
|
|
899
|
+
.serviceflow-nodeTitle[data-v-4d28d77b] {
|
|
848
900
|
width: 80px;
|
|
849
901
|
}
|
|
850
902
|
|
|
@@ -868,7 +920,7 @@
|
|
|
868
920
|
padding: 5px 0px 4px 10px;
|
|
869
921
|
box-sizing: content-box;
|
|
870
922
|
}
|
|
871
|
-
.serviceflow-nodeView[data-v-
|
|
923
|
+
.serviceflow-nodeView[data-v-42ce3f17] {
|
|
872
924
|
box-sizing: border-box;
|
|
873
925
|
margin: 10px 10px;
|
|
874
926
|
width: 180px;
|
|
@@ -877,7 +929,7 @@
|
|
|
877
929
|
border-radius: 2px 2px 2px 2px;
|
|
878
930
|
padding: 20px 10px;
|
|
879
931
|
}
|
|
880
|
-
.serviceflow-nodeTitle[data-v-
|
|
932
|
+
.serviceflow-nodeTitle[data-v-42ce3f17] {
|
|
881
933
|
width: 90px;
|
|
882
934
|
height: 15px;
|
|
883
935
|
font-weight: 400;
|
|
@@ -893,7 +945,7 @@
|
|
|
893
945
|
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
894
946
|
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
895
947
|
}
|
|
896
|
-
.serviceflow-nodeContent[data-v-
|
|
948
|
+
.serviceflow-nodeContent[data-v-42ce3f17] {
|
|
897
949
|
/* width: 100%; */
|
|
898
950
|
height: 15px;
|
|
899
951
|
font-weight: 400;
|
|
@@ -909,19 +961,19 @@
|
|
|
909
961
|
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
910
962
|
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
911
963
|
}
|
|
912
|
-
.serviceflow-nodeContent-desc[data-v-
|
|
964
|
+
.serviceflow-nodeContent-desc[data-v-42ce3f17] {
|
|
913
965
|
}
|
|
914
|
-
.el-divider--horizontal[data-v-
|
|
966
|
+
.el-divider--horizontal[data-v-42ce3f17] {
|
|
915
967
|
margin: 12px 0;
|
|
916
968
|
}
|
|
917
|
-
.serviceflow-nodeView[data-v-
|
|
969
|
+
.serviceflow-nodeView[data-v-42ce3f17] {
|
|
918
970
|
border: 1px solid #5a90f9;
|
|
919
971
|
background: #eef3fe;
|
|
920
972
|
}
|
|
921
|
-
.serviceflow-nodeTitle[data-v-
|
|
973
|
+
.serviceflow-nodeTitle[data-v-42ce3f17] {
|
|
922
974
|
width: 80px;
|
|
923
975
|
}
|
|
924
|
-
.serviceflow-nodeView[data-v-
|
|
976
|
+
.serviceflow-nodeView[data-v-b04d3f8b] {
|
|
925
977
|
box-sizing: border-box;
|
|
926
978
|
margin: 10px 10px;
|
|
927
979
|
width: 180px;
|
|
@@ -930,7 +982,7 @@
|
|
|
930
982
|
border-radius: 2px 2px 2px 2px;
|
|
931
983
|
padding: 20px 10px;
|
|
932
984
|
}
|
|
933
|
-
.serviceflow-nodeTitle[data-v-
|
|
985
|
+
.serviceflow-nodeTitle[data-v-b04d3f8b] {
|
|
934
986
|
width: 90px;
|
|
935
987
|
height: 15px;
|
|
936
988
|
font-weight: 400;
|
|
@@ -946,7 +998,7 @@
|
|
|
946
998
|
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
947
999
|
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
948
1000
|
}
|
|
949
|
-
.serviceflow-nodeContent[data-v-
|
|
1001
|
+
.serviceflow-nodeContent[data-v-b04d3f8b] {
|
|
950
1002
|
/* width: 100%; */
|
|
951
1003
|
height: 15px;
|
|
952
1004
|
font-weight: 400;
|
|
@@ -962,39 +1014,19 @@
|
|
|
962
1014
|
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
963
1015
|
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
964
1016
|
}
|
|
965
|
-
.serviceflow-nodeContent-desc[data-v-
|
|
1017
|
+
.serviceflow-nodeContent-desc[data-v-b04d3f8b] {
|
|
966
1018
|
}
|
|
967
|
-
.el-divider--horizontal[data-v-
|
|
1019
|
+
.el-divider--horizontal[data-v-b04d3f8b] {
|
|
968
1020
|
margin: 12px 0;
|
|
969
1021
|
}
|
|
970
|
-
.serviceflow-nodeView[data-v-
|
|
1022
|
+
.serviceflow-nodeView[data-v-b04d3f8b] {
|
|
971
1023
|
border: 1px solid #5a90f9;
|
|
972
1024
|
background: #eef3fe;
|
|
973
1025
|
}
|
|
974
|
-
.serviceflow-nodeTitle[data-v-
|
|
1026
|
+
.serviceflow-nodeTitle[data-v-b04d3f8b] {
|
|
975
1027
|
width: 80px;
|
|
976
1028
|
}
|
|
977
|
-
|
|
978
|
-
.aaa[data-v-8bd72b80] {
|
|
979
|
-
width: 300px;
|
|
980
|
-
height: 200px;
|
|
981
|
-
background: #ffffff;
|
|
982
|
-
box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
|
|
983
|
-
border-radius: 2px 2px 2px 2px;
|
|
984
|
-
}
|
|
985
|
-
.content[data-v-8bd72b80] {
|
|
986
|
-
width: 28px;
|
|
987
|
-
height: 15px;
|
|
988
|
-
font-weight: 400;
|
|
989
|
-
font-size: 14px;
|
|
990
|
-
color: #333333;
|
|
991
|
-
line-height: 14px;
|
|
992
|
-
text-align: left;
|
|
993
|
-
font-style: normal;
|
|
994
|
-
text-transform: none;
|
|
995
|
-
padding: 5px 0px 4px 10px;
|
|
996
|
-
}
|
|
997
|
-
.serviceflow-nodeView[data-v-96d149c1] {
|
|
1029
|
+
.serviceflow-nodeView[data-v-23f1c97b] {
|
|
998
1030
|
box-sizing: border-box;
|
|
999
1031
|
margin: 10px 10px;
|
|
1000
1032
|
width: 180px;
|
|
@@ -1003,7 +1035,7 @@
|
|
|
1003
1035
|
border-radius: 2px 2px 2px 2px;
|
|
1004
1036
|
padding: 20px 10px;
|
|
1005
1037
|
}
|
|
1006
|
-
.serviceflow-nodeTitle[data-v-
|
|
1038
|
+
.serviceflow-nodeTitle[data-v-23f1c97b] {
|
|
1007
1039
|
width: 90px;
|
|
1008
1040
|
height: 15px;
|
|
1009
1041
|
font-weight: 400;
|
|
@@ -1019,7 +1051,7 @@
|
|
|
1019
1051
|
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
1020
1052
|
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
1021
1053
|
}
|
|
1022
|
-
.serviceflow-nodeContent[data-v-
|
|
1054
|
+
.serviceflow-nodeContent[data-v-23f1c97b] {
|
|
1023
1055
|
/* width: 100%; */
|
|
1024
1056
|
height: 15px;
|
|
1025
1057
|
font-weight: 400;
|
|
@@ -1035,19 +1067,19 @@
|
|
|
1035
1067
|
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
1036
1068
|
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
1037
1069
|
}
|
|
1038
|
-
.serviceflow-nodeContent-desc[data-v-
|
|
1070
|
+
.serviceflow-nodeContent-desc[data-v-23f1c97b] {
|
|
1039
1071
|
}
|
|
1040
|
-
.el-divider--horizontal[data-v-
|
|
1072
|
+
.el-divider--horizontal[data-v-23f1c97b] {
|
|
1041
1073
|
margin: 12px 0;
|
|
1042
1074
|
}
|
|
1043
|
-
.serviceflow-nodeView[data-v-
|
|
1075
|
+
.serviceflow-nodeView[data-v-23f1c97b] {
|
|
1044
1076
|
border: 1px solid #5a90f9;
|
|
1045
1077
|
background: #eef3fe;
|
|
1046
1078
|
}
|
|
1047
|
-
.serviceflow-nodeTitle[data-v-
|
|
1079
|
+
.serviceflow-nodeTitle[data-v-23f1c97b] {
|
|
1048
1080
|
width: 80px;
|
|
1049
1081
|
}
|
|
1050
|
-
.serviceflow-nodeView[data-v-
|
|
1082
|
+
.serviceflow-nodeView[data-v-418f1558] {
|
|
1051
1083
|
box-sizing: border-box;
|
|
1052
1084
|
margin: 10px 10px;
|
|
1053
1085
|
width: 180px;
|
|
@@ -1056,7 +1088,7 @@
|
|
|
1056
1088
|
border-radius: 2px 2px 2px 2px;
|
|
1057
1089
|
padding: 20px 10px;
|
|
1058
1090
|
}
|
|
1059
|
-
.serviceflow-nodeTitle[data-v-
|
|
1091
|
+
.serviceflow-nodeTitle[data-v-418f1558] {
|
|
1060
1092
|
width: 90px;
|
|
1061
1093
|
height: 15px;
|
|
1062
1094
|
font-weight: 400;
|
|
@@ -1072,7 +1104,7 @@
|
|
|
1072
1104
|
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
1073
1105
|
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
1074
1106
|
}
|
|
1075
|
-
.serviceflow-nodeContent[data-v-
|
|
1107
|
+
.serviceflow-nodeContent[data-v-418f1558] {
|
|
1076
1108
|
/* width: 100%; */
|
|
1077
1109
|
height: 15px;
|
|
1078
1110
|
font-weight: 400;
|
|
@@ -1088,20 +1120,20 @@
|
|
|
1088
1120
|
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
1089
1121
|
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
1090
1122
|
}
|
|
1091
|
-
.serviceflow-nodeContent-desc[data-v-
|
|
1123
|
+
.serviceflow-nodeContent-desc[data-v-418f1558] {
|
|
1092
1124
|
}
|
|
1093
|
-
.el-divider--horizontal[data-v-
|
|
1125
|
+
.el-divider--horizontal[data-v-418f1558] {
|
|
1094
1126
|
margin: 12px 0;
|
|
1095
1127
|
}
|
|
1096
|
-
.serviceflow-nodeView[data-v-
|
|
1128
|
+
.serviceflow-nodeView[data-v-418f1558] {
|
|
1097
1129
|
border: 1px solid #5a90f9;
|
|
1098
1130
|
background: #eef3fe;
|
|
1099
1131
|
width: 180px;
|
|
1100
1132
|
min-height: 95px;
|
|
1101
1133
|
}
|
|
1102
|
-
.serviceflow-nodeContent[data-v-
|
|
1134
|
+
.serviceflow-nodeContent[data-v-418f1558] {
|
|
1103
1135
|
}
|
|
1104
|
-
.serviceflow-nodeView[data-v-
|
|
1136
|
+
.serviceflow-nodeView[data-v-6b34f36c] {
|
|
1105
1137
|
box-sizing: border-box;
|
|
1106
1138
|
margin: 10px 10px;
|
|
1107
1139
|
width: 180px;
|
|
@@ -1110,7 +1142,7 @@
|
|
|
1110
1142
|
border-radius: 2px 2px 2px 2px;
|
|
1111
1143
|
padding: 20px 10px;
|
|
1112
1144
|
}
|
|
1113
|
-
.serviceflow-nodeTitle[data-v-
|
|
1145
|
+
.serviceflow-nodeTitle[data-v-6b34f36c] {
|
|
1114
1146
|
width: 90px;
|
|
1115
1147
|
height: 15px;
|
|
1116
1148
|
font-weight: 400;
|
|
@@ -1126,7 +1158,7 @@
|
|
|
1126
1158
|
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
1127
1159
|
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
1128
1160
|
}
|
|
1129
|
-
.serviceflow-nodeContent[data-v-
|
|
1161
|
+
.serviceflow-nodeContent[data-v-6b34f36c] {
|
|
1130
1162
|
/* width: 100%; */
|
|
1131
1163
|
height: 15px;
|
|
1132
1164
|
font-weight: 400;
|
|
@@ -1142,19 +1174,19 @@
|
|
|
1142
1174
|
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
1143
1175
|
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
1144
1176
|
}
|
|
1145
|
-
.serviceflow-nodeContent-desc[data-v-
|
|
1177
|
+
.serviceflow-nodeContent-desc[data-v-6b34f36c] {
|
|
1146
1178
|
}
|
|
1147
|
-
.el-divider--horizontal[data-v-
|
|
1179
|
+
.el-divider--horizontal[data-v-6b34f36c] {
|
|
1148
1180
|
margin: 12px 0;
|
|
1149
1181
|
}
|
|
1150
|
-
.serviceflow-nodeView[data-v-
|
|
1182
|
+
.serviceflow-nodeView[data-v-6b34f36c] {
|
|
1151
1183
|
border: 1px solid #5a90f9;
|
|
1152
1184
|
background: #eef3fe;
|
|
1153
1185
|
}
|
|
1154
|
-
.serviceflow-nodeTitle[data-v-
|
|
1186
|
+
.serviceflow-nodeTitle[data-v-6b34f36c] {
|
|
1155
1187
|
width: 80px;
|
|
1156
1188
|
}
|
|
1157
|
-
.serviceflow-nodeView[data-v-
|
|
1189
|
+
.serviceflow-nodeView[data-v-9770119b] {
|
|
1158
1190
|
box-sizing: border-box;
|
|
1159
1191
|
margin: 10px 10px;
|
|
1160
1192
|
width: 180px;
|
|
@@ -1163,7 +1195,7 @@
|
|
|
1163
1195
|
border-radius: 2px 2px 2px 2px;
|
|
1164
1196
|
padding: 20px 10px;
|
|
1165
1197
|
}
|
|
1166
|
-
.serviceflow-nodeTitle[data-v-
|
|
1198
|
+
.serviceflow-nodeTitle[data-v-9770119b] {
|
|
1167
1199
|
width: 90px;
|
|
1168
1200
|
height: 15px;
|
|
1169
1201
|
font-weight: 400;
|
|
@@ -1179,7 +1211,7 @@
|
|
|
1179
1211
|
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
1180
1212
|
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
1181
1213
|
}
|
|
1182
|
-
.serviceflow-nodeContent[data-v-
|
|
1214
|
+
.serviceflow-nodeContent[data-v-9770119b] {
|
|
1183
1215
|
/* width: 100%; */
|
|
1184
1216
|
height: 15px;
|
|
1185
1217
|
font-weight: 400;
|
|
@@ -1195,70 +1227,38 @@
|
|
|
1195
1227
|
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
1196
1228
|
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
1197
1229
|
}
|
|
1198
|
-
.serviceflow-nodeContent-desc[data-v-
|
|
1230
|
+
.serviceflow-nodeContent-desc[data-v-9770119b] {
|
|
1199
1231
|
}
|
|
1200
|
-
.el-divider--horizontal[data-v-
|
|
1232
|
+
.el-divider--horizontal[data-v-9770119b] {
|
|
1201
1233
|
margin: 12px 0;
|
|
1202
1234
|
}
|
|
1203
|
-
.serviceflow-nodeView[data-v-
|
|
1235
|
+
.serviceflow-nodeView[data-v-9770119b] {
|
|
1204
1236
|
border: 1px solid #5a90f9;
|
|
1205
1237
|
background: #eef3fe;
|
|
1206
1238
|
}
|
|
1207
|
-
.serviceflow-nodeTitle[data-v-
|
|
1239
|
+
.serviceflow-nodeTitle[data-v-9770119b] {
|
|
1208
1240
|
width: 80px;
|
|
1209
1241
|
}
|
|
1210
|
-
|
|
1211
|
-
|
|
1212
|
-
|
|
1213
|
-
|
|
1214
|
-
|
|
1242
|
+
|
|
1243
|
+
.node-content[data-v-117d4091] {
|
|
1244
|
+
width: 120px;
|
|
1245
|
+
height: 44px;
|
|
1246
|
+
background: #ffffff;
|
|
1215
1247
|
box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
|
|
1216
|
-
border-radius: 2px 2px 2px 2px;
|
|
1217
|
-
padding: 20px 10px;
|
|
1218
|
-
}
|
|
1219
|
-
.serviceflow-nodeTitle[data-v-9770119b] {
|
|
1220
|
-
width: 90px;
|
|
1221
|
-
height: 15px;
|
|
1222
|
-
font-weight: 400;
|
|
1223
|
-
font-size: 16px;
|
|
1224
|
-
color: #333333;
|
|
1225
|
-
line-height: 14px;
|
|
1226
|
-
text-align: left;
|
|
1227
|
-
font-style: normal;
|
|
1228
|
-
text-transform: none;
|
|
1229
|
-
padding: 0px 24px;
|
|
1230
|
-
box-sizing: content-box;
|
|
1231
|
-
white-space: nowrap; /* 确保文本在一行内显示 */
|
|
1232
|
-
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
1233
|
-
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
1248
|
+
border-radius: 2px 2px 2px 2px;
|
|
1234
1249
|
}
|
|
1235
|
-
.
|
|
1236
|
-
|
|
1250
|
+
.content[data-v-117d4091] {
|
|
1251
|
+
width: 28px;
|
|
1237
1252
|
height: 15px;
|
|
1238
1253
|
font-weight: 400;
|
|
1239
1254
|
font-size: 14px;
|
|
1240
|
-
color: #
|
|
1255
|
+
color: #333333;
|
|
1241
1256
|
line-height: 14px;
|
|
1242
1257
|
text-align: left;
|
|
1243
1258
|
font-style: normal;
|
|
1244
1259
|
text-transform: none;
|
|
1245
|
-
padding: 0px
|
|
1246
|
-
box-sizing: content-box;
|
|
1247
|
-
white-space: nowrap; /* 确保文本在一行内显示 */
|
|
1248
|
-
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
1249
|
-
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
1250
|
-
}
|
|
1251
|
-
.serviceflow-nodeContent-desc[data-v-9770119b] {
|
|
1252
|
-
}
|
|
1253
|
-
.el-divider--horizontal[data-v-9770119b] {
|
|
1254
|
-
margin: 12px 0;
|
|
1255
|
-
}
|
|
1256
|
-
.serviceflow-nodeView[data-v-9770119b] {
|
|
1257
|
-
border: 1px solid #5a90f9;
|
|
1258
|
-
background: #eef3fe;
|
|
1259
|
-
}
|
|
1260
|
-
.serviceflow-nodeTitle[data-v-9770119b] {
|
|
1261
|
-
width: 80px;
|
|
1260
|
+
padding: 5px 0px 4px 10px;
|
|
1261
|
+
box-sizing: content-box;
|
|
1262
1262
|
}
|
|
1263
1263
|
|
|
1264
1264
|
.el-select + .el-input[data-v-b53b2895] {
|
|
@@ -1271,10 +1271,6 @@
|
|
|
1271
1271
|
margin-left: 10px;
|
|
1272
1272
|
}
|
|
1273
1273
|
|
|
1274
|
-
.el-radio[data-v-1bbd6187] {
|
|
1275
|
-
margin-right: 10px;
|
|
1276
|
-
}
|
|
1277
|
-
|
|
1278
1274
|
.el-select + .el-input[data-v-7fcf8a84] {
|
|
1279
1275
|
margin-left: 10px;
|
|
1280
1276
|
}
|
|
@@ -1285,6 +1281,10 @@
|
|
|
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
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "service-flow-designer",
|
|
3
|
-
"version": "2.1.
|
|
3
|
+
"version": "2.1.39",
|
|
4
4
|
"description": "AgileBuilder Service Flow Designer",
|
|
5
5
|
"license": "ISC",
|
|
6
6
|
"main": "dist/es/index.js",
|
|
@@ -61,9 +61,10 @@
|
|
|
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.76",
|
|
65
65
|
"codemirror": "^6.0.1",
|
|
66
66
|
"nprogress": "^0.2.0",
|
|
67
|
+
"pinia": "^2.1.7",
|
|
67
68
|
"quill": "^2.0.2",
|
|
68
69
|
"quill-delta": "5.1.0",
|
|
69
70
|
"uuid": "^8.2.0"
|