service-flow-designer 2.0.94 → 2.0.97

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 +351 -351
  2. package/package.json +1 -1
package/dist/es/style.css CHANGED
@@ -167,149 +167,10 @@
167
167
  border-color: transparent transparent var(--el-skeleton-color) transparent;
168
168
  }
169
169
 
170
- [data-v-286d914e] .el-table__row {
171
- cursor: pointer;
172
- }
173
- /** 右键菜单样式 */
174
- .context-menu[data-v-286d914e] {
175
- position: absolute;
176
- background: #fff;
177
- z-index: 999;
178
- margin: 5;
179
- padding: 8px 8px;
180
- box-shadow: 0 5px 7px 1px rgba(0, 0, 0, 0.1);
181
- border: 1px solid #bbbbbb;
182
- border-radius: 10px;
183
- font-size: 14px;
184
- }
185
- .context-menu li[data-v-286d914e] {
186
- list-style-type: none;
187
- min-width: 75px;
188
- line-height: 28px;
189
- text-align: left;
190
- border-radius: 5px;
191
- padding-left: 5px;
192
- cursor: pointer;
193
- }
194
- .context-menu li[data-v-286d914e]:hover {
195
- background: #0165e1;
196
- color: #fff;
197
- }
198
- /** 右键菜单样式 */
199
- .custom-tree-node[data-v-286d914e] {
200
- font-size: 14px;
201
- padding-right: 8px;
202
- display: flex; /* 使用Flex布局 */
203
- align-items: center; /* 子元素在交叉轴(垂直方向)上居中对齐 */
204
- }
205
- .serviceflow-attr-base-content[data-v-8bad091d] {
206
- background: #ffffff;
207
- box-shadow: 1px 0px 10px 0px rgba(0, 0, 0, 0.05);
208
- height: 100%;
209
- padding-left: 10px;
210
- padding-right: 10px;
211
- overflow: auto;
212
- }
213
- .serviceflow-attr-item[data-v-8bad091d] {
214
- margin-bottom: 8px;
215
- }
216
- .serviceflow-attr-group-header > button[data-v-8bad091d] {
217
- background: #f5f6f8;
218
- padding-left: 10px;
219
- font-size: 14px;
220
- height: 42px;
221
- }
222
- .serviceflow-attr-content[data-v-8bad091d] {
223
- background: #ffffff;
224
- box-shadow: 1px 0px 10px 0px rgba(0, 0, 0, 0.05);
225
- height: 100%;
226
- padding-left: 10px;
227
- padding-right: 10px;
228
- overflow: auto;
229
- position: relative;
230
- }
231
- .serviceflow-attr-header-search[data-v-8bad091d] {
232
- margin-top: 16px;
233
- }
234
- .serviceflow-attr-header-select[data-v-8bad091d] {
235
- width: 90px;
236
- height: 36px;
237
- }
238
- .serviceflow-page-param-row[data-v-8bad091d] {
239
- height: 34px;
240
- }
241
- .el-table__cell > .cell[data-v-8bad091d] {
242
- white-space: nowrap !important;
243
- }
244
- .serviceflow-item[data-v-8bad091d] {
245
- background: rgba(88, 147, 239, 0.06);
246
- border: 1px dashed rgba(88, 147, 239, 0.06);
247
- border-radius: 4px 4px 4px 4px;
248
- text-align: center;
249
- margin-top: 12px;
250
- padding: 10px 5px 10px 5px;
251
- font-size: 12px;
252
- cursor: move;
253
- height: 60px;
254
- overflow: hidden;
255
- box-sizing: border-box;
256
- color: #333333;
257
- text-overflow: ellipsis;
258
- white-space: nowrap;
259
- -webkit-user-select: none; /* Safari */
260
- -moz-user-select: none; /* Firefox */
261
- -ms-user-select: none; /* Internet Explorer/Edge */
262
- user-select: none; /* 标准语法 */
263
- }
264
- .serviceflow-item[data-v-8bad091d]:hover {
265
- background: rgba(11, 45, 101, 0.105);
266
- border: 1px dashed rgba(11, 45, 101, 0.227);
267
- }
268
- .amb-assembly-item-drag[data-v-8bad091d] {
269
- opacity: 1 !important;
270
- }
271
-
272
- .el-alert + .el-form-item[data-v-32875028] {
273
- margin-top: 10px;
274
- }
275
- .el-alert + .el-table[data-v-32875028] {
276
- margin: 10px 0;
277
- }
278
-
279
- [data-v-808a13e1] .el-radio {
280
- margin: 0;
281
- }
282
- .el-radio + .el-radio[data-v-808a13e1] {
283
- margin-left: 10px;
284
- }
285
-
286
170
  .el-alert + .el-form-item[data-v-a158f309] {
287
171
  margin-top: 10px;
288
172
  }
289
173
 
290
- .editorTool[data-v-684c1f08] {
291
- margin-left: auto;
292
- }
293
- .editorOption[data-v-684c1f08] {
294
- margin-right: 10px;
295
- cursor: pointer;
296
- }
297
- .pppp[data-v-684c1f08] {
298
- display: flex; /* 使用Flex布局 */
299
- justify-content: flex-start;
300
- align-items: center; /* 子元素在交叉轴(垂直方向)上居中对齐 */
301
- }
302
-
303
- .el-alert + .el-table[data-v-e27c4c1e] {
304
- margin-top: 10px;
305
- }
306
- .el-table + .el-alert[data-v-e27c4c1e] {
307
- margin: 10px 0;
308
- }
309
- .el-alert + .el-form-item[data-v-e27c4c1e] {
310
- margin-top: 10px;
311
- }
312
-
313
174
  .editorTool[data-v-d55ab098] {
314
175
  margin-left: auto;
315
176
  }
