service-flow-designer 2.1.29 → 2.1.35

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 (27) hide show
  1. package/dist/es/designer/common/components/sql-view/index.d.ts +4 -0
  2. package/dist/es/designer/common/components/sql-view/sql-view-dialog.vue.d.ts +36 -0
  3. package/dist/es/designer/common/components/sql-view/sql-view-dialog.vue.js +63 -0
  4. package/dist/es/designer/common/components/sql-view/sql-view-dialog.vue2.js +4 -0
  5. package/dist/es/designer/common/components/sql-view/sql-view.vue.d.ts +32 -0
  6. package/dist/es/designer/common/components/sql-view/sql-view.vue.js +4 -0
  7. package/dist/es/designer/common/components/sql-view/sql-view.vue2.js +98 -0
  8. package/dist/es/designer/service-components/database/aggregate-query/config.vue.d.ts +18 -0
  9. package/dist/es/designer/service-components/database/aggregate-query/config.vue.js +1 -1
  10. package/dist/es/designer/service-components/database/aggregate-query/config.vue2.js +55 -12
  11. package/dist/es/designer/service-components/database/regular-query/config.vue.d.ts +18 -0
  12. package/dist/es/designer/service-components/database/regular-query/config.vue.js +1 -1
  13. package/dist/es/designer/service-components/database/regular-query/config.vue2.js +70 -25
  14. package/dist/es/designer/service-flow-view/flow-util.d.ts +2 -0
  15. package/dist/es/designer/service-flow-view/flow-util.js +16 -0
  16. package/dist/es/designer/service-flow-view/service-node-config.vue.d.ts +9 -0
  17. package/dist/es/designer/service-flow-view/service-node-config.vue.js +1 -1
  18. package/dist/es/designer/service-flow-view/service-node-config.vue2.js +6 -1
  19. package/dist/es/designer/service-flow-view/service-test/service-test.vue.js +0 -1
  20. package/dist/es/designer/service-flow-view/service-update-log.vue.js +1 -1
  21. package/dist/es/designer/service-flow-view/service-update-log.vue2.js +47 -21
  22. package/dist/es/designer/service-flow-view/view-index.vue.js +1 -1
  23. package/dist/es/designer/service-flow-view/view-index.vue2.js +3 -2
  24. package/dist/es/style.css +257 -257
  25. package/dist/es/utils/common-util.d.ts +1 -0
  26. package/dist/es/utils/common-util.js +13 -0
  27. package/package.json +2 -2
package/dist/es/style.css CHANGED
@@ -63,7 +63,7 @@
63
63
  .amb-design-assembly-list[data-v-59e0837d] {
64
64
  padding-top: 80px;
65
65
  }
