service-flow-designer 2.0.57 → 2.0.58

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 +332 -332
  2. package/package.json +2 -2
package/dist/es/style.css CHANGED
@@ -22,6 +22,47 @@
22
22
  [data-v-a35a4385] .el-overlay {
23
23
  position: static;
24
24
  }
25
+
26
+ .amb-design-assembly-content[data-v-59e0837d] {
27
+ background: #ffffff;
28
+ box-shadow: 1px 0px 10px 0px rgba(0, 0, 0, 0.05);
29
+ height: 100%;
30
+ padding-left: 10px;
31
+ padding-right: 10px;
32
+ overflow: auto;
33
+ }
34
+ /*控制滚动条宽度*/
35
+ .amb-design-assembly-content[data-v-59e0837d]::-webkit-scrollbar {
36
+ width: 1px;
37
+ }
38
+ .amb-assembly-header[data-v-59e0837d] {
39
+ position: absolute;
40
+ width: 220px;
41
+ text-align: center;
42
+ padding: 18px 0px 10px 0px;
43
+ padding-bottom: 14px;
44
+ background-color: #ffffff;
45
+ }
46
+ .amb-assembly-header-type[data-v-59e0837d] {
47
+ border-radius: 100px 100px 100px 100px;
48
+ background: #ffffff;
49
+ box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
50
+ padding: 10px;
51
+ padding-bottom: 12px;
52
+ }
53
+ .amb-assembly-header-type > label[data-v-59e0837d] {
54
+ padding: 4px 14px;
55
+ cursor: pointer;
56
+ font-size: 14px;
57
+ }
58
+ .amb-assembly-header-type > label.selected[data-v-59e0837d] {
59
+ border-radius: 100px 100px 100px 100px;
60
+ background: #5893ef;
61
+ color: #ffffff;
62
+ }
63
+ .amb-design-assembly-list[data-v-59e0837d] {
64
+ padding-top: 80px;
65
+ }
25
66
  .amb-design-content[data-v-c4ef30f9] {
26
67
  overflow: auto;
27
68
  display: block;
@@ -125,47 +166,6 @@
125
166
  border-color: transparent transparent var(--el-skeleton-color) transparent;
126
167
  }
127
168
 
128
- .amb-design-assembly-content[data-v-59e0837d] {
129
- background: #ffffff;
130
- box-shadow: 1px 0px 10px 0px rgba(0, 0, 0, 0.05);
131
- height: 100%;
132
- padding-left: 10px;
133
- padding-right: 10px;
134
- overflow: auto;
135
- }
136
- /*控制滚动条宽度*/
137
- .amb-design-assembly-content[data-v-59e0837d]::-webkit-scrollbar {
138
- width: 1px;
139
- }
140
- .amb-assembly-header[data-v-59e0837d] {
141
- position: absolute;
142
- width: 220px;
143
- text-align: center;
144
- padding: 18px 0px 10px 0px;
145
- padding-bottom: 14px;
146
- background-color: #ffffff;
147
- }
148
- .amb-assembly-header-type[data-v-59e0837d] {
149
- border-radius: 100px 100px 100px 100px;
150
- background: #ffffff;
151
- box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
152
- padding: 10px;
153
- padding-bottom: 12px;
154
- }
155
- .amb-assembly-header-type > label[data-v-59e0837d] {
156
- padding: 4px 14px;
157
- cursor: pointer;
158
- font-size: 14px;
159
- }
160
- .amb-assembly-header-type > label.selected[data-v-59e0837d] {
161
- border-radius: 100px 100px 100px 100px;
162
- background: #5893ef;
163
- color: #ffffff;
164
- }
165
- .amb-design-assembly-list[data-v-59e0837d] {
166
- padding-top: 80px;
167
- }
168
-
169
169
  .editorTool[data-v-d55ab098] {
170
170
  margin-left: auto;
171
171
  }
@@ -183,11 +183,31 @@
183
183
  margin-top: 10px;
184
184
  }
185
185
 
