service-flow-designer 2.0.53 → 2.0.57

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 +327 -327
  2. package/package.json +2 -2
package/dist/es/style.css CHANGED
@@ -183,6 +183,27 @@
183
183
  margin-top: 10px;
184
184
  }
185
185
 
186
+ .el-tabs + .el-alert[data-v-08737620] {
187
+ margin-top: 10px;
188
+ }
189
+ .el-alert + .el-form-item[data-v-08737620] {
190
+ margin-top: 10px;
191
+ }
192
+
193
+ .el-alert + .el-table[data-v-028fb838] {
194
+ margin-top: 10px;
195
+ }
196
+ .el-table + .el-alert[data-v-028fb838] {
197
+ margin: 10px 0;
198
+ }
199
+
200
+ .el-alert + .el-table[data-v-82e0dfef] {
201
+ margin-top: 10px;
202
+ }
203
+ .el-alert + .el-form-item[data-v-82e0dfef] {
204
+ margin-top: 10px;
205
+ }
206
+
186
207
  [data-v-808a13e1] .el-radio {
187
208
  margin: 0;
188
209
  }
@@ -190,6 +211,16 @@
190
211
  margin-left: 10px;
191
212
  }
192
213
 
214
+ .el-alert + .el-table[data-v-e27c4c1e] {
215
+ margin-top: 10px;
216
+ }
217
+ .el-table + .el-alert[data-v-e27c4c1e] {
218
+ margin: 10px 0;
219
+ }
220
+ .el-alert + .el-form-item[data-v-e27c4c1e] {
221
+ margin-top: 10px;
222
+ }
223
+
193
224
  [data-v-65e38bfb] .el-radio {
194
225
  margin: 0;
195
226
  }
@@ -210,40 +241,31 @@
210
241
  align-items: center; /* 子元素在交叉轴(垂直方向)上居中对齐 */
211
242
  }
212
243
 