66
- .serviceflow-design-content[data-v-5e9e3ee6] {
66
+ .serviceflow-design-content[data-v-04746c34] {
67
67
  overflow: auto;
68
68
  display: block;
69
69
  flex: none;
@@ -71,10 +71,10 @@
71
71
  width: 100%;
72
72
  height: 100%;
73
73
  }
74
- .serviceflow-design-content[data-v-5e9e3ee6]::-webkit-scrollbar {
74
+ .serviceflow-design-content[data-v-04746c34]::-webkit-scrollbar {
75
75
  width: 1px;
76
76
  }
77
- .serviceflow-design-tool[data-v-5e9e3ee6] {
77
+ .serviceflow-design-tool[data-v-04746c34] {
78
78
  position: -webkit-sticky; /**Safari */
79
79
  position: sticky;
80
80
  width: 100%;
@@ -88,7 +88,7 @@
88
88
  z-index: 0;
89
89
  box-sizing: content-box;
90
90
  }
91
- .serviceflow-page-type[data-v-5e9e3ee6] {
91
+ .serviceflow-page-type[data-v-04746c34] {
92
92
  padding-top: 11px;
93
93
  padding-left: 6px;
94
94
  padding-right: 6px;
@@ -96,14 +96,14 @@
96
96
  border-radius: 4px 4px 4px 4px;
97
97
  cursor: pointer;
98
98
  }
99
- .serviceflow-page-type[data-v-5e9e3ee6]:hover {
99
+ .serviceflow-page-type[data-v-04746c34]:hover {
100
100
  background: rgba(11, 45, 101, 0.105);
101
101
  }
102
- .serviceflow-page-type.selected[data-v-5e9e3ee6] {
102
+ .serviceflow-page-type.selected[data-v-04746c34] {
103
103
  background: #5893ef;
104
104
  color: #ffffff;
105
105
  }
106
- .serviceflow-page-type > label[data-v-5e9e3ee6] {
106
+ .serviceflow-page-type > label[data-v-04746c34] {
107
107
  font-size: 14px;
108
108
  padding-left: 6px;
109
109
  padding-right: 6px;
@@ -112,11 +112,11 @@
112
112
  position: relative;
113
113
  cursor: pointer;
114
114
  }
115
- .serviceflow-design-tool-split[data-v-5e9e3ee6] {
115
+ .serviceflow-design-tool-split[data-v-04746c34] {
116
116
  height: 25px;
117
117
  margin-top: -12px;
118
118
  }
119
- .serviceflow-design-board[data-v-5e9e3ee6] {
119
+ .serviceflow-design-board[data-v-04746c34] {
120
120
  margin: 0 auto;
121
121
  margin-top: 28px;
122
122
  overflow-y: auto;
@@ -126,24 +126,24 @@
126
126
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.08);
127
127
  padding-bottom: 20px;
128
128
  }
129
- .container[data-v-5e9e3ee6] {
129
+ .container[data-v-04746c34] {
130
130
  height: 100%;
131
131
  width: 100%;
132
132
  }
133
- .amb-item-ghost[data-v-5e9e3ee6] {
133
+ .amb-item-ghost[data-v-04746c34] {
134
134
  background-color: #5893ef;
135
135
  height: 5px;
136
136
  line-height: 5px;
137
137
  overflow: hidden;
138
138
  }
139
139
  /* 将你的自定义样式添加到这里 */
140
- .draggable-placeholder[data-v-5e9e3ee6] {
140
+ .draggable-placeholder[data-v-04746c34] {
141
141
  background-color: red;
142
142
  border: 1px dashed #ddd;
143
143
  margin: 5px;
144
144
  padding: 10px;
145
145
  }
146
- #LF-view[data-v-5e9e3ee6] {
146
+ #LF-view[data-v-04746c34] {
147
147
  width: calc(100% - 100px);
148
148
  height: 80%;
149
149
  outline: none;
@@ -155,10 +155,10 @@
155
155
  /**
156
156
  解决右侧弹出属性配置遮罩层打开后页面其他地方无法点击问题
157
157
  */
158
- [data-v-5e9e3ee6] .el-overlay {
158
+ [data-v-04746c34] .el-overlay {
159
159
  position: static !important;
160
160
  }
161
- .triangle[data-v-5e9e3ee6] {
161
+ .triangle[data-v-04746c34] {
162
162
  display: inline-block;
163
163
  width: 0;
164
164
  height: 0;
@@ -184,10 +184,10 @@
184
184
  margin-top: 10px;
185
185
  }
186
186
 
187
- [data-v-65e38bfb] .el-radio {
187
+ [data-v-6fdf85a5] .el-radio {
188
188
  margin: 0;
189
189
  }
190
- .el-radio + .el-radio[data-v-65e38bfb] {
190
+ .el-radio + .el-radio[data-v-6fdf85a5] {
191
191
  margin-left: 10px;
192
192
  }
193
193
 
@@ -204,20 +204,6 @@
204
204
  align-items: center; /* 子元素在交叉轴(垂直方向)上居中对齐 */
205
205
  }
206
206
 
207
- [data-v-ac2ec342] .el-radio {
208
- margin: 0;
209
- }
210
- .el-radio + .el-radio[data-v-ac2ec342] {
211
- margin-left: 10px;
212
- }
213
-
214
- .el-alert + .el-form-item[data-v-32875028] {
215
- margin-top: 10px;
216
- }
217
- .el-alert + .el-table[data-v-32875028] {
218
- margin: 10px 0;
219
- }
220
-
221
207
  .el-alert + .el-table[data-v-d978e7dc] {
222
208
  margin-top: 10px;
223
209
  }
@@ -228,35 +214,9 @@
228
214
  margin-top: 10px;
229
215
  }
230
216
 
231
- .el-alert + .el-table[data-v-e27c4c1e] {
232
- margin-top: 10px;
233
- }
234
- .el-table + .el-alert[data-v-e27c4c1e] {
235
- margin: 10px 0;
236
- }
237
- .el-alert + .el-form-item[data-v-e27c4c1e] {
238
- margin-top: 10px;
239
- }
240
-
241
- .el-alert + .el-table[data-v-82e0dfef] {
242
- margin-top: 10px;
243
- }
244
- .el-alert + .el-form-item[data-v-82e0dfef] {
245
- margin-top: 10px;
246
- }
247
-
248
- .el-tabs + .el-alert[data-v-08737620] {
249
- margin-top: 10px;
250
- }
251
- .el-alert + .el-form-item[data-v-08737620] {
252
- margin-top: 10px;
253
- }
254
-
255
- .el-alert + .el-table[data-v-028fb838] {
256
- margin-top: 10px;
257
- }
258
- .el-table + .el-alert[data-v-028fb838] {
259
- margin: 10px 0;
217
+ .el-dialog__wrapper[data-v-7a4cbbaf] {
218
+ overflow: hidden !important;
219
+ padding-right: 0 !important;
260
220
  }
261
221
  .serviceflow-attr-base-content[data-v-8bad091d] {
262
222
  background: #ffffff;
@@ -324,6 +284,73 @@
324
284
  .amb-assembly-item-drag[data-v-8bad091d] {
325
285
  opacity: 1 !important;
326
286
  }
287
+
288
+ .el-alert + .el-table[data-v-028fb838] {
289
+ margin-top: 10px;
290
+ }
291
+ .el-table + .el-alert[data-v-028fb838] {
292
+ margin: 10px 0;
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-286d914e] .el-table__row {
303
+ cursor: pointer;
304
+ }
305
+ /** 右键菜单样式 */
306
+ .context-menu[data-v-286d914e] {
307
+ position: absolute;
308
+ background: #fff;
309
+ z-index: 999;
310
+ margin: 5;
311
+ padding: 8px 8px;
312
+ box-shadow: 0 5px 7px 1px rgba(0, 0, 0, 0.1);
313
+ border: 1px solid #bbbbbb;
314
+ border-radius: 10px;
315
+ font-size: 14px;
316
+ }
317
+ .context-menu li[data-v-286d914e] {
318
+ list-style-type: none;
319
+ min-width: 75px;
320
+ line-height: 28px;
321
+ text-align: left;
322
+ border-radius: 5px;
323
+ padding-left: 5px;
324
+ cursor: pointer;
325
+ }
326
+ .context-menu li[data-v-286d914e]:hover {
327
+ background: #0165e1;
328
+ color: #fff;
329
+ }
330
+ /** 右键菜单样式 */
331
+ .custom-tree-node[data-v-286d914e] {
332
+ font-size: 14px;
333
+ padding-right: 8px;
334
+ display: flex; /* 使用Flex布局 */
335
+ align-items: center; /* 子元素在交叉轴(垂直方向)上居中对齐 */
336
+ }
337
+
338
+ .el-alert + .el-table[data-v-e27c4c1e] {
339
+ margin-top: 10px;
340
+ }
341
+ .el-table + .el-alert[data-v-e27c4c1e] {
342
+ margin: 10px 0;
343
+ }
344
+ .el-alert + .el-form-item[data-v-e27c4c1e] {
345
+ margin-top: 10px;
346
+ }
347
+
348
+ .el-tabs + .el-alert[data-v-08737620] {
349
+ margin-top: 10px;
350
+ }
351
+ .el-alert + .el-form-item[data-v-08737620] {
352
+ margin-top: 10px;
353
+ }
327
354
  .serviceflow-control-item[data-v-a2bd7452] {
328
355
  top: -5px;
329
356
  position: relative;
@@ -456,45 +483,18 @@
456
483
  margin-left: 50px;
457
484
  }
458
485
 
459
- .el-dialog__wrapper[data-v-d41cb0ad] {
460
- overflow: hidden !important;
461
- padding-right: 0 !important;
486
+ [data-v-dac15197] .el-radio {
487
+ margin: 0;
488
+ }
489
+ .el-radio + .el-radio[data-v-dac15197] {
490
+ margin-left: 10px;
462
491
  }
463
492
 
464
- [data-v-286d914e] .el-table__row {
465
- cursor: pointer;
466
- }
467
- /** 右键菜单样式 */
468
- .context-menu[data-v-286d914e] {
469
- position: absolute;
470
- background: #fff;
471
- z-index: 999;
472
- margin: 5;
473
- padding: 8px 8px;
474
- box-shadow: 0 5px 7px 1px rgba(0, 0, 0, 0.1);
475
- border: 1px solid #bbbbbb;
476
- border-radius: 10px;
477
- font-size: 14px;
478
- }
479
- .context-menu li[data-v-286d914e] {
480
- list-style-type: none;
481
- min-width: 75px;
482
- line-height: 28px;
483
- text-align: left;
484
- border-radius: 5px;
485
- padding-left: 5px;
486
- cursor: pointer;
493
+ .el-alert + .el-form-item[data-v-32875028] {
494
+ margin-top: 10px;
487
495
  }
488
- .context-menu li[data-v-286d914e]:hover {
489
- background: #0165e1;
490
- color: #fff;
491
- }
492
- /** 右键菜单样式 */
493
- .custom-tree-node[data-v-286d914e] {
494
- font-size: 14px;
495
- padding-right: 8px;
496
- display: flex; /* 使用Flex布局 */
497
- align-items: center; /* 子元素在交叉轴(垂直方向)上居中对齐 */
496
+ .el-alert + .el-table[data-v-32875028] {
497
+ margin: 10px 0;
498
498
  }
499
499
 
500
500
  .el-drawer__header {
@@ -503,10 +503,10 @@
503
503
  /**
504
504
  解决右侧弹出属性配置遮罩层打开后页面其他地方无法点击问题
505
505
  */
506
- [data-v-c51cce99] .el-overlay {
506
+ [data-v-d5185214] .el-overlay {
507
507
  position: static;
508
508
  }
509
- .serviceflow-nodeView[data-v-96d149c1] {
509
+ .serviceflow-nodeView[data-v-418f1558] {
510
510
  box-sizing: border-box;
511
511
  margin: 10px 10px;
512
512
  width: 180px;
@@ -515,7 +515,7 @@
515
515
  border-radius: 2px 2px 2px 2px;
516
516
  padding: 20px 10px;
517
517
  }
518
- .serviceflow-nodeTitle[data-v-96d149c1] {
518
+ .serviceflow-nodeTitle[data-v-418f1558] {
519
519
  width: 90px;
520
520
  height: 15px;
521
521
  font-weight: 400;
@@ -531,7 +531,7 @@
531
531
  overflow: hidden; /* 隐藏超出div宽度的文本 */
532
532
  text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
533
533
  }
534
- .serviceflow-nodeContent[data-v-96d149c1] {
534
+ .serviceflow-nodeContent[data-v-418f1558] {
535
535
  /* width: 100%; */
536
536
  height: 15px;
537
537
  font-weight: 400;
@@ -547,19 +547,41 @@
547
547
  overflow: hidden; /* 隐藏超出div宽度的文本 */
548
548
  text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
549
549
  }
550
- .serviceflow-nodeContent-desc[data-v-96d149c1] {
550
+ .serviceflow-nodeContent-desc[data-v-418f1558] {
551
551
  }
552
- .el-divider--horizontal[data-v-96d149c1] {
552
+ .el-divider--horizontal[data-v-418f1558] {
553
553
  margin: 12px 0;
554
554
  }
555
- .serviceflow-nodeView[data-v-96d149c1] {
555
+ .serviceflow-nodeView[data-v-418f1558] {
556
556
  border: 1px solid #5a90f9;
557
- background: #eef3fe;
557
+ background: #eef3fe;
558
+ width: 180px;
559
+ min-height: 95px;
558
560
  }
559
- .serviceflow-nodeTitle[data-v-96d149c1] {
560
- width: 80px;
561
+ .serviceflow-nodeContent[data-v-418f1558] {
561
562
  }
562
- .serviceflow-nodeView[data-v-1ce8de44] {
563
+
564
+ .node-content[data-v-117d4091] {
565
+ width: 120px;
566
+ height: 44px;
567
+ background: #ffffff;
568
+ box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
569
+ border-radius: 2px 2px 2px 2px;
570
+ }
571
+ .content[data-v-117d4091] {
572
+ width: 28px;
573
+ height: 15px;
574
+ font-weight: 400;
575
+ font-size: 14px;
576
+ color: #333333;
577
+ line-height: 14px;
578
+ text-align: left;
579
+ font-style: normal;
580
+ text-transform: none;
581
+ padding: 5px 0px 4px 10px;
582
+ box-sizing: content-box;
583
+ }
584
+ .serviceflow-nodeView[data-v-4d28d77b] {
563
585
  box-sizing: border-box;
564
586
  margin: 10px 10px;
565
587
  width: 180px;
@@ -568,7 +590,7 @@
568
590
  border-radius: 2px 2px 2px 2px;
569
591
  padding: 20px 10px;
570
592
  }
571
- .serviceflow-nodeTitle[data-v-1ce8de44] {
593
+ .serviceflow-nodeTitle[data-v-4d28d77b] {
572
594
  width: 90px;
573
595
  height: 15px;
574
596
  font-weight: 400;
@@ -584,7 +606,7 @@
584
606
  overflow: hidden; /* 隐藏超出div宽度的文本 */
585
607
  text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
586
608
  }
587
- .serviceflow-nodeContent[data-v-1ce8de44] {
609
+ .serviceflow-nodeContent[data-v-4d28d77b] {
588
610
  /* width: 100%; */
589
611
  height: 15px;
590
612
  font-weight: 400;
@@ -600,20 +622,19 @@
600
622
  overflow: hidden; /* 隐藏超出div宽度的文本 */
601
623
  text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
602
624
  }
603
- .serviceflow-nodeContent-desc[data-v-1ce8de44] {
625
+ .serviceflow-nodeContent-desc[data-v-4d28d77b] {
604
626
  }
605
- .el-divider--horizontal[data-v-1ce8de44] {
627
+ .el-divider--horizontal[data-v-4d28d77b] {
606
628
  margin: 12px 0;
607
629
  }
608
- .serviceflow-nodeView[data-v-1ce8de44] {
630
+ .serviceflow-nodeView[data-v-4d28d77b] {
609
631
  border: 1px solid #5a90f9;
610
- background: #eef3fe;
611
- width: 180px;
612
- min-height: 95px;
632
+ background: #eef3fe;
613
633
  }
614
- .serviceflow-nodeContent[data-v-1ce8de44] {
634
+ .serviceflow-nodeTitle[data-v-4d28d77b] {
635
+ width: 80px;
615
636
  }
616
- .serviceflow-nodeView[data-v-4d28d77b] {
637
+ .serviceflow-nodeView[data-v-3c23a172] {
617
638
  box-sizing: border-box;
618
639
  margin: 10px 10px;
619
640
  width: 180px;
@@ -622,7 +643,7 @@
622
643
  border-radius: 2px 2px 2px 2px;
623
644
  padding: 20px 10px;
624
645
  }
625
- .serviceflow-nodeTitle[data-v-4d28d77b] {
646
+ .serviceflow-nodeTitle[data-v-3c23a172] {
626
647
  width: 90px;
627
648
  height: 15px;
628
649
  font-weight: 400;
@@ -638,7 +659,7 @@
638
659
  overflow: hidden; /* 隐藏超出div宽度的文本 */
639
660
  text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
640
661
  }
641
- .serviceflow-nodeContent[data-v-4d28d77b] {
662
+ .serviceflow-nodeContent[data-v-3c23a172] {
642
663
  /* width: 100%; */
643
664
  height: 15px;
644
665
  font-weight: 400;
@@ -654,19 +675,20 @@
654
675
  overflow: hidden; /* 隐藏超出div宽度的文本 */
655
676
  text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
656
677
  }
657
- .serviceflow-nodeContent-desc[data-v-4d28d77b] {
678
+ .serviceflow-nodeContent-desc[data-v-3c23a172] {
658
679
  }
659
- .el-divider--horizontal[data-v-4d28d77b] {
680
+ .el-divider--horizontal[data-v-3c23a172] {
660
681
  margin: 12px 0;
661
682
  }
662
- .serviceflow-nodeView[data-v-4d28d77b] {
683
+ .serviceflow-nodeView[data-v-3c23a172] {
663
684
  border: 1px solid #5a90f9;
664
- background: #eef3fe;
685
+ background: #eef3fe;
686
+ width: 180px;
687
+ min-height: 95px;
665
688
  }
666
- .serviceflow-nodeTitle[data-v-4d28d77b] {
667
- width: 80px;
689
+ .serviceflow-nodeContent[data-v-3c23a172] {
668
690
  }
669
- .serviceflow-nodeView[data-v-9770119b] {
691
+ .serviceflow-nodeView[data-v-23f1c97b] {
670
692
  box-sizing: border-box;
671
693
  margin: 10px 10px;
672
694
  width: 180px;
@@ -675,7 +697,7 @@
675
697
  border-radius: 2px 2px 2px 2px;
676
698
  padding: 20px 10px;
677
699
  }
678
- .serviceflow-nodeTitle[data-v-9770119b] {
700
+ .serviceflow-nodeTitle[data-v-23f1c97b] {
679
701
  width: 90px;
680
702
  height: 15px;
681
703
  font-weight: 400;
@@ -691,7 +713,7 @@
691
713
  overflow: hidden; /* 隐藏超出div宽度的文本 */
692
714
  text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
693
715
  }
694
- .serviceflow-nodeContent[data-v-9770119b] {
716
+ .serviceflow-nodeContent[data-v-23f1c97b] {
695
717
  /* width: 100%; */
696
718
  height: 15px;
697
719
  font-weight: 400;
@@ -707,60 +729,19 @@
707
729
  overflow: hidden; /* 隐藏超出div宽度的文本 */
708
730
  text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
709
731
  }
710
- .serviceflow-nodeContent-desc[data-v-9770119b] {
732
+ .serviceflow-nodeContent-desc[data-v-23f1c97b] {
711
733
  }
712
- .el-divider--horizontal[data-v-9770119b] {
734
+ .el-divider--horizontal[data-v-23f1c97b] {
713
735
  margin: 12px 0;
714
736
  }
715
- .serviceflow-nodeView[data-v-9770119b] {
737
+ .serviceflow-nodeView[data-v-23f1c97b] {
716
738
  border: 1px solid #5a90f9;
717
739
  background: #eef3fe;
718
740
  }
719
- .serviceflow-nodeTitle[data-v-9770119b] {
741
+ .serviceflow-nodeTitle[data-v-23f1c97b] {
720
742
  width: 80px;
721
743
  }
722
-
723
- .aaa[data-v-8bd72b80] {
724
- width: 300px;
725
- height: 200px;
726
- background: #ffffff;
727
- box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
728
- border-radius: 2px 2px 2px 2px;
729
- }
730
- .content[data-v-8bd72b80] {
731
- width: 28px;
732
- height: 15px;
733
- font-weight: 400;
734
- font-size: 14px;
735
- color: #333333;
736
- line-height: 14px;
737
- text-align: left;
738
- font-style: normal;
739
- text-transform: none;
740
- padding: 5px 0px 4px 10px;
741
- }
742
-
743
- .node-content[data-v-117d4091] {
744
- width: 120px;
745
- height: 44px;
746
- background: #ffffff;
747
- box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
748
- border-radius: 2px 2px 2px 2px;
749
- }
750
- .content[data-v-117d4091] {
751
- width: 28px;
752
- height: 15px;
753
- font-weight: 400;
754
- font-size: 14px;
755
- color: #333333;
756
- line-height: 14px;
757
- text-align: left;
758
- font-style: normal;
759
- text-transform: none;
760
- padding: 5px 0px 4px 10px;
761
- box-sizing: content-box;
762
- }
763
- .serviceflow-nodeView[data-v-91a913ff] {
744
+ .serviceflow-nodeView[data-v-b04d3f8b] {
764
745
  box-sizing: border-box;
765
746
  margin: 10px 10px;
766
747
  width: 180px;
@@ -769,7 +750,7 @@
769
750
  border-radius: 2px 2px 2px 2px;
770
751
  padding: 20px 10px;
771
752
  }
772
- .serviceflow-nodeTitle[data-v-91a913ff] {
753
+ .serviceflow-nodeTitle[data-v-b04d3f8b] {
773
754
  width: 90px;
774
755
  height: 15px;
775
756
  font-weight: 400;
@@ -785,7 +766,7 @@
785
766
  overflow: hidden; /* 隐藏超出div宽度的文本 */
786
767
  text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
787
768
  }
788
- .serviceflow-nodeContent[data-v-91a913ff] {
769
+ .serviceflow-nodeContent[data-v-b04d3f8b] {
789
770
  /* width: 100%; */
790
771
  height: 15px;
791
772
  font-weight: 400;
@@ -801,19 +782,19 @@
801
782
  overflow: hidden; /* 隐藏超出div宽度的文本 */
802
783
  text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
803
784
  }
804
- .serviceflow-nodeContent-desc[data-v-91a913ff] {
785
+ .serviceflow-nodeContent-desc[data-v-b04d3f8b] {
805
786
  }
806
- .el-divider--horizontal[data-v-91a913ff] {
787
+ .el-divider--horizontal[data-v-b04d3f8b] {
807
788
  margin: 12px 0;
808
789
  }
809
- .serviceflow-nodeView[data-v-91a913ff] {
790
+ .serviceflow-nodeView[data-v-b04d3f8b] {
810
791
  border: 1px solid #5a90f9;
811
792
  background: #eef3fe;
812
793
  }
813
- .serviceflow-nodeTitle[data-v-91a913ff] {
794
+ .serviceflow-nodeTitle[data-v-b04d3f8b] {
814
795
  width: 80px;
815
796
  }
816
- .serviceflow-nodeView[data-v-23f1c97b] {
797
+ .serviceflow-nodeView[data-v-6b34f36c] {
817
798
  box-sizing: border-box;
818
799
  margin: 10px 10px;
819
800
  width: 180px;
@@ -822,7 +803,7 @@
822
803
  border-radius: 2px 2px 2px 2px;
823
804
  padding: 20px 10px;
824
805
  }
825
- .serviceflow-nodeTitle[data-v-23f1c97b] {
806
+ .serviceflow-nodeTitle[data-v-6b34f36c] {
826
807
  width: 90px;
827
808
  height: 15px;
828
809
  font-weight: 400;
@@ -838,7 +819,7 @@
838
819
  overflow: hidden; /* 隐藏超出div宽度的文本 */
839
820
  text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
840
821
  }
841
- .serviceflow-nodeContent[data-v-23f1c97b] {
822
+ .serviceflow-nodeContent[data-v-6b34f36c] {
842
823
  /* width: 100%; */
843
824
  height: 15px;
844
825
  font-weight: 400;
@@ -854,19 +835,40 @@
854
835
  overflow: hidden; /* 隐藏超出div宽度的文本 */
855
836
  text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
856
837
  }
857
- .serviceflow-nodeContent-desc[data-v-23f1c97b] {
838
+ .serviceflow-nodeContent-desc[data-v-6b34f36c] {
858
839
  }
859
- .el-divider--horizontal[data-v-23f1c97b] {
840
+ .el-divider--horizontal[data-v-6b34f36c] {
860
841
  margin: 12px 0;
861
842
  }
862
- .serviceflow-nodeView[data-v-23f1c97b] {
843
+ .serviceflow-nodeView[data-v-6b34f36c] {
863
844
  border: 1px solid #5a90f9;
864
845
  background: #eef3fe;
865
846
  }
866
- .serviceflow-nodeTitle[data-v-23f1c97b] {
847
+ .serviceflow-nodeTitle[data-v-6b34f36c] {
867
848
  width: 80px;
868
849
  }
869
- .serviceflow-nodeView[data-v-6b34f36c] {
850
+
851
+ .node-content[data-v-669b618f] {
852
+ width: 120px;
853
+ height: 44px;
854
+ background: #ffffff;
855
+ box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
856
+ border-radius: 2px 2px 2px 2px;
857
+ }
858
+ .content[data-v-669b618f] {
859
+ width: 28px;
860
+ height: 15px;
861
+ font-weight: 400;
862
+ font-size: 14px;
863
+ color: #333333;
864
+ line-height: 14px;
865
+ text-align: left;
866
+ font-style: normal;
867
+ text-transform: none;
868
+ padding: 5px 0px 4px 10px;
869
+ box-sizing: content-box;
870
+ }
871
+ .serviceflow-nodeView[data-v-91a913ff] {
870
872
  box-sizing: border-box;
871
873
  margin: 10px 10px;
872
874
  width: 180px;
@@ -875,7 +877,7 @@
875
877
  border-radius: 2px 2px 2px 2px;
876
878
  padding: 20px 10px;
877
879
  }
878
- .serviceflow-nodeTitle[data-v-6b34f36c] {
880
+ .serviceflow-nodeTitle[data-v-91a913ff] {
879
881
  width: 90px;
880
882
  height: 15px;
881
883
  font-weight: 400;
@@ -891,7 +893,7 @@
891
893
  overflow: hidden; /* 隐藏超出div宽度的文本 */
892
894
  text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
893
895
  }
894
- .serviceflow-nodeContent[data-v-6b34f36c] {
896
+ .serviceflow-nodeContent[data-v-91a913ff] {
895
897
  /* width: 100%; */
896
898
  height: 15px;
897
899
  font-weight: 400;
@@ -907,16 +909,16 @@
907
909
  overflow: hidden; /* 隐藏超出div宽度的文本 */
908
910
  text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
909
911
  }
910
- .serviceflow-nodeContent-desc[data-v-6b34f36c] {
912
+ .serviceflow-nodeContent-desc[data-v-91a913ff] {
911
913
  }
912
- .el-divider--horizontal[data-v-6b34f36c] {
914
+ .el-divider--horizontal[data-v-91a913ff] {
913
915
  margin: 12px 0;
914
916
  }
915
- .serviceflow-nodeView[data-v-6b34f36c] {
917
+ .serviceflow-nodeView[data-v-91a913ff] {
916
918
  border: 1px solid #5a90f9;
917
919
  background: #eef3fe;
918
920
  }
919
- .serviceflow-nodeTitle[data-v-6b34f36c] {
921
+ .serviceflow-nodeTitle[data-v-91a913ff] {
920
922
  width: 80px;
921
923
  }
922
924
  .serviceflow-nodeView[data-v-08d9d211] {
@@ -972,7 +974,27 @@
972
974
  .serviceflow-nodeTitle[data-v-08d9d211] {
973
975
  width: 80px;
974
976
  }
975
- .serviceflow-nodeView[data-v-b04d3f8b] {
977
+
978
+ .aaa[data-v-8bd72b80] {
979
+ width: 300px;
980
+ height: 200px;
981
+ background: #ffffff;
982
+ box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
983
+ border-radius: 2px 2px 2px 2px;
984
+ }
985
+ .content[data-v-8bd72b80] {
986
+ width: 28px;
987
+ height: 15px;
988
+ font-weight: 400;
989
+ font-size: 14px;
990
+ color: #333333;
991
+ line-height: 14px;
992
+ text-align: left;
993
+ font-style: normal;
994
+ text-transform: none;
995
+ padding: 5px 0px 4px 10px;
996
+ }
997
+ .serviceflow-nodeView[data-v-96d149c1] {
976
998
  box-sizing: border-box;
977
999
  margin: 10px 10px;
978
1000
  width: 180px;
@@ -981,7 +1003,7 @@
981
1003
  border-radius: 2px 2px 2px 2px;
982
1004
  padding: 20px 10px;
983
1005
  }
984
- .serviceflow-nodeTitle[data-v-b04d3f8b] {
1006
+ .serviceflow-nodeTitle[data-v-96d149c1] {
985
1007
  width: 90px;
986
1008
  height: 15px;
987
1009
  font-weight: 400;
@@ -997,7 +1019,7 @@
997
1019
  overflow: hidden; /* 隐藏超出div宽度的文本 */
998
1020
  text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
999
1021
  }
1000
- .serviceflow-nodeContent[data-v-b04d3f8b] {
1022
+ .serviceflow-nodeContent[data-v-96d149c1] {
1001
1023
  /* width: 100%; */
1002
1024
  height: 15px;
1003
1025
  font-weight: 400;
@@ -1013,19 +1035,19 @@
1013
1035
  overflow: hidden; /* 隐藏超出div宽度的文本 */
1014
1036
  text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
1015
1037
  }
1016
- .serviceflow-nodeContent-desc[data-v-b04d3f8b] {
1038
+ .serviceflow-nodeContent-desc[data-v-96d149c1] {
1017
1039
  }
1018
- .el-divider--horizontal[data-v-b04d3f8b] {
1040
+ .el-divider--horizontal[data-v-96d149c1] {
1019
1041
  margin: 12px 0;
1020
1042
  }
1021
- .serviceflow-nodeView[data-v-b04d3f8b] {
1043
+ .serviceflow-nodeView[data-v-96d149c1] {
1022
1044
  border: 1px solid #5a90f9;
1023
1045
  background: #eef3fe;
1024
1046
  }
1025
- .serviceflow-nodeTitle[data-v-b04d3f8b] {
1047
+ .serviceflow-nodeTitle[data-v-96d149c1] {
1026
1048
  width: 80px;
1027
1049
  }
1028
- .serviceflow-nodeView[data-v-3c23a172] {
1050
+ .serviceflow-nodeView[data-v-1ce8de44] {
1029
1051
  box-sizing: border-box;
1030
1052
  margin: 10px 10px;
1031
1053
  width: 180px;
@@ -1034,7 +1056,7 @@
1034
1056
  border-radius: 2px 2px 2px 2px;
1035
1057
  padding: 20px 10px;
1036
1058
  }
1037
- .serviceflow-nodeTitle[data-v-3c23a172] {
1059
+ .serviceflow-nodeTitle[data-v-1ce8de44] {
1038
1060
  width: 90px;
1039
1061
  height: 15px;
1040
1062
  font-weight: 400;
@@ -1050,7 +1072,7 @@
1050
1072
  overflow: hidden; /* 隐藏超出div宽度的文本 */
1051
1073
  text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
1052
1074
  }
1053
- .serviceflow-nodeContent[data-v-3c23a172] {
1075
+ .serviceflow-nodeContent[data-v-1ce8de44] {
1054
1076
  /* width: 100%; */
1055
1077
  height: 15px;
1056
1078
  font-weight: 400;
@@ -1066,18 +1088,18 @@
1066
1088
  overflow: hidden; /* 隐藏超出div宽度的文本 */
1067
1089
  text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
1068
1090
  }
1069
- .serviceflow-nodeContent-desc[data-v-3c23a172] {
1091
+ .serviceflow-nodeContent-desc[data-v-1ce8de44] {
1070
1092
  }
1071
- .el-divider--horizontal[data-v-3c23a172] {
1093
+ .el-divider--horizontal[data-v-1ce8de44] {
1072
1094
  margin: 12px 0;
1073
1095
  }
1074
- .serviceflow-nodeView[data-v-3c23a172] {
1096
+ .serviceflow-nodeView[data-v-1ce8de44] {
1075
1097
  border: 1px solid #5a90f9;
1076
1098
  background: #eef3fe;
1077
1099
  width: 180px;
1078
1100
  min-height: 95px;
1079
1101
  }
1080
- .serviceflow-nodeContent[data-v-3c23a172] {
1102
+ .serviceflow-nodeContent[data-v-1ce8de44] {
1081
1103
  }
1082
1104
  .serviceflow-nodeView[data-v-1519c141] {
1083
1105
  box-sizing: border-box;
@@ -1132,7 +1154,7 @@
1132
1154
  .serviceflow-nodeTitle[data-v-1519c141] {
1133
1155
  width: 80px;
1134
1156
  }
1135
- .serviceflow-nodeView[data-v-418f1558] {
1157
+ .serviceflow-nodeView[data-v-42ce3f17] {
1136
1158
  box-sizing: border-box;
1137
1159
  margin: 10px 10px;
1138
1160
  width: 180px;
@@ -1141,7 +1163,7 @@
1141
1163
  border-radius: 2px 2px 2px 2px;
1142
1164
  padding: 20px 10px;
1143
1165
  }
1144
- .serviceflow-nodeTitle[data-v-418f1558] {
1166
+ .serviceflow-nodeTitle[data-v-42ce3f17] {
1145
1167
  width: 90px;
1146
1168
  height: 15px;
1147
1169
  font-weight: 400;
@@ -1157,7 +1179,7 @@
1157
1179
  overflow: hidden; /* 隐藏超出div宽度的文本 */
1158
1180
  text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
1159
1181
  }
1160
- .serviceflow-nodeContent[data-v-418f1558] {
1182
+ .serviceflow-nodeContent[data-v-42ce3f17] {
1161
1183
  /* width: 100%; */
1162
1184
  height: 15px;
1163
1185
  font-weight: 400;
@@ -1173,41 +1195,19 @@
1173
1195
  overflow: hidden; /* 隐藏超出div宽度的文本 */
1174
1196
  text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
1175
1197
  }
1176
- .serviceflow-nodeContent-desc[data-v-418f1558] {
1198
+ .serviceflow-nodeContent-desc[data-v-42ce3f17] {
1177
1199
  }
1178
- .el-divider--horizontal[data-v-418f1558] {
1200
+ .el-divider--horizontal[data-v-42ce3f17] {
1179
1201
  margin: 12px 0;
1180
1202
  }
1181
- .serviceflow-nodeView[data-v-418f1558] {
1203
+ .serviceflow-nodeView[data-v-42ce3f17] {
1182
1204
  border: 1px solid #5a90f9;
1183
- background: #eef3fe;
1184
- width: 180px;
1185
- min-height: 95px;
1186
- }
1187
- .serviceflow-nodeContent[data-v-418f1558] {
1188
- }
1189
-
1190
- .node-content[data-v-669b618f] {
1191
- width: 120px;
1192
- height: 44px;
1193
- background: #ffffff;
1194
- box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
1195
- border-radius: 2px 2px 2px 2px;
1205
+ background: #eef3fe;
1196
1206
  }
1197
- .content[data-v-669b618f] {
1198
- width: 28px;
1199
- height: 15px;
1200
- font-weight: 400;
1201
- font-size: 14px;
1202
- color: #333333;
1203
- line-height: 14px;
1204
- text-align: left;
1205
- font-style: normal;
1206
- text-transform: none;
1207
- padding: 5px 0px 4px 10px;
1208
- box-sizing: content-box;
1207
+ .serviceflow-nodeTitle[data-v-42ce3f17] {
1208
+ width: 80px;
1209
1209
  }
1210
- .serviceflow-nodeView[data-v-42ce3f17] {
1210
+ .serviceflow-nodeView[data-v-9770119b] {
1211
1211
  box-sizing: border-box;
1212
1212
  margin: 10px 10px;
1213
1213
  width: 180px;
@@ -1216,7 +1216,7 @@
1216
1216
  border-radius: 2px 2px 2px 2px;
1217
1217
  padding: 20px 10px;
1218
1218
  }
1219
- .serviceflow-nodeTitle[data-v-42ce3f17] {
1219
+ .serviceflow-nodeTitle[data-v-9770119b] {
1220
1220
  width: 90px;
1221
1221
  height: 15px;
1222
1222
  font-weight: 400;
@@ -1232,7 +1232,7 @@
1232
1232
  overflow: hidden; /* 隐藏超出div宽度的文本 */
1233
1233
  text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
1234
1234
  }
1235
- .serviceflow-nodeContent[data-v-42ce3f17] {
1235
+ .serviceflow-nodeContent[data-v-9770119b] {
1236
1236
  /* width: 100%; */
1237
1237
  height: 15px;
1238
1238
  font-weight: 400;
@@ -1248,26 +1248,19 @@
1248
1248
  overflow: hidden; /* 隐藏超出div宽度的文本 */
1249
1249
  text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
1250
1250
  }
1251
- .serviceflow-nodeContent-desc[data-v-42ce3f17] {
1251
+ .serviceflow-nodeContent-desc[data-v-9770119b] {
1252
1252
  }
1253
- .el-divider--horizontal[data-v-42ce3f17] {
1253
+ .el-divider--horizontal[data-v-9770119b] {
1254
1254
  margin: 12px 0;
1255
1255
  }
1256
- .serviceflow-nodeView[data-v-42ce3f17] {
1256
+ .serviceflow-nodeView[data-v-9770119b] {
1257
1257
  border: 1px solid #5a90f9;
1258
1258
  background: #eef3fe;
1259
1259
  }
1260
- .serviceflow-nodeTitle[data-v-42ce3f17] {
1260
+ .serviceflow-nodeTitle[data-v-9770119b] {
1261
1261
  width: 80px;
1262
1262
  }
1263
1263
 
1264
- .el-radio[data-v-1ee0eb33] {
1265
- margin-right: 10px;
1266
- }
1267
- [data-v-1ee0eb33] .el-empty__description {
1268
- margin-top: 0px;
1269
- }
1270
-
1271
1264
  .el-select + .el-input[data-v-b53b2895] {
1272
1265
  margin-left: 10px;
1273
1266
  }
@@ -1292,6 +1285,13 @@
1292
1285
  margin-left: 10px;
1293
1286
  }
1294
1287
 
1288
+ .el-radio[data-v-1ee0eb33] {
1289
+ margin-right: 10px;
1290
+ }
1291
+ [data-v-1ee0eb33] .el-empty__description {
1292
+ margin-top: 0px;
1293
+ }
1294
+
1295
1295
  [data-v-9cc733d7] .el-cascader-menu {
1296
1296
  min-width: 120px !important;
1297
1297
  }
@@ -1306,13 +1306,13 @@
1306
1306
  cursor: pointer;
1307
1307
  }
1308
1308
 
1309
- [data-v-9a3ee19e] .el-dropdown {
1310
- vertical-align: middle;
1311
- }
1312
-
1313
1309
  [data-v-2d06523b] .el-upload {
1314
1310
  width: 100%;
1315
1311
  }
1316
1312
  [data-v-2d06523b] .el-button {
1317
1313
  width: 100%;
1318
1314
  }
1315
+
1316
+ [data-v-9a3ee19e] .el-dropdown {
1317
+ vertical-align: middle;
1318
+ }