186
- .el-tabs + .el-alert[data-v-08737620] {
187
- margin-top: 10px;
186
+ [data-v-65e38bfb] .el-radio {
187
+ margin: 0;
188
188
  }
189
- .el-alert + .el-form-item[data-v-08737620] {
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] {
190
207
  margin-top: 10px;
208
+ }
209
+ .el-alert + .el-table[data-v-32875028] {
210
+ margin: 10px 0;
191
211
  }
192
212
 
193
213
  .el-alert + .el-table[data-v-028fb838] {
@@ -204,48 +224,64 @@
204
224
  margin-top: 10px;
205
225
  }
206
226
 
207
- [data-v-808a13e1] .el-radio {
208
- margin: 0;
209
- }
210
- .el-radio + .el-radio[data-v-808a13e1] {
211
- margin-left: 10px;
212
- }
213
-
214
- .el-alert + .el-table[data-v-e27c4c1e] {
227
+ .el-tabs + .el-alert[data-v-08737620] {
215
228
  margin-top: 10px;
216
229
  }
217
- .el-table + .el-alert[data-v-e27c4c1e] {
218
- margin: 10px 0;
219
- }
220
- .el-alert + .el-form-item[data-v-e27c4c1e] {
230
+ .el-alert + .el-form-item[data-v-08737620] {
221
231
  margin-top: 10px;
222
232
  }
223
233
 
224
- [data-v-65e38bfb] .el-radio {
234
+ [data-v-808a13e1] .el-radio {
225
235
  margin: 0;
226
236
  }
227
- .el-radio + .el-radio[data-v-65e38bfb] {
237
+ .el-radio + .el-radio[data-v-808a13e1] {
228
238
  margin-left: 10px;
229
239
  }
230
240
 
231
- .editorTool[data-v-684c1f08] {
232
- margin-left: auto;
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;
233
255
  }
234
- .editorOption[data-v-684c1f08] {
235
- margin-right: 10px;
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;
236
263
  cursor: pointer;
237
264
  }
238
- .pppp[data-v-684c1f08] {
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;
239
273
  display: flex; /* 使用Flex布局 */
240
- justify-content: flex-start;
241
274
  align-items: center; /* 子元素在交叉轴(垂直方向)上居中对齐 */
242
275
  }
243
276
 
244
- .el-alert + .el-form-item[data-v-32875028] {
277
+ .el-alert + .el-table[data-v-e27c4c1e] {
245
278
  margin-top: 10px;
246
279
  }
247
- .el-alert + .el-table[data-v-32875028] {
280
+ .el-table + .el-alert[data-v-e27c4c1e] {
248
281
  margin: 10px 0;
282
+ }
283
+ .el-alert + .el-form-item[data-v-e27c4c1e] {
284
+ margin-top: 10px;
249
285
  }
250
286
 
251
287
  .el-alert + .el-table[data-v-d978e7dc] {
@@ -257,6 +293,72 @@
257
293
  .el-alert + .el-form-item[data-v-d978e7dc] {
258
294
  margin-top: 10px;
259
295
  }
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);
358
+ }
359
+ .amb-assembly-item-drag[data-v-ce167986] {
360
+ opacity: 1 !important;
361
+ }
260
362
 
261
363
  .el-drawer__header {
262
364
  margin-bottom: 0 !important;
@@ -267,6 +369,11 @@
267
369
  [data-v-c51cce99] .el-overlay {
268
370
  position: static;
269
371
  }
372
+
373
+ .el-dialog__wrapper[data-v-d41cb0ad] {
374
+ overflow: hidden !important;
375
+ padding-right: 0 !important;
376
+ }
270
377
  .control-item[data-v-fdc6ec07] {
271
378
  top: -5px;
272
379
  position: relative;
@@ -397,12 +504,7 @@
397
504
  outline: none;
398
505
  margin-left: 50px;
399
506
  }
400
-
401
- .el-dialog__wrapper[data-v-d41cb0ad] {
402
- overflow: hidden !important;
403
- padding-right: 0 !important;
404
- }
405
- .nodeView[data-v-5911272d] {
507
+ .nodeView[data-v-9fff2753] {
406
508
  box-sizing: border-box;
407
509
  margin: 10px 10px;
408
510
  width: 180px;
@@ -411,7 +513,7 @@
411
513
  border-radius: 2px 2px 2px 2px;
412
514
  padding: 20px 10px;
413
515
  }
414
- .nodeTitle[data-v-5911272d] {
516
+ .nodeTitle[data-v-9fff2753] {
415
517
  width: 90px;
416
518
  height: 15px;
417
519
  font-weight: 400;
@@ -426,7 +528,7 @@
426
528
  overflow: hidden; /* 隐藏超出div宽度的文本 */
427
529
  text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
428
530
  }
429
- .nodeContent[data-v-5911272d] {
531
+ .nodeContent[data-v-9fff2753] {
430
532
  /* width: 100%; */
431
533
  height: 15px;
432
534
  font-weight: 400;
@@ -441,19 +543,19 @@
441
543
  overflow: hidden; /* 隐藏超出div宽度的文本 */
442
544
  text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
443
545
  }
444
- .nodeContent-desc[data-v-5911272d]{
546
+ .nodeContent-desc[data-v-9fff2753]{
445
547
  }
446
- .el-divider--horizontal[data-v-5911272d] {
548
+ .el-divider--horizontal[data-v-9fff2753] {
447
549
  margin: 12px 0;
448
550
  }
449
- .nodeView[data-v-5911272d] {
551
+ .nodeView[data-v-9fff2753] {
450
552
  border: 1px solid #5a90f9;
451
553
  background: #eef3fe;
452
554
  }
453
- .nodeTitle[data-v-5911272d] {
555
+ .nodeTitle[data-v-9fff2753] {
454
556
  width: 80px;
455
557
  }
456
- .nodeView[data-v-bd32480c] {
558
+ .nodeView[data-v-b604c489] {
457
559
  box-sizing: border-box;
458
560
  margin: 10px 10px;
459
561
  width: 180px;
@@ -462,7 +564,7 @@
462
564
  border-radius: 2px 2px 2px 2px;
463
565
  padding: 20px 10px;
464
566
  }
465
- .nodeTitle[data-v-bd32480c] {
567
+ .nodeTitle[data-v-b604c489] {
466
568
  width: 90px;
467
569
  height: 15px;
468
570
  font-weight: 400;
@@ -477,7 +579,7 @@
477
579
  overflow: hidden; /* 隐藏超出div宽度的文本 */
478
580
  text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
479
581
  }
480
- .nodeContent[data-v-bd32480c] {
582
+ .nodeContent[data-v-b604c489] {
481
583
  /* width: 100%; */
482
584
  height: 15px;
483
585
  font-weight: 400;
@@ -492,20 +594,19 @@
492
594
  overflow: hidden; /* 隐藏超出div宽度的文本 */
493
595
  text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
494
596
  }
495
- .nodeContent-desc[data-v-bd32480c]{
597
+ .nodeContent-desc[data-v-b604c489]{
496
598
  }
497
- .el-divider--horizontal[data-v-bd32480c] {
599
+ .el-divider--horizontal[data-v-b604c489] {
498
600
  margin: 12px 0;
499
601
  }
500
- .nodeView[data-v-bd32480c] {
602
+ .nodeView[data-v-b604c489] {
501
603
  border: 1px solid #5a90f9;
502
- background: #eef3fe;
503
- width: 180px;
504
- min-height: 95px;
604
+ background: #eef3fe;
505
605
  }
506
- .nodeContent[data-v-bd32480c] {
606
+ .nodeTitle[data-v-b604c489] {
607
+ width: 80px;
507
608
  }
508
- .nodeView[data-v-4c6dfa4a] {
609
+ .nodeView[data-v-7702fcdb] {
509
610
  box-sizing: border-box;
510
611
  margin: 10px 10px;
511
612
  width: 180px;
@@ -514,7 +615,7 @@
514
615
  border-radius: 2px 2px 2px 2px;
515
616
  padding: 20px 10px;
516
617
  }
517
- .nodeTitle[data-v-4c6dfa4a] {
618
+ .nodeTitle[data-v-7702fcdb] {
518
619
  width: 90px;
519
620
  height: 15px;
520
621
  font-weight: 400;
@@ -529,7 +630,7 @@
529
630
  overflow: hidden; /* 隐藏超出div宽度的文本 */
530
631
  text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
531
632
  }
532
- .nodeContent[data-v-4c6dfa4a] {
633
+ .nodeContent[data-v-7702fcdb] {
533
634
  /* width: 100%; */
534
635
  height: 15px;
535
636
  font-weight: 400;
@@ -544,20 +645,19 @@
544
645
  overflow: hidden; /* 隐藏超出div宽度的文本 */
545
646
  text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
546
647
  }
547
- .nodeContent-desc[data-v-4c6dfa4a]{
648
+ .nodeContent-desc[data-v-7702fcdb]{
548
649
  }
549
- .el-divider--horizontal[data-v-4c6dfa4a] {
650
+ .el-divider--horizontal[data-v-7702fcdb] {
550
651
  margin: 12px 0;
551
652
  }
552
- .nodeView[data-v-4c6dfa4a] {
653
+ .nodeView[data-v-7702fcdb] {
553
654
  border: 1px solid #5a90f9;
554
- background: #eef3fe;
555
- width: 180px;
556
- min-height: 95px;
655
+ background: #eef3fe;
557
656
  }
558
- .nodeContent[data-v-4c6dfa4a] {
657
+ .nodeTitle[data-v-7702fcdb] {
658
+ width: 80px;
559
659
  }
560
- .nodeView[data-v-9fff2753] {
660
+ .nodeView[data-v-b1d2a966] {
561
661
  box-sizing: border-box;
562
662
  margin: 10px 10px;
563
663
  width: 180px;
@@ -566,7 +666,7 @@
566
666
  border-radius: 2px 2px 2px 2px;
567
667
  padding: 20px 10px;
568
668
  }
569
- .nodeTitle[data-v-9fff2753] {
669
+ .nodeTitle[data-v-b1d2a966] {
570
670
  width: 90px;
571
671
  height: 15px;
572
672
  font-weight: 400;
@@ -581,7 +681,7 @@
581
681
  overflow: hidden; /* 隐藏超出div宽度的文本 */
582
682
  text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
583
683
  }
584
- .nodeContent[data-v-9fff2753] {
684
+ .nodeContent[data-v-b1d2a966] {
585
685
  /* width: 100%; */
586
686
  height: 15px;
587
687
  font-weight: 400;
@@ -596,27 +696,27 @@
596
696
  overflow: hidden; /* 隐藏超出div宽度的文本 */
597
697
  text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
598
698
  }
599
- .nodeContent-desc[data-v-9fff2753]{
699
+ .nodeContent-desc[data-v-b1d2a966]{
600
700
  }
601
- .el-divider--horizontal[data-v-9fff2753] {
701
+ .el-divider--horizontal[data-v-b1d2a966] {
602
702
  margin: 12px 0;
603
703
  }
604
- .nodeView[data-v-9fff2753] {
704
+ .nodeView[data-v-b1d2a966] {
605
705
  border: 1px solid #5a90f9;
606
706
  background: #eef3fe;
607
707
  }
608
- .nodeTitle[data-v-9fff2753] {
708
+ .nodeTitle[data-v-b1d2a966] {
609
709
  width: 80px;
610
710
  }
611
711
 
612
- .aaa[data-v-8bd72b80] {
613
- width: 300px;
614
- height: 200px;
712
+ .node-content[data-v-b28923f3] {
713
+ width: 120px;
714
+ height: 44px;
615
715
  background: #ffffff;
616
716
  box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
617
717
  border-radius: 2px 2px 2px 2px;
618
718
  }
619
- .content[data-v-8bd72b80] {
719
+ .content[data-v-b28923f3] {
620
720
  width: 28px;
621
721
  height: 15px;
622
722
  font-weight: 400;
@@ -628,7 +728,7 @@
628
728
  text-transform: none;
629
729
  padding: 5px 0px 4px 10px;
630
730
  }
631
- .nodeView[data-v-df366d04] {
731
+ .nodeView[data-v-5911272d] {
632
732
  box-sizing: border-box;
633
733
  margin: 10px 10px;
634
734
  width: 180px;
@@ -637,7 +737,7 @@
637
737
  border-radius: 2px 2px 2px 2px;
638
738
  padding: 20px 10px;
639
739
  }
640
- .nodeTitle[data-v-df366d04] {
740
+ .nodeTitle[data-v-5911272d] {
641
741
  width: 90px;
642
742
  height: 15px;
643
743
  font-weight: 400;
@@ -652,7 +752,7 @@
652
752
  overflow: hidden; /* 隐藏超出div宽度的文本 */
653
753
  text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
654
754
  }
655
- .nodeContent[data-v-df366d04] {
755
+ .nodeContent[data-v-5911272d] {
656
756
  /* width: 100%; */
657
757
  height: 15px;
658
758
  font-weight: 400;
@@ -667,19 +767,19 @@
667
767
  overflow: hidden; /* 隐藏超出div宽度的文本 */
668
768
  text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
669
769
  }
670
- .nodeContent-desc[data-v-df366d04]{
770
+ .nodeContent-desc[data-v-5911272d]{
671
771
  }
672
- .el-divider--horizontal[data-v-df366d04] {
772
+ .el-divider--horizontal[data-v-5911272d] {
673
773
  margin: 12px 0;
674
774
  }
675
- .nodeView[data-v-df366d04] {
775
+ .nodeView[data-v-5911272d] {
676
776
  border: 1px solid #5a90f9;
677
777
  background: #eef3fe;
678
778
  }
679
- .nodeTitle[data-v-df366d04] {
779
+ .nodeTitle[data-v-5911272d] {
680
780
  width: 80px;
681
781
  }
682
- .nodeView[data-v-221a60f8] {
782
+ .nodeView[data-v-b01d3a50] {
683
783
  box-sizing: border-box;
684
784
  margin: 10px 10px;
685
785
  width: 180px;
@@ -688,7 +788,7 @@
688
788
  border-radius: 2px 2px 2px 2px;
689
789
  padding: 20px 10px;
690
790
  }
691
- .nodeTitle[data-v-221a60f8] {
791
+ .nodeTitle[data-v-b01d3a50] {
692
792
  width: 90px;
693
793
  height: 15px;
694
794
  font-weight: 400;
@@ -703,7 +803,7 @@
703
803
  overflow: hidden; /* 隐藏超出div宽度的文本 */
704
804
  text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
705
805
  }
706
- .nodeContent[data-v-221a60f8] {
806
+ .nodeContent[data-v-b01d3a50] {
707
807
  /* width: 100%; */
708
808
  height: 15px;
709
809
  font-weight: 400;
@@ -718,63 +818,79 @@
718
818
  overflow: hidden; /* 隐藏超出div宽度的文本 */
719
819
  text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
720
820
  }
721
- .nodeContent-desc[data-v-221a60f8]{
821
+ .nodeContent-desc[data-v-b01d3a50]{
722
822
  }
723
- .el-divider--horizontal[data-v-221a60f8] {
823
+ .el-divider--horizontal[data-v-b01d3a50] {
724
824
  margin: 12px 0;
725
825
  }
726
- .nodeView[data-v-221a60f8] {
826
+ .nodeView[data-v-b01d3a50] {
727
827
  border: 1px solid #5a90f9;
728
828
  background: #eef3fe;
729
829
  }
730
- .nodeTitle[data-v-221a60f8] {
830
+ .nodeTitle[data-v-b01d3a50] {
731
831
  width: 80px;
732
832
  }
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;
833
+ .nodeView[data-v-4c6dfa4a] {
834
+ box-sizing: border-box;
835
+ margin: 10px 10px;
836
+ width: 180px;
837
+ height: 95px;
838
+ box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
839
+ border-radius: 2px 2px 2px 2px;
840
+ padding: 20px 10px;
748
841
  }
749
- .context-menu li[data-v-286d914e] {
750
- list-style-type: none;
751
- min-width: 75px;
752
- line-height: 28px;
842
+ .nodeTitle[data-v-4c6dfa4a] {
843
+ width: 90px;
844
+ height: 15px;
845
+ font-weight: 400;
846
+ font-size: 16px;
847
+ color: #333333;
848
+ line-height: 14px;
753
849
  text-align: left;
754
- border-radius: 5px;
755
- padding-left: 5px;
756
- cursor: pointer;
850
+ font-style: normal;
851
+ text-transform: none;
852
+ padding: 0px 24px;
853
+ white-space: nowrap; /* 确保文本在一行内显示 */
854
+ overflow: hidden; /* 隐藏超出div宽度的文本 */
855
+ text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
757
856
  }
758
- .context-menu li[data-v-286d914e]:hover {
759
- background: #0165e1;
760
- color: #fff;
761
- }
762
- /** 右键菜单样式 */
763
- .custom-tree-node[data-v-286d914e] {
857
+ .nodeContent[data-v-4c6dfa4a] {
858
+ /* width: 100%; */
859
+ height: 15px;
860
+ font-weight: 400;
764
861
  font-size: 14px;
765
- padding-right: 8px;
766
- display: flex; /* 使用Flex布局 */
767
- align-items: center; /* 子元素在交叉轴(垂直方向)上居中对齐 */
862
+ color: #666666;
863
+ line-height: 14px;
864
+ text-align: left;
865
+ font-style: normal;
866
+ text-transform: none;
867
+ padding: 0px 0px;
868
+ white-space: nowrap; /* 确保文本在一行内显示 */
869
+ overflow: hidden; /* 隐藏超出div宽度的文本 */
870
+ text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
871
+ }
872
+ .nodeContent-desc[data-v-4c6dfa4a]{
873
+ }
874
+ .el-divider--horizontal[data-v-4c6dfa4a] {
875
+ margin: 12px 0;
876
+ }
877
+ .nodeView[data-v-4c6dfa4a] {
878
+ border: 1px solid #5a90f9;
879
+ background: #eef3fe;
880
+ width: 180px;
881
+ min-height: 95px;
882
+ }
883
+ .nodeContent[data-v-4c6dfa4a] {
768
884
  }
769
885
 
770
- .node-content[data-v-b28923f3] {
771
- width: 120px;
772
- height: 44px;
886
+ .aaa[data-v-8bd72b80] {
887
+ width: 300px;
888
+ height: 200px;
773
889
  background: #ffffff;
774
890
  box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
775
891
  border-radius: 2px 2px 2px 2px;
776
892
  }
777
- .content[data-v-b28923f3] {
893
+ .content[data-v-8bd72b80] {
778
894
  width: 28px;
779
895
  height: 15px;
780
896
  font-weight: 400;
@@ -786,7 +902,7 @@
786
902
  text-transform: none;
787
903
  padding: 5px 0px 4px 10px;
788
904
  }
789
- .nodeView[data-v-b1d2a966] {
905
+ .nodeView[data-v-c176feb6] {
790
906
  box-sizing: border-box;
791
907
  margin: 10px 10px;
792
908
  width: 180px;
@@ -795,7 +911,7 @@
795
911
  border-radius: 2px 2px 2px 2px;
796
912
  padding: 20px 10px;
797
913
  }
798
- .nodeTitle[data-v-b1d2a966] {
914
+ .nodeTitle[data-v-c176feb6] {
799
915
  width: 90px;
800
916
  height: 15px;
801
917
  font-weight: 400;
@@ -810,7 +926,7 @@
810
926
  overflow: hidden; /* 隐藏超出div宽度的文本 */
811
927
  text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
812
928
  }
813
- .nodeContent[data-v-b1d2a966] {
929
+ .nodeContent[data-v-c176feb6] {
814
930
  /* width: 100%; */
815
931
  height: 15px;
816
932
  font-weight: 400;
@@ -825,19 +941,20 @@
825
941
  overflow: hidden; /* 隐藏超出div宽度的文本 */
826
942
  text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
827
943
  }
828
- .nodeContent-desc[data-v-b1d2a966]{
944
+ .nodeContent-desc[data-v-c176feb6]{
829
945
  }
830
- .el-divider--horizontal[data-v-b1d2a966] {
946
+ .el-divider--horizontal[data-v-c176feb6] {
831
947
  margin: 12px 0;
832
948
  }
833
- .nodeView[data-v-b1d2a966] {
949
+ .nodeView[data-v-c176feb6] {
834
950
  border: 1px solid #5a90f9;
835
- background: #eef3fe;
951
+ background: #eef3fe;
952
+ width: 180px;
953
+ min-height: 95px;
836
954
  }
837
- .nodeTitle[data-v-b1d2a966] {
838
- width: 80px;
955
+ .nodeContent[data-v-c176feb6] {
839
956
  }
840
- .nodeView[data-v-b604c489] {
957
+ .nodeView[data-v-bd32480c] {
841
958
  box-sizing: border-box;
842
959
  margin: 10px 10px;
843
960
  width: 180px;
@@ -846,7 +963,7 @@
846
963
  border-radius: 2px 2px 2px 2px;
847
964
  padding: 20px 10px;
848
965
  }
849
- .nodeTitle[data-v-b604c489] {
966
+ .nodeTitle[data-v-bd32480c] {
850
967
  width: 90px;
851
968
  height: 15px;
852
969
  font-weight: 400;
@@ -861,7 +978,7 @@
861
978
  overflow: hidden; /* 隐藏超出div宽度的文本 */
862
979
  text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
863
980
  }
864
- .nodeContent[data-v-b604c489] {
981
+ .nodeContent[data-v-bd32480c] {
865
982
  /* width: 100%; */
866
983
  height: 15px;
867
984
  font-weight: 400;
@@ -876,19 +993,20 @@
876
993
  overflow: hidden; /* 隐藏超出div宽度的文本 */
877
994
  text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
878
995
  }
879
- .nodeContent-desc[data-v-b604c489]{
996
+ .nodeContent-desc[data-v-bd32480c]{
880
997
  }
881
- .el-divider--horizontal[data-v-b604c489] {
998
+ .el-divider--horizontal[data-v-bd32480c] {
882
999
  margin: 12px 0;
883
1000
  }
884
- .nodeView[data-v-b604c489] {
1001
+ .nodeView[data-v-bd32480c] {
885
1002
  border: 1px solid #5a90f9;
886
- background: #eef3fe;
1003
+ background: #eef3fe;
1004
+ width: 180px;
1005
+ min-height: 95px;
887
1006
  }
888
- .nodeTitle[data-v-b604c489] {
889
- width: 80px;
1007
+ .nodeContent[data-v-bd32480c] {
890
1008
  }
891
- .nodeView[data-v-c176feb6] {
1009
+ .nodeView[data-v-faa5a940] {
892
1010
  box-sizing: border-box;
893
1011
  margin: 10px 10px;
894
1012
  width: 180px;
@@ -897,7 +1015,7 @@
897
1015
  border-radius: 2px 2px 2px 2px;
898
1016
  padding: 20px 10px;
899
1017
  }
900
- .nodeTitle[data-v-c176feb6] {
1018
+ .nodeTitle[data-v-faa5a940] {
901
1019
  width: 90px;
902
1020
  height: 15px;
903
1021
  font-weight: 400;
@@ -912,7 +1030,7 @@
912
1030
  overflow: hidden; /* 隐藏超出div宽度的文本 */
913
1031
  text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
914
1032
  }
915
- .nodeContent[data-v-c176feb6] {
1033
+ .nodeContent[data-v-faa5a940] {
916
1034
  /* width: 100%; */
917
1035
  height: 15px;
918
1036
  font-weight: 400;
@@ -927,18 +1045,17 @@
927
1045
  overflow: hidden; /* 隐藏超出div宽度的文本 */
928
1046
  text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
929
1047
  }
930
- .nodeContent-desc[data-v-c176feb6]{
1048
+ .nodeContent-desc[data-v-faa5a940]{
931
1049
  }
932
- .el-divider--horizontal[data-v-c176feb6] {
1050
+ .el-divider--horizontal[data-v-faa5a940] {
933
1051
  margin: 12px 0;
934
1052
  }
935
- .nodeView[data-v-c176feb6] {
1053
+ .nodeView[data-v-faa5a940] {
936
1054
  border: 1px solid #5a90f9;
937
- background: #eef3fe;
938
- width: 180px;
939
- min-height: 95px;
1055
+ background: #eef3fe;
940
1056
  }
941
- .nodeContent[data-v-c176feb6] {
1057
+ .nodeTitle[data-v-faa5a940] {
1058
+ width: 80px;
942
1059
  }
943
1060
  .nodeView[data-v-6d0cd280] {
944
1061
  box-sizing: border-box;
@@ -991,72 +1108,6 @@
991
1108
  .nodeTitle[data-v-6d0cd280] {
992
1109
  width: 80px;
993
1110
  }
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
1111
 
1061
1112
  .node-content[data-v-69a854a3] {
1062
1113
  width: 120px;
@@ -1077,58 +1128,7 @@
1077
1128
  text-transform: none;
1078
1129
  padding: 5px 0px 4px 10px;
1079
1130
  }
1080
- .nodeView[data-v-faa5a940] {
1081
- box-sizing: border-box;
1082
- margin: 10px 10px;
1083
- width: 180px;
1084
- height: 95px;
1085
- box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
1086
- border-radius: 2px 2px 2px 2px;
1087
- padding: 20px 10px;
1088
- }
1089
- .nodeTitle[data-v-faa5a940] {
1090
- width: 90px;
1091
- height: 15px;
1092
- font-weight: 400;
1093
- font-size: 16px;
1094
- color: #333333;
1095
- line-height: 14px;
1096
- text-align: left;
1097
- font-style: normal;
1098
- text-transform: none;
1099
- padding: 0px 24px;
1100
- white-space: nowrap; /* 确保文本在一行内显示 */
1101
- overflow: hidden; /* 隐藏超出div宽度的文本 */
1102
- text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
1103
- }
1104
- .nodeContent[data-v-faa5a940] {
1105
- /* width: 100%; */
1106
- height: 15px;
1107
- font-weight: 400;
1108
- font-size: 14px;
1109
- color: #666666;
1110
- line-height: 14px;
1111
- text-align: left;
1112
- font-style: normal;
1113
- text-transform: none;
1114
- padding: 0px 0px;
1115
- white-space: nowrap; /* 确保文本在一行内显示 */
1116
- overflow: hidden; /* 隐藏超出div宽度的文本 */
1117
- text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
1118
- }
1119
- .nodeContent-desc[data-v-faa5a940]{
1120
- }
1121
- .el-divider--horizontal[data-v-faa5a940] {
1122
- margin: 12px 0;
1123
- }
1124
- .nodeView[data-v-faa5a940] {
1125
- border: 1px solid #5a90f9;
1126
- background: #eef3fe;
1127
- }
1128
- .nodeTitle[data-v-faa5a940] {
1129
- width: 80px;
1130
- }
1131
- .nodeView[data-v-7702fcdb] {
1131
+ .nodeView[data-v-df366d04] {
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-7702fcdb] {
1140
+ .nodeTitle[data-v-df366d04] {
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-7702fcdb] {
1155
+ .nodeContent[data-v-df366d04] {
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-7702fcdb]{
1170
+ .nodeContent-desc[data-v-df366d04]{
1171
1171
  }
1172
- .el-divider--horizontal[data-v-7702fcdb] {
1172
+ .el-divider--horizontal[data-v-df366d04] {
1173
1173
  margin: 12px 0;
1174
1174
  }
1175
- .nodeView[data-v-7702fcdb] {
1175
+ .nodeView[data-v-df366d04] {
1176
1176
  border: 1px solid #5a90f9;
1177
1177
  background: #eef3fe;
1178
1178
  }
1179
- .nodeTitle[data-v-7702fcdb] {
1179
+ .nodeTitle[data-v-df366d04] {
1180
1180
  width: 80px;
1181
1181
  }
1182
- .nodeView[data-v-b01d3a50] {
1182
+ .nodeView[data-v-221a60f8] {
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-b01d3a50] {
1191
+ .nodeTitle[data-v-221a60f8] {
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-b01d3a50] {
1206
+ .nodeContent[data-v-221a60f8] {
1207
1207
  /* width: 100%; */
1208
1208
  height: 15px;
1209
1209
  font-weight: 400;
@@ -1218,48 +1218,48 @@
1218
1218
  overflow: hidden; /* 隐藏超出div宽度的文本 */
1219
1219
  text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
1220
1220
  }
1221
- .nodeContent-desc[data-v-b01d3a50]{
1221
+ .nodeContent-desc[data-v-221a60f8]{
1222
1222
  }
1223
- .el-divider--horizontal[data-v-b01d3a50] {
1223
+ .el-divider--horizontal[data-v-221a60f8] {
1224
1224
  margin: 12px 0;
1225
1225
  }
1226
- .nodeView[data-v-b01d3a50] {
1226
+ .nodeView[data-v-221a60f8] {
1227
1227
  border: 1px solid #5a90f9;
1228
1228
  background: #eef3fe;
1229
1229
  }
1230
- .nodeTitle[data-v-b01d3a50] {
1230
+ .nodeTitle[data-v-221a60f8] {
1231
1231
  width: 80px;
1232
1232
  }
1233
1233
 
1234
- .el-radio[data-v-1ee0eb33] {
1234
+ .el-radio[data-v-1bbd6187] {
1235
1235
  margin-right: 10px;
1236
- }
1237
- [data-v-1ee0eb33] .el-empty__description {
1238
- margin-top: 0px;
1239
1236
  }
1240
1237
 
1241
- .el-select + .el-input[data-v-7fcf8a84] {
1238
+ .el-select + .el-input[data-v-3918f594] {
1242
1239
  margin-left: 10px;
1243
1240
  }
1244
- .el-input + .el-input[data-v-7fcf8a84] {
1241
+ .el-input + .el-input[data-v-3918f594] {
1245
1242
  margin-left: 10px;
1246
1243
  }
1247
- .el-input + .el-button[data-v-7fcf8a84] {
1244
+ .el-input + .el-button[data-v-3918f594] {
1248
1245
  margin-left: 10px;
1249
1246
  }
1250
1247
 
1251
- .el-select + .el-input[data-v-3918f594] {
1248
+ .el-select + .el-input[data-v-7fcf8a84] {
1252
1249
  margin-left: 10px;
1253
1250
  }
1254
- .el-input + .el-input[data-v-3918f594] {
1251
+ .el-input + .el-input[data-v-7fcf8a84] {
1255
1252
  margin-left: 10px;
1256
1253
  }
1257
- .el-input + .el-button[data-v-3918f594] {
1254
+ .el-input + .el-button[data-v-7fcf8a84] {
1258
1255
  margin-left: 10px;
1259
1256
  }
1260
1257
 
1261
- .el-radio[data-v-1bbd6187] {
1258
+ .el-radio[data-v-1ee0eb33] {
1262
1259
  margin-right: 10px;
1260
+ }
1261
+ [data-v-1ee0eb33] .el-empty__description {
1262
+ margin-top: 0px;
1263
1263
  }
1264
1264
 
1265
1265
  [data-v-9cc733d7] .el-cascader-menu {
@@ -1276,13 +1276,13 @@
1276
1276
  cursor: pointer;
1277
1277
  }
1278
1278
 
1279
+ [data-v-9a3ee19e] .el-dropdown {
1280
+ vertical-align: middle;
1281
+ }
1282
+
1279
1283
  [data-v-2d06523b] .el-upload {
1280
1284
  width: 100%;
1281
1285
  }
1282
1286
  [data-v-2d06523b] .el-button {
1283
1287
  width: 100%;
1284
1288
  }
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.57",
3
+ "version": "2.0.58",
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.46",
64
+ "agilebuilder-ui": "1.0.50",
65
65
  "codemirror": "^6.0.1",
66
66
  "nprogress": "^0.2.0",
67
67
  "quill": "^2.0.2",