213
- .el-alert + .el-table[data-v-82e0dfef] {
214
- margin-top: 10px;
215
- }
216
- .el-alert + .el-form-item[data-v-82e0dfef] {
217
- margin-top: 10px;
218
- }
219
-
220
- .el-alert + .el-table[data-v-028fb838] {
244
+ .el-alert + .el-form-item[data-v-32875028] {
221
245
  margin-top: 10px;
222
246
  }
223
- .el-table + .el-alert[data-v-028fb838] {
247
+ .el-alert + .el-table[data-v-32875028] {
224
248
  margin: 10px 0;
225
249
  }
226
250
 
227
- .el-alert + .el-table[data-v-e27c4c1e] {
251
+ .el-alert + .el-table[data-v-d978e7dc] {
228
252
  margin-top: 10px;
229
253
  }
230
- .el-table + .el-alert[data-v-e27c4c1e] {
254
+ .el-table + .el-alert[data-v-d978e7dc] {
231
255
  margin: 10px 0;
232
256
  }
233
- .el-alert + .el-form-item[data-v-e27c4c1e] {
257
+ .el-alert + .el-form-item[data-v-d978e7dc] {
234
258
  margin-top: 10px;
235
259
  }
236
260
 
237
- .el-dialog__wrapper[data-v-d41cb0ad] {
238
- overflow: hidden !important;
239
- padding-right: 0 !important;
261
+ .el-drawer__header {
262
+ margin-bottom: 0 !important;
240
263
  }
241
-
242
- .el-alert + .el-form-item[data-v-32875028] {
243
- margin-top: 10px;
244
- }
245
- .el-alert + .el-table[data-v-32875028] {
246
- margin: 10px 0;
264
+ /**
265
+ 解决右侧弹出属性配置遮罩层打开后页面其他地方无法点击问题
266
+ */
267
+ [data-v-c51cce99] .el-overlay {
268
+ position: static;
247
269
  }
248
270
  .control-item[data-v-fdc6ec07] {
249
271
  top: -5px;
@@ -376,135 +398,11 @@
376
398
  margin-left: 50px;
377
399
  }
378
400
 
379
- .el-tabs + .el-alert[data-v-08737620] {
380
- margin-top: 10px;
381
- }
382
- .el-alert + .el-form-item[data-v-08737620] {
383
- margin-top: 10px;
384
- }
385
-
386
- .el-alert + .el-table[data-v-d978e7dc] {
387
- margin-top: 10px;
388
- }
389
- .el-table + .el-alert[data-v-d978e7dc] {
390
- margin: 10px 0;
391
- }
392
- .el-alert + .el-form-item[data-v-d978e7dc] {
393
- margin-top: 10px;
394
- }
395
-
396
- .el-drawer__header {
397
- margin-bottom: 0 !important;
398
- }
399
- /**
400
- 解决右侧弹出属性配置遮罩层打开后页面其他地方无法点击问题
401
- */
402
- [data-v-c51cce99] .el-overlay {
403
- position: static;
404
- }
405
-
406
- [data-v-286d914e] .el-table__row {
407
- cursor: pointer;
408
- }
409
- /** 右键菜单样式 */
410
- .context-menu[data-v-286d914e] {
411
- position: absolute;
412
- background: #fff;
413
- z-index: 999;
414
- margin: 5;
415
- padding: 8px 8px;
416
- box-shadow: 0 5px 7px 1px rgba(0, 0, 0, 0.1);
417
- border: 1px solid #bbbbbb;
418
- border-radius: 10px;
419
- font-size: 14px;
420
- }
421
- .context-menu li[data-v-286d914e] {
422
- list-style-type: none;
423
- min-width: 75px;
424
- line-height: 28px;
425
- text-align: left;
426
- border-radius: 5px;
427
- padding-left: 5px;
428
- cursor: pointer;
429
- }
430
- .context-menu li[data-v-286d914e]:hover {
431
- background: #0165e1;
432
- color: #fff;
433
- }
434
- /** 右键菜单样式 */
435
- .custom-tree-node[data-v-286d914e] {
436
- font-size: 14px;
437
- padding-right: 8px;
438
- display: flex; /* 使用Flex布局 */
439
- align-items: center; /* 子元素在交叉轴(垂直方向)上居中对齐 */
440
- }
441
- .amb-design-attr-base-content[data-v-ce167986] {
442
- background: #ffffff;
443
- box-shadow: 1px 0px 10px 0px rgba(0, 0, 0, 0.05);
444
- height: 100%;
445
- padding-left: 10px;
446
- padding-right: 10px;
447
- overflow: auto;
448
- }
449
- .amb-design-attr-item[data-v-ce167986] {
450
- margin-bottom: 8px;
451
- }
452
- .amb-design-attr-group-header > button[data-v-ce167986] {
453
- background: #f5f6f8;
454
- padding-left: 10px;
455
- font-size: 14px;
456
- height: 42px;
457
- }
458
- .amb-design-attr-content[data-v-ce167986] {
459
- background: #ffffff;
460
- box-shadow: 1px 0px 10px 0px rgba(0, 0, 0, 0.05);
461
- height: 100%;
462
- padding-left: 10px;
463
- padding-right: 10px;
464
- overflow: auto;
465
- position: relative;
466
- }
467
- .amb-design-attr-header-search[data-v-ce167986] {
468
- margin-top: 16px;
469
- }
470
- .amb-design-attr-header-select[data-v-ce167986] {
471
- width: 90px;
472
- height: 36px;
473
- }
474
- .amb-design-page-param-row[data-v-ce167986] {
475
- height: 34px;
476
- }
477
- .el-table__cell > .cell[data-v-ce167986] {
478
- white-space: nowrap !important;
479
- }
480
- .serviceflow-item[data-v-ce167986] {
481
- background: rgba(88, 147, 239, 0.06);
482
- border: 1px dashed rgba(88, 147, 239, 0.06);
483
- border-radius: 4px 4px 4px 4px;
484
- text-align: center;
485
- margin-top: 12px;
486
- padding: 10px 5px 10px 5px;
487
- font-size: 12px;
488
- cursor: move;
489
- height: 60px;
490
- overflow: hidden;
491
- box-sizing: border-box;
492
- color: #333333;
493
- text-overflow: ellipsis;
494
- white-space: nowrap;
495
- -webkit-user-select: none; /* Safari */
496
- -moz-user-select: none; /* Firefox */
497
- -ms-user-select: none; /* Internet Explorer/Edge */
498
- user-select: none; /* 标准语法 */
499
- }
500
- .serviceflow-item[data-v-ce167986]:hover {
501
- background: rgba(11, 45, 101, 0.105);
502
- border: 1px dashed rgba(11, 45, 101, 0.227);
503
- }
504
- .amb-assembly-item-drag[data-v-ce167986] {
505
- opacity: 1 !important;
401
+ .el-dialog__wrapper[data-v-d41cb0ad] {
402
+ overflow: hidden !important;
403
+ padding-right: 0 !important;
506
404
  }
507
- .nodeView[data-v-9fff2753] {
405
+ .nodeView[data-v-5911272d] {
508
406
  box-sizing: border-box;
509
407
  margin: 10px 10px;
510
408
  width: 180px;
@@ -513,7 +411,7 @@
513
411
  border-radius: 2px 2px 2px 2px;
514
412
  padding: 20px 10px;
515
413
  }
516
- .nodeTitle[data-v-9fff2753] {
414
+ .nodeTitle[data-v-5911272d] {
517
415
  width: 90px;
518
416
  height: 15px;
519
417
  font-weight: 400;
@@ -528,7 +426,7 @@
528
426
  overflow: hidden; /* 隐藏超出div宽度的文本 */
529
427
  text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
530
428
  }
531
- .nodeContent[data-v-9fff2753] {
429
+ .nodeContent[data-v-5911272d] {
532
430
  /* width: 100%; */
533
431
  height: 15px;
534
432
  font-weight: 400;
@@ -543,19 +441,19 @@
543
441
  overflow: hidden; /* 隐藏超出div宽度的文本 */
544
442
  text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
545
443
  }
546
- .nodeContent-desc[data-v-9fff2753]{
444
+ .nodeContent-desc[data-v-5911272d]{
547
445
  }
548
- .el-divider--horizontal[data-v-9fff2753] {
446
+ .el-divider--horizontal[data-v-5911272d] {
549
447
  margin: 12px 0;
550
448
  }
551
- .nodeView[data-v-9fff2753] {
449
+ .nodeView[data-v-5911272d] {
552
450
  border: 1px solid #5a90f9;
553
451
  background: #eef3fe;
554
452
  }
555
- .nodeTitle[data-v-9fff2753] {
453
+ .nodeTitle[data-v-5911272d] {
556
454
  width: 80px;
557
455
  }
558
- .nodeView[data-v-6d0cd280] {
456
+ .nodeView[data-v-bd32480c] {
559
457
  box-sizing: border-box;
560
458
  margin: 10px 10px;
561
459
  width: 180px;
@@ -564,7 +462,7 @@
564
462
  border-radius: 2px 2px 2px 2px;
565
463
  padding: 20px 10px;
566
464
  }
567
- .nodeTitle[data-v-6d0cd280] {
465
+ .nodeTitle[data-v-bd32480c] {
568
466
  width: 90px;
569
467
  height: 15px;
570
468
  font-weight: 400;
@@ -579,7 +477,7 @@
579
477
  overflow: hidden; /* 隐藏超出div宽度的文本 */
580
478
  text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
581
479
  }
582
- .nodeContent[data-v-6d0cd280] {
480
+ .nodeContent[data-v-bd32480c] {
583
481
  /* width: 100%; */
584
482
  height: 15px;
585
483
  font-weight: 400;
@@ -594,19 +492,20 @@
594
492
  overflow: hidden; /* 隐藏超出div宽度的文本 */
595
493
  text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
596
494
  }
597
- .nodeContent-desc[data-v-6d0cd280]{
495
+ .nodeContent-desc[data-v-bd32480c]{
598
496
  }
599
- .el-divider--horizontal[data-v-6d0cd280] {
497
+ .el-divider--horizontal[data-v-bd32480c] {
600
498
  margin: 12px 0;
601
499
  }
602
- .nodeView[data-v-6d0cd280] {
500
+ .nodeView[data-v-bd32480c] {
603
501
  border: 1px solid #5a90f9;
604
- background: #eef3fe;
502
+ background: #eef3fe;
503
+ width: 180px;
504
+ min-height: 95px;
605
505
  }
606
- .nodeTitle[data-v-6d0cd280] {
607
- width: 80px;
506
+ .nodeContent[data-v-bd32480c] {
608
507
  }
609
- .nodeView[data-v-b604c489] {
508
+ .nodeView[data-v-4c6dfa4a] {
610
509
  box-sizing: border-box;
611
510
  margin: 10px 10px;
612
511
  width: 180px;
@@ -615,7 +514,7 @@
615
514
  border-radius: 2px 2px 2px 2px;
616
515
  padding: 20px 10px;
617
516
  }
618
- .nodeTitle[data-v-b604c489] {
517
+ .nodeTitle[data-v-4c6dfa4a] {
619
518
  width: 90px;
620
519
  height: 15px;
621
520
  font-weight: 400;
@@ -630,7 +529,7 @@
630
529
  overflow: hidden; /* 隐藏超出div宽度的文本 */
631
530
  text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
632
531
  }
633
- .nodeContent[data-v-b604c489] {
532
+ .nodeContent[data-v-4c6dfa4a] {
634
533
  /* width: 100%; */
635
534
  height: 15px;
636
535
  font-weight: 400;
@@ -645,19 +544,20 @@
645
544
  overflow: hidden; /* 隐藏超出div宽度的文本 */
646
545
  text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
647
546
  }
648
- .nodeContent-desc[data-v-b604c489]{
547
+ .nodeContent-desc[data-v-4c6dfa4a]{
649
548
  }
650
- .el-divider--horizontal[data-v-b604c489] {
549
+ .el-divider--horizontal[data-v-4c6dfa4a] {
651
550
  margin: 12px 0;
652
551
  }
653
- .nodeView[data-v-b604c489] {
552
+ .nodeView[data-v-4c6dfa4a] {
654
553
  border: 1px solid #5a90f9;
655
- background: #eef3fe;
554
+ background: #eef3fe;
555
+ width: 180px;
556
+ min-height: 95px;
656
557
  }
657
- .nodeTitle[data-v-b604c489] {
658
- width: 80px;
558
+ .nodeContent[data-v-4c6dfa4a] {
659
559
  }
660
- .nodeView[data-v-c176feb6] {
560
+ .nodeView[data-v-9fff2753] {
661
561
  box-sizing: border-box;
662
562
  margin: 10px 10px;
663
563
  width: 180px;
@@ -666,7 +566,7 @@
666
566
  border-radius: 2px 2px 2px 2px;
667
567
  padding: 20px 10px;
668
568
  }
669
- .nodeTitle[data-v-c176feb6] {
569
+ .nodeTitle[data-v-9fff2753] {
670
570
  width: 90px;
671
571
  height: 15px;
672
572
  font-weight: 400;
@@ -681,7 +581,7 @@
681
581
  overflow: hidden; /* 隐藏超出div宽度的文本 */
682
582
  text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
683
583
  }
684
- .nodeContent[data-v-c176feb6] {
584
+ .nodeContent[data-v-9fff2753] {
685
585
  /* width: 100%; */
686
586
  height: 15px;
687
587
  font-weight: 400;
@@ -696,20 +596,39 @@
696
596
  overflow: hidden; /* 隐藏超出div宽度的文本 */
697
597
  text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
698
598
  }
699
- .nodeContent-desc[data-v-c176feb6]{
599
+ .nodeContent-desc[data-v-9fff2753]{
700
600
  }
701
- .el-divider--horizontal[data-v-c176feb6] {
601
+ .el-divider--horizontal[data-v-9fff2753] {
702
602
  margin: 12px 0;
703
603
  }
704
- .nodeView[data-v-c176feb6] {
604
+ .nodeView[data-v-9fff2753] {
705
605
  border: 1px solid #5a90f9;
706
- background: #eef3fe;
707
- width: 180px;
708
- min-height: 95px;
606
+ background: #eef3fe;
709
607
  }
710
- .nodeContent[data-v-c176feb6] {
608
+ .nodeTitle[data-v-9fff2753] {
609
+ width: 80px;
711
610
  }
712
- .nodeView[data-v-221a60f8] {
611
+
612
+ .aaa[data-v-8bd72b80] {
613
+ width: 300px;
614
+ height: 200px;
615
+ background: #ffffff;
616
+ box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
617
+ border-radius: 2px 2px 2px 2px;
618
+ }
619
+ .content[data-v-8bd72b80] {
620
+ width: 28px;
621
+ height: 15px;
622
+ font-weight: 400;
623
+ font-size: 14px;
624
+ color: #333333;
625
+ line-height: 14px;
626
+ text-align: left;
627
+ font-style: normal;
628
+ text-transform: none;
629
+ padding: 5px 0px 4px 10px;
630
+ }
631
+ .nodeView[data-v-df366d04] {
713
632
  box-sizing: border-box;
714
633
  margin: 10px 10px;
715
634
  width: 180px;
@@ -718,7 +637,7 @@
718
637
  border-radius: 2px 2px 2px 2px;
719
638
  padding: 20px 10px;
720
639
  }
721
- .nodeTitle[data-v-221a60f8] {
640
+ .nodeTitle[data-v-df366d04] {
722
641
  width: 90px;
723
642
  height: 15px;
724
643
  font-weight: 400;
@@ -733,7 +652,7 @@
733
652
  overflow: hidden; /* 隐藏超出div宽度的文本 */
734
653
  text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
735
654
  }
736
- .nodeContent[data-v-221a60f8] {
655
+ .nodeContent[data-v-df366d04] {
737
656
  /* width: 100%; */
738
657
  height: 15px;
739
658
  font-weight: 400;
@@ -748,19 +667,19 @@
748
667
  overflow: hidden; /* 隐藏超出div宽度的文本 */
749
668
  text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
750
669
  }
751
- .nodeContent-desc[data-v-221a60f8]{
670
+ .nodeContent-desc[data-v-df366d04]{
752
671
  }
753
- .el-divider--horizontal[data-v-221a60f8] {
672
+ .el-divider--horizontal[data-v-df366d04] {
754
673
  margin: 12px 0;
755
674
  }
756
- .nodeView[data-v-221a60f8] {
675
+ .nodeView[data-v-df366d04] {
757
676
  border: 1px solid #5a90f9;
758
677
  background: #eef3fe;
759
678
  }
760
- .nodeTitle[data-v-221a60f8] {
679
+ .nodeTitle[data-v-df366d04] {
761
680
  width: 80px;
762
681
  }
763
- .nodeView[data-v-b1d2a966] {
682
+ .nodeView[data-v-221a60f8] {
764
683
  box-sizing: border-box;
765
684
  margin: 10px 10px;
766
685
  width: 180px;
@@ -769,7 +688,7 @@
769
688
  border-radius: 2px 2px 2px 2px;
770
689
  padding: 20px 10px;
771
690
  }
772
- .nodeTitle[data-v-b1d2a966] {
691
+ .nodeTitle[data-v-221a60f8] {
773
692
  width: 90px;
774
693
  height: 15px;
775
694
  font-weight: 400;
@@ -784,7 +703,7 @@
784
703
  overflow: hidden; /* 隐藏超出div宽度的文本 */
785
704
  text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
786
705
  }
787
- .nodeContent[data-v-b1d2a966] {
706
+ .nodeContent[data-v-221a60f8] {
788
707
  /* width: 100%; */
789
708
  height: 15px;
790
709
  font-weight: 400;
@@ -799,19 +718,75 @@
799
718
  overflow: hidden; /* 隐藏超出div宽度的文本 */
800
719
  text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
801
720
  }
802
- .nodeContent-desc[data-v-b1d2a966]{
721
+ .nodeContent-desc[data-v-221a60f8]{
803
722
  }
804
- .el-divider--horizontal[data-v-b1d2a966] {
723
+ .el-divider--horizontal[data-v-221a60f8] {
805
724
  margin: 12px 0;
806
725
  }
807
- .nodeView[data-v-b1d2a966] {
726
+ .nodeView[data-v-221a60f8] {
808
727
  border: 1px solid #5a90f9;
809
728
  background: #eef3fe;
810
729
  }
811
- .nodeTitle[data-v-b1d2a966] {
730
+ .nodeTitle[data-v-221a60f8] {
812
731
  width: 80px;
813
732
  }
814
- .nodeView[data-v-faa5a940] {
733
+
734
+ [data-v-286d914e] .el-table__row {
735
+ cursor: pointer;
736
+ }
737
+ /** 右键菜单样式 */
738
+ .context-menu[data-v-286d914e] {
739
+ position: absolute;
740
+ background: #fff;
741
+ z-index: 999;
742
+ margin: 5;
743
+ padding: 8px 8px;
744
+ box-shadow: 0 5px 7px 1px rgba(0, 0, 0, 0.1);
745
+ border: 1px solid #bbbbbb;
746
+ border-radius: 10px;
747
+ font-size: 14px;
748
+ }
749
+ .context-menu li[data-v-286d914e] {
750
+ list-style-type: none;
751
+ min-width: 75px;
752
+ line-height: 28px;
753
+ text-align: left;
754
+ border-radius: 5px;
755
+ padding-left: 5px;
756
+ cursor: pointer;
757
+ }
758
+ .context-menu li[data-v-286d914e]:hover {
759
+ background: #0165e1;
760
+ color: #fff;
761
+ }
762
+ /** 右键菜单样式 */
763
+ .custom-tree-node[data-v-286d914e] {
764
+ font-size: 14px;
765
+ padding-right: 8px;
766
+ display: flex; /* 使用Flex布局 */
767
+ align-items: center; /* 子元素在交叉轴(垂直方向)上居中对齐 */
768
+ }
769
+
770
+ .node-content[data-v-b28923f3] {
771
+ width: 120px;
772
+ height: 44px;
773
+ background: #ffffff;
774
+ box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
775
+ border-radius: 2px 2px 2px 2px;
776
+ }
777
+ .content[data-v-b28923f3] {
778
+ width: 28px;
779
+ height: 15px;
780
+ font-weight: 400;
781
+ font-size: 14px;
782
+ color: #333333;
783
+ line-height: 14px;
784
+ text-align: left;
785
+ font-style: normal;
786
+ text-transform: none;
787
+ padding: 5px 0px 4px 10px;
788
+ }
789
+ .nodeView[data-v-b1d2a966] {
815
790
  box-sizing: border-box;
816
791
  margin: 10px 10px;
817
792
  width: 180px;
@@ -820,7 +795,7 @@
820
795
  border-radius: 2px 2px 2px 2px;
821
796
  padding: 20px 10px;
822
797
  }
823
- .nodeTitle[data-v-faa5a940] {
798
+ .nodeTitle[data-v-b1d2a966] {
824
799
  width: 90px;
825
800
  height: 15px;
826
801
  font-weight: 400;
@@ -835,7 +810,7 @@
835
810
  overflow: hidden; /* 隐藏超出div宽度的文本 */
836
811
  text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
837
812
  }
838
- .nodeContent[data-v-faa5a940] {
813
+ .nodeContent[data-v-b1d2a966] {
839
814
  /* width: 100%; */
840
815
  height: 15px;
841
816
  font-weight: 400;
@@ -850,39 +825,19 @@
850
825
  overflow: hidden; /* 隐藏超出div宽度的文本 */
851
826
  text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
852
827
  }
853
- .nodeContent-desc[data-v-faa5a940]{
828
+ .nodeContent-desc[data-v-b1d2a966]{
854
829
  }
855
- .el-divider--horizontal[data-v-faa5a940] {
830
+ .el-divider--horizontal[data-v-b1d2a966] {
856
831
  margin: 12px 0;
857
832
  }
858
- .nodeView[data-v-faa5a940] {
833
+ .nodeView[data-v-b1d2a966] {
859
834
  border: 1px solid #5a90f9;
860
835
  background: #eef3fe;
861
836
  }
862
- .nodeTitle[data-v-faa5a940] {
837
+ .nodeTitle[data-v-b1d2a966] {
863
838
  width: 80px;
864
839
  }
865
-
866
- .node-content[data-v-69a854a3] {
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-69a854a3] {
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-df366d04] {
840
+ .nodeView[data-v-b604c489] {
886
841
  box-sizing: border-box;
887
842
  margin: 10px 10px;
888
843
  width: 180px;
@@ -891,7 +846,7 @@
891
846
  border-radius: 2px 2px 2px 2px;
892
847
  padding: 20px 10px;
893
848
  }
894
- .nodeTitle[data-v-df366d04] {
849
+ .nodeTitle[data-v-b604c489] {
895
850
  width: 90px;
896
851
  height: 15px;
897
852
  font-weight: 400;
@@ -906,7 +861,7 @@
906
861
  overflow: hidden; /* 隐藏超出div宽度的文本 */
907
862
  text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
908
863
  }
909
- .nodeContent[data-v-df366d04] {
864
+ .nodeContent[data-v-b604c489] {
910
865
  /* width: 100%; */
911
866
  height: 15px;
912
867
  font-weight: 400;
@@ -921,19 +876,19 @@
921
876
  overflow: hidden; /* 隐藏超出div宽度的文本 */
922
877
  text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
923
878
  }
924
- .nodeContent-desc[data-v-df366d04]{
879
+ .nodeContent-desc[data-v-b604c489]{
925
880
  }
926
- .el-divider--horizontal[data-v-df366d04] {
881
+ .el-divider--horizontal[data-v-b604c489] {
927
882
  margin: 12px 0;
928
883
  }
929
- .nodeView[data-v-df366d04] {
884
+ .nodeView[data-v-b604c489] {
930
885
  border: 1px solid #5a90f9;
931
886
  background: #eef3fe;
932
887
  }
933
- .nodeTitle[data-v-df366d04] {
888
+ .nodeTitle[data-v-b604c489] {
934
889
  width: 80px;
935
890
  }
936
- .nodeView[data-v-4c6dfa4a] {
891
+ .nodeView[data-v-c176feb6] {
937
892
  box-sizing: border-box;
938
893
  margin: 10px 10px;
939
894
  width: 180px;
@@ -942,7 +897,7 @@
942
897
  border-radius: 2px 2px 2px 2px;
943
898
  padding: 20px 10px;
944
899
  }
945
- .nodeTitle[data-v-4c6dfa4a] {
900
+ .nodeTitle[data-v-c176feb6] {
946
901
  width: 90px;
947
902
  height: 15px;
948
903
  font-weight: 400;
@@ -957,7 +912,7 @@
957
912
  overflow: hidden; /* 隐藏超出div宽度的文本 */
958
913
  text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
959
914
  }
960
- .nodeContent[data-v-4c6dfa4a] {
915
+ .nodeContent[data-v-c176feb6] {
961
916
  /* width: 100%; */
962
917
  height: 15px;
963
918
  font-weight: 400;
@@ -972,20 +927,20 @@
972
927
  overflow: hidden; /* 隐藏超出div宽度的文本 */
973
928
  text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
974
929
  }
975
- .nodeContent-desc[data-v-4c6dfa4a]{
930
+ .nodeContent-desc[data-v-c176feb6]{
976
931
  }
977
- .el-divider--horizontal[data-v-4c6dfa4a] {
932
+ .el-divider--horizontal[data-v-c176feb6] {
978
933
  margin: 12px 0;
979
934
  }
980
- .nodeView[data-v-4c6dfa4a] {
935
+ .nodeView[data-v-c176feb6] {
981
936
  border: 1px solid #5a90f9;
982
937
  background: #eef3fe;
983
938
  width: 180px;
984
939
  min-height: 95px;
985
940
  }
986
- .nodeContent[data-v-4c6dfa4a] {
941
+ .nodeContent[data-v-c176feb6] {
987
942
  }
988
- .nodeView[data-v-5911272d] {
943
+ .nodeView[data-v-6d0cd280] {
989
944
  box-sizing: border-box;
990
945
  margin: 10px 10px;
991
946
  width: 180px;
@@ -994,7 +949,7 @@
994
949
  border-radius: 2px 2px 2px 2px;
995
950
  padding: 20px 10px;
996
951
  }
997
- .nodeTitle[data-v-5911272d] {
952
+ .nodeTitle[data-v-6d0cd280] {
998
953
  width: 90px;
999
954
  height: 15px;
1000
955
  font-weight: 400;
@@ -1009,7 +964,7 @@
1009
964
  overflow: hidden; /* 隐藏超出div宽度的文本 */
1010
965
  text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
1011
966
  }
1012
- .nodeContent[data-v-5911272d] {
967
+ .nodeContent[data-v-6d0cd280] {
1013
968
  /* width: 100%; */
1014
969
  height: 15px;
1015
970
  font-weight: 400;
@@ -1024,19 +979,105 @@
1024
979
  overflow: hidden; /* 隐藏超出div宽度的文本 */
1025
980
  text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
1026
981
  }
1027
- .nodeContent-desc[data-v-5911272d]{
982
+ .nodeContent-desc[data-v-6d0cd280]{
1028
983
  }
1029
- .el-divider--horizontal[data-v-5911272d] {
984
+ .el-divider--horizontal[data-v-6d0cd280] {
1030
985
  margin: 12px 0;
1031
986
  }
1032
- .nodeView[data-v-5911272d] {
987
+ .nodeView[data-v-6d0cd280] {
1033
988
  border: 1px solid #5a90f9;
1034
989
  background: #eef3fe;
1035
990
  }
1036
- .nodeTitle[data-v-5911272d] {
991
+ .nodeTitle[data-v-6d0cd280] {
1037
992
  width: 80px;
1038
993
  }
1039
- .nodeView[data-v-b01d3a50] {
994
+ .amb-design-attr-base-content[data-v-ce167986] {
995
+ background: #ffffff;
996
+ box-shadow: 1px 0px 10px 0px rgba(0, 0, 0, 0.05);
997
+ height: 100%;
998
+ padding-left: 10px;
999
+ padding-right: 10px;
1000
+ overflow: auto;
1001
+ }
1002
+ .amb-design-attr-item[data-v-ce167986] {
1003
+ margin-bottom: 8px;
1004
+ }
1005
+ .amb-design-attr-group-header > button[data-v-ce167986] {
1006
+ background: #f5f6f8;
1007
+ padding-left: 10px;
1008
+ font-size: 14px;
1009
+ height: 42px;
1010
+ }
1011
+ .amb-design-attr-content[data-v-ce167986] {
1012
+ background: #ffffff;
1013
+ box-shadow: 1px 0px 10px 0px rgba(0, 0, 0, 0.05);
1014
+ height: 100%;
1015
+ padding-left: 10px;
1016
+ padding-right: 10px;
1017
+ overflow: auto;
1018
+ position: relative;
1019
+ }
1020
+ .amb-design-attr-header-search[data-v-ce167986] {
1021
+ margin-top: 16px;
1022
+ }
1023
+ .amb-design-attr-header-select[data-v-ce167986] {
1024
+ width: 90px;
1025
+ height: 36px;
1026
+ }
1027
+ .amb-design-page-param-row[data-v-ce167986] {
1028
+ height: 34px;
1029
+ }
1030
+ .el-table__cell > .cell[data-v-ce167986] {
1031
+ white-space: nowrap !important;
1032
+ }
1033
+ .serviceflow-item[data-v-ce167986] {
1034
+ background: rgba(88, 147, 239, 0.06);
1035
+ border: 1px dashed rgba(88, 147, 239, 0.06);
1036
+ border-radius: 4px 4px 4px 4px;
1037
+ text-align: center;
1038
+ margin-top: 12px;
1039
+ padding: 10px 5px 10px 5px;
1040
+ font-size: 12px;
1041
+ cursor: move;
1042
+ height: 60px;
1043
+ overflow: hidden;
1044
+ box-sizing: border-box;
1045
+ color: #333333;
1046
+ text-overflow: ellipsis;
1047
+ white-space: nowrap;
1048
+ -webkit-user-select: none; /* Safari */
1049
+ -moz-user-select: none; /* Firefox */
1050
+ -ms-user-select: none; /* Internet Explorer/Edge */
1051
+ user-select: none; /* 标准语法 */
1052
+ }
1053
+ .serviceflow-item[data-v-ce167986]:hover {
1054
+ background: rgba(11, 45, 101, 0.105);
1055
+ border: 1px dashed rgba(11, 45, 101, 0.227);
1056
+ }
1057
+ .amb-assembly-item-drag[data-v-ce167986] {
1058
+ opacity: 1 !important;
1059
+ }
1060
+
1061
+ .node-content[data-v-69a854a3] {
1062
+ width: 120px;
1063
+ height: 44px;
1064
+ background: #ffffff;
1065
+ box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
1066
+ border-radius: 2px 2px 2px 2px;
1067
+ }
1068
+ .content[data-v-69a854a3] {
1069
+ width: 28px;
1070
+ height: 15px;
1071
+ font-weight: 400;
1072
+ font-size: 14px;
1073
+ color: #333333;
1074
+ line-height: 14px;
1075
+ text-align: left;
1076
+ font-style: normal;
1077
+ text-transform: none;
1078
+ padding: 5px 0px 4px 10px;
1079
+ }
1080
+ .nodeView[data-v-faa5a940] {
1040
1081
  box-sizing: border-box;
1041
1082
  margin: 10px 10px;
1042
1083
  width: 180px;
@@ -1045,7 +1086,7 @@
1045
1086
  border-radius: 2px 2px 2px 2px;
1046
1087
  padding: 20px 10px;
1047
1088
  }
1048
- .nodeTitle[data-v-b01d3a50] {
1089
+ .nodeTitle[data-v-faa5a940] {
1049
1090
  width: 90px;
1050
1091
  height: 15px;
1051
1092
  font-weight: 400;
@@ -1060,7 +1101,7 @@
1060
1101
  overflow: hidden; /* 隐藏超出div宽度的文本 */
1061
1102
  text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
1062
1103
  }
1063
- .nodeContent[data-v-b01d3a50] {
1104
+ .nodeContent[data-v-faa5a940] {
1064
1105
  /* width: 100%; */
1065
1106
  height: 15px;
1066
1107
  font-weight: 400;
@@ -1075,19 +1116,19 @@
1075
1116
  overflow: hidden; /* 隐藏超出div宽度的文本 */
1076
1117
  text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
1077
1118
  }
1078
- .nodeContent-desc[data-v-b01d3a50]{
1119
+ .nodeContent-desc[data-v-faa5a940]{
1079
1120
  }
1080
- .el-divider--horizontal[data-v-b01d3a50] {
1121
+ .el-divider--horizontal[data-v-faa5a940] {
1081
1122
  margin: 12px 0;
1082
1123
  }
1083
- .nodeView[data-v-b01d3a50] {
1124
+ .nodeView[data-v-faa5a940] {
1084
1125
  border: 1px solid #5a90f9;
1085
1126
  background: #eef3fe;
1086
1127
  }
1087
- .nodeTitle[data-v-b01d3a50] {
1128
+ .nodeTitle[data-v-faa5a940] {
1088
1129
  width: 80px;
1089
1130
  }
1090
- .nodeView[data-v-bd32480c] {
1131
+ .nodeView[data-v-7702fcdb] {
1091
1132
  box-sizing: border-box;
1092
1133
  margin: 10px 10px;
1093
1134
  width: 180px;
@@ -1096,7 +1137,7 @@
1096
1137
  border-radius: 2px 2px 2px 2px;
1097
1138
  padding: 20px 10px;
1098
1139
  }
1099
- .nodeTitle[data-v-bd32480c] {
1140
+ .nodeTitle[data-v-7702fcdb] {
1100
1141
  width: 90px;
1101
1142
  height: 15px;
1102
1143
  font-weight: 400;
@@ -1111,7 +1152,7 @@
1111
1152
  overflow: hidden; /* 隐藏超出div宽度的文本 */
1112
1153
  text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
1113
1154
  }
1114
- .nodeContent[data-v-bd32480c] {
1155
+ .nodeContent[data-v-7702fcdb] {
1115
1156
  /* width: 100%; */
1116
1157
  height: 15px;
1117
1158
  font-weight: 400;
@@ -1126,60 +1167,19 @@
1126
1167
  overflow: hidden; /* 隐藏超出div宽度的文本 */
1127
1168
  text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
1128
1169
  }
1129
- .nodeContent-desc[data-v-bd32480c]{
1170
+ .nodeContent-desc[data-v-7702fcdb]{
1130
1171
  }
1131
- .el-divider--horizontal[data-v-bd32480c] {
1172
+ .el-divider--horizontal[data-v-7702fcdb] {
1132
1173
  margin: 12px 0;
1133
1174
  }
1134
- .nodeView[data-v-bd32480c] {
1175
+ .nodeView[data-v-7702fcdb] {
1135
1176
  border: 1px solid #5a90f9;
1136
- background: #eef3fe;
1137
- width: 180px;
1138
- min-height: 95px;
1139
- }
1140
- .nodeContent[data-v-bd32480c] {
1141
- }
1142
-
1143
- .node-content[data-v-b28923f3] {
1144
- width: 120px;
1145
- height: 44px;
1146
- background: #ffffff;
1147
- box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
1148
- border-radius: 2px 2px 2px 2px;
1149
- }
1150
- .content[data-v-b28923f3] {
1151
- width: 28px;
1152
- height: 15px;
1153
- font-weight: 400;
1154
- font-size: 14px;
1155
- color: #333333;
1156
- line-height: 14px;
1157
- text-align: left;
1158
- font-style: normal;
1159
- text-transform: none;
1160
- padding: 5px 0px 4px 10px;
1161
- }
1162
-
1163
- .aaa[data-v-8bd72b80] {
1164
- width: 300px;
1165
- height: 200px;
1166
- background: #ffffff;
1167
- box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
1168
- border-radius: 2px 2px 2px 2px;
1177
+ background: #eef3fe;
1169
1178
  }
1170
- .content[data-v-8bd72b80] {
1171
- width: 28px;
1172
- height: 15px;
1173
- font-weight: 400;
1174
- font-size: 14px;
1175
- color: #333333;
1176
- line-height: 14px;
1177
- text-align: left;
1178
- font-style: normal;
1179
- text-transform: none;
1180
- padding: 5px 0px 4px 10px;
1179
+ .nodeTitle[data-v-7702fcdb] {
1180
+ width: 80px;
1181
1181
  }
1182
- .nodeView[data-v-7702fcdb] {
1182
+ .nodeView[data-v-b01d3a50] {
1183
1183
  box-sizing: border-box;
1184
1184
  margin: 10px 10px;
1185
1185
  width: 180px;
@@ -1188,7 +1188,7 @@
1188
1188
  border-radius: 2px 2px 2px 2px;
1189
1189
  padding: 20px 10px;
1190
1190
  }
1191
- .nodeTitle[data-v-7702fcdb] {
1191
+ .nodeTitle[data-v-b01d3a50] {
1192
1192
  width: 90px;
1193
1193
  height: 15px;
1194
1194
  font-weight: 400;
@@ -1203,7 +1203,7 @@
1203
1203
  overflow: hidden; /* 隐藏超出div宽度的文本 */
1204
1204
  text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
1205
1205
  }
1206
- .nodeContent[data-v-7702fcdb] {
1206
+ .nodeContent[data-v-b01d3a50] {
1207
1207
  /* width: 100%; */
1208
1208
  height: 15px;
1209
1209
  font-weight: 400;
@@ -1218,33 +1218,19 @@
1218
1218
  overflow: hidden; /* 隐藏超出div宽度的文本 */
1219
1219
  text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
1220
1220
  }
1221
- .nodeContent-desc[data-v-7702fcdb]{
1221
+ .nodeContent-desc[data-v-b01d3a50]{
1222
1222
  }
1223
- .el-divider--horizontal[data-v-7702fcdb] {
1223
+ .el-divider--horizontal[data-v-b01d3a50] {
1224
1224
  margin: 12px 0;
1225
1225
  }
1226
- .nodeView[data-v-7702fcdb] {
1226
+ .nodeView[data-v-b01d3a50] {
1227
1227
  border: 1px solid #5a90f9;
1228
1228
  background: #eef3fe;
1229
1229
  }
1230
- .nodeTitle[data-v-7702fcdb] {
1230
+ .nodeTitle[data-v-b01d3a50] {
1231
1231
  width: 80px;
1232
1232
  }
1233
1233
 
1234
- .el-radio[data-v-1bbd6187] {
1235
- margin-right: 10px;
1236
- }
1237
-
1238
- .el-select + .el-input[data-v-3918f594] {
1239
- margin-left: 10px;
1240
- }
1241
- .el-input + .el-input[data-v-3918f594] {
1242
- margin-left: 10px;
1243
- }
1244
- .el-input + .el-button[data-v-3918f594] {
1245
- margin-left: 10px;
1246
- }
1247
-
1248
1234
  .el-radio[data-v-1ee0eb33] {
1249
1235
  margin-right: 10px;
1250
1236
  }
@@ -1262,6 +1248,20 @@
1262
1248
  margin-left: 10px;
1263
1249
  }
1264
1250
 
1251
+ .el-select + .el-input[data-v-3918f594] {
1252
+ margin-left: 10px;
1253
+ }
1254
+ .el-input + .el-input[data-v-3918f594] {
1255
+ margin-left: 10px;
1256
+ }
1257
+ .el-input + .el-button[data-v-3918f594] {
1258
+ margin-left: 10px;
1259
+ }
1260
+
1261
+ .el-radio[data-v-1bbd6187] {
1262
+ margin-right: 10px;
1263
+ }
1264
+
1265
1265
  [data-v-9cc733d7] .el-cascader-menu {
1266
1266
  min-width: 120px !important;
1267
1267
  }
@@ -1276,13 +1276,13 @@
1276
1276
  cursor: pointer;
1277
1277
  }
1278
1278
 
1279
- [data-v-9a3ee19e] .el-dropdown {
1280
- vertical-align: middle;
1281
- }
1282
-
1283
1279
  [data-v-2d06523b] .el-upload {
1284
1280
  width: 100%;
1285
1281
  }
1286
1282
  [data-v-2d06523b] .el-button {
1287
1283
  width: 100%;
1288
1284
  }
1285
+
1286
+ [data-v-9a3ee19e] .el-dropdown {
1287
+ vertical-align: middle;
1288
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "service-flow-designer",
3
- "version": "2.0.53",
3
+ "version": "2.0.57",
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.41",
64
+ "agilebuilder-ui": "1.0.46",
65
65
  "codemirror": "^6.0.1",
66
66
  "nprogress": "^0.2.0",
67
67
  "quill": "^2.0.2",