service-flow-designer 2.0.77 → 2.0.81
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 +300 -300
- package/package.json +2 -2
package/dist/es/style.css
CHANGED
|
@@ -182,78 +182,12 @@
|
|
|
182
182
|
.el-alert + .el-form-item[data-v-a158f309] {
|
|
183
183
|
margin-top: 10px;
|
|
184
184
|
}
|
|
185
|
-
.amb-design-attr-base-content[data-v-ce167986] {
|
|
186
|
-
background: #ffffff;
|
|
187
|
-
box-shadow: 1px 0px 10px 0px rgba(0, 0, 0, 0.05);
|
|
188
|
-
height: 100%;
|
|
189
|
-
padding-left: 10px;
|
|
190
|
-
padding-right: 10px;
|
|
191
|
-
overflow: auto;
|
|
192
|
-
}
|
|
193
|
-
.amb-design-attr-item[data-v-ce167986] {
|
|
194
|
-
margin-bottom: 8px;
|
|
195
|
-
}
|
|
196
|
-
.amb-design-attr-group-header > button[data-v-ce167986] {
|
|
197
|
-
background: #f5f6f8;
|
|
198
|
-
padding-left: 10px;
|
|
199
|
-
font-size: 14px;
|
|
200
|
-
height: 42px;
|
|
201
|
-
}
|
|
202
|
-
.amb-design-attr-content[data-v-ce167986] {
|
|
203
|
-
background: #ffffff;
|
|
204
|
-
box-shadow: 1px 0px 10px 0px rgba(0, 0, 0, 0.05);
|
|
205
|
-
height: 100%;
|
|
206
|
-
padding-left: 10px;
|
|
207
|
-
padding-right: 10px;
|
|
208
|
-
overflow: auto;
|
|
209
|
-
position: relative;
|
|
210
|
-
}
|
|
211
|
-
.amb-design-attr-header-search[data-v-ce167986] {
|
|
212
|
-
margin-top: 16px;
|
|
213
|
-
}
|
|
214
|
-
.amb-design-attr-header-select[data-v-ce167986] {
|
|
215
|
-
width: 90px;
|
|
216
|
-
height: 36px;
|
|
217
|
-
}
|
|
218
|
-
.amb-design-page-param-row[data-v-ce167986] {
|
|
219
|
-
height: 34px;
|
|
220
|
-
}
|
|
221
|
-
.el-table__cell > .cell[data-v-ce167986] {
|
|
222
|
-
white-space: nowrap !important;
|
|
223
|
-
}
|
|
224
|
-
.serviceflow-item[data-v-ce167986] {
|
|
225
|
-
background: rgba(88, 147, 239, 0.06);
|
|
226
|
-
border: 1px dashed rgba(88, 147, 239, 0.06);
|
|
227
|
-
border-radius: 4px 4px 4px 4px;
|
|
228
|
-
text-align: center;
|
|
229
|
-
margin-top: 12px;
|
|
230
|
-
padding: 10px 5px 10px 5px;
|
|
231
|
-
font-size: 12px;
|
|
232
|
-
cursor: move;
|
|
233
|
-
height: 60px;
|
|
234
|
-
overflow: hidden;
|
|
235
|
-
box-sizing: border-box;
|
|
236
|
-
color: #333333;
|
|
237
|
-
text-overflow: ellipsis;
|
|
238
|
-
white-space: nowrap;
|
|
239
|
-
-webkit-user-select: none; /* Safari */
|
|
240
|
-
-moz-user-select: none; /* Firefox */
|
|
241
|
-
-ms-user-select: none; /* Internet Explorer/Edge */
|
|
242
|
-
user-select: none; /* 标准语法 */
|
|
243
|
-
}
|
|
244
|
-
.serviceflow-item[data-v-ce167986]:hover {
|
|
245
|
-
background: rgba(11, 45, 101, 0.105);
|
|
246
|
-
border: 1px dashed rgba(11, 45, 101, 0.227);
|
|
247
|
-
}
|
|
248
|
-
.amb-assembly-item-drag[data-v-ce167986] {
|
|
249
|
-
opacity: 1 !important;
|
|
250
|
-
}
|
|
251
185
|
|
|
252
|
-
|
|
253
|
-
margin
|
|
186
|
+
[data-v-65e38bfb] .el-radio {
|
|
187
|
+
margin: 0;
|
|
254
188
|
}
|
|
255
|
-
.el-
|
|
256
|
-
margin: 10px
|
|
189
|
+
.el-radio + .el-radio[data-v-65e38bfb] {
|
|
190
|
+
margin-left: 10px;
|
|
257
191
|
}
|
|
258
192
|
|
|
259
193
|
[data-v-286d914e] .el-table__row {
|
|
@@ -292,6 +226,16 @@
|
|
|
292
226
|
align-items: center; /* 子元素在交叉轴(垂直方向)上居中对齐 */
|
|
293
227
|
}
|
|
294
228
|
|
|
229
|
+
.el-alert + .el-table[data-v-e27c4c1e] {
|
|
230
|
+
margin-top: 10px;
|
|
231
|
+
}
|
|
232
|
+
.el-table + .el-alert[data-v-e27c4c1e] {
|
|
233
|
+
margin: 10px 0;
|
|
234
|
+
}
|
|
235
|
+
.el-alert + .el-form-item[data-v-e27c4c1e] {
|
|
236
|
+
margin-top: 10px;
|
|
237
|
+
}
|
|
238
|
+
|
|
295
239
|
.el-alert + .el-table[data-v-82e0dfef] {
|
|
296
240
|
margin-top: 10px;
|
|
297
241
|
}
|
|
@@ -299,10 +243,10 @@
|
|
|
299
243
|
margin-top: 10px;
|
|
300
244
|
}
|
|
301
245
|
|
|
302
|
-
[data-v-
|
|
246
|
+
[data-v-808a13e1] .el-radio {
|
|
303
247
|
margin: 0;
|
|
304
248
|
}
|
|
305
|
-
.el-radio + .el-radio[data-v-
|
|
249
|
+
.el-radio + .el-radio[data-v-808a13e1] {
|
|
306
250
|
margin-left: 10px;
|
|
307
251
|
}
|
|
308
252
|
|
|
@@ -315,34 +259,6 @@
|
|
|
315
259
|
[data-v-c51cce99] .el-overlay {
|
|
316
260
|
position: static;
|
|
317
261
|
}
|
|
318
|
-
|
|
319
|
-
.editorTool[data-v-684c1f08] {
|
|
320
|
-
margin-left: auto;
|
|
321
|
-
}
|
|
322
|
-
.editorOption[data-v-684c1f08] {
|
|
323
|
-
margin-right: 10px;
|
|
324
|
-
cursor: pointer;
|
|
325
|
-
}
|
|
326
|
-
.pppp[data-v-684c1f08] {
|
|
327
|
-
display: flex; /* 使用Flex布局 */
|
|
328
|
-
justify-content: flex-start;
|
|
329
|
-
align-items: center; /* 子元素在交叉轴(垂直方向)上居中对齐 */
|
|
330
|
-
}
|
|
331
|
-
|
|
332
|
-
.el-dialog__wrapper[data-v-d41cb0ad] {
|
|
333
|
-
overflow: hidden !important;
|
|
334
|
-
padding-right: 0 !important;
|
|
335
|
-
}
|
|
336
|
-
|
|
337
|
-
.el-alert + .el-table[data-v-e27c4c1e] {
|
|
338
|
-
margin-top: 10px;
|
|
339
|
-
}
|
|
340
|
-
.el-table + .el-alert[data-v-e27c4c1e] {
|
|
341
|
-
margin: 10px 0;
|
|
342
|
-
}
|
|
343
|
-
.el-alert + .el-form-item[data-v-e27c4c1e] {
|
|
344
|
-
margin-top: 10px;
|
|
345
|
-
}
|
|
346
262
|
.control-item[data-v-fdc6ec07] {
|
|
347
263
|
top: -5px;
|
|
348
264
|
position: relative;
|
|
@@ -474,6 +390,97 @@
|
|
|
474
390
|
margin-left: 50px;
|
|
475
391
|
}
|
|
476
392
|
|
|
393
|
+
.el-tabs + .el-alert[data-v-08737620] {
|
|
394
|
+
margin-top: 10px;
|
|
395
|
+
}
|
|
396
|
+
.el-alert + .el-form-item[data-v-08737620] {
|
|
397
|
+
margin-top: 10px;
|
|
398
|
+
}
|
|
399
|
+
.amb-design-attr-base-content[data-v-ce167986] {
|
|
400
|
+
background: #ffffff;
|
|
401
|
+
box-shadow: 1px 0px 10px 0px rgba(0, 0, 0, 0.05);
|
|
402
|
+
height: 100%;
|
|
403
|
+
padding-left: 10px;
|
|
404
|
+
padding-right: 10px;
|
|
405
|
+
overflow: auto;
|
|
406
|
+
}
|
|
407
|
+
.amb-design-attr-item[data-v-ce167986] {
|
|
408
|
+
margin-bottom: 8px;
|
|
409
|
+
}
|
|
410
|
+
.amb-design-attr-group-header > button[data-v-ce167986] {
|
|
411
|
+
background: #f5f6f8;
|
|
412
|
+
padding-left: 10px;
|
|
413
|
+
font-size: 14px;
|
|
414
|
+
height: 42px;
|
|
415
|
+
}
|
|
416
|
+
.amb-design-attr-content[data-v-ce167986] {
|
|
417
|
+
background: #ffffff;
|
|
418
|
+
box-shadow: 1px 0px 10px 0px rgba(0, 0, 0, 0.05);
|
|
419
|
+
height: 100%;
|
|
420
|
+
padding-left: 10px;
|
|
421
|
+
padding-right: 10px;
|
|
422
|
+
overflow: auto;
|
|
423
|
+
position: relative;
|
|
424
|
+
}
|
|
425
|
+
.amb-design-attr-header-search[data-v-ce167986] {
|
|
426
|
+
margin-top: 16px;
|
|
427
|
+
}
|
|
428
|
+
.amb-design-attr-header-select[data-v-ce167986] {
|
|
429
|
+
width: 90px;
|
|
430
|
+
height: 36px;
|
|
431
|
+
}
|
|
432
|
+
.amb-design-page-param-row[data-v-ce167986] {
|
|
433
|
+
height: 34px;
|
|
434
|
+
}
|
|
435
|
+
.el-table__cell > .cell[data-v-ce167986] {
|
|
436
|
+
white-space: nowrap !important;
|
|
437
|
+
}
|
|
438
|
+
.serviceflow-item[data-v-ce167986] {
|
|
439
|
+
background: rgba(88, 147, 239, 0.06);
|
|
440
|
+
border: 1px dashed rgba(88, 147, 239, 0.06);
|
|
441
|
+
border-radius: 4px 4px 4px 4px;
|
|
442
|
+
text-align: center;
|
|
443
|
+
margin-top: 12px;
|
|
444
|
+
padding: 10px 5px 10px 5px;
|
|
445
|
+
font-size: 12px;
|
|
446
|
+
cursor: move;
|
|
447
|
+
height: 60px;
|
|
448
|
+
overflow: hidden;
|
|
449
|
+
box-sizing: border-box;
|
|
450
|
+
color: #333333;
|
|
451
|
+
text-overflow: ellipsis;
|
|
452
|
+
white-space: nowrap;
|
|
453
|
+
-webkit-user-select: none; /* Safari */
|
|
454
|
+
-moz-user-select: none; /* Firefox */
|
|
455
|
+
-ms-user-select: none; /* Internet Explorer/Edge */
|
|
456
|
+
user-select: none; /* 标准语法 */
|
|
457
|
+
}
|
|
458
|
+
.serviceflow-item[data-v-ce167986]:hover {
|
|
459
|
+
background: rgba(11, 45, 101, 0.105);
|
|
460
|
+
border: 1px dashed rgba(11, 45, 101, 0.227);
|
|
461
|
+
}
|
|
462
|
+
.amb-assembly-item-drag[data-v-ce167986] {
|
|
463
|
+
opacity: 1 !important;
|
|
464
|
+
}
|
|
465
|
+
|
|
466
|
+
.editorTool[data-v-684c1f08] {
|
|
467
|
+
margin-left: auto;
|
|
468
|
+
}
|
|
469
|
+
.editorOption[data-v-684c1f08] {
|
|
470
|
+
margin-right: 10px;
|
|
471
|
+
cursor: pointer;
|
|
472
|
+
}
|
|
473
|
+
.pppp[data-v-684c1f08] {
|
|
474
|
+
display: flex; /* 使用Flex布局 */
|
|
475
|
+
justify-content: flex-start;
|
|
476
|
+
align-items: center; /* 子元素在交叉轴(垂直方向)上居中对齐 */
|
|
477
|
+
}
|
|
478
|
+
|
|
479
|
+
.el-dialog__wrapper[data-v-d41cb0ad] {
|
|
480
|
+
overflow: hidden !important;
|
|
481
|
+
padding-right: 0 !important;
|
|
482
|
+
}
|
|
483
|
+
|
|
477
484
|
.el-alert + .el-table[data-v-d978e7dc] {
|
|
478
485
|
margin-top: 10px;
|
|
479
486
|
}
|
|
@@ -484,25 +491,89 @@
|
|
|
484
491
|
margin-top: 10px;
|
|
485
492
|
}
|
|
486
493
|
|
|
487
|
-
.el-
|
|
494
|
+
.el-alert + .el-form-item[data-v-32875028] {
|
|
488
495
|
margin-top: 10px;
|
|
489
496
|
}
|
|
490
|
-
.el-alert + .el-
|
|
491
|
-
margin
|
|
497
|
+
.el-alert + .el-table[data-v-32875028] {
|
|
498
|
+
margin: 10px 0;
|
|
492
499
|
}
|
|
493
500
|
|
|
494
|
-
[data-v-
|
|
495
|
-
margin:
|
|
501
|
+
.el-alert + .el-table[data-v-028fb838] {
|
|
502
|
+
margin-top: 10px;
|
|
496
503
|
}
|
|
497
|
-
.el-
|
|
498
|
-
margin
|
|
504
|
+
.el-table + .el-alert[data-v-028fb838] {
|
|
505
|
+
margin: 10px 0;
|
|
499
506
|
}
|
|
500
507
|
|
|
501
|
-
.
|
|
502
|
-
|
|
508
|
+
.aaa[data-v-8bd72b80] {
|
|
509
|
+
width: 300px;
|
|
510
|
+
height: 200px;
|
|
511
|
+
background: #ffffff;
|
|
512
|
+
box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
|
|
513
|
+
border-radius: 2px 2px 2px 2px;
|
|
503
514
|
}
|
|
504
|
-
.
|
|
505
|
-
|
|
515
|
+
.content[data-v-8bd72b80] {
|
|
516
|
+
width: 28px;
|
|
517
|
+
height: 15px;
|
|
518
|
+
font-weight: 400;
|
|
519
|
+
font-size: 14px;
|
|
520
|
+
color: #333333;
|
|
521
|
+
line-height: 14px;
|
|
522
|
+
text-align: left;
|
|
523
|
+
font-style: normal;
|
|
524
|
+
text-transform: none;
|
|
525
|
+
padding: 5px 0px 4px 10px;
|
|
526
|
+
}
|
|
527
|
+
.nodeView[data-v-221a60f8] {
|
|
528
|
+
box-sizing: border-box;
|
|
529
|
+
margin: 10px 10px;
|
|
530
|
+
width: 180px;
|
|
531
|
+
height: 95px;
|
|
532
|
+
box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
|
|
533
|
+
border-radius: 2px 2px 2px 2px;
|
|
534
|
+
padding: 20px 10px;
|
|
535
|
+
}
|
|
536
|
+
.nodeTitle[data-v-221a60f8] {
|
|
537
|
+
width: 90px;
|
|
538
|
+
height: 15px;
|
|
539
|
+
font-weight: 400;
|
|
540
|
+
font-size: 16px;
|
|
541
|
+
color: #333333;
|
|
542
|
+
line-height: 14px;
|
|
543
|
+
text-align: left;
|
|
544
|
+
font-style: normal;
|
|
545
|
+
text-transform: none;
|
|
546
|
+
padding: 0px 24px;
|
|
547
|
+
white-space: nowrap; /* 确保文本在一行内显示 */
|
|
548
|
+
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
549
|
+
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
550
|
+
}
|
|
551
|
+
.nodeContent[data-v-221a60f8] {
|
|
552
|
+
/* width: 100%; */
|
|
553
|
+
height: 15px;
|
|
554
|
+
font-weight: 400;
|
|
555
|
+
font-size: 14px;
|
|
556
|
+
color: #666666;
|
|
557
|
+
line-height: 14px;
|
|
558
|
+
text-align: left;
|
|
559
|
+
font-style: normal;
|
|
560
|
+
text-transform: none;
|
|
561
|
+
padding: 0px 0px;
|
|
562
|
+
white-space: nowrap; /* 确保文本在一行内显示 */
|
|
563
|
+
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
564
|
+
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
565
|
+
}
|
|
566
|
+
.nodeContent-desc[data-v-221a60f8]{
|
|
567
|
+
}
|
|
568
|
+
.el-divider--horizontal[data-v-221a60f8] {
|
|
569
|
+
margin: 12px 0;
|
|
570
|
+
}
|
|
571
|
+
.nodeView[data-v-221a60f8] {
|
|
572
|
+
border: 1px solid #5a90f9;
|
|
573
|
+
background: #eef3fe;
|
|
574
|
+
}
|
|
575
|
+
.nodeTitle[data-v-221a60f8] {
|
|
576
|
+
width: 80px;
|
|
506
577
|
}
|
|
507
578
|
.nodeView[data-v-faa5a940] {
|
|
508
579
|
box-sizing: border-box;
|
|
@@ -606,6 +677,57 @@
|
|
|
606
677
|
.nodeTitle[data-v-5911272d] {
|
|
607
678
|
width: 80px;
|
|
608
679
|
}
|
|
680
|
+
.nodeView[data-v-df366d04] {
|
|
681
|
+
box-sizing: border-box;
|
|
682
|
+
margin: 10px 10px;
|
|
683
|
+
width: 180px;
|
|
684
|
+
height: 95px;
|
|
685
|
+
box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
|
|
686
|
+
border-radius: 2px 2px 2px 2px;
|
|
687
|
+
padding: 20px 10px;
|
|
688
|
+
}
|
|
689
|
+
.nodeTitle[data-v-df366d04] {
|
|
690
|
+
width: 90px;
|
|
691
|
+
height: 15px;
|
|
692
|
+
font-weight: 400;
|
|
693
|
+
font-size: 16px;
|
|
694
|
+
color: #333333;
|
|
695
|
+
line-height: 14px;
|
|
696
|
+
text-align: left;
|
|
697
|
+
font-style: normal;
|
|
698
|
+
text-transform: none;
|
|
699
|
+
padding: 0px 24px;
|
|
700
|
+
white-space: nowrap; /* 确保文本在一行内显示 */
|
|
701
|
+
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
702
|
+
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
703
|
+
}
|
|
704
|
+
.nodeContent[data-v-df366d04] {
|
|
705
|
+
/* width: 100%; */
|
|
706
|
+
height: 15px;
|
|
707
|
+
font-weight: 400;
|
|
708
|
+
font-size: 14px;
|
|
709
|
+
color: #666666;
|
|
710
|
+
line-height: 14px;
|
|
711
|
+
text-align: left;
|
|
712
|
+
font-style: normal;
|
|
713
|
+
text-transform: none;
|
|
714
|
+
padding: 0px 0px;
|
|
715
|
+
white-space: nowrap; /* 确保文本在一行内显示 */
|
|
716
|
+
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
717
|
+
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
718
|
+
}
|
|
719
|
+
.nodeContent-desc[data-v-df366d04]{
|
|
720
|
+
}
|
|
721
|
+
.el-divider--horizontal[data-v-df366d04] {
|
|
722
|
+
margin: 12px 0;
|
|
723
|
+
}
|
|
724
|
+
.nodeView[data-v-df366d04] {
|
|
725
|
+
border: 1px solid #5a90f9;
|
|
726
|
+
background: #eef3fe;
|
|
727
|
+
}
|
|
728
|
+
.nodeTitle[data-v-df366d04] {
|
|
729
|
+
width: 80px;
|
|
730
|
+
}
|
|
609
731
|
.nodeView[data-v-b604c489] {
|
|
610
732
|
box-sizing: border-box;
|
|
611
733
|
margin: 10px 10px;
|
|
@@ -657,7 +779,7 @@
|
|
|
657
779
|
.nodeTitle[data-v-b604c489] {
|
|
658
780
|
width: 80px;
|
|
659
781
|
}
|
|
660
|
-
.nodeView[data-v-
|
|
782
|
+
.nodeView[data-v-7702fcdb] {
|
|
661
783
|
box-sizing: border-box;
|
|
662
784
|
margin: 10px 10px;
|
|
663
785
|
width: 180px;
|
|
@@ -666,7 +788,7 @@
|
|
|
666
788
|
border-radius: 2px 2px 2px 2px;
|
|
667
789
|
padding: 20px 10px;
|
|
668
790
|
}
|
|
669
|
-
.nodeTitle[data-v-
|
|
791
|
+
.nodeTitle[data-v-7702fcdb] {
|
|
670
792
|
width: 90px;
|
|
671
793
|
height: 15px;
|
|
672
794
|
font-weight: 400;
|
|
@@ -681,7 +803,7 @@
|
|
|
681
803
|
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
682
804
|
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
683
805
|
}
|
|
684
|
-
.nodeContent[data-v-
|
|
806
|
+
.nodeContent[data-v-7702fcdb] {
|
|
685
807
|
/* width: 100%; */
|
|
686
808
|
height: 15px;
|
|
687
809
|
font-weight: 400;
|
|
@@ -696,19 +818,19 @@
|
|
|
696
818
|
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
697
819
|
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
698
820
|
}
|
|
699
|
-
.nodeContent-desc[data-v-
|
|
821
|
+
.nodeContent-desc[data-v-7702fcdb]{
|
|
700
822
|
}
|
|
701
|
-
.el-divider--horizontal[data-v-
|
|
823
|
+
.el-divider--horizontal[data-v-7702fcdb] {
|
|
702
824
|
margin: 12px 0;
|
|
703
825
|
}
|
|
704
|
-
.nodeView[data-v-
|
|
826
|
+
.nodeView[data-v-7702fcdb] {
|
|
705
827
|
border: 1px solid #5a90f9;
|
|
706
828
|
background: #eef3fe;
|
|
707
829
|
}
|
|
708
|
-
.nodeTitle[data-v-
|
|
830
|
+
.nodeTitle[data-v-7702fcdb] {
|
|
709
831
|
width: 80px;
|
|
710
832
|
}
|
|
711
|
-
.nodeView[data-v-
|
|
833
|
+
.nodeView[data-v-c176feb6] {
|
|
712
834
|
box-sizing: border-box;
|
|
713
835
|
margin: 10px 10px;
|
|
714
836
|
width: 180px;
|
|
@@ -717,7 +839,7 @@
|
|
|
717
839
|
border-radius: 2px 2px 2px 2px;
|
|
718
840
|
padding: 20px 10px;
|
|
719
841
|
}
|
|
720
|
-
.nodeTitle[data-v-
|
|
842
|
+
.nodeTitle[data-v-c176feb6] {
|
|
721
843
|
width: 90px;
|
|
722
844
|
height: 15px;
|
|
723
845
|
font-weight: 400;
|
|
@@ -732,7 +854,7 @@
|
|
|
732
854
|
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
733
855
|
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
734
856
|
}
|
|
735
|
-
.nodeContent[data-v-
|
|
857
|
+
.nodeContent[data-v-c176feb6] {
|
|
736
858
|
/* width: 100%; */
|
|
737
859
|
height: 15px;
|
|
738
860
|
font-weight: 400;
|
|
@@ -747,20 +869,20 @@
|
|
|
747
869
|
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
748
870
|
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
749
871
|
}
|
|
750
|
-
.nodeContent-desc[data-v-
|
|
872
|
+
.nodeContent-desc[data-v-c176feb6]{
|
|
751
873
|
}
|
|
752
|
-
.el-divider--horizontal[data-v-
|
|
874
|
+
.el-divider--horizontal[data-v-c176feb6] {
|
|
753
875
|
margin: 12px 0;
|
|
754
876
|
}
|
|
755
|
-
.nodeView[data-v-
|
|
877
|
+
.nodeView[data-v-c176feb6] {
|
|
756
878
|
border: 1px solid #5a90f9;
|
|
757
879
|
background: #eef3fe;
|
|
758
880
|
width: 180px;
|
|
759
881
|
min-height: 95px;
|
|
760
882
|
}
|
|
761
|
-
.nodeContent[data-v-
|
|
883
|
+
.nodeContent[data-v-c176feb6] {
|
|
762
884
|
}
|
|
763
|
-
.nodeView[data-v-
|
|
885
|
+
.nodeView[data-v-6d0cd280] {
|
|
764
886
|
box-sizing: border-box;
|
|
765
887
|
margin: 10px 10px;
|
|
766
888
|
width: 180px;
|
|
@@ -769,7 +891,7 @@
|
|
|
769
891
|
border-radius: 2px 2px 2px 2px;
|
|
770
892
|
padding: 20px 10px;
|
|
771
893
|
}
|
|
772
|
-
.nodeTitle[data-v-
|
|
894
|
+
.nodeTitle[data-v-6d0cd280] {
|
|
773
895
|
width: 90px;
|
|
774
896
|
height: 15px;
|
|
775
897
|
font-weight: 400;
|
|
@@ -784,7 +906,7 @@
|
|
|
784
906
|
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
785
907
|
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
786
908
|
}
|
|
787
|
-
.nodeContent[data-v-
|
|
909
|
+
.nodeContent[data-v-6d0cd280] {
|
|
788
910
|
/* width: 100%; */
|
|
789
911
|
height: 15px;
|
|
790
912
|
font-weight: 400;
|
|
@@ -799,16 +921,16 @@
|
|
|
799
921
|
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
800
922
|
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
801
923
|
}
|
|
802
|
-
.nodeContent-desc[data-v-
|
|
924
|
+
.nodeContent-desc[data-v-6d0cd280]{
|
|
803
925
|
}
|
|
804
|
-
.el-divider--horizontal[data-v-
|
|
926
|
+
.el-divider--horizontal[data-v-6d0cd280] {
|
|
805
927
|
margin: 12px 0;
|
|
806
928
|
}
|
|
807
|
-
.nodeView[data-v-
|
|
929
|
+
.nodeView[data-v-6d0cd280] {
|
|
808
930
|
border: 1px solid #5a90f9;
|
|
809
931
|
background: #eef3fe;
|
|
810
932
|
}
|
|
811
|
-
.nodeTitle[data-v-
|
|
933
|
+
.nodeTitle[data-v-6d0cd280] {
|
|
812
934
|
width: 80px;
|
|
813
935
|
}
|
|
814
936
|
.nodeView[data-v-9fff2753] {
|
|
@@ -862,27 +984,7 @@
|
|
|
862
984
|
.nodeTitle[data-v-9fff2753] {
|
|
863
985
|
width: 80px;
|
|
864
986
|
}
|
|
865
|
-
|
|
866
|
-
.node-content[data-v-b28923f3] {
|
|
867
|
-
width: 120px;
|
|
868
|
-
height: 44px;
|
|
869
|
-
background: #ffffff;
|
|
870
|
-
box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
|
|
871
|
-
border-radius: 2px 2px 2px 2px;
|
|
872
|
-
}
|
|
873
|
-
.content[data-v-b28923f3] {
|
|
874
|
-
width: 28px;
|
|
875
|
-
height: 15px;
|
|
876
|
-
font-weight: 400;
|
|
877
|
-
font-size: 14px;
|
|
878
|
-
color: #333333;
|
|
879
|
-
line-height: 14px;
|
|
880
|
-
text-align: left;
|
|
881
|
-
font-style: normal;
|
|
882
|
-
text-transform: none;
|
|
883
|
-
padding: 5px 0px 4px 10px;
|
|
884
|
-
}
|
|
885
|
-
.nodeView[data-v-221a60f8] {
|
|
987
|
+
.nodeView[data-v-bd32480c] {
|
|
886
988
|
box-sizing: border-box;
|
|
887
989
|
margin: 10px 10px;
|
|
888
990
|
width: 180px;
|
|
@@ -891,7 +993,7 @@
|
|
|
891
993
|
border-radius: 2px 2px 2px 2px;
|
|
892
994
|
padding: 20px 10px;
|
|
893
995
|
}
|
|
894
|
-
.nodeTitle[data-v-
|
|
996
|
+
.nodeTitle[data-v-bd32480c] {
|
|
895
997
|
width: 90px;
|
|
896
998
|
height: 15px;
|
|
897
999
|
font-weight: 400;
|
|
@@ -906,7 +1008,7 @@
|
|
|
906
1008
|
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
907
1009
|
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
908
1010
|
}
|
|
909
|
-
.nodeContent[data-v-
|
|
1011
|
+
.nodeContent[data-v-bd32480c] {
|
|
910
1012
|
/* width: 100%; */
|
|
911
1013
|
height: 15px;
|
|
912
1014
|
font-weight: 400;
|
|
@@ -921,19 +1023,20 @@
|
|
|
921
1023
|
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
922
1024
|
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
923
1025
|
}
|
|
924
|
-
.nodeContent-desc[data-v-
|
|
1026
|
+
.nodeContent-desc[data-v-bd32480c]{
|
|
925
1027
|
}
|
|
926
|
-
.el-divider--horizontal[data-v-
|
|
1028
|
+
.el-divider--horizontal[data-v-bd32480c] {
|
|
927
1029
|
margin: 12px 0;
|
|
928
1030
|
}
|
|
929
|
-
.nodeView[data-v-
|
|
1031
|
+
.nodeView[data-v-bd32480c] {
|
|
930
1032
|
border: 1px solid #5a90f9;
|
|
931
|
-
background: #eef3fe;
|
|
1033
|
+
background: #eef3fe;
|
|
1034
|
+
width: 180px;
|
|
1035
|
+
min-height: 95px;
|
|
932
1036
|
}
|
|
933
|
-
.
|
|
934
|
-
width: 80px;
|
|
1037
|
+
.nodeContent[data-v-bd32480c] {
|
|
935
1038
|
}
|
|
936
|
-
.nodeView[data-v-
|
|
1039
|
+
.nodeView[data-v-b1d2a966] {
|
|
937
1040
|
box-sizing: border-box;
|
|
938
1041
|
margin: 10px 10px;
|
|
939
1042
|
width: 180px;
|
|
@@ -942,7 +1045,7 @@
|
|
|
942
1045
|
border-radius: 2px 2px 2px 2px;
|
|
943
1046
|
padding: 20px 10px;
|
|
944
1047
|
}
|
|
945
|
-
.nodeTitle[data-v-
|
|
1048
|
+
.nodeTitle[data-v-b1d2a966] {
|
|
946
1049
|
width: 90px;
|
|
947
1050
|
height: 15px;
|
|
948
1051
|
font-weight: 400;
|
|
@@ -957,7 +1060,7 @@
|
|
|
957
1060
|
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
958
1061
|
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
959
1062
|
}
|
|
960
|
-
.nodeContent[data-v-
|
|
1063
|
+
.nodeContent[data-v-b1d2a966] {
|
|
961
1064
|
/* width: 100%; */
|
|
962
1065
|
height: 15px;
|
|
963
1066
|
font-weight: 400;
|
|
@@ -972,18 +1075,17 @@
|
|
|
972
1075
|
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
973
1076
|
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
974
1077
|
}
|
|
975
|
-
.nodeContent-desc[data-v-
|
|
1078
|
+
.nodeContent-desc[data-v-b1d2a966]{
|
|
976
1079
|
}
|
|
977
|
-
.el-divider--horizontal[data-v-
|
|
1080
|
+
.el-divider--horizontal[data-v-b1d2a966] {
|
|
978
1081
|
margin: 12px 0;
|
|
979
1082
|
}
|
|
980
|
-
.nodeView[data-v-
|
|
1083
|
+
.nodeView[data-v-b1d2a966] {
|
|
981
1084
|
border: 1px solid #5a90f9;
|
|
982
|
-
background: #eef3fe;
|
|
983
|
-
width: 180px;
|
|
984
|
-
min-height: 95px;
|
|
1085
|
+
background: #eef3fe;
|
|
985
1086
|
}
|
|
986
|
-
.
|
|
1087
|
+
.nodeTitle[data-v-b1d2a966] {
|
|
1088
|
+
width: 80px;
|
|
987
1089
|
}
|
|
988
1090
|
.nodeView[data-v-b01d3a50] {
|
|
989
1091
|
box-sizing: border-box;
|
|
@@ -1037,14 +1139,14 @@
|
|
|
1037
1139
|
width: 80px;
|
|
1038
1140
|
}
|
|
1039
1141
|
|
|
1040
|
-
.node-content[data-v-
|
|
1142
|
+
.node-content[data-v-b28923f3] {
|
|
1041
1143
|
width: 120px;
|
|
1042
1144
|
height: 44px;
|
|
1043
1145
|
background: #ffffff;
|
|
1044
1146
|
box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
|
|
1045
1147
|
border-radius: 2px 2px 2px 2px;
|
|
1046
1148
|
}
|
|
1047
|
-
.content[data-v-
|
|
1149
|
+
.content[data-v-b28923f3] {
|
|
1048
1150
|
width: 28px;
|
|
1049
1151
|
height: 15px;
|
|
1050
1152
|
font-weight: 400;
|
|
@@ -1057,14 +1159,14 @@
|
|
|
1057
1159
|
padding: 5px 0px 4px 10px;
|
|
1058
1160
|
}
|
|
1059
1161
|
|
|
1060
|
-
.
|
|
1061
|
-
width:
|
|
1062
|
-
height:
|
|
1162
|
+
.node-content[data-v-69a854a3] {
|
|
1163
|
+
width: 120px;
|
|
1164
|
+
height: 44px;
|
|
1063
1165
|
background: #ffffff;
|
|
1064
1166
|
box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
|
|
1065
1167
|
border-radius: 2px 2px 2px 2px;
|
|
1066
1168
|
}
|
|
1067
|
-
.content[data-v-
|
|
1169
|
+
.content[data-v-69a854a3] {
|
|
1068
1170
|
width: 28px;
|
|
1069
1171
|
height: 15px;
|
|
1070
1172
|
font-weight: 400;
|
|
@@ -1076,7 +1178,7 @@
|
|
|
1076
1178
|
text-transform: none;
|
|
1077
1179
|
padding: 5px 0px 4px 10px;
|
|
1078
1180
|
}
|
|
1079
|
-
.nodeView[data-v-
|
|
1181
|
+
.nodeView[data-v-4c6dfa4a] {
|
|
1080
1182
|
box-sizing: border-box;
|
|
1081
1183
|
margin: 10px 10px;
|
|
1082
1184
|
width: 180px;
|
|
@@ -1085,7 +1187,7 @@
|
|
|
1085
1187
|
border-radius: 2px 2px 2px 2px;
|
|
1086
1188
|
padding: 20px 10px;
|
|
1087
1189
|
}
|
|
1088
|
-
.nodeTitle[data-v-
|
|
1190
|
+
.nodeTitle[data-v-4c6dfa4a] {
|
|
1089
1191
|
width: 90px;
|
|
1090
1192
|
height: 15px;
|
|
1091
1193
|
font-weight: 400;
|
|
@@ -1100,7 +1202,7 @@
|
|
|
1100
1202
|
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
1101
1203
|
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
1102
1204
|
}
|
|
1103
|
-
.nodeContent[data-v-
|
|
1205
|
+
.nodeContent[data-v-4c6dfa4a] {
|
|
1104
1206
|
/* width: 100%; */
|
|
1105
1207
|
height: 15px;
|
|
1106
1208
|
font-weight: 400;
|
|
@@ -1115,131 +1217,32 @@
|
|
|
1115
1217
|
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
1116
1218
|
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
1117
1219
|
}
|
|
1118
|
-
.nodeContent-desc[data-v-
|
|
1220
|
+
.nodeContent-desc[data-v-4c6dfa4a]{
|
|
1119
1221
|
}
|
|
1120
|
-
.el-divider--horizontal[data-v-
|
|
1222
|
+
.el-divider--horizontal[data-v-4c6dfa4a] {
|
|
1121
1223
|
margin: 12px 0;
|
|
1122
1224
|
}
|
|
1123
|
-
.nodeView[data-v-
|
|
1225
|
+
.nodeView[data-v-4c6dfa4a] {
|
|
1124
1226
|
border: 1px solid #5a90f9;
|
|
1125
1227
|
background: #eef3fe;
|
|
1126
1228
|
width: 180px;
|
|
1127
1229
|
min-height: 95px;
|
|
1128
1230
|
}
|
|
1129
|
-
.nodeContent[data-v-
|
|
1130
|
-
}
|
|
1131
|
-
.nodeView[data-v-7702fcdb] {
|
|
1132
|
-
box-sizing: border-box;
|
|
1133
|
-
margin: 10px 10px;
|
|
1134
|
-
width: 180px;
|
|
1135
|
-
height: 95px;
|
|
1136
|
-
box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
|
|
1137
|
-
border-radius: 2px 2px 2px 2px;
|
|
1138
|
-
padding: 20px 10px;
|
|
1139
|
-
}
|
|
1140
|
-
.nodeTitle[data-v-7702fcdb] {
|
|
1141
|
-
width: 90px;
|
|
1142
|
-
height: 15px;
|
|
1143
|
-
font-weight: 400;
|
|
1144
|
-
font-size: 16px;
|
|
1145
|
-
color: #333333;
|
|
1146
|
-
line-height: 14px;
|
|
1147
|
-
text-align: left;
|
|
1148
|
-
font-style: normal;
|
|
1149
|
-
text-transform: none;
|
|
1150
|
-
padding: 0px 24px;
|
|
1151
|
-
white-space: nowrap; /* 确保文本在一行内显示 */
|
|
1152
|
-
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
1153
|
-
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
1154
|
-
}
|
|
1155
|
-
.nodeContent[data-v-7702fcdb] {
|
|
1156
|
-
/* width: 100%; */
|
|
1157
|
-
height: 15px;
|
|
1158
|
-
font-weight: 400;
|
|
1159
|
-
font-size: 14px;
|
|
1160
|
-
color: #666666;
|
|
1161
|
-
line-height: 14px;
|
|
1162
|
-
text-align: left;
|
|
1163
|
-
font-style: normal;
|
|
1164
|
-
text-transform: none;
|
|
1165
|
-
padding: 0px 0px;
|
|
1166
|
-
white-space: nowrap; /* 确保文本在一行内显示 */
|
|
1167
|
-
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
1168
|
-
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
1169
|
-
}
|
|
1170
|
-
.nodeContent-desc[data-v-7702fcdb]{
|
|
1171
|
-
}
|
|
1172
|
-
.el-divider--horizontal[data-v-7702fcdb] {
|
|
1173
|
-
margin: 12px 0;
|
|
1174
|
-
}
|
|
1175
|
-
.nodeView[data-v-7702fcdb] {
|
|
1176
|
-
border: 1px solid #5a90f9;
|
|
1177
|
-
background: #eef3fe;
|
|
1178
|
-
}
|
|
1179
|
-
.nodeTitle[data-v-7702fcdb] {
|
|
1180
|
-
width: 80px;
|
|
1181
|
-
}
|
|
1182
|
-
.nodeView[data-v-df366d04] {
|
|
1183
|
-
box-sizing: border-box;
|
|
1184
|
-
margin: 10px 10px;
|
|
1185
|
-
width: 180px;
|
|
1186
|
-
height: 95px;
|
|
1187
|
-
box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
|
|
1188
|
-
border-radius: 2px 2px 2px 2px;
|
|
1189
|
-
padding: 20px 10px;
|
|
1190
|
-
}
|
|
1191
|
-
.nodeTitle[data-v-df366d04] {
|
|
1192
|
-
width: 90px;
|
|
1193
|
-
height: 15px;
|
|
1194
|
-
font-weight: 400;
|
|
1195
|
-
font-size: 16px;
|
|
1196
|
-
color: #333333;
|
|
1197
|
-
line-height: 14px;
|
|
1198
|
-
text-align: left;
|
|
1199
|
-
font-style: normal;
|
|
1200
|
-
text-transform: none;
|
|
1201
|
-
padding: 0px 24px;
|
|
1202
|
-
white-space: nowrap; /* 确保文本在一行内显示 */
|
|
1203
|
-
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
1204
|
-
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
1205
|
-
}
|
|
1206
|
-
.nodeContent[data-v-df366d04] {
|
|
1207
|
-
/* width: 100%; */
|
|
1208
|
-
height: 15px;
|
|
1209
|
-
font-weight: 400;
|
|
1210
|
-
font-size: 14px;
|
|
1211
|
-
color: #666666;
|
|
1212
|
-
line-height: 14px;
|
|
1213
|
-
text-align: left;
|
|
1214
|
-
font-style: normal;
|
|
1215
|
-
text-transform: none;
|
|
1216
|
-
padding: 0px 0px;
|
|
1217
|
-
white-space: nowrap; /* 确保文本在一行内显示 */
|
|
1218
|
-
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
1219
|
-
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
1220
|
-
}
|
|
1221
|
-
.nodeContent-desc[data-v-df366d04]{
|
|
1222
|
-
}
|
|
1223
|
-
.el-divider--horizontal[data-v-df366d04] {
|
|
1224
|
-
margin: 12px 0;
|
|
1225
|
-
}
|
|
1226
|
-
.nodeView[data-v-df366d04] {
|
|
1227
|
-
border: 1px solid #5a90f9;
|
|
1228
|
-
background: #eef3fe;
|
|
1229
|
-
}
|
|
1230
|
-
.nodeTitle[data-v-df366d04] {
|
|
1231
|
-
width: 80px;
|
|
1231
|
+
.nodeContent[data-v-4c6dfa4a] {
|
|
1232
1232
|
}
|
|
1233
1233
|
|
|
1234
1234
|
.el-radio[data-v-1bbd6187] {
|
|
1235
1235
|
margin-right: 10px;
|
|
1236
1236
|
}
|
|
1237
1237
|
|
|
1238
|
-
.el-
|
|
1239
|
-
margin-
|
|
1238
|
+
.el-select + .el-input[data-v-7fcf8a84] {
|
|
1239
|
+
margin-left: 10px;
|
|
1240
1240
|
}
|
|
1241
|
-
[data-v-
|
|
1242
|
-
margin-
|
|
1241
|
+
.el-input + .el-input[data-v-7fcf8a84] {
|
|
1242
|
+
margin-left: 10px;
|
|
1243
|
+
}
|
|
1244
|
+
.el-input + .el-button[data-v-7fcf8a84] {
|
|
1245
|
+
margin-left: 10px;
|
|
1243
1246
|
}
|
|
1244
1247
|
|
|
1245
1248
|
.el-select + .el-input[data-v-3918f594] {
|
|
@@ -1252,6 +1255,13 @@
|
|
|
1252
1255
|
margin-left: 10px;
|
|
1253
1256
|
}
|
|
1254
1257
|
|
|
1258
|
+
.el-radio[data-v-1ee0eb33] {
|
|
1259
|
+
margin-right: 10px;
|
|
1260
|
+
}
|
|
1261
|
+
[data-v-1ee0eb33] .el-empty__description {
|
|
1262
|
+
margin-top: 0px;
|
|
1263
|
+
}
|
|
1264
|
+
|
|
1255
1265
|
[data-v-9cc733d7] .el-cascader-menu {
|
|
1256
1266
|
min-width: 120px !important;
|
|
1257
1267
|
}
|
|
@@ -1266,16 +1276,6 @@
|
|
|
1266
1276
|
cursor: pointer;
|
|
1267
1277
|
}
|
|
1268
1278
|
|
|
1269
|
-
.el-select + .el-input[data-v-7fcf8a84] {
|
|
1270
|
-
margin-left: 10px;
|
|
1271
|
-
}
|
|
1272
|
-
.el-input + .el-input[data-v-7fcf8a84] {
|
|
1273
|
-
margin-left: 10px;
|
|
1274
|
-
}
|
|
1275
|
-
.el-input + .el-button[data-v-7fcf8a84] {
|
|
1276
|
-
margin-left: 10px;
|
|
1277
|
-
}
|
|
1278
|
-
|
|
1279
1279
|
[data-v-9a3ee19e] .el-dropdown {
|
|
1280
1280
|
vertical-align: middle;
|
|
1281
1281
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "service-flow-designer",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.81",
|
|
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.56",
|
|
65
65
|
"codemirror": "^6.0.1",
|
|
66
66
|
"nprogress": "^0.2.0",
|
|
67
67
|
"quill": "^2.0.2",
|