@@ -323,43 +184,22 @@
323
184
  align-items: center; /* 子元素在交叉轴(垂直方向)上居中对齐 */
324
185
  }
325
186
 
326
- .el-alert + .el-table[data-v-d978e7dc] {
187
+ .el-alert + .el-table[data-v-e27c4c1e] {
327
188
  margin-top: 10px;
328
189
  }
329
- .el-table + .el-alert[data-v-d978e7dc] {
190
+ .el-table + .el-alert[data-v-e27c4c1e] {
330
191
  margin: 10px 0;
331
192
  }
332
- .el-alert + .el-form-item[data-v-d978e7dc] {
333
- margin-top: 10px;
334
- }
335
-
336
- [data-v-65e38bfb] .el-radio {
337
- margin: 0;
338
- }
339
- .el-radio + .el-radio[data-v-65e38bfb] {
340
- margin-left: 10px;
341
- }
342
-
343
- .el-alert + .el-table[data-v-82e0dfef] {
344
- margin-top: 10px;
345
- }
346
- .el-alert + .el-form-item[data-v-82e0dfef] {
193
+ .el-alert + .el-form-item[data-v-e27c4c1e] {
347
194
  margin-top: 10px;
348
195
  }
349
196
 
350
- .el-alert + .el-table[data-v-028fb838] {
197
+ .el-alert + .el-form-item[data-v-32875028] {
351
198
  margin-top: 10px;
352
199
  }
353
- .el-table + .el-alert[data-v-028fb838] {
200
+ .el-alert + .el-table[data-v-32875028] {
354
201
  margin: 10px 0;
355
202
  }
356
-
357
- .el-tabs + .el-alert[data-v-08737620] {
358
- margin-top: 10px;
359
- }
360
- .el-alert + .el-form-item[data-v-08737620] {
361
- margin-top: 10px;
362
- }
363
203
  .serviceflow-control-item[data-v-a2bd7452] {
364
204
  top: -5px;
365
205
  position: relative;
@@ -492,11 +332,6 @@
492
332
  margin-left: 50px;
493
333
  }
494
334
 
495
- .el-dialog__wrapper[data-v-d41cb0ad] {
496
- overflow: hidden !important;
497
- padding-right: 0 !important;
498
- }
499
-
500
335
  .el-drawer__header {
501
336
  margin-bottom: 0 !important;
502
337
  }
@@ -506,7 +341,193 @@
506
341
  [data-v-c51cce99] .el-overlay {
507
342
  position: static;
508
343
  }
509
- .serviceflow-nodeView[data-v-42ce3f17] {
344
+
345
+ .el-tabs + .el-alert[data-v-08737620] {
346
+ margin-top: 10px;
347
+ }
348
+ .el-alert + .el-form-item[data-v-08737620] {
349
+ margin-top: 10px;
350
+ }
351
+
352
+ .el-alert + .el-table[data-v-d978e7dc] {
353
+ margin-top: 10px;
354
+ }
355
+ .el-table + .el-alert[data-v-d978e7dc] {
356
+ margin: 10px 0;
357
+ }
358
+ .el-alert + .el-form-item[data-v-d978e7dc] {
359
+ margin-top: 10px;
360
+ }
361
+
362
+ [data-v-65e38bfb] .el-radio {
363
+ margin: 0;
364
+ }
365
+ .el-radio + .el-radio[data-v-65e38bfb] {
366
+ margin-left: 10px;
367
+ }
368
+
369
+ .el-alert + .el-table[data-v-82e0dfef] {
370
+ margin-top: 10px;
371
+ }
372
+ .el-alert + .el-form-item[data-v-82e0dfef] {
373
+ margin-top: 10px;
374
+ }
375
+ .serviceflow-attr-base-content[data-v-8bad091d] {
376
+ background: #ffffff;
377
+ box-shadow: 1px 0px 10px 0px rgba(0, 0, 0, 0.05);
378
+ height: 100%;
379
+ padding-left: 10px;
380
+ padding-right: 10px;
381
+ overflow: auto;
382
+ }
383
+ .serviceflow-attr-item[data-v-8bad091d] {
384
+ margin-bottom: 8px;
385
+ }
386
+ .serviceflow-attr-group-header > button[data-v-8bad091d] {
387
+ background: #f5f6f8;
388
+ padding-left: 10px;
389
+ font-size: 14px;
390
+ height: 42px;
391
+ }
392
+ .serviceflow-attr-content[data-v-8bad091d] {
393
+ background: #ffffff;
394
+ box-shadow: 1px 0px 10px 0px rgba(0, 0, 0, 0.05);
395
+ height: 100%;
396
+ padding-left: 10px;
397
+ padding-right: 10px;
398
+ overflow: auto;
399
+ position: relative;
400
+ }
401
+ .serviceflow-attr-header-search[data-v-8bad091d] {
402
+ margin-top: 16px;
403
+ }
404
+ .serviceflow-attr-header-select[data-v-8bad091d] {
405
+ width: 90px;
406
+ height: 36px;
407
+ }
408
+ .serviceflow-page-param-row[data-v-8bad091d] {
409
+ height: 34px;
410
+ }
411
+ .el-table__cell > .cell[data-v-8bad091d] {
412
+ white-space: nowrap !important;
413
+ }
414
+ .serviceflow-item[data-v-8bad091d] {
415
+ background: rgba(88, 147, 239, 0.06);
416
+ border: 1px dashed rgba(88, 147, 239, 0.06);
417
+ border-radius: 4px 4px 4px 4px;
418
+ text-align: center;
419
+ margin-top: 12px;
420
+ padding: 10px 5px 10px 5px;
421
+ font-size: 12px;
422
+ cursor: move;
423
+ height: 60px;
424
+ overflow: hidden;
425
+ box-sizing: border-box;
426
+ color: #333333;
427
+ text-overflow: ellipsis;
428
+ white-space: nowrap;
429
+ -webkit-user-select: none; /* Safari */
430
+ -moz-user-select: none; /* Firefox */
431
+ -ms-user-select: none; /* Internet Explorer/Edge */
432
+ user-select: none; /* 标准语法 */
433
+ }
434
+ .serviceflow-item[data-v-8bad091d]:hover {
435
+ background: rgba(11, 45, 101, 0.105);
436
+ border: 1px dashed rgba(11, 45, 101, 0.227);
437
+ }
438
+ .amb-assembly-item-drag[data-v-8bad091d] {
439
+ opacity: 1 !important;
440
+ }
441
+
442
+ [data-v-286d914e] .el-table__row {
443
+ cursor: pointer;
444
+ }
445
+ /** 右键菜单样式 */
446
+ .context-menu[data-v-286d914e] {
447
+ position: absolute;
448
+ background: #fff;
449
+ z-index: 999;
450
+ margin: 5;
451
+ padding: 8px 8px;
452
+ box-shadow: 0 5px 7px 1px rgba(0, 0, 0, 0.1);
453
+ border: 1px solid #bbbbbb;
454
+ border-radius: 10px;
455
+ font-size: 14px;
456
+ }
457
+ .context-menu li[data-v-286d914e] {
458
+ list-style-type: none;
459
+ min-width: 75px;
460
+ line-height: 28px;
461
+ text-align: left;
462
+ border-radius: 5px;
463
+ padding-left: 5px;
464
+ cursor: pointer;
465
+ }
466
+ .context-menu li[data-v-286d914e]:hover {
467
+ background: #0165e1;
468
+ color: #fff;
469
+ }
470
+ /** 右键菜单样式 */
471
+ .custom-tree-node[data-v-286d914e] {
472
+ font-size: 14px;
473
+ padding-right: 8px;
474
+ display: flex; /* 使用Flex布局 */
475
+ align-items: center; /* 子元素在交叉轴(垂直方向)上居中对齐 */
476
+ }
477
+
478
+ .el-alert + .el-table[data-v-028fb838] {
479
+ margin-top: 10px;
480
+ }
481
+ .el-table + .el-alert[data-v-028fb838] {
482
+ margin: 10px 0;
483
+ }
484
+
485
+ .editorTool[data-v-684c1f08] {
486
+ margin-left: auto;
487
+ }
488
+ .editorOption[data-v-684c1f08] {
489
+ margin-right: 10px;
490
+ cursor: pointer;
491
+ }
492
+ .pppp[data-v-684c1f08] {
493
+ display: flex; /* 使用Flex布局 */
494
+ justify-content: flex-start;
495
+ align-items: center; /* 子元素在交叉轴(垂直方向)上居中对齐 */
496
+ }
497
+
498
+ [data-v-808a13e1] .el-radio {
499
+ margin: 0;
500
+ }
501
+ .el-radio + .el-radio[data-v-808a13e1] {
502
+ margin-left: 10px;
503
+ }
504
+
505
+ .el-dialog__wrapper[data-v-d41cb0ad] {
506
+ overflow: hidden !important;
507
+ padding-right: 0 !important;
508
+ }
509
+
510
+ .node-content[data-v-117d4091] {
511
+ width: 120px;
512
+ height: 44px;
513
+ background: #ffffff;
514
+ box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
515
+ border-radius: 2px 2px 2px 2px;
516
+ }
517
+ .content[data-v-117d4091] {
518
+ width: 28px;
519
+ height: 15px;
520
+ font-weight: 400;
521
+ font-size: 14px;
522
+ color: #333333;
523
+ line-height: 14px;
524
+ text-align: left;
525
+ font-style: normal;
526
+ text-transform: none;
527
+ padding: 5px 0px 4px 10px;
528
+ box-sizing: content-box;
529
+ }
530
+ .serviceflow-nodeView[data-v-1ce8de44] {
510
531
  box-sizing: border-box;
511
532
  margin: 10px 10px;
512
533
  width: 180px;
@@ -515,7 +536,7 @@
515
536
  border-radius: 2px 2px 2px 2px;
516
537
  padding: 20px 10px;
517
538
  }
518
- .serviceflow-nodeTitle[data-v-42ce3f17] {
539
+ .serviceflow-nodeTitle[data-v-1ce8de44] {
519
540
  width: 90px;
520
541
  height: 15px;
521
542
  font-weight: 400;
@@ -531,7 +552,7 @@
531
552
  overflow: hidden; /* 隐藏超出div宽度的文本 */
532
553
  text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
533
554
  }
534
- .serviceflow-nodeContent[data-v-42ce3f17] {
555
+ .serviceflow-nodeContent[data-v-1ce8de44] {
535
556
  /* width: 100%; */
536
557
  height: 15px;
537
558
  font-weight: 400;
@@ -547,40 +568,73 @@
547
568
  overflow: hidden; /* 隐藏超出div宽度的文本 */
548
569
  text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
549
570
  }
550
- .serviceflow-nodeContent-desc[data-v-42ce3f17] {
571
+ .serviceflow-nodeContent-desc[data-v-1ce8de44] {
551
572
  }
552
- .el-divider--horizontal[data-v-42ce3f17] {
573
+ .el-divider--horizontal[data-v-1ce8de44] {
553
574
  margin: 12px 0;
554
575
  }
555
- .serviceflow-nodeView[data-v-42ce3f17] {
576
+ .serviceflow-nodeView[data-v-1ce8de44] {
556
577
  border: 1px solid #5a90f9;
557
- background: #eef3fe;
578
+ background: #eef3fe;
579
+ width: 180px;
580
+ min-height: 95px;
558
581
  }
559
- .serviceflow-nodeTitle[data-v-42ce3f17] {
560
- width: 80px;
582
+ .serviceflow-nodeContent[data-v-1ce8de44] {
561
583
  }
562
-
563
- .node-content[data-v-117d4091] {
564
- width: 120px;
565
- height: 44px;
566
- background: #ffffff;
584
+ .serviceflow-nodeView[data-v-9770119b] {
585
+ box-sizing: border-box;
586
+ margin: 10px 10px;
587
+ width: 180px;
588
+ height: 95px;
567
589
  box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
568
- border-radius: 2px 2px 2px 2px;
590
+ border-radius: 2px 2px 2px 2px;
591
+ padding: 20px 10px;
569
592
  }
570
- .content[data-v-117d4091] {
571
- width: 28px;
593
+ .serviceflow-nodeTitle[data-v-9770119b] {
594
+ width: 90px;
572
595
  height: 15px;
573
596
  font-weight: 400;
574
- font-size: 14px;
597
+ font-size: 16px;
575
598
  color: #333333;
576
599
  line-height: 14px;
577
600
  text-align: left;
578
601
  font-style: normal;
579
602
  text-transform: none;
580
- padding: 5px 0px 4px 10px;
581
- box-sizing: content-box;
603
+ padding: 0px 24px;
604
+ box-sizing: content-box;
605
+ white-space: nowrap; /* 确保文本在一行内显示 */
606
+ overflow: hidden; /* 隐藏超出div宽度的文本 */
607
+ text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
608
+ }
609
+ .serviceflow-nodeContent[data-v-9770119b] {
610
+ /* width: 100%; */
611
+ height: 15px;
612
+ font-weight: 400;
613
+ font-size: 14px;
614
+ color: #666666;
615
+ line-height: 14px;
616
+ text-align: left;
617
+ font-style: normal;
618
+ text-transform: none;
619
+ padding: 0px 0px;
620
+ box-sizing: content-box;
621
+ white-space: nowrap; /* 确保文本在一行内显示 */
622
+ overflow: hidden; /* 隐藏超出div宽度的文本 */
623
+ text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
624
+ }
625
+ .serviceflow-nodeContent-desc[data-v-9770119b] {
626
+ }
627
+ .el-divider--horizontal[data-v-9770119b] {
628
+ margin: 12px 0;
629
+ }
630
+ .serviceflow-nodeView[data-v-9770119b] {
631
+ border: 1px solid #5a90f9;
632
+ background: #eef3fe;
633
+ }
634
+ .serviceflow-nodeTitle[data-v-9770119b] {
635
+ width: 80px;
582
636
  }
583
- .serviceflow-nodeView[data-v-4d28d77b] {
637
+ .serviceflow-nodeView[data-v-23f1c97b] {
584
638
  box-sizing: border-box;
585
639
  margin: 10px 10px;
586
640
  width: 180px;
@@ -589,7 +643,7 @@
589
643
  border-radius: 2px 2px 2px 2px;
590
644
  padding: 20px 10px;
591
645
  }
592
- .serviceflow-nodeTitle[data-v-4d28d77b] {
646
+ .serviceflow-nodeTitle[data-v-23f1c97b] {
593
647
  width: 90px;
594
648
  height: 15px;
595
649
  font-weight: 400;
@@ -605,7 +659,7 @@
605
659
  overflow: hidden; /* 隐藏超出div宽度的文本 */
606
660
  text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
607
661
  }
608
- .serviceflow-nodeContent[data-v-4d28d77b] {
662
+ .serviceflow-nodeContent[data-v-23f1c97b] {
609
663
  /* width: 100%; */
610
664
  height: 15px;
611
665
  font-weight: 400;
@@ -621,19 +675,19 @@
621
675
  overflow: hidden; /* 隐藏超出div宽度的文本 */
622
676
  text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
623
677
  }
624
- .serviceflow-nodeContent-desc[data-v-4d28d77b] {
678
+ .serviceflow-nodeContent-desc[data-v-23f1c97b] {
625
679
  }
626
- .el-divider--horizontal[data-v-4d28d77b] {
680
+ .el-divider--horizontal[data-v-23f1c97b] {
627
681
  margin: 12px 0;
628
682
  }
629
- .serviceflow-nodeView[data-v-4d28d77b] {
683
+ .serviceflow-nodeView[data-v-23f1c97b] {
630
684
  border: 1px solid #5a90f9;
631
685
  background: #eef3fe;
632
686
  }
633
- .serviceflow-nodeTitle[data-v-4d28d77b] {
687
+ .serviceflow-nodeTitle[data-v-23f1c97b] {
634
688
  width: 80px;
635
689
  }
636
- .serviceflow-nodeView[data-v-418f1558] {
690
+ .serviceflow-nodeView[data-v-3c23a172] {
637
691
  box-sizing: border-box;
638
692
  margin: 10px 10px;
639
693
  width: 180px;
@@ -642,7 +696,7 @@
642
696
  border-radius: 2px 2px 2px 2px;
643
697
  padding: 20px 10px;
644
698
  }
645
- .serviceflow-nodeTitle[data-v-418f1558] {
699
+ .serviceflow-nodeTitle[data-v-3c23a172] {
646
700
  width: 90px;
647
701
  height: 15px;
648
702
  font-weight: 400;
@@ -658,7 +712,7 @@
658
712
  overflow: hidden; /* 隐藏超出div宽度的文本 */
659
713
  text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
660
714
  }
661
- .serviceflow-nodeContent[data-v-418f1558] {
715
+ .serviceflow-nodeContent[data-v-3c23a172] {
662
716
  /* width: 100%; */
663
717
  height: 15px;
664
718
  font-weight: 400;
@@ -674,18 +728,18 @@
674
728
  overflow: hidden; /* 隐藏超出div宽度的文本 */
675
729
  text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
676
730
  }
677
- .serviceflow-nodeContent-desc[data-v-418f1558] {
731
+ .serviceflow-nodeContent-desc[data-v-3c23a172] {
678
732
  }
679
- .el-divider--horizontal[data-v-418f1558] {
733
+ .el-divider--horizontal[data-v-3c23a172] {
680
734
  margin: 12px 0;
681
735
  }
682
- .serviceflow-nodeView[data-v-418f1558] {
736
+ .serviceflow-nodeView[data-v-3c23a172] {
683
737
  border: 1px solid #5a90f9;
684
738
  background: #eef3fe;
685
739
  width: 180px;
686
740
  min-height: 95px;
687
741
  }
688
- .serviceflow-nodeContent[data-v-418f1558] {
742
+ .serviceflow-nodeContent[data-v-3c23a172] {
689
743
  }
690
744
  .serviceflow-nodeView[data-v-1519c141] {
691
745
  box-sizing: border-box;
@@ -740,7 +794,7 @@
740
794
  .serviceflow-nodeTitle[data-v-1519c141] {
741
795
  width: 80px;
742
796
  }
743
- .serviceflow-nodeView[data-v-6b34f36c] {
797
+ .serviceflow-nodeView[data-v-42ce3f17] {
744
798
  box-sizing: border-box;
745
799
  margin: 10px 10px;
746
800
  width: 180px;
@@ -749,7 +803,7 @@
749
803
  border-radius: 2px 2px 2px 2px;
750
804
  padding: 20px 10px;
751
805
  }
752
- .serviceflow-nodeTitle[data-v-6b34f36c] {
806
+ .serviceflow-nodeTitle[data-v-42ce3f17] {
753
807
  width: 90px;
754
808
  height: 15px;
755
809
  font-weight: 400;
@@ -765,7 +819,7 @@
765
819
  overflow: hidden; /* 隐藏超出div宽度的文本 */
766
820
  text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
767
821
  }
768
- .serviceflow-nodeContent[data-v-6b34f36c] {
822
+ .serviceflow-nodeContent[data-v-42ce3f17] {
769
823
  /* width: 100%; */
770
824
  height: 15px;
771
825
  font-weight: 400;
@@ -781,19 +835,19 @@
781
835
  overflow: hidden; /* 隐藏超出div宽度的文本 */
782
836
  text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
783
837
  }
784
- .serviceflow-nodeContent-desc[data-v-6b34f36c] {
838
+ .serviceflow-nodeContent-desc[data-v-42ce3f17] {
785
839
  }
786
- .el-divider--horizontal[data-v-6b34f36c] {
840
+ .el-divider--horizontal[data-v-42ce3f17] {
787
841
  margin: 12px 0;
788
842
  }
789
- .serviceflow-nodeView[data-v-6b34f36c] {
843
+ .serviceflow-nodeView[data-v-42ce3f17] {
790
844
  border: 1px solid #5a90f9;
791
845
  background: #eef3fe;
792
846
  }
793
- .serviceflow-nodeTitle[data-v-6b34f36c] {
847
+ .serviceflow-nodeTitle[data-v-42ce3f17] {
794
848
  width: 80px;
795
849
  }
796
- .serviceflow-nodeView[data-v-3c23a172] {
850
+ .serviceflow-nodeView[data-v-08d9d211] {
797
851
  box-sizing: border-box;
798
852
  margin: 10px 10px;
799
853
  width: 180px;
@@ -802,7 +856,7 @@
802
856
  border-radius: 2px 2px 2px 2px;
803
857
  padding: 20px 10px;
804
858
  }
805
- .serviceflow-nodeTitle[data-v-3c23a172] {
859
+ .serviceflow-nodeTitle[data-v-08d9d211] {
806
860
  width: 90px;
807
861
  height: 15px;
808
862
  font-weight: 400;
@@ -818,7 +872,7 @@
818
872
  overflow: hidden; /* 隐藏超出div宽度的文本 */
819
873
  text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
820
874
  }
821
- .serviceflow-nodeContent[data-v-3c23a172] {
875
+ .serviceflow-nodeContent[data-v-08d9d211] {
822
876
  /* width: 100%; */
823
877
  height: 15px;
824
878
  font-weight: 400;
@@ -834,20 +888,19 @@
834
888
  overflow: hidden; /* 隐藏超出div宽度的文本 */
835
889
  text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
836
890
  }
837
- .serviceflow-nodeContent-desc[data-v-3c23a172] {
891
+ .serviceflow-nodeContent-desc[data-v-08d9d211] {
838
892
  }
839
- .el-divider--horizontal[data-v-3c23a172] {
893
+ .el-divider--horizontal[data-v-08d9d211] {
840
894
  margin: 12px 0;
841
895
  }
842
- .serviceflow-nodeView[data-v-3c23a172] {
896
+ .serviceflow-nodeView[data-v-08d9d211] {
843
897
  border: 1px solid #5a90f9;
844
- background: #eef3fe;
845
- width: 180px;
846
- min-height: 95px;
898
+ background: #eef3fe;
847
899
  }
848
- .serviceflow-nodeContent[data-v-3c23a172] {
900
+ .serviceflow-nodeTitle[data-v-08d9d211] {
901
+ width: 80px;
849
902
  }
850
- .serviceflow-nodeView[data-v-91a913ff] {
903
+ .serviceflow-nodeView[data-v-418f1558] {
851
904
  box-sizing: border-box;
852
905
  margin: 10px 10px;
853
906
  width: 180px;
@@ -856,7 +909,7 @@
856
909
  border-radius: 2px 2px 2px 2px;
857
910
  padding: 20px 10px;
858
911
  }
859
- .serviceflow-nodeTitle[data-v-91a913ff] {
912
+ .serviceflow-nodeTitle[data-v-418f1558] {
860
913
  width: 90px;
861
914
  height: 15px;
862
915
  font-weight: 400;
@@ -872,7 +925,7 @@
872
925
  overflow: hidden; /* 隐藏超出div宽度的文本 */
873
926
  text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
874
927
  }
875
- .serviceflow-nodeContent[data-v-91a913ff] {
928
+ .serviceflow-nodeContent[data-v-418f1558] {
876
929
  /* width: 100%; */
877
930
  height: 15px;
878
931
  font-weight: 400;
@@ -888,19 +941,20 @@
888
941
  overflow: hidden; /* 隐藏超出div宽度的文本 */
889
942
  text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
890
943
  }
891
- .serviceflow-nodeContent-desc[data-v-91a913ff] {
944
+ .serviceflow-nodeContent-desc[data-v-418f1558] {
892
945
  }
893
- .el-divider--horizontal[data-v-91a913ff] {
946
+ .el-divider--horizontal[data-v-418f1558] {
894
947
  margin: 12px 0;
895
948
  }
896
- .serviceflow-nodeView[data-v-91a913ff] {
949
+ .serviceflow-nodeView[data-v-418f1558] {
897
950
  border: 1px solid #5a90f9;
898
- background: #eef3fe;
951
+ background: #eef3fe;
952
+ width: 180px;
953
+ min-height: 95px;
899
954
  }
900
- .serviceflow-nodeTitle[data-v-91a913ff] {
901
- width: 80px;
955
+ .serviceflow-nodeContent[data-v-418f1558] {
902
956
  }
903
- .serviceflow-nodeView[data-v-23f1c97b] {
957
+ .serviceflow-nodeView[data-v-91a913ff] {
904
958
  box-sizing: border-box;
905
959
  margin: 10px 10px;
906
960
  width: 180px;
@@ -909,7 +963,7 @@
909
963
  border-radius: 2px 2px 2px 2px;
910
964
  padding: 20px 10px;
911
965
  }
912
- .serviceflow-nodeTitle[data-v-23f1c97b] {
966
+ .serviceflow-nodeTitle[data-v-91a913ff] {
913
967
  width: 90px;
914
968
  height: 15px;
915
969
  font-weight: 400;
@@ -925,7 +979,7 @@
925
979
  overflow: hidden; /* 隐藏超出div宽度的文本 */
926
980
  text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
927
981
  }
928
- .serviceflow-nodeContent[data-v-23f1c97b] {
982
+ .serviceflow-nodeContent[data-v-91a913ff] {
929
983
  /* width: 100%; */
930
984
  height: 15px;
931
985
  font-weight: 400;
@@ -941,18 +995,38 @@
941
995
  overflow: hidden; /* 隐藏超出div宽度的文本 */
942
996
  text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
943
997
  }
944
- .serviceflow-nodeContent-desc[data-v-23f1c97b] {
998
+ .serviceflow-nodeContent-desc[data-v-91a913ff] {
945
999
  }
946
- .el-divider--horizontal[data-v-23f1c97b] {
1000
+ .el-divider--horizontal[data-v-91a913ff] {
947
1001
  margin: 12px 0;
948
1002
  }
949
- .serviceflow-nodeView[data-v-23f1c97b] {
1003
+ .serviceflow-nodeView[data-v-91a913ff] {
950
1004
  border: 1px solid #5a90f9;
951
1005
  background: #eef3fe;
952
1006
  }
953
- .serviceflow-nodeTitle[data-v-23f1c97b] {
1007
+ .serviceflow-nodeTitle[data-v-91a913ff] {
954
1008
  width: 80px;
955
1009
  }
1010
+
1011
+ .aaa[data-v-8bd72b80] {
1012
+ width: 300px;
1013
+ height: 200px;
1014
+ background: #ffffff;
1015
+ box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
1016
+ border-radius: 2px 2px 2px 2px;
1017
+ }
1018
+ .content[data-v-8bd72b80] {
1019
+ width: 28px;
1020
+ height: 15px;
1021
+ font-weight: 400;
1022
+ font-size: 14px;
1023
+ color: #333333;
1024
+ line-height: 14px;
1025
+ text-align: left;
1026
+ font-style: normal;
1027
+ text-transform: none;
1028
+ padding: 5px 0px 4px 10px;
1029
+ }
956
1030
  .serviceflow-nodeView[data-v-b04d3f8b] {
957
1031
  box-sizing: border-box;
958
1032
  margin: 10px 10px;
@@ -1006,7 +1080,7 @@
1006
1080
  .serviceflow-nodeTitle[data-v-b04d3f8b] {
1007
1081
  width: 80px;
1008
1082
  }
1009
- .serviceflow-nodeView[data-v-08d9d211] {
1083
+ .serviceflow-nodeView[data-v-96d149c1] {
1010
1084
  box-sizing: border-box;
1011
1085
  margin: 10px 10px;
1012
1086
  width: 180px;
@@ -1015,7 +1089,7 @@
1015
1089
  border-radius: 2px 2px 2px 2px;
1016
1090
  padding: 20px 10px;
1017
1091
  }
1018
- .serviceflow-nodeTitle[data-v-08d9d211] {
1092
+ .serviceflow-nodeTitle[data-v-96d149c1] {
1019
1093
  width: 90px;
1020
1094
  height: 15px;
1021
1095
  font-weight: 400;
@@ -1031,7 +1105,7 @@
1031
1105
  overflow: hidden; /* 隐藏超出div宽度的文本 */
1032
1106
  text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
1033
1107
  }
1034
- .serviceflow-nodeContent[data-v-08d9d211] {
1108
+ .serviceflow-nodeContent[data-v-96d149c1] {
1035
1109
  /* width: 100%; */
1036
1110
  height: 15px;
1037
1111
  font-weight: 400;
@@ -1047,40 +1121,19 @@
1047
1121
  overflow: hidden; /* 隐藏超出div宽度的文本 */
1048
1122
  text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
1049
1123
  }
1050
- .serviceflow-nodeContent-desc[data-v-08d9d211] {
1124
+ .serviceflow-nodeContent-desc[data-v-96d149c1] {
1051
1125
  }
1052
- .el-divider--horizontal[data-v-08d9d211] {
1126
+ .el-divider--horizontal[data-v-96d149c1] {
1053
1127
  margin: 12px 0;
1054
1128
  }
1055
- .serviceflow-nodeView[data-v-08d9d211] {
1129
+ .serviceflow-nodeView[data-v-96d149c1] {
1056
1130
  border: 1px solid #5a90f9;
1057
1131
  background: #eef3fe;
1058
1132
  }
1059
- .serviceflow-nodeTitle[data-v-08d9d211] {
1133
+ .serviceflow-nodeTitle[data-v-96d149c1] {
1060
1134
  width: 80px;
1061
1135
  }
1062
-
1063
- .node-content[data-v-669b618f] {
1064
- width: 120px;
1065
- height: 44px;
1066
- background: #ffffff;
1067
- box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
1068
- border-radius: 2px 2px 2px 2px;
1069
- }
1070
- .content[data-v-669b618f] {
1071
- width: 28px;
1072
- height: 15px;
1073
- font-weight: 400;
1074
- font-size: 14px;
1075
- color: #333333;
1076
- line-height: 14px;
1077
- text-align: left;
1078
- font-style: normal;
1079
- text-transform: none;
1080
- padding: 5px 0px 4px 10px;
1081
- box-sizing: content-box;
1082
- }
1083
- .serviceflow-nodeView[data-v-9770119b] {
1136
+ .serviceflow-nodeView[data-v-4d28d77b] {
1084
1137
  box-sizing: border-box;
1085
1138
  margin: 10px 10px;
1086
1139
  width: 180px;
@@ -1089,7 +1142,7 @@
1089
1142
  border-radius: 2px 2px 2px 2px;
1090
1143
  padding: 20px 10px;
1091
1144
  }
1092
- .serviceflow-nodeTitle[data-v-9770119b] {
1145
+ .serviceflow-nodeTitle[data-v-4d28d77b] {
1093
1146
  width: 90px;
1094
1147
  height: 15px;
1095
1148
  font-weight: 400;
@@ -1105,7 +1158,7 @@
1105
1158
  overflow: hidden; /* 隐藏超出div宽度的文本 */
1106
1159
  text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
1107
1160
  }
1108
- .serviceflow-nodeContent[data-v-9770119b] {
1161
+ .serviceflow-nodeContent[data-v-4d28d77b] {
1109
1162
  /* width: 100%; */
1110
1163
  height: 15px;
1111
1164
  font-weight: 400;
@@ -1121,19 +1174,19 @@
1121
1174
  overflow: hidden; /* 隐藏超出div宽度的文本 */
1122
1175
  text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
1123
1176
  }
1124
- .serviceflow-nodeContent-desc[data-v-9770119b] {
1177
+ .serviceflow-nodeContent-desc[data-v-4d28d77b] {
1125
1178
  }
1126
- .el-divider--horizontal[data-v-9770119b] {
1179
+ .el-divider--horizontal[data-v-4d28d77b] {
1127
1180
  margin: 12px 0;
1128
1181
  }
1129
- .serviceflow-nodeView[data-v-9770119b] {
1182
+ .serviceflow-nodeView[data-v-4d28d77b] {
1130
1183
  border: 1px solid #5a90f9;
1131
1184
  background: #eef3fe;
1132
1185
  }
1133
- .serviceflow-nodeTitle[data-v-9770119b] {
1186
+ .serviceflow-nodeTitle[data-v-4d28d77b] {
1134
1187
  width: 80px;
1135
1188
  }
1136
- .serviceflow-nodeView[data-v-96d149c1] {
1189
+ .serviceflow-nodeView[data-v-6b34f36c] {
1137
1190
  box-sizing: border-box;
1138
1191
  margin: 10px 10px;
1139
1192
  width: 180px;
@@ -1142,7 +1195,7 @@
1142
1195
  border-radius: 2px 2px 2px 2px;
1143
1196
  padding: 20px 10px;
1144
1197
  }
1145
- .serviceflow-nodeTitle[data-v-96d149c1] {
1198
+ .serviceflow-nodeTitle[data-v-6b34f36c] {
1146
1199
  width: 90px;
1147
1200
  height: 15px;
1148
1201
  font-weight: 400;
@@ -1158,7 +1211,7 @@
1158
1211
  overflow: hidden; /* 隐藏超出div宽度的文本 */
1159
1212
  text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
1160
1213
  }
1161
- .serviceflow-nodeContent[data-v-96d149c1] {
1214
+ .serviceflow-nodeContent[data-v-6b34f36c] {
1162
1215
  /* width: 100%; */
1163
1216
  height: 15px;
1164
1217
  font-weight: 400;
@@ -1174,27 +1227,27 @@
1174
1227
  overflow: hidden; /* 隐藏超出div宽度的文本 */
1175
1228
  text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
1176
1229
  }
1177
- .serviceflow-nodeContent-desc[data-v-96d149c1] {
1230
+ .serviceflow-nodeContent-desc[data-v-6b34f36c] {
1178
1231
  }
1179
- .el-divider--horizontal[data-v-96d149c1] {
1232
+ .el-divider--horizontal[data-v-6b34f36c] {
1180
1233
  margin: 12px 0;
1181
1234
  }
1182
- .serviceflow-nodeView[data-v-96d149c1] {
1235
+ .serviceflow-nodeView[data-v-6b34f36c] {
1183
1236
  border: 1px solid #5a90f9;
1184
1237
  background: #eef3fe;
1185
1238
  }
1186
- .serviceflow-nodeTitle[data-v-96d149c1] {
1239
+ .serviceflow-nodeTitle[data-v-6b34f36c] {
1187
1240
  width: 80px;
1188
1241
  }
1189
1242
 
1190
- .aaa[data-v-8bd72b80] {
1191
- width: 300px;
1192
- height: 200px;
1243
+ .node-content[data-v-669b618f] {
1244
+ width: 120px;
1245
+ height: 44px;
1193
1246
  background: #ffffff;
1194
1247
  box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
1195
1248
  border-radius: 2px 2px 2px 2px;
1196
1249
  }
1197
- .content[data-v-8bd72b80] {
1250
+ .content[data-v-669b618f] {
1198
1251
  width: 28px;
1199
1252
  height: 15px;
1200
1253
  font-weight: 400;
@@ -1204,61 +1257,18 @@
1204
1257
  text-align: left;
1205
1258
  font-style: normal;
1206
1259
  text-transform: none;
1207
- padding: 5px 0px 4px 10px;
1260
+ padding: 5px 0px 4px 10px;
1261
+ box-sizing: content-box;
1208
1262
  }
1209
- .serviceflow-nodeView[data-v-1ce8de44] {
1210
- box-sizing: border-box;
1211
- margin: 10px 10px;
1212
- width: 180px;
1213
- height: 95px;
1214
- box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
1215
- border-radius: 2px 2px 2px 2px;
1216
- padding: 20px 10px;
1217
- }
1218
- .serviceflow-nodeTitle[data-v-1ce8de44] {
1219
- width: 90px;
1220
- height: 15px;
1221
- font-weight: 400;
1222
- font-size: 16px;
1223
- color: #333333;
1224
- line-height: 14px;
1225
- text-align: left;
1226
- font-style: normal;
1227
- text-transform: none;
1228
- padding: 0px 24px;
1229
- box-sizing: content-box;
1230
- white-space: nowrap; /* 确保文本在一行内显示 */
1231
- overflow: hidden; /* 隐藏超出div宽度的文本 */
1232
- text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
1233
- }
1234
- .serviceflow-nodeContent[data-v-1ce8de44] {
1235
- /* width: 100%; */
1236
- height: 15px;
1237
- font-weight: 400;
1238
- font-size: 14px;
1239
- color: #666666;
1240
- line-height: 14px;
1241
- text-align: left;
1242
- font-style: normal;
1243
- text-transform: none;
1244
- padding: 0px 0px;
1245
- box-sizing: content-box;
1246
- white-space: nowrap; /* 确保文本在一行内显示 */
1247
- overflow: hidden; /* 隐藏超出div宽度的文本 */
1248
- text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
1249
- }
1250
- .serviceflow-nodeContent-desc[data-v-1ce8de44] {
1251
- }
1252
- .el-divider--horizontal[data-v-1ce8de44] {
1253
- margin: 12px 0;
1263
+
1264
+ .el-select + .el-input[data-v-3918f594] {
1265
+ margin-left: 10px;
1254
1266
  }
1255
- .serviceflow-nodeView[data-v-1ce8de44] {
1256
- border: 1px solid #5a90f9;
1257
- background: #eef3fe;
1258
- width: 180px;
1259
- min-height: 95px;
1267
+ .el-input + .el-input[data-v-3918f594] {
1268
+ margin-left: 10px;
1260
1269
  }
1261
- .serviceflow-nodeContent[data-v-1ce8de44] {
1270
+ .el-input + .el-button[data-v-3918f594] {
1271
+ margin-left: 10px;
1262
1272
  }
1263
1273
 
1264
1274
  .el-radio[data-v-1ee0eb33] {
@@ -1268,14 +1278,8 @@
1268
1278
  margin-top: 0px;
1269
1279
  }
1270
1280
 
1271
- .el-select + .el-input[data-v-3918f594] {
1272
- margin-left: 10px;
1273
- }
1274
- .el-input + .el-input[data-v-3918f594] {
1275
- margin-left: 10px;
1276
- }
1277
- .el-input + .el-button[data-v-3918f594] {
1278
- margin-left: 10px;
1281
+ .el-radio[data-v-1bbd6187] {
1282
+ margin-right: 10px;
1279
1283
  }
1280
1284
 
1281
1285
  .el-select + .el-input[data-v-7fcf8a84] {
@@ -1302,17 +1306,13 @@
1302
1306
  cursor: pointer;
1303
1307
  }
1304
1308
 
1305
- .el-radio[data-v-1bbd6187] {
1306
- margin-right: 10px;
1307
- }
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
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "service-flow-designer",
3
- "version": "2.0.94",
3
+ "version": "2.0.97",
4
4
  "description": "AgileBuilder Service Flow Designer",
5
5
  "license": "ISC",
6
6
  "main": "dist/es/index.js",