service-flow-designer 2.0.66 → 2.0.77

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 +281 -281
  2. package/package.json +2 -2
package/dist/es/style.css CHANGED
@@ -182,117 +182,6 @@
182
182
  .el-alert + .el-form-item[data-v-a158f309] {
183
183
  margin-top: 10px;
184
184
  }
185
-
186
- [data-v-65e38bfb] .el-radio {
187
- margin: 0;
188
- }
189
- .el-radio + .el-radio[data-v-65e38bfb] {
190
- margin-left: 10px;
191
- }
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
- [data-v-286d914e] .el-table__row {
242
- cursor: pointer;
243
- }
244
- /** 右键菜单样式 */
245
- .context-menu[data-v-286d914e] {
246
- position: absolute;
247
- background: #fff;
248
- z-index: 999;
249
- margin: 5;
250
- padding: 8px 8px;
251
- box-shadow: 0 5px 7px 1px rgba(0, 0, 0, 0.1);
252
- border: 1px solid #bbbbbb;
253
- border-radius: 10px;
254
- font-size: 14px;
255
- }
256
- .context-menu li[data-v-286d914e] {
257
- list-style-type: none;
258
- min-width: 75px;
259
- line-height: 28px;
260
- text-align: left;
261
- border-radius: 5px;
262
- padding-left: 5px;
263
- cursor: pointer;
264
- }
265
- .context-menu li[data-v-286d914e]:hover {
266
- background: #0165e1;
267
- color: #fff;
268
- }
269
- /** 右键菜单样式 */
270
- .custom-tree-node[data-v-286d914e] {
271
- font-size: 14px;
272
- padding-right: 8px;
273
- display: flex; /* 使用Flex布局 */
274
- align-items: center; /* 子元素在交叉轴(垂直方向)上居中对齐 */
275
- }
276
-
277
- .el-alert + .el-table[data-v-e27c4c1e] {
278
- margin-top: 10px;
279
- }
280
- .el-table + .el-alert[data-v-e27c4c1e] {
281
- margin: 10px 0;
282
- }
283
- .el-alert + .el-form-item[data-v-e27c4c1e] {
284
- margin-top: 10px;
285
- }
286
-
287
- .el-alert + .el-table[data-v-d978e7dc] {
288
- margin-top: 10px;
289
- }
290
- .el-table + .el-alert[data-v-d978e7dc] {
291
- margin: 10px 0;
292
- }
293
- .el-alert + .el-form-item[data-v-d978e7dc] {
294
- margin-top: 10px;
295
- }
296
185
  .amb-design-attr-base-content[data-v-ce167986] {
297
186
  background: #ffffff;
298
187
  box-shadow: 1px 0px 10px 0px rgba(0, 0, 0, 0.05);
@@ -360,6 +249,63 @@
360
249
  opacity: 1 !important;
361
250
  }
362
251
 
252
+ .el-alert + .el-table[data-v-028fb838] {
253
+ margin-top: 10px;
254
+ }
255
+ .el-table + .el-alert[data-v-028fb838] {
256
+ margin: 10px 0;
257
+ }
258
+
259
+ [data-v-286d914e] .el-table__row {
260
+ cursor: pointer;
261
+ }
262
+ /** 右键菜单样式 */
263
+ .context-menu[data-v-286d914e] {
264
+ position: absolute;
265
+ background: #fff;
266
+ z-index: 999;
267
+ margin: 5;
268
+ padding: 8px 8px;
269
+ box-shadow: 0 5px 7px 1px rgba(0, 0, 0, 0.1);
270
+ border: 1px solid #bbbbbb;
271
+ border-radius: 10px;
272
+ font-size: 14px;
273
+ }
274
+ .context-menu li[data-v-286d914e] {
275
+ list-style-type: none;
276
+ min-width: 75px;
277
+ line-height: 28px;
278
+ text-align: left;
279
+ border-radius: 5px;
280
+ padding-left: 5px;
281
+ cursor: pointer;
282
+ }
283
+ .context-menu li[data-v-286d914e]:hover {
284
+ background: #0165e1;
285
+ color: #fff;
286
+ }
287
+ /** 右键菜单样式 */
288
+ .custom-tree-node[data-v-286d914e] {
289
+ font-size: 14px;
290
+ padding-right: 8px;
291
+ display: flex; /* 使用Flex布局 */
292
+ align-items: center; /* 子元素在交叉轴(垂直方向)上居中对齐 */
293
+ }
294
+
295
+ .el-alert + .el-table[data-v-82e0dfef] {
296
+ margin-top: 10px;
297
+ }
298
+ .el-alert + .el-form-item[data-v-82e0dfef] {
299
+ margin-top: 10px;
300
+ }
301
+
302
+ [data-v-65e38bfb] .el-radio {
303
+ margin: 0;
304
+ }
305
+ .el-radio + .el-radio[data-v-65e38bfb] {
306
+ margin-left: 10px;
307
+ }
308
+
363
309
  .el-drawer__header {
364
310
  margin-bottom: 0 !important;
365
311
  }
