service-flow-designer 2.0.46 → 2.0.53
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.
- package/dist/es/style.css +250 -250
- package/package.json +2 -2
package/dist/es/style.css
CHANGED
|
@@ -183,11 +183,18 @@
|
|
|
183
183
|
margin-top: 10px;
|
|
184
184
|
}
|
|
185
185
|
|
|
186
|
-
|
|
187
|
-
margin
|
|
186
|
+
[data-v-808a13e1] .el-radio {
|
|
187
|
+
margin: 0;
|
|
188
188
|
}
|
|
189
|
-
.el-
|
|
190
|
-
margin: 10px
|
|
189
|
+
.el-radio + .el-radio[data-v-808a13e1] {
|
|
190
|
+
margin-left: 10px;
|
|
191
|
+
}
|
|
192
|
+
|
|
193
|
+
[data-v-65e38bfb] .el-radio {
|
|
194
|
+
margin: 0;
|
|
195
|
+
}
|
|
196
|
+
.el-radio + .el-radio[data-v-65e38bfb] {
|
|
197
|
+
margin-left: 10px;
|
|
191
198
|
}
|
|
192
199
|
|
|
193
200
|
.editorTool[data-v-684c1f08] {
|
|
@@ -203,21 +210,18 @@
|
|
|
203
210
|
align-items: center; /* 子元素在交叉轴(垂直方向)上居中对齐 */
|
|
204
211
|
}
|
|
205
212
|
|
|
206
|
-
.el-alert + .el-table[data-v-
|
|
213
|
+
.el-alert + .el-table[data-v-82e0dfef] {
|
|
207
214
|
margin-top: 10px;
|
|
208
215
|
}
|
|
209
|
-
.el-
|
|
210
|
-
margin: 10px 0;
|
|
211
|
-
}
|
|
212
|
-
.el-alert + .el-form-item[data-v-d978e7dc] {
|
|
216
|
+
.el-alert + .el-form-item[data-v-82e0dfef] {
|
|
213
217
|
margin-top: 10px;
|
|
214
218
|
}
|
|
215
219
|
|
|
216
|
-
[data-v-
|
|
217
|
-
margin:
|
|
220
|
+
.el-alert + .el-table[data-v-028fb838] {
|
|
221
|
+
margin-top: 10px;
|
|
218
222
|
}
|
|
219
|
-
.el-
|
|
220
|
-
margin
|
|
223
|
+
.el-table + .el-alert[data-v-028fb838] {
|
|
224
|
+
margin: 10px 0;
|
|
221
225
|
}
|
|
222
226
|
|
|
223
227
|
.el-alert + .el-table[data-v-e27c4c1e] {
|
|
@@ -230,11 +234,9 @@
|
|
|
230
234
|
margin-top: 10px;
|
|
231
235
|
}
|
|
232
236
|
|
|
233
|
-
.el-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
.el-alert + .el-form-item[data-v-82e0dfef] {
|
|
237
|
-
margin-top: 10px;
|
|
237
|
+
.el-dialog__wrapper[data-v-d41cb0ad] {
|
|
238
|
+
overflow: hidden !important;
|
|
239
|
+
padding-right: 0 !important;
|
|
238
240
|
}
|
|
239
241
|
|
|
240
242
|
.el-alert + .el-form-item[data-v-32875028] {
|
|
@@ -243,86 +245,6 @@
|
|
|
243
245
|
.el-alert + .el-table[data-v-32875028] {
|
|
244
246
|
margin: 10px 0;
|
|
245
247
|
}
|
|
246
|
-
|
|
247
|
-
.el-tabs + .el-alert[data-v-08737620] {
|
|
248
|
-
margin-top: 10px;
|
|
249
|
-
}
|
|
250
|
-
.el-alert + .el-form-item[data-v-08737620] {
|
|
251
|
-
margin-top: 10px;
|
|
252
|
-
}
|
|
253
|
-
|
|
254
|
-
[data-v-65e38bfb] .el-radio {
|
|
255
|
-
margin: 0;
|
|
256
|
-
}
|
|
257
|
-
.el-radio + .el-radio[data-v-65e38bfb] {
|
|
258
|
-
margin-left: 10px;
|
|
259
|
-
}
|
|
260
|
-
.amb-design-attr-base-content[data-v-ce167986] {
|
|
261
|
-
background: #ffffff;
|
|
262
|
-
box-shadow: 1px 0px 10px 0px rgba(0, 0, 0, 0.05);
|
|
263
|
-
height: 100%;
|
|
264
|
-
padding-left: 10px;
|
|
265
|
-
padding-right: 10px;
|
|
266
|
-
overflow: auto;
|
|
267
|
-
}
|
|
268
|
-
.amb-design-attr-item[data-v-ce167986] {
|
|
269
|
-
margin-bottom: 8px;
|
|
270
|
-
}
|
|
271
|
-
.amb-design-attr-group-header > button[data-v-ce167986] {
|
|
272
|
-
background: #f5f6f8;
|
|
273
|
-
padding-left: 10px;
|
|
274
|
-
font-size: 14px;
|
|
275
|
-
height: 42px;
|
|
276
|
-
}
|
|
277
|
-
.amb-design-attr-content[data-v-ce167986] {
|
|
278
|
-
background: #ffffff;
|
|
279
|
-
box-shadow: 1px 0px 10px 0px rgba(0, 0, 0, 0.05);
|
|
280
|
-
height: 100%;
|
|
281
|
-
padding-left: 10px;
|
|
282
|
-
padding-right: 10px;
|
|
283
|
-
overflow: auto;
|
|
284
|
-
position: relative;
|
|
285
|
-
}
|
|
286
|
-
.amb-design-attr-header-search[data-v-ce167986] {
|
|
287
|
-
margin-top: 16px;
|
|
288
|
-
}
|
|
289
|
-
.amb-design-attr-header-select[data-v-ce167986] {
|
|
290
|
-
width: 90px;
|
|
291
|
-
height: 36px;
|
|
292
|
-
}
|
|
293
|
-
.amb-design-page-param-row[data-v-ce167986] {
|
|
294
|
-
height: 34px;
|
|
295
|
-
}
|
|
296
|
-
.el-table__cell > .cell[data-v-ce167986] {
|
|
297
|
-
white-space: nowrap !important;
|
|
298
|
-
}
|
|
299
|
-
.serviceflow-item[data-v-ce167986] {
|
|
300
|
-
background: rgba(88, 147, 239, 0.06);
|
|
301
|
-
border: 1px dashed rgba(88, 147, 239, 0.06);
|
|
302
|
-
border-radius: 4px 4px 4px 4px;
|
|
303
|
-
text-align: center;
|
|
304
|
-
margin-top: 12px;
|
|
305
|
-
padding: 10px 5px 10px 5px;
|
|
306
|
-
font-size: 12px;
|
|
307
|
-
cursor: move;
|
|
308
|
-
height: 60px;
|
|
309
|
-
overflow: hidden;
|
|
310
|
-
box-sizing: border-box;
|
|
311
|
-
color: #333333;
|
|
312
|
-
text-overflow: ellipsis;
|
|
313
|
-
white-space: nowrap;
|
|
314
|
-
-webkit-user-select: none; /* Safari */
|
|
315
|
-
-moz-user-select: none; /* Firefox */
|
|
316
|
-
-ms-user-select: none; /* Internet Explorer/Edge */
|
|
317
|
-
user-select: none; /* 标准语法 */
|
|
318
|
-
}
|
|
319
|
-
.serviceflow-item[data-v-ce167986]:hover {
|
|
320
|
-
background: rgba(11, 45, 101, 0.105);
|
|
321
|
-
border: 1px dashed rgba(11, 45, 101, 0.227);
|
|
322
|
-
}
|
|
323
|
-
.amb-assembly-item-drag[data-v-ce167986] {
|
|
324
|
-
opacity: 1 !important;
|
|
325
|
-
}
|
|
326
248
|
.control-item[data-v-fdc6ec07] {
|
|
327
249
|
top: -5px;
|
|
328
250
|
position: relative;
|
|
@@ -454,6 +376,23 @@
|
|
|
454
376
|
margin-left: 50px;
|
|
455
377
|
}
|
|
456
378
|
|
|
379
|
+
.el-tabs + .el-alert[data-v-08737620] {
|
|
380
|
+
margin-top: 10px;
|
|
381
|
+
}
|
|
382
|
+
.el-alert + .el-form-item[data-v-08737620] {
|
|
383
|
+
margin-top: 10px;
|
|
384
|
+
}
|
|
385
|
+
|
|
386
|
+
.el-alert + .el-table[data-v-d978e7dc] {
|
|
387
|
+
margin-top: 10px;
|
|
388
|
+
}
|
|
389
|
+
.el-table + .el-alert[data-v-d978e7dc] {
|
|
390
|
+
margin: 10px 0;
|
|
391
|
+
}
|
|
392
|
+
.el-alert + .el-form-item[data-v-d978e7dc] {
|
|
393
|
+
margin-top: 10px;
|
|
394
|
+
}
|
|
395
|
+
|
|
457
396
|
.el-drawer__header {
|
|
458
397
|
margin-bottom: 0 !important;
|
|
459
398
|
}
|
|
@@ -499,12 +438,73 @@
|
|
|
499
438
|
display: flex; /* 使用Flex布局 */
|
|
500
439
|
align-items: center; /* 子元素在交叉轴(垂直方向)上居中对齐 */
|
|
501
440
|
}
|
|
502
|
-
|
|
503
|
-
|
|
504
|
-
|
|
505
|
-
|
|
441
|
+
.amb-design-attr-base-content[data-v-ce167986] {
|
|
442
|
+
background: #ffffff;
|
|
443
|
+
box-shadow: 1px 0px 10px 0px rgba(0, 0, 0, 0.05);
|
|
444
|
+
height: 100%;
|
|
445
|
+
padding-left: 10px;
|
|
446
|
+
padding-right: 10px;
|
|
447
|
+
overflow: auto;
|
|
448
|
+
}
|
|
449
|
+
.amb-design-attr-item[data-v-ce167986] {
|
|
450
|
+
margin-bottom: 8px;
|
|
451
|
+
}
|
|
452
|
+
.amb-design-attr-group-header > button[data-v-ce167986] {
|
|
453
|
+
background: #f5f6f8;
|
|
454
|
+
padding-left: 10px;
|
|
455
|
+
font-size: 14px;
|
|
456
|
+
height: 42px;
|
|
457
|
+
}
|
|
458
|
+
.amb-design-attr-content[data-v-ce167986] {
|
|
459
|
+
background: #ffffff;
|
|
460
|
+
box-shadow: 1px 0px 10px 0px rgba(0, 0, 0, 0.05);
|
|
461
|
+
height: 100%;
|
|
462
|
+
padding-left: 10px;
|
|
463
|
+
padding-right: 10px;
|
|
464
|
+
overflow: auto;
|
|
465
|
+
position: relative;
|
|
466
|
+
}
|
|
467
|
+
.amb-design-attr-header-search[data-v-ce167986] {
|
|
468
|
+
margin-top: 16px;
|
|
469
|
+
}
|
|
470
|
+
.amb-design-attr-header-select[data-v-ce167986] {
|
|
471
|
+
width: 90px;
|
|
472
|
+
height: 36px;
|
|
473
|
+
}
|
|
474
|
+
.amb-design-page-param-row[data-v-ce167986] {
|
|
475
|
+
height: 34px;
|
|
476
|
+
}
|
|
477
|
+
.el-table__cell > .cell[data-v-ce167986] {
|
|
478
|
+
white-space: nowrap !important;
|
|
479
|
+
}
|
|
480
|
+
.serviceflow-item[data-v-ce167986] {
|
|
481
|
+
background: rgba(88, 147, 239, 0.06);
|
|
482
|
+
border: 1px dashed rgba(88, 147, 239, 0.06);
|
|
483
|
+
border-radius: 4px 4px 4px 4px;
|
|
484
|
+
text-align: center;
|
|
485
|
+
margin-top: 12px;
|
|
486
|
+
padding: 10px 5px 10px 5px;
|
|
487
|
+
font-size: 12px;
|
|
488
|
+
cursor: move;
|
|
489
|
+
height: 60px;
|
|
490
|
+
overflow: hidden;
|
|
491
|
+
box-sizing: border-box;
|
|
492
|
+
color: #333333;
|
|
493
|
+
text-overflow: ellipsis;
|
|
494
|
+
white-space: nowrap;
|
|
495
|
+
-webkit-user-select: none; /* Safari */
|
|
496
|
+
-moz-user-select: none; /* Firefox */
|
|
497
|
+
-ms-user-select: none; /* Internet Explorer/Edge */
|
|
498
|
+
user-select: none; /* 标准语法 */
|
|
499
|
+
}
|
|
500
|
+
.serviceflow-item[data-v-ce167986]:hover {
|
|
501
|
+
background: rgba(11, 45, 101, 0.105);
|
|
502
|
+
border: 1px dashed rgba(11, 45, 101, 0.227);
|
|
503
|
+
}
|
|
504
|
+
.amb-assembly-item-drag[data-v-ce167986] {
|
|
505
|
+
opacity: 1 !important;
|
|
506
506
|
}
|
|
507
|
-
.nodeView[data-v-
|
|
507
|
+
.nodeView[data-v-9fff2753] {
|
|
508
508
|
box-sizing: border-box;
|
|
509
509
|
margin: 10px 10px;
|
|
510
510
|
width: 180px;
|
|
@@ -513,7 +513,7 @@
|
|
|
513
513
|
border-radius: 2px 2px 2px 2px;
|
|
514
514
|
padding: 20px 10px;
|
|
515
515
|
}
|
|
516
|
-
.nodeTitle[data-v-
|
|
516
|
+
.nodeTitle[data-v-9fff2753] {
|
|
517
517
|
width: 90px;
|
|
518
518
|
height: 15px;
|
|
519
519
|
font-weight: 400;
|
|
@@ -528,7 +528,7 @@
|
|
|
528
528
|
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
529
529
|
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
530
530
|
}
|
|
531
|
-
.nodeContent[data-v-
|
|
531
|
+
.nodeContent[data-v-9fff2753] {
|
|
532
532
|
/* width: 100%; */
|
|
533
533
|
height: 15px;
|
|
534
534
|
font-weight: 400;
|
|
@@ -543,16 +543,16 @@
|
|
|
543
543
|
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
544
544
|
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
545
545
|
}
|
|
546
|
-
.nodeContent-desc[data-v-
|
|
546
|
+
.nodeContent-desc[data-v-9fff2753]{
|
|
547
547
|
}
|
|
548
|
-
.el-divider--horizontal[data-v-
|
|
548
|
+
.el-divider--horizontal[data-v-9fff2753] {
|
|
549
549
|
margin: 12px 0;
|
|
550
550
|
}
|
|
551
|
-
.nodeView[data-v-
|
|
551
|
+
.nodeView[data-v-9fff2753] {
|
|
552
552
|
border: 1px solid #5a90f9;
|
|
553
553
|
background: #eef3fe;
|
|
554
554
|
}
|
|
555
|
-
.nodeTitle[data-v-
|
|
555
|
+
.nodeTitle[data-v-9fff2753] {
|
|
556
556
|
width: 80px;
|
|
557
557
|
}
|
|
558
558
|
.nodeView[data-v-6d0cd280] {
|
|
@@ -657,7 +657,7 @@
|
|
|
657
657
|
.nodeTitle[data-v-b604c489] {
|
|
658
658
|
width: 80px;
|
|
659
659
|
}
|
|
660
|
-
.nodeView[data-v-
|
|
660
|
+
.nodeView[data-v-c176feb6] {
|
|
661
661
|
box-sizing: border-box;
|
|
662
662
|
margin: 10px 10px;
|
|
663
663
|
width: 180px;
|
|
@@ -666,7 +666,7 @@
|
|
|
666
666
|
border-radius: 2px 2px 2px 2px;
|
|
667
667
|
padding: 20px 10px;
|
|
668
668
|
}
|
|
669
|
-
.nodeTitle[data-v-
|
|
669
|
+
.nodeTitle[data-v-c176feb6] {
|
|
670
670
|
width: 90px;
|
|
671
671
|
height: 15px;
|
|
672
672
|
font-weight: 400;
|
|
@@ -681,7 +681,7 @@
|
|
|
681
681
|
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
682
682
|
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
683
683
|
}
|
|
684
|
-
.nodeContent[data-v-
|
|
684
|
+
.nodeContent[data-v-c176feb6] {
|
|
685
685
|
/* width: 100%; */
|
|
686
686
|
height: 15px;
|
|
687
687
|
font-weight: 400;
|
|
@@ -696,79 +696,20 @@
|
|
|
696
696
|
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
697
697
|
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
698
698
|
}
|
|
699
|
-
.nodeContent-desc[data-v-
|
|
699
|
+
.nodeContent-desc[data-v-c176feb6]{
|
|
700
700
|
}
|
|
701
|
-
.el-divider--horizontal[data-v-
|
|
701
|
+
.el-divider--horizontal[data-v-c176feb6] {
|
|
702
702
|
margin: 12px 0;
|
|
703
703
|
}
|
|
704
|
-
.nodeView[data-v-
|
|
704
|
+
.nodeView[data-v-c176feb6] {
|
|
705
705
|
border: 1px solid #5a90f9;
|
|
706
|
-
background: #eef3fe;
|
|
707
|
-
|
|
708
|
-
|
|
709
|
-
width: 80px;
|
|
710
|
-
}
|
|
711
|
-
|
|
712
|
-
.node-content[data-v-b28923f3] {
|
|
713
|
-
width: 120px;
|
|
714
|
-
height: 44px;
|
|
715
|
-
background: #ffffff;
|
|
716
|
-
box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
|
|
717
|
-
border-radius: 2px 2px 2px 2px;
|
|
718
|
-
}
|
|
719
|
-
.content[data-v-b28923f3] {
|
|
720
|
-
width: 28px;
|
|
721
|
-
height: 15px;
|
|
722
|
-
font-weight: 400;
|
|
723
|
-
font-size: 14px;
|
|
724
|
-
color: #333333;
|
|
725
|
-
line-height: 14px;
|
|
726
|
-
text-align: left;
|
|
727
|
-
font-style: normal;
|
|
728
|
-
text-transform: none;
|
|
729
|
-
padding: 5px 0px 4px 10px;
|
|
730
|
-
}
|
|
731
|
-
|
|
732
|
-
.aaa[data-v-8bd72b80] {
|
|
733
|
-
width: 300px;
|
|
734
|
-
height: 200px;
|
|
735
|
-
background: #ffffff;
|
|
736
|
-
box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
|
|
737
|
-
border-radius: 2px 2px 2px 2px;
|
|
738
|
-
}
|
|
739
|
-
.content[data-v-8bd72b80] {
|
|
740
|
-
width: 28px;
|
|
741
|
-
height: 15px;
|
|
742
|
-
font-weight: 400;
|
|
743
|
-
font-size: 14px;
|
|
744
|
-
color: #333333;
|
|
745
|
-
line-height: 14px;
|
|
746
|
-
text-align: left;
|
|
747
|
-
font-style: normal;
|
|
748
|
-
text-transform: none;
|
|
749
|
-
padding: 5px 0px 4px 10px;
|
|
750
|
-
}
|
|
751
|
-
|
|
752
|
-
.node-content[data-v-69a854a3] {
|
|
753
|
-
width: 120px;
|
|
754
|
-
height: 44px;
|
|
755
|
-
background: #ffffff;
|
|
756
|
-
box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
|
|
757
|
-
border-radius: 2px 2px 2px 2px;
|
|
706
|
+
background: #eef3fe;
|
|
707
|
+
width: 180px;
|
|
708
|
+
min-height: 95px;
|
|
758
709
|
}
|
|
759
|
-
.
|
|
760
|
-
width: 28px;
|
|
761
|
-
height: 15px;
|
|
762
|
-
font-weight: 400;
|
|
763
|
-
font-size: 14px;
|
|
764
|
-
color: #333333;
|
|
765
|
-
line-height: 14px;
|
|
766
|
-
text-align: left;
|
|
767
|
-
font-style: normal;
|
|
768
|
-
text-transform: none;
|
|
769
|
-
padding: 5px 0px 4px 10px;
|
|
710
|
+
.nodeContent[data-v-c176feb6] {
|
|
770
711
|
}
|
|
771
|
-
.nodeView[data-v-
|
|
712
|
+
.nodeView[data-v-221a60f8] {
|
|
772
713
|
box-sizing: border-box;
|
|
773
714
|
margin: 10px 10px;
|
|
774
715
|
width: 180px;
|
|
@@ -777,7 +718,7 @@
|
|
|
777
718
|
border-radius: 2px 2px 2px 2px;
|
|
778
719
|
padding: 20px 10px;
|
|
779
720
|
}
|
|
780
|
-
.nodeTitle[data-v-
|
|
721
|
+
.nodeTitle[data-v-221a60f8] {
|
|
781
722
|
width: 90px;
|
|
782
723
|
height: 15px;
|
|
783
724
|
font-weight: 400;
|
|
@@ -792,7 +733,7 @@
|
|
|
792
733
|
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
793
734
|
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
794
735
|
}
|
|
795
|
-
.nodeContent[data-v-
|
|
736
|
+
.nodeContent[data-v-221a60f8] {
|
|
796
737
|
/* width: 100%; */
|
|
797
738
|
height: 15px;
|
|
798
739
|
font-weight: 400;
|
|
@@ -807,19 +748,19 @@
|
|
|
807
748
|
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
808
749
|
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
809
750
|
}
|
|
810
|
-
.nodeContent-desc[data-v-
|
|
751
|
+
.nodeContent-desc[data-v-221a60f8]{
|
|
811
752
|
}
|
|
812
|
-
.el-divider--horizontal[data-v-
|
|
753
|
+
.el-divider--horizontal[data-v-221a60f8] {
|
|
813
754
|
margin: 12px 0;
|
|
814
755
|
}
|
|
815
|
-
.nodeView[data-v-
|
|
756
|
+
.nodeView[data-v-221a60f8] {
|
|
816
757
|
border: 1px solid #5a90f9;
|
|
817
758
|
background: #eef3fe;
|
|
818
759
|
}
|
|
819
|
-
.nodeTitle[data-v-
|
|
760
|
+
.nodeTitle[data-v-221a60f8] {
|
|
820
761
|
width: 80px;
|
|
821
762
|
}
|
|
822
|
-
.nodeView[data-v-
|
|
763
|
+
.nodeView[data-v-b1d2a966] {
|
|
823
764
|
box-sizing: border-box;
|
|
824
765
|
margin: 10px 10px;
|
|
825
766
|
width: 180px;
|
|
@@ -828,7 +769,7 @@
|
|
|
828
769
|
border-radius: 2px 2px 2px 2px;
|
|
829
770
|
padding: 20px 10px;
|
|
830
771
|
}
|
|
831
|
-
.nodeTitle[data-v-
|
|
772
|
+
.nodeTitle[data-v-b1d2a966] {
|
|
832
773
|
width: 90px;
|
|
833
774
|
height: 15px;
|
|
834
775
|
font-weight: 400;
|
|
@@ -843,7 +784,7 @@
|
|
|
843
784
|
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
844
785
|
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
845
786
|
}
|
|
846
|
-
.nodeContent[data-v-
|
|
787
|
+
.nodeContent[data-v-b1d2a966] {
|
|
847
788
|
/* width: 100%; */
|
|
848
789
|
height: 15px;
|
|
849
790
|
font-weight: 400;
|
|
@@ -858,19 +799,19 @@
|
|
|
858
799
|
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
859
800
|
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
860
801
|
}
|
|
861
|
-
.nodeContent-desc[data-v-
|
|
802
|
+
.nodeContent-desc[data-v-b1d2a966]{
|
|
862
803
|
}
|
|
863
|
-
.el-divider--horizontal[data-v-
|
|
804
|
+
.el-divider--horizontal[data-v-b1d2a966] {
|
|
864
805
|
margin: 12px 0;
|
|
865
806
|
}
|
|
866
|
-
.nodeView[data-v-
|
|
807
|
+
.nodeView[data-v-b1d2a966] {
|
|
867
808
|
border: 1px solid #5a90f9;
|
|
868
809
|
background: #eef3fe;
|
|
869
810
|
}
|
|
870
|
-
.nodeTitle[data-v-
|
|
811
|
+
.nodeTitle[data-v-b1d2a966] {
|
|
871
812
|
width: 80px;
|
|
872
813
|
}
|
|
873
|
-
.nodeView[data-v-
|
|
814
|
+
.nodeView[data-v-faa5a940] {
|
|
874
815
|
box-sizing: border-box;
|
|
875
816
|
margin: 10px 10px;
|
|
876
817
|
width: 180px;
|
|
@@ -879,7 +820,7 @@
|
|
|
879
820
|
border-radius: 2px 2px 2px 2px;
|
|
880
821
|
padding: 20px 10px;
|
|
881
822
|
}
|
|
882
|
-
.nodeTitle[data-v-
|
|
823
|
+
.nodeTitle[data-v-faa5a940] {
|
|
883
824
|
width: 90px;
|
|
884
825
|
height: 15px;
|
|
885
826
|
font-weight: 400;
|
|
@@ -894,7 +835,7 @@
|
|
|
894
835
|
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
895
836
|
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
896
837
|
}
|
|
897
|
-
.nodeContent[data-v-
|
|
838
|
+
.nodeContent[data-v-faa5a940] {
|
|
898
839
|
/* width: 100%; */
|
|
899
840
|
height: 15px;
|
|
900
841
|
font-weight: 400;
|
|
@@ -909,19 +850,39 @@
|
|
|
909
850
|
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
910
851
|
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
911
852
|
}
|
|
912
|
-
.nodeContent-desc[data-v-
|
|
853
|
+
.nodeContent-desc[data-v-faa5a940]{
|
|
913
854
|
}
|
|
914
|
-
.el-divider--horizontal[data-v-
|
|
855
|
+
.el-divider--horizontal[data-v-faa5a940] {
|
|
915
856
|
margin: 12px 0;
|
|
916
857
|
}
|
|
917
|
-
.nodeView[data-v-
|
|
858
|
+
.nodeView[data-v-faa5a940] {
|
|
918
859
|
border: 1px solid #5a90f9;
|
|
919
860
|
background: #eef3fe;
|
|
920
861
|
}
|
|
921
|
-
.nodeTitle[data-v-
|
|
862
|
+
.nodeTitle[data-v-faa5a940] {
|
|
922
863
|
width: 80px;
|
|
923
864
|
}
|
|
924
|
-
|
|
865
|
+
|
|
866
|
+
.node-content[data-v-69a854a3] {
|
|
867
|
+
width: 120px;
|
|
868
|
+
height: 44px;
|
|
869
|
+
background: #ffffff;
|
|
870
|
+
box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
|
|
871
|
+
border-radius: 2px 2px 2px 2px;
|
|
872
|
+
}
|
|
873
|
+
.content[data-v-69a854a3] {
|
|
874
|
+
width: 28px;
|
|
875
|
+
height: 15px;
|
|
876
|
+
font-weight: 400;
|
|
877
|
+
font-size: 14px;
|
|
878
|
+
color: #333333;
|
|
879
|
+
line-height: 14px;
|
|
880
|
+
text-align: left;
|
|
881
|
+
font-style: normal;
|
|
882
|
+
text-transform: none;
|
|
883
|
+
padding: 5px 0px 4px 10px;
|
|
884
|
+
}
|
|
885
|
+
.nodeView[data-v-df366d04] {
|
|
925
886
|
box-sizing: border-box;
|
|
926
887
|
margin: 10px 10px;
|
|
927
888
|
width: 180px;
|
|
@@ -930,7 +891,7 @@
|
|
|
930
891
|
border-radius: 2px 2px 2px 2px;
|
|
931
892
|
padding: 20px 10px;
|
|
932
893
|
}
|
|
933
|
-
.nodeTitle[data-v-
|
|
894
|
+
.nodeTitle[data-v-df366d04] {
|
|
934
895
|
width: 90px;
|
|
935
896
|
height: 15px;
|
|
936
897
|
font-weight: 400;
|
|
@@ -945,7 +906,7 @@
|
|
|
945
906
|
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
946
907
|
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
947
908
|
}
|
|
948
|
-
.nodeContent[data-v-
|
|
909
|
+
.nodeContent[data-v-df366d04] {
|
|
949
910
|
/* width: 100%; */
|
|
950
911
|
height: 15px;
|
|
951
912
|
font-weight: 400;
|
|
@@ -960,20 +921,19 @@
|
|
|
960
921
|
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
961
922
|
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
962
923
|
}
|
|
963
|
-
.nodeContent-desc[data-v-
|
|
924
|
+
.nodeContent-desc[data-v-df366d04]{
|
|
964
925
|
}
|
|
965
|
-
.el-divider--horizontal[data-v-
|
|
926
|
+
.el-divider--horizontal[data-v-df366d04] {
|
|
966
927
|
margin: 12px 0;
|
|
967
928
|
}
|
|
968
|
-
.nodeView[data-v-
|
|
929
|
+
.nodeView[data-v-df366d04] {
|
|
969
930
|
border: 1px solid #5a90f9;
|
|
970
|
-
background: #eef3fe;
|
|
971
|
-
width: 180px;
|
|
972
|
-
min-height: 95px;
|
|
931
|
+
background: #eef3fe;
|
|
973
932
|
}
|
|
974
|
-
.
|
|
933
|
+
.nodeTitle[data-v-df366d04] {
|
|
934
|
+
width: 80px;
|
|
975
935
|
}
|
|
976
|
-
.nodeView[data-v-
|
|
936
|
+
.nodeView[data-v-4c6dfa4a] {
|
|
977
937
|
box-sizing: border-box;
|
|
978
938
|
margin: 10px 10px;
|
|
979
939
|
width: 180px;
|
|
@@ -982,7 +942,7 @@
|
|
|
982
942
|
border-radius: 2px 2px 2px 2px;
|
|
983
943
|
padding: 20px 10px;
|
|
984
944
|
}
|
|
985
|
-
.nodeTitle[data-v-
|
|
945
|
+
.nodeTitle[data-v-4c6dfa4a] {
|
|
986
946
|
width: 90px;
|
|
987
947
|
height: 15px;
|
|
988
948
|
font-weight: 400;
|
|
@@ -997,7 +957,7 @@
|
|
|
997
957
|
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
998
958
|
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
999
959
|
}
|
|
1000
|
-
.nodeContent[data-v-
|
|
960
|
+
.nodeContent[data-v-4c6dfa4a] {
|
|
1001
961
|
/* width: 100%; */
|
|
1002
962
|
height: 15px;
|
|
1003
963
|
font-weight: 400;
|
|
@@ -1012,19 +972,20 @@
|
|
|
1012
972
|
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
1013
973
|
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
1014
974
|
}
|
|
1015
|
-
.nodeContent-desc[data-v-
|
|
975
|
+
.nodeContent-desc[data-v-4c6dfa4a]{
|
|
1016
976
|
}
|
|
1017
|
-
.el-divider--horizontal[data-v-
|
|
977
|
+
.el-divider--horizontal[data-v-4c6dfa4a] {
|
|
1018
978
|
margin: 12px 0;
|
|
1019
979
|
}
|
|
1020
|
-
.nodeView[data-v-
|
|
980
|
+
.nodeView[data-v-4c6dfa4a] {
|
|
1021
981
|
border: 1px solid #5a90f9;
|
|
1022
|
-
background: #eef3fe;
|
|
982
|
+
background: #eef3fe;
|
|
983
|
+
width: 180px;
|
|
984
|
+
min-height: 95px;
|
|
1023
985
|
}
|
|
1024
|
-
.
|
|
1025
|
-
width: 80px;
|
|
986
|
+
.nodeContent[data-v-4c6dfa4a] {
|
|
1026
987
|
}
|
|
1027
|
-
.nodeView[data-v-
|
|
988
|
+
.nodeView[data-v-5911272d] {
|
|
1028
989
|
box-sizing: border-box;
|
|
1029
990
|
margin: 10px 10px;
|
|
1030
991
|
width: 180px;
|
|
@@ -1033,7 +994,7 @@
|
|
|
1033
994
|
border-radius: 2px 2px 2px 2px;
|
|
1034
995
|
padding: 20px 10px;
|
|
1035
996
|
}
|
|
1036
|
-
.nodeTitle[data-v-
|
|
997
|
+
.nodeTitle[data-v-5911272d] {
|
|
1037
998
|
width: 90px;
|
|
1038
999
|
height: 15px;
|
|
1039
1000
|
font-weight: 400;
|
|
@@ -1048,7 +1009,7 @@
|
|
|
1048
1009
|
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
1049
1010
|
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
1050
1011
|
}
|
|
1051
|
-
.nodeContent[data-v-
|
|
1012
|
+
.nodeContent[data-v-5911272d] {
|
|
1052
1013
|
/* width: 100%; */
|
|
1053
1014
|
height: 15px;
|
|
1054
1015
|
font-weight: 400;
|
|
@@ -1063,19 +1024,19 @@
|
|
|
1063
1024
|
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
1064
1025
|
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
1065
1026
|
}
|
|
1066
|
-
.nodeContent-desc[data-v-
|
|
1027
|
+
.nodeContent-desc[data-v-5911272d]{
|
|
1067
1028
|
}
|
|
1068
|
-
.el-divider--horizontal[data-v-
|
|
1029
|
+
.el-divider--horizontal[data-v-5911272d] {
|
|
1069
1030
|
margin: 12px 0;
|
|
1070
1031
|
}
|
|
1071
|
-
.nodeView[data-v-
|
|
1032
|
+
.nodeView[data-v-5911272d] {
|
|
1072
1033
|
border: 1px solid #5a90f9;
|
|
1073
1034
|
background: #eef3fe;
|
|
1074
1035
|
}
|
|
1075
|
-
.nodeTitle[data-v-
|
|
1036
|
+
.nodeTitle[data-v-5911272d] {
|
|
1076
1037
|
width: 80px;
|
|
1077
1038
|
}
|
|
1078
|
-
.nodeView[data-v-
|
|
1039
|
+
.nodeView[data-v-b01d3a50] {
|
|
1079
1040
|
box-sizing: border-box;
|
|
1080
1041
|
margin: 10px 10px;
|
|
1081
1042
|
width: 180px;
|
|
@@ -1084,7 +1045,7 @@
|
|
|
1084
1045
|
border-radius: 2px 2px 2px 2px;
|
|
1085
1046
|
padding: 20px 10px;
|
|
1086
1047
|
}
|
|
1087
|
-
.nodeTitle[data-v-
|
|
1048
|
+
.nodeTitle[data-v-b01d3a50] {
|
|
1088
1049
|
width: 90px;
|
|
1089
1050
|
height: 15px;
|
|
1090
1051
|
font-weight: 400;
|
|
@@ -1099,7 +1060,7 @@
|
|
|
1099
1060
|
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
1100
1061
|
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
1101
1062
|
}
|
|
1102
|
-
.nodeContent[data-v-
|
|
1063
|
+
.nodeContent[data-v-b01d3a50] {
|
|
1103
1064
|
/* width: 100%; */
|
|
1104
1065
|
height: 15px;
|
|
1105
1066
|
font-weight: 400;
|
|
@@ -1114,16 +1075,16 @@
|
|
|
1114
1075
|
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
1115
1076
|
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
1116
1077
|
}
|
|
1117
|
-
.nodeContent-desc[data-v-
|
|
1078
|
+
.nodeContent-desc[data-v-b01d3a50]{
|
|
1118
1079
|
}
|
|
1119
|
-
.el-divider--horizontal[data-v-
|
|
1080
|
+
.el-divider--horizontal[data-v-b01d3a50] {
|
|
1120
1081
|
margin: 12px 0;
|
|
1121
1082
|
}
|
|
1122
|
-
.nodeView[data-v-
|
|
1083
|
+
.nodeView[data-v-b01d3a50] {
|
|
1123
1084
|
border: 1px solid #5a90f9;
|
|
1124
1085
|
background: #eef3fe;
|
|
1125
1086
|
}
|
|
1126
|
-
.nodeTitle[data-v-
|
|
1087
|
+
.nodeTitle[data-v-b01d3a50] {
|
|
1127
1088
|
width: 80px;
|
|
1128
1089
|
}
|
|
1129
1090
|
.nodeView[data-v-bd32480c] {
|
|
@@ -1178,7 +1139,47 @@
|
|
|
1178
1139
|
}
|
|
1179
1140
|
.nodeContent[data-v-bd32480c] {
|
|
1180
1141
|
}
|
|
1181
|
-
|
|
1142
|
+
|
|
1143
|
+
.node-content[data-v-b28923f3] {
|
|
1144
|
+
width: 120px;
|
|
1145
|
+
height: 44px;
|
|
1146
|
+
background: #ffffff;
|
|
1147
|
+
box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
|
|
1148
|
+
border-radius: 2px 2px 2px 2px;
|
|
1149
|
+
}
|
|
1150
|
+
.content[data-v-b28923f3] {
|
|
1151
|
+
width: 28px;
|
|
1152
|
+
height: 15px;
|
|
1153
|
+
font-weight: 400;
|
|
1154
|
+
font-size: 14px;
|
|
1155
|
+
color: #333333;
|
|
1156
|
+
line-height: 14px;
|
|
1157
|
+
text-align: left;
|
|
1158
|
+
font-style: normal;
|
|
1159
|
+
text-transform: none;
|
|
1160
|
+
padding: 5px 0px 4px 10px;
|
|
1161
|
+
}
|
|
1162
|
+
|
|
1163
|
+
.aaa[data-v-8bd72b80] {
|
|
1164
|
+
width: 300px;
|
|
1165
|
+
height: 200px;
|
|
1166
|
+
background: #ffffff;
|
|
1167
|
+
box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
|
|
1168
|
+
border-radius: 2px 2px 2px 2px;
|
|
1169
|
+
}
|
|
1170
|
+
.content[data-v-8bd72b80] {
|
|
1171
|
+
width: 28px;
|
|
1172
|
+
height: 15px;
|
|
1173
|
+
font-weight: 400;
|
|
1174
|
+
font-size: 14px;
|
|
1175
|
+
color: #333333;
|
|
1176
|
+
line-height: 14px;
|
|
1177
|
+
text-align: left;
|
|
1178
|
+
font-style: normal;
|
|
1179
|
+
text-transform: none;
|
|
1180
|
+
padding: 5px 0px 4px 10px;
|
|
1181
|
+
}
|
|
1182
|
+
.nodeView[data-v-7702fcdb] {
|
|
1182
1183
|
box-sizing: border-box;
|
|
1183
1184
|
margin: 10px 10px;
|
|
1184
1185
|
width: 180px;
|
|
@@ -1187,7 +1188,7 @@
|
|
|
1187
1188
|
border-radius: 2px 2px 2px 2px;
|
|
1188
1189
|
padding: 20px 10px;
|
|
1189
1190
|
}
|
|
1190
|
-
.nodeTitle[data-v-
|
|
1191
|
+
.nodeTitle[data-v-7702fcdb] {
|
|
1191
1192
|
width: 90px;
|
|
1192
1193
|
height: 15px;
|
|
1193
1194
|
font-weight: 400;
|
|
@@ -1202,7 +1203,7 @@
|
|
|
1202
1203
|
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
1203
1204
|
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
1204
1205
|
}
|
|
1205
|
-
.nodeContent[data-v-
|
|
1206
|
+
.nodeContent[data-v-7702fcdb] {
|
|
1206
1207
|
/* width: 100%; */
|
|
1207
1208
|
height: 15px;
|
|
1208
1209
|
font-weight: 400;
|
|
@@ -1217,18 +1218,21 @@
|
|
|
1217
1218
|
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
1218
1219
|
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
1219
1220
|
}
|
|
1220
|
-
.nodeContent-desc[data-v-
|
|
1221
|
+
.nodeContent-desc[data-v-7702fcdb]{
|
|
1221
1222
|
}
|
|
1222
|
-
.el-divider--horizontal[data-v-
|
|
1223
|
+
.el-divider--horizontal[data-v-7702fcdb] {
|
|
1223
1224
|
margin: 12px 0;
|
|
1224
1225
|
}
|
|
1225
|
-
.nodeView[data-v-
|
|
1226
|
+
.nodeView[data-v-7702fcdb] {
|
|
1226
1227
|
border: 1px solid #5a90f9;
|
|
1227
|
-
background: #eef3fe;
|
|
1228
|
-
width: 180px;
|
|
1229
|
-
min-height: 95px;
|
|
1228
|
+
background: #eef3fe;
|
|
1230
1229
|
}
|
|
1231
|
-
.
|
|
1230
|
+
.nodeTitle[data-v-7702fcdb] {
|
|
1231
|
+
width: 80px;
|
|
1232
|
+
}
|
|
1233
|
+
|
|
1234
|
+
.el-radio[data-v-1bbd6187] {
|
|
1235
|
+
margin-right: 10px;
|
|
1232
1236
|
}
|
|
1233
1237
|
|
|
1234
1238
|
.el-select + .el-input[data-v-3918f594] {
|
|
@@ -1248,10 +1252,6 @@
|
|
|
1248
1252
|
margin-top: 0px;
|
|
1249
1253
|
}
|
|
1250
1254
|
|
|
1251
|
-
.el-radio[data-v-1bbd6187] {
|
|
1252
|
-
margin-right: 10px;
|
|
1253
|
-
}
|
|
1254
|
-
|
|
1255
1255
|
.el-select + .el-input[data-v-7fcf8a84] {
|
|
1256
1256
|
margin-left: 10px;
|
|
1257
1257
|
}
|
|
@@ -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.
|
|
3
|
+
"version": "2.0.53",
|
|
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.
|
|
64
|
+
"agilebuilder-ui": "1.0.41",
|
|
65
65
|
"codemirror": "^6.0.1",
|
|
66
66
|
"nprogress": "^0.2.0",
|
|
67
67
|
"quill": "^2.0.2",
|