service-flow-designer 2.0.68 → 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.
Files changed (2) hide show
  1. package/dist/es/style.css +298 -298
  2. package/package.json +2 -2
package/dist/es/style.css CHANGED
@@ -190,54 +190,6 @@
190
190
  margin-left: 10px;
191
191
  }
192
192
 
193
- .editorTool[data-v-684c1f08] {
194
- margin-left: auto;
195
- }
196
- .editorOption[data-v-684c1f08] {
197
- margin-right: 10px;
198
- cursor: pointer;
199
- }
200
- .pppp[data-v-684c1f08] {
201
- display: flex; /* 使用Flex布局 */
202
- justify-content: flex-start;
203
- align-items: center; /* 子元素在交叉轴(垂直方向)上居中对齐 */
204
- }
205
-
206
- .el-alert + .el-form-item[data-v-32875028] {
207
- margin-top: 10px;
208
- }
209
- .el-alert + .el-table[data-v-32875028] {
210
- margin: 10px 0;
211
- }
212
-
213
- .el-alert + .el-table[data-v-028fb838] {
214
- margin-top: 10px;
215
- }
216
- .el-table + .el-alert[data-v-028fb838] {
217
- margin: 10px 0;
218
- }
219
-
220
- .el-alert + .el-table[data-v-82e0dfef] {
221
- margin-top: 10px;
222
- }
223
- .el-alert + .el-form-item[data-v-82e0dfef] {
224
- margin-top: 10px;
225
- }
226
-
227
- .el-tabs + .el-alert[data-v-08737620] {
228
- margin-top: 10px;
229
- }
230
- .el-alert + .el-form-item[data-v-08737620] {
231
- margin-top: 10px;
232
- }
233
-
234
- [data-v-808a13e1] .el-radio {
235
- margin: 0;
236
- }
237
- .el-radio + .el-radio[data-v-808a13e1] {
238
- margin-left: 10px;
239
- }
240
-
241
193
  [data-v-286d914e] .el-table__row {
242
194
  cursor: pointer;
243
195
  }
@@ -284,80 +236,18 @@
284
236
  margin-top: 10px;
285
237
  }
286
238
 