@@ -370,10 +316,33 @@
370
316
  position: static;
371
317
  }
372
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
+
373
332
  .el-dialog__wrapper[data-v-d41cb0ad] {
374
333
  overflow: hidden !important;
375
334
  padding-right: 0 !important;
376
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
+ }
377
346
  .control-item[data-v-fdc6ec07] {
378
347
  top: -5px;
379
348
  position: relative;
@@ -504,7 +473,38 @@
504
473
  outline: none;
505
474
  margin-left: 50px;
506
475
  }
507
- .nodeView[data-v-9fff2753] {
476
+
477
+ .el-alert + .el-table[data-v-d978e7dc] {
478
+ margin-top: 10px;
479
+ }
480
+ .el-table + .el-alert[data-v-d978e7dc] {
481
+ margin: 10px 0;
482
+ }
483
+ .el-alert + .el-form-item[data-v-d978e7dc] {
484
+ margin-top: 10px;
485
+ }
486
+
487
+ .el-tabs + .el-alert[data-v-08737620] {
488
+ margin-top: 10px;
489
+ }
490
+ .el-alert + .el-form-item[data-v-08737620] {
491
+ margin-top: 10px;
492
+ }
493
+
494
+ [data-v-808a13e1] .el-radio {
495
+ margin: 0;
496
+ }
497
+ .el-radio + .el-radio[data-v-808a13e1] {
498
+ margin-left: 10px;
499
+ }
500
+
501
+ .el-alert + .el-form-item[data-v-32875028] {
502
+ margin-top: 10px;
503
+ }
504
+ .el-alert + .el-table[data-v-32875028] {
505
+ margin: 10px 0;
506
+ }
507
+ .nodeView[data-v-faa5a940] {
508
508
  box-sizing: border-box;
509
509
  margin: 10px 10px;
510
510
  width: 180px;
@@ -513,7 +513,7 @@
513
513
  border-radius: 2px 2px 2px 2px;
514
514
  padding: 20px 10px;
515
515
  }
516
- .nodeTitle[data-v-9fff2753] {
516
+ .nodeTitle[data-v-faa5a940] {
517
517
  width: 90px;
518
518
  height: 15px;
519
519
  font-weight: 400;
@@ -528,7 +528,7 @@
528
528
  overflow: hidden; /* 隐藏超出div宽度的文本 */
529
529
  text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
530
530
  }
531
- .nodeContent[data-v-9fff2753] {
531
+ .nodeContent[data-v-faa5a940] {
532
532
  /* width: 100%; */
533
533
  height: 15px;
534
534
  font-weight: 400;
@@ -543,19 +543,19 @@
543
543
  overflow: hidden; /* 隐藏超出div宽度的文本 */
544
544
  text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
545
545
  }
546
- .nodeContent-desc[data-v-9fff2753]{
546
+ .nodeContent-desc[data-v-faa5a940]{
547
547
  }
548
- .el-divider--horizontal[data-v-9fff2753] {
548
+ .el-divider--horizontal[data-v-faa5a940] {
549
549
  margin: 12px 0;
550
550
  }
551
- .nodeView[data-v-9fff2753] {
551
+ .nodeView[data-v-faa5a940] {
552
552
  border: 1px solid #5a90f9;
553
553
  background: #eef3fe;
554
554
  }
555
- .nodeTitle[data-v-9fff2753] {
555
+ .nodeTitle[data-v-faa5a940] {
556
556
  width: 80px;
557
557
  }
558
- .nodeView[data-v-b604c489] {
558
+ .nodeView[data-v-5911272d] {
559
559
  box-sizing: border-box;
560
560
  margin: 10px 10px;
561
561
  width: 180px;
@@ -564,7 +564,7 @@
564
564
  border-radius: 2px 2px 2px 2px;
565
565
  padding: 20px 10px;
566
566
  }
567
- .nodeTitle[data-v-b604c489] {
567
+ .nodeTitle[data-v-5911272d] {
568
568
  width: 90px;
569
569
  height: 15px;
570
570
  font-weight: 400;
@@ -579,7 +579,7 @@
579
579
  overflow: hidden; /* 隐藏超出div宽度的文本 */
580
580
  text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
581
581
  }
582
- .nodeContent[data-v-b604c489] {
582
+ .nodeContent[data-v-5911272d] {
583
583
  /* width: 100%; */
584
584
  height: 15px;
585
585
  font-weight: 400;
@@ -594,19 +594,19 @@
594
594
  overflow: hidden; /* 隐藏超出div宽度的文本 */
595
595
  text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
596
596
  }
597
- .nodeContent-desc[data-v-b604c489]{
597
+ .nodeContent-desc[data-v-5911272d]{
598
598
  }
599
- .el-divider--horizontal[data-v-b604c489] {
599
+ .el-divider--horizontal[data-v-5911272d] {
600
600
  margin: 12px 0;
601
601
  }
602
- .nodeView[data-v-b604c489] {
602
+ .nodeView[data-v-5911272d] {
603
603
  border: 1px solid #5a90f9;
604
604
  background: #eef3fe;
605
605
  }
606
- .nodeTitle[data-v-b604c489] {
606
+ .nodeTitle[data-v-5911272d] {
607
607
  width: 80px;
608
608
  }
609
- .nodeView[data-v-7702fcdb] {
609
+ .nodeView[data-v-b604c489] {
610
610
  box-sizing: border-box;
611
611
  margin: 10px 10px;
612
612
  width: 180px;
@@ -615,7 +615,7 @@
615
615
  border-radius: 2px 2px 2px 2px;
616
616
  padding: 20px 10px;
617
617
  }
618
- .nodeTitle[data-v-7702fcdb] {
618
+ .nodeTitle[data-v-b604c489] {
619
619
  width: 90px;
620
620
  height: 15px;
621
621
  font-weight: 400;
@@ -630,7 +630,7 @@
630
630
  overflow: hidden; /* 隐藏超出div宽度的文本 */
631
631
  text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
632
632
  }
633
- .nodeContent[data-v-7702fcdb] {
633
+ .nodeContent[data-v-b604c489] {
634
634
  /* width: 100%; */
635
635
  height: 15px;
636
636
  font-weight: 400;
@@ -645,19 +645,19 @@
645
645
  overflow: hidden; /* 隐藏超出div宽度的文本 */
646
646
  text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
647
647
  }
648
- .nodeContent-desc[data-v-7702fcdb]{
648
+ .nodeContent-desc[data-v-b604c489]{
649
649
  }
650
- .el-divider--horizontal[data-v-7702fcdb] {
650
+ .el-divider--horizontal[data-v-b604c489] {
651
651
  margin: 12px 0;
652
652
  }
653
- .nodeView[data-v-7702fcdb] {
653
+ .nodeView[data-v-b604c489] {
654
654
  border: 1px solid #5a90f9;
655
655
  background: #eef3fe;
656
656
  }
657
- .nodeTitle[data-v-7702fcdb] {
657
+ .nodeTitle[data-v-b604c489] {
658
658
  width: 80px;
659
659
  }
660
- .nodeView[data-v-b1d2a966] {
660
+ .nodeView[data-v-6d0cd280] {
661
661
  box-sizing: border-box;
662
662
  margin: 10px 10px;
663
663
  width: 180px;
@@ -666,7 +666,7 @@
666
666
  border-radius: 2px 2px 2px 2px;
667
667
  padding: 20px 10px;
668
668
  }
669
- .nodeTitle[data-v-b1d2a966] {
669
+ .nodeTitle[data-v-6d0cd280] {
670
670
  width: 90px;
671
671
  height: 15px;
672
672
  font-weight: 400;
@@ -680,55 +680,35 @@
680
680
  white-space: nowrap; /* 确保文本在一行内显示 */
681
681
  overflow: hidden; /* 隐藏超出div宽度的文本 */
682
682
  text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
683
- }
684
- .nodeContent[data-v-b1d2a966] {
685
- /* width: 100%; */
686
- height: 15px;
687
- font-weight: 400;
688
- font-size: 14px;
689
- color: #666666;
690
- line-height: 14px;
691
- text-align: left;
692
- font-style: normal;
693
- text-transform: none;
694
- padding: 0px 0px;
695
- white-space: nowrap; /* 确保文本在一行内显示 */
696
- overflow: hidden; /* 隐藏超出div宽度的文本 */
697
- text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
698
- }
699
- .nodeContent-desc[data-v-b1d2a966]{
700
- }
701
- .el-divider--horizontal[data-v-b1d2a966] {
702
- margin: 12px 0;
703
- }
704
- .nodeView[data-v-b1d2a966] {
705
- border: 1px solid #5a90f9;
706
- background: #eef3fe;
707
- }
708
- .nodeTitle[data-v-b1d2a966] {
709
- width: 80px;
710
- }
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;
683
+ }
684
+ .nodeContent[data-v-6d0cd280] {
685
+ /* width: 100%; */
721
686
  height: 15px;
722
687
  font-weight: 400;
723
688
  font-size: 14px;
724
- color: #333333;
689
+ color: #666666;
725
690
  line-height: 14px;
726
691
  text-align: left;
727
692
  font-style: normal;
728
693
  text-transform: none;
729
- padding: 5px 0px 4px 10px;
694
+ padding: 0px 0px;
695
+ white-space: nowrap; /* 确保文本在一行内显示 */
696
+ overflow: hidden; /* 隐藏超出div宽度的文本 */
697
+ text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
698
+ }
699
+ .nodeContent-desc[data-v-6d0cd280]{
700
+ }
701
+ .el-divider--horizontal[data-v-6d0cd280] {
702
+ margin: 12px 0;
703
+ }
704
+ .nodeView[data-v-6d0cd280] {
705
+ border: 1px solid #5a90f9;
706
+ background: #eef3fe;
707
+ }
708
+ .nodeTitle[data-v-6d0cd280] {
709
+ width: 80px;
730
710
  }
731
- .nodeView[data-v-5911272d] {
711
+ .nodeView[data-v-4c6dfa4a] {
732
712
  box-sizing: border-box;
733
713
  margin: 10px 10px;
734
714
  width: 180px;
@@ -737,7 +717,7 @@
737
717
  border-radius: 2px 2px 2px 2px;
738
718
  padding: 20px 10px;
739
719
  }
740
- .nodeTitle[data-v-5911272d] {
720
+ .nodeTitle[data-v-4c6dfa4a] {
741
721
  width: 90px;
742
722
  height: 15px;
743
723
  font-weight: 400;
@@ -752,7 +732,7 @@
752
732
  overflow: hidden; /* 隐藏超出div宽度的文本 */
753
733
  text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
754
734
  }
755
- .nodeContent[data-v-5911272d] {
735
+ .nodeContent[data-v-4c6dfa4a] {
756
736
  /* width: 100%; */
757
737
  height: 15px;
758
738
  font-weight: 400;
@@ -767,19 +747,20 @@
767
747
  overflow: hidden; /* 隐藏超出div宽度的文本 */
768
748
  text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
769
749
  }
770
- .nodeContent-desc[data-v-5911272d]{
750
+ .nodeContent-desc[data-v-4c6dfa4a]{
771
751
  }
772
- .el-divider--horizontal[data-v-5911272d] {
752
+ .el-divider--horizontal[data-v-4c6dfa4a] {
773
753
  margin: 12px 0;
774
754
  }
775
- .nodeView[data-v-5911272d] {
755
+ .nodeView[data-v-4c6dfa4a] {
776
756
  border: 1px solid #5a90f9;
777
- background: #eef3fe;
757
+ background: #eef3fe;
758
+ width: 180px;
759
+ min-height: 95px;
778
760
  }
779
- .nodeTitle[data-v-5911272d] {
780
- width: 80px;
761
+ .nodeContent[data-v-4c6dfa4a] {
781
762
  }
782
- .nodeView[data-v-b01d3a50] {
763
+ .nodeView[data-v-b1d2a966] {
783
764
  box-sizing: border-box;
784
765
  margin: 10px 10px;
785
766
  width: 180px;
@@ -788,7 +769,7 @@
788
769
  border-radius: 2px 2px 2px 2px;
789
770
  padding: 20px 10px;
790
771
  }
791
- .nodeTitle[data-v-b01d3a50] {
772
+ .nodeTitle[data-v-b1d2a966] {
792
773
  width: 90px;
793
774
  height: 15px;
794
775
  font-weight: 400;
@@ -803,7 +784,7 @@
803
784
  overflow: hidden; /* 隐藏超出div宽度的文本 */
804
785
  text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
805
786
  }
806
- .nodeContent[data-v-b01d3a50] {
787
+ .nodeContent[data-v-b1d2a966] {
807
788
  /* width: 100%; */
808
789
  height: 15px;
809
790
  font-weight: 400;
@@ -818,19 +799,19 @@
818
799
  overflow: hidden; /* 隐藏超出div宽度的文本 */
819
800
  text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
820
801
  }
821
- .nodeContent-desc[data-v-b01d3a50]{
802
+ .nodeContent-desc[data-v-b1d2a966]{
822
803
  }
823
- .el-divider--horizontal[data-v-b01d3a50] {
804
+ .el-divider--horizontal[data-v-b1d2a966] {
824
805
  margin: 12px 0;
825
806
  }
826
- .nodeView[data-v-b01d3a50] {
807
+ .nodeView[data-v-b1d2a966] {
827
808
  border: 1px solid #5a90f9;
828
809
  background: #eef3fe;
829
810
  }
830
- .nodeTitle[data-v-b01d3a50] {
811
+ .nodeTitle[data-v-b1d2a966] {
831
812
  width: 80px;
832
813
  }
833
- .nodeView[data-v-4c6dfa4a] {
814
+ .nodeView[data-v-9fff2753] {
834
815
  box-sizing: border-box;
835
816
  margin: 10px 10px;
836
817
  width: 180px;
@@ -839,7 +820,7 @@
839
820
  border-radius: 2px 2px 2px 2px;
840
821
  padding: 20px 10px;
841
822
  }
842
- .nodeTitle[data-v-4c6dfa4a] {
823
+ .nodeTitle[data-v-9fff2753] {
843
824
  width: 90px;
844
825
  height: 15px;
845
826
  font-weight: 400;
@@ -854,7 +835,7 @@
854
835
  overflow: hidden; /* 隐藏超出div宽度的文本 */
855
836
  text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
856
837
  }
857
- .nodeContent[data-v-4c6dfa4a] {
838
+ .nodeContent[data-v-9fff2753] {
858
839
  /* width: 100%; */
859
840
  height: 15px;
860
841
  font-weight: 400;
@@ -869,28 +850,27 @@
869
850
  overflow: hidden; /* 隐藏超出div宽度的文本 */
870
851
  text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
871
852
  }
872
- .nodeContent-desc[data-v-4c6dfa4a]{
853
+ .nodeContent-desc[data-v-9fff2753]{
873
854
  }
874
- .el-divider--horizontal[data-v-4c6dfa4a] {
855
+ .el-divider--horizontal[data-v-9fff2753] {
875
856
  margin: 12px 0;
876
857
  }
877
- .nodeView[data-v-4c6dfa4a] {
858
+ .nodeView[data-v-9fff2753] {
878
859
  border: 1px solid #5a90f9;
879
- background: #eef3fe;
880
- width: 180px;
881
- min-height: 95px;
860
+ background: #eef3fe;
882
861
  }
883
- .nodeContent[data-v-4c6dfa4a] {
862
+ .nodeTitle[data-v-9fff2753] {
863
+ width: 80px;
884
864
  }
885
865
 
886
- .aaa[data-v-8bd72b80] {
887
- width: 300px;
888
- height: 200px;
866
+ .node-content[data-v-b28923f3] {
867
+ width: 120px;
868
+ height: 44px;
889
869
  background: #ffffff;
890
870
  box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
891
871
  border-radius: 2px 2px 2px 2px;
892
872
  }
893
- .content[data-v-8bd72b80] {
873
+ .content[data-v-b28923f3] {
894
874
  width: 28px;
895
875
  height: 15px;
896
876
  font-weight: 400;
@@ -902,7 +882,7 @@
902
882
  text-transform: none;
903
883
  padding: 5px 0px 4px 10px;
904
884
  }
905
- .nodeView[data-v-c176feb6] {
885
+ .nodeView[data-v-221a60f8] {
906
886
  box-sizing: border-box;
907
887
  margin: 10px 10px;
908
888
  width: 180px;
@@ -911,7 +891,7 @@
911
891
  border-radius: 2px 2px 2px 2px;
912
892
  padding: 20px 10px;
913
893
  }
914
- .nodeTitle[data-v-c176feb6] {
894
+ .nodeTitle[data-v-221a60f8] {
915
895
  width: 90px;
916
896
  height: 15px;
917
897
  font-weight: 400;
@@ -926,7 +906,7 @@
926
906
  overflow: hidden; /* 隐藏超出div宽度的文本 */
927
907
  text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
928
908
  }
929
- .nodeContent[data-v-c176feb6] {
909
+ .nodeContent[data-v-221a60f8] {
930
910
  /* width: 100%; */
931
911
  height: 15px;
932
912
  font-weight: 400;
@@ -941,18 +921,17 @@
941
921
  overflow: hidden; /* 隐藏超出div宽度的文本 */
942
922
  text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
943
923
  }
944
- .nodeContent-desc[data-v-c176feb6]{
924
+ .nodeContent-desc[data-v-221a60f8]{
945
925
  }
946
- .el-divider--horizontal[data-v-c176feb6] {
926
+ .el-divider--horizontal[data-v-221a60f8] {
947
927
  margin: 12px 0;
948
928
  }
949
- .nodeView[data-v-c176feb6] {
929
+ .nodeView[data-v-221a60f8] {
950
930
  border: 1px solid #5a90f9;
951
- background: #eef3fe;
952
- width: 180px;
953
- min-height: 95px;
931
+ background: #eef3fe;
954
932
  }
955
- .nodeContent[data-v-c176feb6] {
933
+ .nodeTitle[data-v-221a60f8] {
934
+ width: 80px;
956
935
  }
957
936
  .nodeView[data-v-bd32480c] {
958
937
  box-sizing: border-box;
@@ -1006,7 +985,7 @@
1006
985
  }
1007
986
  .nodeContent[data-v-bd32480c] {
1008
987
  }
1009
- .nodeView[data-v-faa5a940] {
988
+ .nodeView[data-v-b01d3a50] {
1010
989
  box-sizing: border-box;
1011
990
  margin: 10px 10px;
1012
991
  width: 180px;
@@ -1015,7 +994,7 @@
1015
994
  border-radius: 2px 2px 2px 2px;
1016
995
  padding: 20px 10px;
1017
996
  }
1018
- .nodeTitle[data-v-faa5a940] {
997
+ .nodeTitle[data-v-b01d3a50] {
1019
998
  width: 90px;
1020
999
  height: 15px;
1021
1000
  font-weight: 400;
@@ -1030,7 +1009,7 @@
1030
1009
  overflow: hidden; /* 隐藏超出div宽度的文本 */
1031
1010
  text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
1032
1011
  }
1033
- .nodeContent[data-v-faa5a940] {
1012
+ .nodeContent[data-v-b01d3a50] {
1034
1013
  /* width: 100%; */
1035
1014
  height: 15px;
1036
1015
  font-weight: 400;
@@ -1045,19 +1024,59 @@
1045
1024
  overflow: hidden; /* 隐藏超出div宽度的文本 */
1046
1025
  text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
1047
1026
  }
1048
- .nodeContent-desc[data-v-faa5a940]{
1027
+ .nodeContent-desc[data-v-b01d3a50]{
1049
1028
  }
1050
- .el-divider--horizontal[data-v-faa5a940] {
1029
+ .el-divider--horizontal[data-v-b01d3a50] {
1051
1030
  margin: 12px 0;
1052
1031
  }
1053
- .nodeView[data-v-faa5a940] {
1032
+ .nodeView[data-v-b01d3a50] {
1054
1033
  border: 1px solid #5a90f9;
1055
1034
  background: #eef3fe;
1056
1035
  }
1057
- .nodeTitle[data-v-faa5a940] {
1036
+ .nodeTitle[data-v-b01d3a50] {
1058
1037
  width: 80px;
1059
1038
  }
1060
- .nodeView[data-v-6d0cd280] {
1039
+
1040
+ .node-content[data-v-69a854a3] {
1041
+ width: 120px;
1042
+ height: 44px;
1043
+ background: #ffffff;
1044
+ box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
1045
+ border-radius: 2px 2px 2px 2px;
1046
+ }
1047
+ .content[data-v-69a854a3] {
1048
+ width: 28px;
1049
+ height: 15px;
1050
+ font-weight: 400;
1051
+ font-size: 14px;
1052
+ color: #333333;
1053
+ line-height: 14px;
1054
+ text-align: left;
1055
+ font-style: normal;
1056
+ text-transform: none;
1057
+ padding: 5px 0px 4px 10px;
1058
+ }
1059
+
1060
+ .aaa[data-v-8bd72b80] {
1061
+ width: 300px;
1062
+ height: 200px;
1063
+ background: #ffffff;
1064
+ box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
1065
+ border-radius: 2px 2px 2px 2px;
1066
+ }
1067
+ .content[data-v-8bd72b80] {
1068
+ width: 28px;
1069
+ height: 15px;
1070
+ font-weight: 400;
1071
+ font-size: 14px;
1072
+ color: #333333;
1073
+ line-height: 14px;
1074
+ text-align: left;
1075
+ font-style: normal;
1076
+ text-transform: none;
1077
+ padding: 5px 0px 4px 10px;
1078
+ }
1079
+ .nodeView[data-v-c176feb6] {
1061
1080
  box-sizing: border-box;
1062
1081
  margin: 10px 10px;
1063
1082
  width: 180px;
@@ -1066,7 +1085,7 @@
1066
1085
  border-radius: 2px 2px 2px 2px;
1067
1086
  padding: 20px 10px;
1068
1087
  }
1069
- .nodeTitle[data-v-6d0cd280] {
1088
+ .nodeTitle[data-v-c176feb6] {
1070
1089
  width: 90px;
1071
1090
  height: 15px;
1072
1091
  font-weight: 400;
@@ -1081,7 +1100,7 @@
1081
1100
  overflow: hidden; /* 隐藏超出div宽度的文本 */
1082
1101
  text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
1083
1102
  }
1084
- .nodeContent[data-v-6d0cd280] {
1103
+ .nodeContent[data-v-c176feb6] {
1085
1104
  /* width: 100%; */
1086
1105
  height: 15px;
1087
1106
  font-weight: 400;
@@ -1096,39 +1115,20 @@
1096
1115
  overflow: hidden; /* 隐藏超出div宽度的文本 */
1097
1116
  text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
1098
1117
  }
1099
- .nodeContent-desc[data-v-6d0cd280]{
1118
+ .nodeContent-desc[data-v-c176feb6]{
1100
1119
  }
1101
- .el-divider--horizontal[data-v-6d0cd280] {
1120
+ .el-divider--horizontal[data-v-c176feb6] {
1102
1121
  margin: 12px 0;
1103
1122
  }
1104
- .nodeView[data-v-6d0cd280] {
1123
+ .nodeView[data-v-c176feb6] {
1105
1124
  border: 1px solid #5a90f9;
1106
- background: #eef3fe;
1107
- }
1108
- .nodeTitle[data-v-6d0cd280] {
1109
- width: 80px;
1110
- }
1111
-
1112
- .node-content[data-v-69a854a3] {
1113
- width: 120px;
1114
- height: 44px;
1115
- background: #ffffff;
1116
- box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
1117
- border-radius: 2px 2px 2px 2px;
1125
+ background: #eef3fe;
1126
+ width: 180px;
1127
+ min-height: 95px;
1118
1128
  }
1119
- .content[data-v-69a854a3] {
1120
- width: 28px;
1121
- height: 15px;
1122
- font-weight: 400;
1123
- font-size: 14px;
1124
- color: #333333;
1125
- line-height: 14px;
1126
- text-align: left;
1127
- font-style: normal;
1128
- text-transform: none;
1129
- padding: 5px 0px 4px 10px;
1129
+ .nodeContent[data-v-c176feb6] {
1130
1130
  }
1131
- .nodeView[data-v-df366d04] {
1131
+ .nodeView[data-v-7702fcdb] {
1132
1132
  box-sizing: border-box;
1133
1133
  margin: 10px 10px;
1134
1134
  width: 180px;
@@ -1137,7 +1137,7 @@
1137
1137
  border-radius: 2px 2px 2px 2px;
1138
1138
  padding: 20px 10px;
1139
1139
  }
1140
- .nodeTitle[data-v-df366d04] {
1140
+ .nodeTitle[data-v-7702fcdb] {
1141
1141
  width: 90px;
1142
1142
  height: 15px;
1143
1143
  font-weight: 400;
@@ -1152,7 +1152,7 @@
1152
1152
  overflow: hidden; /* 隐藏超出div宽度的文本 */
1153
1153
  text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
1154
1154
  }
1155
- .nodeContent[data-v-df366d04] {
1155
+ .nodeContent[data-v-7702fcdb] {
1156
1156
  /* width: 100%; */
1157
1157
  height: 15px;
1158
1158
  font-weight: 400;
@@ -1167,19 +1167,19 @@
1167
1167
  overflow: hidden; /* 隐藏超出div宽度的文本 */
1168
1168
  text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
1169
1169
  }
1170
- .nodeContent-desc[data-v-df366d04]{
1170
+ .nodeContent-desc[data-v-7702fcdb]{
1171
1171
  }
1172
- .el-divider--horizontal[data-v-df366d04] {
1172
+ .el-divider--horizontal[data-v-7702fcdb] {
1173
1173
  margin: 12px 0;
1174
1174
  }
1175
- .nodeView[data-v-df366d04] {
1175
+ .nodeView[data-v-7702fcdb] {
1176
1176
  border: 1px solid #5a90f9;
1177
1177
  background: #eef3fe;
1178
1178
  }
1179
- .nodeTitle[data-v-df366d04] {
1179
+ .nodeTitle[data-v-7702fcdb] {
1180
1180
  width: 80px;
1181
1181
  }
1182
- .nodeView[data-v-221a60f8] {
1182
+ .nodeView[data-v-df366d04] {
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-221a60f8] {
1191
+ .nodeTitle[data-v-df366d04] {
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-221a60f8] {
1206
+ .nodeContent[data-v-df366d04] {
1207
1207
  /* width: 100%; */
1208
1208
  height: 15px;
1209
1209
  font-weight: 400;
@@ -1218,16 +1218,16 @@
1218
1218
  overflow: hidden; /* 隐藏超出div宽度的文本 */
1219
1219
  text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
1220
1220
  }
1221
- .nodeContent-desc[data-v-221a60f8]{
1221
+ .nodeContent-desc[data-v-df366d04]{
1222
1222
  }
1223
- .el-divider--horizontal[data-v-221a60f8] {
1223
+ .el-divider--horizontal[data-v-df366d04] {
1224
1224
  margin: 12px 0;
1225
1225
  }
1226
- .nodeView[data-v-221a60f8] {
1226
+ .nodeView[data-v-df366d04] {
1227
1227
  border: 1px solid #5a90f9;
1228
1228
  background: #eef3fe;
1229
1229
  }
1230
- .nodeTitle[data-v-221a60f8] {
1230
+ .nodeTitle[data-v-df366d04] {
1231
1231
  width: 80px;
1232
1232
  }
1233
1233
 
@@ -1235,33 +1235,23 @@
1235
1235
  margin-right: 10px;
1236
1236
  }
1237
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;
1238
+ .el-radio[data-v-1ee0eb33] {
1239
+ margin-right: 10px;
1243
1240
  }
1244
- .el-input + .el-button[data-v-3918f594] {
1245
- margin-left: 10px;
1241
+ [data-v-1ee0eb33] .el-empty__description {
1242
+ margin-top: 0px;
1246
1243
  }
1247
1244
 
1248
- .el-select + .el-input[data-v-7fcf8a84] {
1245
+ .el-select + .el-input[data-v-3918f594] {
1249
1246
  margin-left: 10px;
1250
1247
  }
1251
- .el-input + .el-input[data-v-7fcf8a84] {
1248
+ .el-input + .el-input[data-v-3918f594] {
1252
1249
  margin-left: 10px;
1253
1250
  }
1254
- .el-input + .el-button[data-v-7fcf8a84] {
1251
+ .el-input + .el-button[data-v-3918f594] {
1255
1252
  margin-left: 10px;
1256
1253
  }
1257
1254
 
1258
- .el-radio[data-v-1ee0eb33] {
1259
- margin-right: 10px;
1260
- }
1261
- [data-v-1ee0eb33] .el-empty__description {
1262
- margin-top: 0px;
1263
- }
1264
-
1265
1255
  [data-v-9cc733d7] .el-cascader-menu {
1266
1256
  min-width: 120px !important;
1267
1257
  }
@@ -1276,6 +1266,16 @@
1276
1266
  cursor: pointer;
1277
1267
  }
1278
1268
 
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.66",
3
+ "version": "2.0.77",
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.55",
65
65
  "codemirror": "^6.0.1",
66
66
  "nprogress": "^0.2.0",
67
67
  "quill": "^2.0.2",