287
- .el-alert + .el-table[data-v-d978e7dc] {
239
+ .el-alert + .el-table[data-v-82e0dfef] {
288
240
  margin-top: 10px;
289
241
  }
290
- .el-table + .el-alert[data-v-d978e7dc] {
291
- margin: 10px 0;
292
- }
293
- .el-alert + .el-form-item[data-v-d978e7dc] {
242
+ .el-alert + .el-form-item[data-v-82e0dfef] {
294
243
  margin-top: 10px;
295
244
  }
296
- .amb-design-attr-base-content[data-v-ce167986] {
297
- background: #ffffff;
298
- box-shadow: 1px 0px 10px 0px rgba(0, 0, 0, 0.05);
299
- height: 100%;
300
- padding-left: 10px;
301
- padding-right: 10px;
302
- overflow: auto;
303
- }
304
- .amb-design-attr-item[data-v-ce167986] {
305
- margin-bottom: 8px;
306
- }
307
- .amb-design-attr-group-header > button[data-v-ce167986] {
308
- background: #f5f6f8;
309
- padding-left: 10px;
310
- font-size: 14px;
311
- height: 42px;
312
- }
313
- .amb-design-attr-content[data-v-ce167986] {
314
- background: #ffffff;
315
- box-shadow: 1px 0px 10px 0px rgba(0, 0, 0, 0.05);
316
- height: 100%;
317
- padding-left: 10px;
318
- padding-right: 10px;
319
- overflow: auto;
320
- position: relative;
321
- }
322
- .amb-design-attr-header-search[data-v-ce167986] {
323
- margin-top: 16px;
324
- }
325
- .amb-design-attr-header-select[data-v-ce167986] {
326
- width: 90px;
327
- height: 36px;
328
- }
329
- .amb-design-page-param-row[data-v-ce167986] {
330
- height: 34px;
331
- }
332
- .el-table__cell > .cell[data-v-ce167986] {
333
- white-space: nowrap !important;
334
- }
335
- .serviceflow-item[data-v-ce167986] {
336
- background: rgba(88, 147, 239, 0.06);
337
- border: 1px dashed rgba(88, 147, 239, 0.06);
338
- border-radius: 4px 4px 4px 4px;
339
- text-align: center;
340
- margin-top: 12px;
341
- padding: 10px 5px 10px 5px;
342
- font-size: 12px;
343
- cursor: move;
344
- height: 60px;
345
- overflow: hidden;
346
- box-sizing: border-box;
347
- color: #333333;
348
- text-overflow: ellipsis;
349
- white-space: nowrap;
350
- -webkit-user-select: none; /* Safari */
351
- -moz-user-select: none; /* Firefox */
352
- -ms-user-select: none; /* Internet Explorer/Edge */
353
- user-select: none; /* 标准语法 */
354
- }
355
- .serviceflow-item[data-v-ce167986]:hover {
356
- background: rgba(11, 45, 101, 0.105);
357
- border: 1px dashed rgba(11, 45, 101, 0.227);
245
+
246
+ [data-v-808a13e1] .el-radio {
247
+ margin: 0;
358
248
  }
359
- .amb-assembly-item-drag[data-v-ce167986] {
360
- opacity: 1 !important;
249
+ .el-radio + .el-radio[data-v-808a13e1] {
250
+ margin-left: 10px;
361
251
  }
362
252
 
363
253
  .el-drawer__header {
@@ -369,11 +259,6 @@
369
259
  [data-v-c51cce99] .el-overlay {
370
260
  position: static;
371
261
  }
372
-
373
- .el-dialog__wrapper[data-v-d41cb0ad] {
374
- overflow: hidden !important;
375
- padding-right: 0 !important;
376
- }
377
262
  .control-item[data-v-fdc6ec07] {
378
263
  top: -5px;
379
264
  position: relative;
@@ -504,7 +389,142 @@
504
389
  outline: none;
505
390
  margin-left: 50px;
506
391
  }
507
- .nodeView[data-v-9fff2753] {
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
+
484
+ .el-alert + .el-table[data-v-d978e7dc] {
485
+ margin-top: 10px;
486
+ }
487
+ .el-table + .el-alert[data-v-d978e7dc] {
488
+ margin: 10px 0;
489
+ }
490
+ .el-alert + .el-form-item[data-v-d978e7dc] {
491
+ margin-top: 10px;
492
+ }
493
+
494
+ .el-alert + .el-form-item[data-v-32875028] {
495
+ margin-top: 10px;
496
+ }
497
+ .el-alert + .el-table[data-v-32875028] {
498
+ margin: 10px 0;
499
+ }
500
+
501
+ .el-alert + .el-table[data-v-028fb838] {
502
+ margin-top: 10px;
503
+ }
504
+ .el-table + .el-alert[data-v-028fb838] {
505
+ margin: 10px 0;
506
+ }
507
+
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;
514
+ }
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] {
508
528
  box-sizing: border-box;
509
529
  margin: 10px 10px;
510
530
  width: 180px;
@@ -513,7 +533,7 @@
513
533
  border-radius: 2px 2px 2px 2px;
514
534
  padding: 20px 10px;
515
535
  }
516
- .nodeTitle[data-v-9fff2753] {
536
+ .nodeTitle[data-v-221a60f8] {
517
537
  width: 90px;
518
538
  height: 15px;
519
539
  font-weight: 400;
@@ -528,7 +548,7 @@
528
548
  overflow: hidden; /* 隐藏超出div宽度的文本 */
529
549
  text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
530
550
  }
531
- .nodeContent[data-v-9fff2753] {
551
+ .nodeContent[data-v-221a60f8] {
532
552
  /* width: 100%; */
533
553
  height: 15px;
534
554
  font-weight: 400;
@@ -543,19 +563,19 @@
543
563
  overflow: hidden; /* 隐藏超出div宽度的文本 */
544
564
  text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
545
565
  }
546
- .nodeContent-desc[data-v-9fff2753]{
566
+ .nodeContent-desc[data-v-221a60f8]{
547
567
  }
548
- .el-divider--horizontal[data-v-9fff2753] {
568
+ .el-divider--horizontal[data-v-221a60f8] {
549
569
  margin: 12px 0;
550
570
  }
551
- .nodeView[data-v-9fff2753] {
571
+ .nodeView[data-v-221a60f8] {
552
572
  border: 1px solid #5a90f9;
553
573
  background: #eef3fe;
554
574
  }
555
- .nodeTitle[data-v-9fff2753] {
575
+ .nodeTitle[data-v-221a60f8] {
556
576
  width: 80px;
557
577
  }
558
- .nodeView[data-v-b604c489] {
578
+ .nodeView[data-v-faa5a940] {
559
579
  box-sizing: border-box;
560
580
  margin: 10px 10px;
561
581
  width: 180px;
@@ -564,7 +584,7 @@
564
584
  border-radius: 2px 2px 2px 2px;
565
585
  padding: 20px 10px;
566
586
  }
567
- .nodeTitle[data-v-b604c489] {
587
+ .nodeTitle[data-v-faa5a940] {
568
588
  width: 90px;
569
589
  height: 15px;
570
590
  font-weight: 400;
@@ -579,7 +599,7 @@
579
599
  overflow: hidden; /* 隐藏超出div宽度的文本 */
580
600
  text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
581
601
  }
582
- .nodeContent[data-v-b604c489] {
602
+ .nodeContent[data-v-faa5a940] {
583
603
  /* width: 100%; */
584
604
  height: 15px;
585
605
  font-weight: 400;
@@ -594,19 +614,70 @@
594
614
  overflow: hidden; /* 隐藏超出div宽度的文本 */
595
615
  text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
596
616
  }
597
- .nodeContent-desc[data-v-b604c489]{
617
+ .nodeContent-desc[data-v-faa5a940]{
598
618
  }
599
- .el-divider--horizontal[data-v-b604c489] {
619
+ .el-divider--horizontal[data-v-faa5a940] {
600
620
  margin: 12px 0;
601
621
  }
602
- .nodeView[data-v-b604c489] {
622
+ .nodeView[data-v-faa5a940] {
623
+ border: 1px solid #5a90f9;
624
+ background: #eef3fe;
625
+ }
626
+ .nodeTitle[data-v-faa5a940] {
627
+ width: 80px;
628
+ }
629
+ .nodeView[data-v-5911272d] {
630
+ box-sizing: border-box;
631
+ margin: 10px 10px;
632
+ width: 180px;
633
+ height: 95px;
634
+ box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
635
+ border-radius: 2px 2px 2px 2px;
636
+ padding: 20px 10px;
637
+ }
638
+ .nodeTitle[data-v-5911272d] {
639
+ width: 90px;
640
+ height: 15px;
641
+ font-weight: 400;
642
+ font-size: 16px;
643
+ color: #333333;
644
+ line-height: 14px;
645
+ text-align: left;
646
+ font-style: normal;
647
+ text-transform: none;
648
+ padding: 0px 24px;
649
+ white-space: nowrap; /* 确保文本在一行内显示 */
650
+ overflow: hidden; /* 隐藏超出div宽度的文本 */
651
+ text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
652
+ }
653
+ .nodeContent[data-v-5911272d] {
654
+ /* width: 100%; */
655
+ height: 15px;
656
+ font-weight: 400;
657
+ font-size: 14px;
658
+ color: #666666;
659
+ line-height: 14px;
660
+ text-align: left;
661
+ font-style: normal;
662
+ text-transform: none;
663
+ padding: 0px 0px;
664
+ white-space: nowrap; /* 确保文本在一行内显示 */
665
+ overflow: hidden; /* 隐藏超出div宽度的文本 */
666
+ text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
667
+ }
668
+ .nodeContent-desc[data-v-5911272d]{
669
+ }
670
+ .el-divider--horizontal[data-v-5911272d] {
671
+ margin: 12px 0;
672
+ }
673
+ .nodeView[data-v-5911272d] {
603
674
  border: 1px solid #5a90f9;
604
675
  background: #eef3fe;
605
676
  }
606
- .nodeTitle[data-v-b604c489] {
677
+ .nodeTitle[data-v-5911272d] {
607
678
  width: 80px;
608
679
  }
609
- .nodeView[data-v-7702fcdb] {
680
+ .nodeView[data-v-df366d04] {
610
681
  box-sizing: border-box;
611
682
  margin: 10px 10px;
612
683
  width: 180px;
@@ -615,7 +686,7 @@
615
686
  border-radius: 2px 2px 2px 2px;
616
687
  padding: 20px 10px;
617
688
  }
618
- .nodeTitle[data-v-7702fcdb] {
689
+ .nodeTitle[data-v-df366d04] {
619
690
  width: 90px;
620
691
  height: 15px;
621
692
  font-weight: 400;
@@ -630,7 +701,7 @@
630
701
  overflow: hidden; /* 隐藏超出div宽度的文本 */
631
702
  text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
632
703
  }
633
- .nodeContent[data-v-7702fcdb] {
704
+ .nodeContent[data-v-df366d04] {
634
705
  /* width: 100%; */
635
706
  height: 15px;
636
707
  font-weight: 400;
@@ -645,19 +716,19 @@
645
716
  overflow: hidden; /* 隐藏超出div宽度的文本 */
646
717
  text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
647
718
  }
648
- .nodeContent-desc[data-v-7702fcdb]{
719
+ .nodeContent-desc[data-v-df366d04]{
649
720
  }
650
- .el-divider--horizontal[data-v-7702fcdb] {
721
+ .el-divider--horizontal[data-v-df366d04] {
651
722
  margin: 12px 0;
652
723
  }
653
- .nodeView[data-v-7702fcdb] {
724
+ .nodeView[data-v-df366d04] {
654
725
  border: 1px solid #5a90f9;
655
726
  background: #eef3fe;
656
727
  }
657
- .nodeTitle[data-v-7702fcdb] {
728
+ .nodeTitle[data-v-df366d04] {
658
729
  width: 80px;
659
730
  }
660
- .nodeView[data-v-b1d2a966] {
731
+ .nodeView[data-v-b604c489] {
661
732
  box-sizing: border-box;
662
733
  margin: 10px 10px;
663
734
  width: 180px;
@@ -666,7 +737,7 @@
666
737
  border-radius: 2px 2px 2px 2px;
667
738
  padding: 20px 10px;
668
739
  }
669
- .nodeTitle[data-v-b1d2a966] {
740
+ .nodeTitle[data-v-b604c489] {
670
741
  width: 90px;
671
742
  height: 15px;
672
743
  font-weight: 400;
@@ -681,7 +752,7 @@
681
752
  overflow: hidden; /* 隐藏超出div宽度的文本 */
682
753
  text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
683
754
  }
684
- .nodeContent[data-v-b1d2a966] {
755
+ .nodeContent[data-v-b604c489] {
685
756
  /* width: 100%; */
686
757
  height: 15px;
687
758
  font-weight: 400;
@@ -696,39 +767,19 @@
696
767
  overflow: hidden; /* 隐藏超出div宽度的文本 */
697
768
  text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
698
769
  }
699
- .nodeContent-desc[data-v-b1d2a966]{
770
+ .nodeContent-desc[data-v-b604c489]{
700
771
  }
701
- .el-divider--horizontal[data-v-b1d2a966] {
772
+ .el-divider--horizontal[data-v-b604c489] {
702
773
  margin: 12px 0;
703
774
  }
704
- .nodeView[data-v-b1d2a966] {
775
+ .nodeView[data-v-b604c489] {
705
776
  border: 1px solid #5a90f9;
706
777
  background: #eef3fe;
707
778
  }
708
- .nodeTitle[data-v-b1d2a966] {
779
+ .nodeTitle[data-v-b604c489] {
709
780
  width: 80px;
710
781
  }
711
-
712
- .node-content[data-v-b28923f3] {
713
- width: 120px;
714
- height: 44px;
715
- background: #ffffff;
716
- box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
717
- border-radius: 2px 2px 2px 2px;
718
- }
719
- .content[data-v-b28923f3] {
720
- width: 28px;
721
- height: 15px;
722
- font-weight: 400;
723
- font-size: 14px;
724
- color: #333333;
725
- line-height: 14px;
726
- text-align: left;
727
- font-style: normal;
728
- text-transform: none;
729
- padding: 5px 0px 4px 10px;
730
- }
731
- .nodeView[data-v-5911272d] {
782
+ .nodeView[data-v-7702fcdb] {
732
783
  box-sizing: border-box;
733
784
  margin: 10px 10px;
734
785
  width: 180px;
@@ -737,7 +788,7 @@
737
788
  border-radius: 2px 2px 2px 2px;
738
789
  padding: 20px 10px;
739
790
  }
740
- .nodeTitle[data-v-5911272d] {
791
+ .nodeTitle[data-v-7702fcdb] {
741
792
  width: 90px;
742
793
  height: 15px;
743
794
  font-weight: 400;
@@ -752,7 +803,7 @@
752
803
  overflow: hidden; /* 隐藏超出div宽度的文本 */
753
804
  text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
754
805
  }
755
- .nodeContent[data-v-5911272d] {
806
+ .nodeContent[data-v-7702fcdb] {
756
807
  /* width: 100%; */
757
808
  height: 15px;
758
809
  font-weight: 400;
@@ -767,19 +818,19 @@
767
818
  overflow: hidden; /* 隐藏超出div宽度的文本 */
768
819
  text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
769
820
  }
770
- .nodeContent-desc[data-v-5911272d]{
821
+ .nodeContent-desc[data-v-7702fcdb]{
771
822
  }
772
- .el-divider--horizontal[data-v-5911272d] {
823
+ .el-divider--horizontal[data-v-7702fcdb] {
773
824
  margin: 12px 0;
774
825
  }
775
- .nodeView[data-v-5911272d] {
826
+ .nodeView[data-v-7702fcdb] {
776
827
  border: 1px solid #5a90f9;
777
828
  background: #eef3fe;
778
829
  }
779
- .nodeTitle[data-v-5911272d] {
830
+ .nodeTitle[data-v-7702fcdb] {
780
831
  width: 80px;
781
832
  }
782
- .nodeView[data-v-b01d3a50] {
833
+ .nodeView[data-v-c176feb6] {
783
834
  box-sizing: border-box;
784
835
  margin: 10px 10px;
785
836
  width: 180px;
@@ -788,7 +839,7 @@
788
839
  border-radius: 2px 2px 2px 2px;
789
840
  padding: 20px 10px;
790
841
  }
791
- .nodeTitle[data-v-b01d3a50] {
842
+ .nodeTitle[data-v-c176feb6] {
792
843
  width: 90px;
793
844
  height: 15px;
794
845
  font-weight: 400;
@@ -803,7 +854,7 @@
803
854
  overflow: hidden; /* 隐藏超出div宽度的文本 */
804
855
  text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
805
856
  }
806
- .nodeContent[data-v-b01d3a50] {
857
+ .nodeContent[data-v-c176feb6] {
807
858
  /* width: 100%; */
808
859
  height: 15px;
809
860
  font-weight: 400;
@@ -818,19 +869,20 @@
818
869
  overflow: hidden; /* 隐藏超出div宽度的文本 */
819
870
  text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
820
871
  }
821
- .nodeContent-desc[data-v-b01d3a50]{
872
+ .nodeContent-desc[data-v-c176feb6]{
822
873
  }
823
- .el-divider--horizontal[data-v-b01d3a50] {
874
+ .el-divider--horizontal[data-v-c176feb6] {
824
875
  margin: 12px 0;
825
876
  }
826
- .nodeView[data-v-b01d3a50] {
877
+ .nodeView[data-v-c176feb6] {
827
878
  border: 1px solid #5a90f9;
828
- background: #eef3fe;
879
+ background: #eef3fe;
880
+ width: 180px;
881
+ min-height: 95px;
829
882
  }
830
- .nodeTitle[data-v-b01d3a50] {
831
- width: 80px;
883
+ .nodeContent[data-v-c176feb6] {
832
884
  }
833
- .nodeView[data-v-4c6dfa4a] {
885
+ .nodeView[data-v-6d0cd280] {
834
886
  box-sizing: border-box;
835
887
  margin: 10px 10px;
836
888
  width: 180px;
@@ -839,7 +891,7 @@
839
891
  border-radius: 2px 2px 2px 2px;
840
892
  padding: 20px 10px;
841
893
  }
842
- .nodeTitle[data-v-4c6dfa4a] {
894
+ .nodeTitle[data-v-6d0cd280] {
843
895
  width: 90px;
844
896
  height: 15px;
845
897
  font-weight: 400;
@@ -854,7 +906,7 @@
854
906
  overflow: hidden; /* 隐藏超出div宽度的文本 */
855
907
  text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
856
908
  }
857
- .nodeContent[data-v-4c6dfa4a] {
909
+ .nodeContent[data-v-6d0cd280] {
858
910
  /* width: 100%; */
859
911
  height: 15px;
860
912
  font-weight: 400;
@@ -869,40 +921,19 @@
869
921
  overflow: hidden; /* 隐藏超出div宽度的文本 */
870
922
  text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
871
923
  }
872
- .nodeContent-desc[data-v-4c6dfa4a]{
924
+ .nodeContent-desc[data-v-6d0cd280]{
873
925
  }
874
- .el-divider--horizontal[data-v-4c6dfa4a] {
926
+ .el-divider--horizontal[data-v-6d0cd280] {
875
927
  margin: 12px 0;
876
928
  }
877
- .nodeView[data-v-4c6dfa4a] {
929
+ .nodeView[data-v-6d0cd280] {
878
930
  border: 1px solid #5a90f9;
879
- background: #eef3fe;
880
- width: 180px;
881
- min-height: 95px;
882
- }
883
- .nodeContent[data-v-4c6dfa4a] {
884
- }
885
-
886
- .aaa[data-v-8bd72b80] {
887
- width: 300px;
888
- height: 200px;
889
- background: #ffffff;
890
- box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
891
- border-radius: 2px 2px 2px 2px;
931
+ background: #eef3fe;
892
932
  }
893
- .content[data-v-8bd72b80] {
894
- width: 28px;
895
- height: 15px;
896
- font-weight: 400;
897
- font-size: 14px;
898
- color: #333333;
899
- line-height: 14px;
900
- text-align: left;
901
- font-style: normal;
902
- text-transform: none;
903
- padding: 5px 0px 4px 10px;
933
+ .nodeTitle[data-v-6d0cd280] {
934
+ width: 80px;
904
935
  }
905
- .nodeView[data-v-c176feb6] {
936
+ .nodeView[data-v-9fff2753] {
906
937
  box-sizing: border-box;
907
938
  margin: 10px 10px;
908
939
  width: 180px;
@@ -911,7 +942,7 @@
911
942
  border-radius: 2px 2px 2px 2px;
912
943
  padding: 20px 10px;
913
944
  }
914
- .nodeTitle[data-v-c176feb6] {
945
+ .nodeTitle[data-v-9fff2753] {
915
946
  width: 90px;
916
947
  height: 15px;
917
948
  font-weight: 400;
@@ -926,7 +957,7 @@
926
957
  overflow: hidden; /* 隐藏超出div宽度的文本 */
927
958
  text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
928
959
  }
929
- .nodeContent[data-v-c176feb6] {
960
+ .nodeContent[data-v-9fff2753] {
930
961
  /* width: 100%; */
931
962
  height: 15px;
932
963
  font-weight: 400;
@@ -941,18 +972,17 @@
941
972
  overflow: hidden; /* 隐藏超出div宽度的文本 */
942
973
  text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
943
974
  }
944
- .nodeContent-desc[data-v-c176feb6]{
975
+ .nodeContent-desc[data-v-9fff2753]{
945
976
  }
946
- .el-divider--horizontal[data-v-c176feb6] {
977
+ .el-divider--horizontal[data-v-9fff2753] {
947
978
  margin: 12px 0;
948
979
  }
949
- .nodeView[data-v-c176feb6] {
980
+ .nodeView[data-v-9fff2753] {
950
981
  border: 1px solid #5a90f9;
951
- background: #eef3fe;
952
- width: 180px;
953
- min-height: 95px;
982
+ background: #eef3fe;
954
983
  }
955
- .nodeContent[data-v-c176feb6] {
984
+ .nodeTitle[data-v-9fff2753] {
985
+ width: 80px;
956
986
  }
957
987
  .nodeView[data-v-bd32480c] {
958
988
  box-sizing: border-box;
@@ -1006,7 +1036,7 @@
1006
1036
  }
1007
1037
  .nodeContent[data-v-bd32480c] {
1008
1038
  }
1009
- .nodeView[data-v-faa5a940] {
1039
+ .nodeView[data-v-b1d2a966] {
1010
1040
  box-sizing: border-box;
1011
1041
  margin: 10px 10px;
1012
1042
  width: 180px;
@@ -1015,7 +1045,7 @@
1015
1045
  border-radius: 2px 2px 2px 2px;
1016
1046
  padding: 20px 10px;
1017
1047
  }
1018
- .nodeTitle[data-v-faa5a940] {
1048
+ .nodeTitle[data-v-b1d2a966] {
1019
1049
  width: 90px;
1020
1050
  height: 15px;
1021
1051
  font-weight: 400;
@@ -1030,7 +1060,7 @@
1030
1060
  overflow: hidden; /* 隐藏超出div宽度的文本 */
1031
1061
  text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
1032
1062
  }
1033
- .nodeContent[data-v-faa5a940] {
1063
+ .nodeContent[data-v-b1d2a966] {
1034
1064
  /* width: 100%; */
1035
1065
  height: 15px;
1036
1066
  font-weight: 400;
@@ -1045,19 +1075,19 @@
1045
1075
  overflow: hidden; /* 隐藏超出div宽度的文本 */
1046
1076
  text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
1047
1077
  }
1048
- .nodeContent-desc[data-v-faa5a940]{
1078
+ .nodeContent-desc[data-v-b1d2a966]{
1049
1079
  }
1050
- .el-divider--horizontal[data-v-faa5a940] {
1080
+ .el-divider--horizontal[data-v-b1d2a966] {
1051
1081
  margin: 12px 0;
1052
1082
  }
1053
- .nodeView[data-v-faa5a940] {
1083
+ .nodeView[data-v-b1d2a966] {
1054
1084
  border: 1px solid #5a90f9;
1055
1085
  background: #eef3fe;
1056
1086
  }
1057
- .nodeTitle[data-v-faa5a940] {
1087
+ .nodeTitle[data-v-b1d2a966] {
1058
1088
  width: 80px;
1059
1089
  }
1060
- .nodeView[data-v-6d0cd280] {
1090
+ .nodeView[data-v-b01d3a50] {
1061
1091
  box-sizing: border-box;
1062
1092
  margin: 10px 10px;
1063
1093
  width: 180px;
@@ -1066,7 +1096,7 @@
1066
1096
  border-radius: 2px 2px 2px 2px;
1067
1097
  padding: 20px 10px;
1068
1098
  }
1069
- .nodeTitle[data-v-6d0cd280] {
1099
+ .nodeTitle[data-v-b01d3a50] {
1070
1100
  width: 90px;
1071
1101
  height: 15px;
1072
1102
  font-weight: 400;
@@ -1081,7 +1111,7 @@
1081
1111
  overflow: hidden; /* 隐藏超出div宽度的文本 */
1082
1112
  text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
1083
1113
  }
1084
- .nodeContent[data-v-6d0cd280] {
1114
+ .nodeContent[data-v-b01d3a50] {
1085
1115
  /* width: 100%; */
1086
1116
  height: 15px;
1087
1117
  font-weight: 400;
@@ -1096,27 +1126,27 @@
1096
1126
  overflow: hidden; /* 隐藏超出div宽度的文本 */
1097
1127
  text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
1098
1128
  }
1099
- .nodeContent-desc[data-v-6d0cd280]{
1129
+ .nodeContent-desc[data-v-b01d3a50]{
1100
1130
  }
1101
- .el-divider--horizontal[data-v-6d0cd280] {
1131
+ .el-divider--horizontal[data-v-b01d3a50] {
1102
1132
  margin: 12px 0;
1103
1133
  }
1104
- .nodeView[data-v-6d0cd280] {
1134
+ .nodeView[data-v-b01d3a50] {
1105
1135
  border: 1px solid #5a90f9;
1106
1136
  background: #eef3fe;
1107
1137
  }
1108
- .nodeTitle[data-v-6d0cd280] {
1138
+ .nodeTitle[data-v-b01d3a50] {
1109
1139
  width: 80px;
1110
1140
  }
1111
1141
 
1112
- .node-content[data-v-69a854a3] {
1142
+ .node-content[data-v-b28923f3] {
1113
1143
  width: 120px;
1114
1144
  height: 44px;
1115
1145
  background: #ffffff;
1116
1146
  box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
1117
1147
  border-radius: 2px 2px 2px 2px;
1118
1148
  }
1119
- .content[data-v-69a854a3] {
1149
+ .content[data-v-b28923f3] {
1120
1150
  width: 28px;
1121
1151
  height: 15px;
1122
1152
  font-weight: 400;
@@ -1128,58 +1158,27 @@
1128
1158
  text-transform: none;
1129
1159
  padding: 5px 0px 4px 10px;
1130
1160
  }
1131
- .nodeView[data-v-df366d04] {
1132
- box-sizing: border-box;
1133
- margin: 10px 10px;
1134
- width: 180px;
1135
- height: 95px;
1161
+
1162
+ .node-content[data-v-69a854a3] {
1163
+ width: 120px;
1164
+ height: 44px;
1165
+ background: #ffffff;
1136
1166
  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-df366d04] {
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; /* 使用省略号表示被截断的文本 */
1167
+ border-radius: 2px 2px 2px 2px;
1154
1168
  }
1155
- .nodeContent[data-v-df366d04] {
1156
- /* width: 100%; */
1169
+ .content[data-v-69a854a3] {
1170
+ width: 28px;
1157
1171
  height: 15px;
1158
1172
  font-weight: 400;
1159
1173
  font-size: 14px;
1160
- color: #666666;
1174
+ color: #333333;
1161
1175
  line-height: 14px;
1162
1176
  text-align: left;
1163
1177
  font-style: normal;
1164
1178
  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-df366d04]{
1171
- }
1172
- .el-divider--horizontal[data-v-df366d04] {
1173
- margin: 12px 0;
1174
- }
1175
- .nodeView[data-v-df366d04] {
1176
- border: 1px solid #5a90f9;
1177
- background: #eef3fe;
1178
- }
1179
- .nodeTitle[data-v-df366d04] {
1180
- width: 80px;
1179
+ padding: 5px 0px 4px 10px;
1181
1180
  }
1182
- .nodeView[data-v-221a60f8] {
1181
+ .nodeView[data-v-4c6dfa4a] {
1183
1182
  box-sizing: border-box;
1184
1183
  margin: 10px 10px;
1185
1184
  width: 180px;
@@ -1188,7 +1187,7 @@
1188
1187
  border-radius: 2px 2px 2px 2px;
1189
1188
  padding: 20px 10px;
1190
1189
  }
1191
- .nodeTitle[data-v-221a60f8] {
1190
+ .nodeTitle[data-v-4c6dfa4a] {
1192
1191
  width: 90px;
1193
1192
  height: 15px;
1194
1193
  font-weight: 400;
@@ -1203,7 +1202,7 @@
1203
1202
  overflow: hidden; /* 隐藏超出div宽度的文本 */
1204
1203
  text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
1205
1204
  }
1206
- .nodeContent[data-v-221a60f8] {
1205
+ .nodeContent[data-v-4c6dfa4a] {
1207
1206
  /* width: 100%; */
1208
1207
  height: 15px;
1209
1208
  font-weight: 400;
@@ -1218,40 +1217,41 @@
1218
1217
  overflow: hidden; /* 隐藏超出div宽度的文本 */
1219
1218
  text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
1220
1219
  }
1221
- .nodeContent-desc[data-v-221a60f8]{
1220
+ .nodeContent-desc[data-v-4c6dfa4a]{
1222
1221
  }
1223
- .el-divider--horizontal[data-v-221a60f8] {
1222
+ .el-divider--horizontal[data-v-4c6dfa4a] {
1224
1223
  margin: 12px 0;
1225
1224
  }
1226
- .nodeView[data-v-221a60f8] {
1225
+ .nodeView[data-v-4c6dfa4a] {
1227
1226
  border: 1px solid #5a90f9;
1228
- background: #eef3fe;
1227
+ background: #eef3fe;
1228
+ width: 180px;
1229
+ min-height: 95px;
1229
1230
  }
1230
- .nodeTitle[data-v-221a60f8] {
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-select + .el-input[data-v-3918f594] {
1238
+ .el-select + .el-input[data-v-7fcf8a84] {
1239
1239
  margin-left: 10px;
1240
1240
  }
1241
- .el-input + .el-input[data-v-3918f594] {
1241
+ .el-input + .el-input[data-v-7fcf8a84] {
1242
1242
  margin-left: 10px;
1243
1243
  }
1244
- .el-input + .el-button[data-v-3918f594] {
1244
+ .el-input + .el-button[data-v-7fcf8a84] {
1245
1245
  margin-left: 10px;
1246
1246
  }
1247
1247
 
1248
- .el-select + .el-input[data-v-7fcf8a84] {
1248
+ .el-select + .el-input[data-v-3918f594] {
1249
1249
  margin-left: 10px;
1250
1250
  }
1251
- .el-input + .el-input[data-v-7fcf8a84] {
1251
+ .el-input + .el-input[data-v-3918f594] {
1252
1252
  margin-left: 10px;
1253
1253
  }
1254
- .el-input + .el-button[data-v-7fcf8a84] {
1254
+ .el-input + .el-button[data-v-3918f594] {
1255
1255
  margin-left: 10px;
1256
1256
  }
1257
1257
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "service-flow-designer",
3
- "version": "2.0.68",
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.50",
64
+ "agilebuilder-ui": "1.0.56",
65
65
  "codemirror": "^6.0.1",
66
66
  "nprogress": "^0.2.0",
67
67
  "quill": "^2.0.2",