service-flow-designer 2.1.56 → 2.1.58
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/es/style.css +284 -284
- package/package.json +2 -2
package/dist/es/style.css
CHANGED
|
@@ -22,47 +22,6 @@
|
|
|
22
22
|
[data-v-7117ba9e] .el-overlay {
|
|
23
23
|
position: static;
|
|
24
24
|
}
|
|
25
|
-
|
|
26
|
-
.amb-design-assembly-content[data-v-59e0837d] {
|
|
27
|
-
background: #ffffff;
|
|
28
|
-
box-shadow: 1px 0px 10px 0px rgba(0, 0, 0, 0.05);
|
|
29
|
-
height: 100%;
|
|
30
|
-
padding-left: 10px;
|
|
31
|
-
padding-right: 10px;
|
|
32
|
-
overflow: auto;
|
|
33
|
-
}
|
|
34
|
-
/*控制滚动条宽度*/
|
|
35
|
-
.amb-design-assembly-content[data-v-59e0837d]::-webkit-scrollbar {
|
|
36
|
-
width: 1px;
|
|
37
|
-
}
|
|
38
|
-
.amb-assembly-header[data-v-59e0837d] {
|
|
39
|
-
position: absolute;
|
|
40
|
-
width: 220px;
|
|
41
|
-
text-align: center;
|
|
42
|
-
padding: 18px 0px 10px 0px;
|
|
43
|
-
padding-bottom: 14px;
|
|
44
|
-
background-color: #ffffff;
|
|
45
|
-
}
|
|
46
|
-
.amb-assembly-header-type[data-v-59e0837d] {
|
|
47
|
-
border-radius: 100px 100px 100px 100px;
|
|
48
|
-
background: #ffffff;
|
|
49
|
-
box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
|
|
50
|
-
padding: 10px;
|
|
51
|
-
padding-bottom: 12px;
|
|
52
|
-
}
|
|
53
|
-
.amb-assembly-header-type > label[data-v-59e0837d] {
|
|
54
|
-
padding: 4px 14px;
|
|
55
|
-
cursor: pointer;
|
|
56
|
-
font-size: 14px;
|
|
57
|
-
}
|
|
58
|
-
.amb-assembly-header-type > label.selected[data-v-59e0837d] {
|
|
59
|
-
border-radius: 100px 100px 100px 100px;
|
|
60
|
-
background: #5893ef;
|
|
61
|
-
color: #ffffff;
|
|
62
|
-
}
|
|
63
|
-
.amb-design-assembly-list[data-v-59e0837d] {
|
|
64
|
-
padding-top: 80px;
|
|
65
|
-
}
|
|
66
25
|
.serviceflow-design-content[data-v-04746c34] {
|
|
67
26
|
overflow: auto;
|
|
68
27
|
display: block;
|
|
@@ -167,6 +126,47 @@
|
|
|
167
126
|
border-color: transparent transparent var(--el-skeleton-color) transparent;
|
|
168
127
|
}
|
|
169
128
|
|
|
129
|
+
.amb-design-assembly-content[data-v-59e0837d] {
|
|
130
|
+
background: #ffffff;
|
|
131
|
+
box-shadow: 1px 0px 10px 0px rgba(0, 0, 0, 0.05);
|
|
132
|
+
height: 100%;
|
|
133
|
+
padding-left: 10px;
|
|
134
|
+
padding-right: 10px;
|
|
135
|
+
overflow: auto;
|
|
136
|
+
}
|
|
137
|
+
/*控制滚动条宽度*/
|
|
138
|
+
.amb-design-assembly-content[data-v-59e0837d]::-webkit-scrollbar {
|
|
139
|
+
width: 1px;
|
|
140
|
+
}
|
|
141
|
+
.amb-assembly-header[data-v-59e0837d] {
|
|
142
|
+
position: absolute;
|
|
143
|
+
width: 220px;
|
|
144
|
+
text-align: center;
|
|
145
|
+
padding: 18px 0px 10px 0px;
|
|
146
|
+
padding-bottom: 14px;
|
|
147
|
+
background-color: #ffffff;
|
|
148
|
+
}
|
|
149
|
+
.amb-assembly-header-type[data-v-59e0837d] {
|
|
150
|
+
border-radius: 100px 100px 100px 100px;
|
|
151
|
+
background: #ffffff;
|
|
152
|
+
box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
|
|
153
|
+
padding: 10px;
|
|
154
|
+
padding-bottom: 12px;
|
|
155
|
+
}
|
|
156
|
+
.amb-assembly-header-type > label[data-v-59e0837d] {
|
|
157
|
+
padding: 4px 14px;
|
|
158
|
+
cursor: pointer;
|
|
159
|
+
font-size: 14px;
|
|
160
|
+
}
|
|
161
|
+
.amb-assembly-header-type > label.selected[data-v-59e0837d] {
|
|
162
|
+
border-radius: 100px 100px 100px 100px;
|
|
163
|
+
background: #5893ef;
|
|
164
|
+
color: #ffffff;
|
|
165
|
+
}
|
|
166
|
+
.amb-design-assembly-list[data-v-59e0837d] {
|
|
167
|
+
padding-top: 80px;
|
|
168
|
+
}
|
|
169
|
+
|
|
170
170
|
.el-alert + .el-form-item[data-v-a158f309] {
|
|
171
171
|
margin-top: 10px;
|
|
172
172
|
}
|
|
@@ -184,28 +184,40 @@
|
|
|
184
184
|
align-items: center; /* 子元素在交叉轴(垂直方向)上居中对齐 */
|
|
185
185
|
}
|
|
186
186
|
|
|
187
|
-
[data-v-
|
|
188
|
-
|
|
189
|
-
}
|
|
190
|
-
.el-radio + .el-radio[data-v-dac15197] {
|
|
191
|
-
margin-left: 10px;
|
|
192
|
-
}
|
|
193
|
-
|
|
194
|
-
.el-alert + .el-form-item[data-v-32875028] {
|
|
195
|
-
margin-top: 10px;
|
|
196
|
-
}
|
|
197
|
-
.el-alert + .el-table[data-v-32875028] {
|
|
198
|
-
margin: 10px 0;
|
|
187
|
+
[data-v-da8fc67a] .el-table__row {
|
|
188
|
+
cursor: pointer;
|
|
199
189
|
}
|
|
200
|
-
|
|
201
|
-
.
|
|
202
|
-
|
|
190
|
+
/** 右键菜单样式 */
|
|
191
|
+
.context-menu[data-v-da8fc67a] {
|
|
192
|
+
position: absolute;
|
|
193
|
+
background: #fff;
|
|
194
|
+
z-index: 999;
|
|
195
|
+
margin: 5;
|
|
196
|
+
padding: 8px 8px;
|
|
197
|
+
box-shadow: 0 5px 7px 1px rgba(0, 0, 0, 0.1);
|
|
198
|
+
border: 1px solid #bbbbbb;
|
|
199
|
+
border-radius: 10px;
|
|
200
|
+
font-size: 14px;
|
|
203
201
|
}
|
|
204
|
-
.
|
|
205
|
-
|
|
202
|
+
.context-menu li[data-v-da8fc67a] {
|
|
203
|
+
list-style-type: none;
|
|
204
|
+
min-width: 75px;
|
|
205
|
+
line-height: 28px;
|
|
206
|
+
text-align: left;
|
|
207
|
+
border-radius: 5px;
|
|
208
|
+
padding-left: 5px;
|
|
209
|
+
cursor: pointer;
|
|
206
210
|
}
|
|
207
|
-
.
|
|
208
|
-
|
|
211
|
+
.context-menu li[data-v-da8fc67a]:hover {
|
|
212
|
+
background: #0165e1;
|
|
213
|
+
color: #fff;
|
|
214
|
+
}
|
|
215
|
+
/** 右键菜单样式 */
|
|
216
|
+
.custom-tree-node[data-v-da8fc67a] {
|
|
217
|
+
font-size: 14px;
|
|
218
|
+
padding-right: 8px;
|
|
219
|
+
display: flex; /* 使用Flex布局 */
|
|
220
|
+
align-items: center; /* 子元素在交叉轴(垂直方向)上居中对齐 */
|
|
209
221
|
}
|
|
210
222
|
.serviceflow-attr-base-content[data-v-8bad091d] {
|
|
211
223
|
background: #ffffff;
|
|
@@ -274,12 +286,41 @@
|
|
|
274
286
|
opacity: 1 !important;
|
|
275
287
|
}
|
|
276
288
|
|
|
289
|
+
.el-dialog__wrapper[data-v-7d8d63a2] {
|
|
290
|
+
overflow: hidden !important;
|
|
291
|
+
padding-right: 0 !important;
|
|
292
|
+
}
|
|
293
|
+
|
|
277
294
|
.el-alert + .el-table[data-v-028fb838] {
|
|
278
295
|
margin-top: 10px;
|
|
279
296
|
}
|
|
280
297
|
.el-table + .el-alert[data-v-028fb838] {
|
|
281
298
|
margin: 10px 0;
|
|
282
299
|
}
|
|
300
|
+
|
|
301
|
+
.el-alert + .el-table[data-v-82e0dfef] {
|
|
302
|
+
margin-top: 10px;
|
|
303
|
+
}
|
|
304
|
+
.el-alert + .el-form-item[data-v-82e0dfef] {
|
|
305
|
+
margin-top: 10px;
|
|
306
|
+
}
|
|
307
|
+
|
|
308
|
+
.el-alert + .el-form-item[data-v-32875028] {
|
|
309
|
+
margin-top: 10px;
|
|
310
|
+
}
|
|
311
|
+
.el-alert + .el-table[data-v-32875028] {
|
|
312
|
+
margin: 10px 0;
|
|
313
|
+
}
|
|
314
|
+
|
|
315
|
+
.el-alert + .el-table[data-v-d978e7dc] {
|
|
316
|
+
margin-top: 10px;
|
|
317
|
+
}
|
|
318
|
+
.el-table + .el-alert[data-v-d978e7dc] {
|
|
319
|
+
margin: 10px 0;
|
|
320
|
+
}
|
|
321
|
+
.el-alert + .el-form-item[data-v-d978e7dc] {
|
|
322
|
+
margin-top: 10px;
|
|
323
|
+
}
|
|
283
324
|
.serviceflow-control-item[data-v-a2bd7452] {
|
|
284
325
|
top: -5px;
|
|
285
326
|
position: relative;
|
|
@@ -412,62 +453,31 @@
|
|
|
412
453
|
margin-left: 50px;
|
|
413
454
|
}
|
|
414
455
|
|
|
415
|
-
|
|
416
|
-
margin
|
|
456
|
+
[data-v-f9e164ec] .el-radio {
|
|
457
|
+
margin: 0;
|
|
417
458
|
}
|
|
418
|
-
.el-
|
|
419
|
-
margin-
|
|
459
|
+
.el-radio + .el-radio[data-v-f9e164ec] {
|
|
460
|
+
margin-left: 10px;
|
|
420
461
|
}
|
|
421
462
|
|
|
422
|
-
[data-v-
|
|
423
|
-
|
|
424
|
-
}
|
|
425
|
-
/** 右键菜单样式 */
|
|
426
|
-
.context-menu[data-v-da8fc67a] {
|
|
427
|
-
position: absolute;
|
|
428
|
-
background: #fff;
|
|
429
|
-
z-index: 999;
|
|
430
|
-
margin: 5;
|
|
431
|
-
padding: 8px 8px;
|
|
432
|
-
box-shadow: 0 5px 7px 1px rgba(0, 0, 0, 0.1);
|
|
433
|
-
border: 1px solid #bbbbbb;
|
|
434
|
-
border-radius: 10px;
|
|
435
|
-
font-size: 14px;
|
|
463
|
+
.editorTool[data-v-684c1f08] {
|
|
464
|
+
margin-left: auto;
|
|
436
465
|
}
|
|
437
|
-
.
|
|
438
|
-
|
|
439
|
-
min-width: 75px;
|
|
440
|
-
line-height: 28px;
|
|
441
|
-
text-align: left;
|
|
442
|
-
border-radius: 5px;
|
|
443
|
-
padding-left: 5px;
|
|
466
|
+
.editorOption[data-v-684c1f08] {
|
|
467
|
+
margin-right: 10px;
|
|
444
468
|
cursor: pointer;
|
|
445
469
|
}
|
|
446
|
-
.
|
|
447
|
-
background: #0165e1;
|
|
448
|
-
color: #fff;
|
|
449
|
-
}
|
|
450
|
-
/** 右键菜单样式 */
|
|
451
|
-
.custom-tree-node[data-v-da8fc67a] {
|
|
452
|
-
font-size: 14px;
|
|
453
|
-
padding-right: 8px;
|
|
470
|
+
.pppp[data-v-684c1f08] {
|
|
454
471
|
display: flex; /* 使用Flex布局 */
|
|
472
|
+
justify-content: flex-start;
|
|
455
473
|
align-items: center; /* 子元素在交叉轴(垂直方向)上居中对齐 */
|
|
456
474
|
}
|
|
457
475
|
|
|
458
|
-
.el-
|
|
459
|
-
margin
|
|
460
|
-
}
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
*/
|
|
464
|
-
[data-v-d5185214] .el-overlay {
|
|
465
|
-
position: static;
|
|
466
|
-
}
|
|
467
|
-
|
|
468
|
-
.el-dialog__wrapper[data-v-7d8d63a2] {
|
|
469
|
-
overflow: hidden !important;
|
|
470
|
-
padding-right: 0 !important;
|
|
476
|
+
[data-v-dac15197] .el-radio {
|
|
477
|
+
margin: 0;
|
|
478
|
+
}
|
|
479
|
+
.el-radio + .el-radio[data-v-dac15197] {
|
|
480
|
+
margin-left: 10px;
|
|
471
481
|
}
|
|
472
482
|
|
|
473
483
|
.el-alert + .el-table[data-v-e27c4c1e] {
|
|
@@ -480,11 +490,14 @@
|
|
|
480
490
|
margin-top: 10px;
|
|
481
491
|
}
|
|
482
492
|
|
|
483
|
-
|
|
484
|
-
margin: 0;
|
|
485
|
-
}
|
|
486
|
-
|
|
487
|
-
|
|
493
|
+
.el-drawer__header {
|
|
494
|
+
margin-bottom: 0 !important;
|
|
495
|
+
}
|
|
496
|
+
/**
|
|
497
|
+
解决右侧弹出属性配置遮罩层打开后页面其他地方无法点击问题
|
|
498
|
+
*/
|
|
499
|
+
[data-v-d5185214] .el-overlay {
|
|
500
|
+
position: static;
|
|
488
501
|
}
|
|
489
502
|
|
|
490
503
|
.el-tabs + .el-alert[data-v-08737620] {
|
|
@@ -494,19 +507,27 @@
|
|
|
494
507
|
margin-top: 10px;
|
|
495
508
|
}
|
|
496
509
|
|
|
497
|
-
.
|
|
498
|
-
|
|
499
|
-
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
|
|
510
|
+
.node-content[data-v-669b618f] {
|
|
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;
|
|
503
516
|
}
|
|
504
|
-
.
|
|
505
|
-
|
|
506
|
-
|
|
507
|
-
|
|
517
|
+
.content[data-v-669b618f] {
|
|
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;
|
|
508
529
|
}
|
|
509
|
-
.serviceflow-nodeView[data-v-
|
|
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-
|
|
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-
|
|
555
|
+
.serviceflow-nodeContent[data-v-1ce8de44] {
|
|
535
556
|
/* width: 100%; */
|
|
536
557
|
height: 15px;
|
|
537
558
|
font-weight: 400;
|
|
@@ -547,40 +568,20 @@
|
|
|
547
568
|
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
548
569
|
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
549
570
|
}
|
|
550
|
-
.serviceflow-nodeContent-desc[data-v-
|
|
571
|
+
.serviceflow-nodeContent-desc[data-v-1ce8de44] {
|
|
551
572
|
}
|
|
552
|
-
.el-divider--horizontal[data-v-
|
|
573
|
+
.el-divider--horizontal[data-v-1ce8de44] {
|
|
553
574
|
margin: 12px 0;
|
|
554
575
|
}
|
|
555
|
-
.serviceflow-nodeView[data-v-
|
|
576
|
+
.serviceflow-nodeView[data-v-1ce8de44] {
|
|
556
577
|
border: 1px solid #5a90f9;
|
|
557
|
-
background: #eef3fe;
|
|
558
|
-
|
|
559
|
-
|
|
560
|
-
width: 80px;
|
|
561
|
-
}
|
|
562
|
-
|
|
563
|
-
.node-content[data-v-669b618f] {
|
|
564
|
-
width: 120px;
|
|
565
|
-
height: 44px;
|
|
566
|
-
background: #ffffff;
|
|
567
|
-
box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
|
|
568
|
-
border-radius: 2px 2px 2px 2px;
|
|
578
|
+
background: #eef3fe;
|
|
579
|
+
width: 180px;
|
|
580
|
+
min-height: 95px;
|
|
569
581
|
}
|
|
570
|
-
.
|
|
571
|
-
width: 28px;
|
|
572
|
-
height: 15px;
|
|
573
|
-
font-weight: 400;
|
|
574
|
-
font-size: 14px;
|
|
575
|
-
color: #333333;
|
|
576
|
-
line-height: 14px;
|
|
577
|
-
text-align: left;
|
|
578
|
-
font-style: normal;
|
|
579
|
-
text-transform: none;
|
|
580
|
-
padding: 5px 0px 4px 10px;
|
|
581
|
-
box-sizing: content-box;
|
|
582
|
+
.serviceflow-nodeContent[data-v-1ce8de44] {
|
|
582
583
|
}
|
|
583
|
-
.serviceflow-nodeView[data-v-
|
|
584
|
+
.serviceflow-nodeView[data-v-3c23a172] {
|
|
584
585
|
box-sizing: border-box;
|
|
585
586
|
margin: 10px 10px;
|
|
586
587
|
width: 180px;
|
|
@@ -589,7 +590,7 @@
|
|
|
589
590
|
border-radius: 2px 2px 2px 2px;
|
|
590
591
|
padding: 20px 10px;
|
|
591
592
|
}
|
|
592
|
-
.serviceflow-nodeTitle[data-v-
|
|
593
|
+
.serviceflow-nodeTitle[data-v-3c23a172] {
|
|
593
594
|
width: 90px;
|
|
594
595
|
height: 15px;
|
|
595
596
|
font-weight: 400;
|
|
@@ -605,7 +606,7 @@
|
|
|
605
606
|
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
606
607
|
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
607
608
|
}
|
|
608
|
-
.serviceflow-nodeContent[data-v-
|
|
609
|
+
.serviceflow-nodeContent[data-v-3c23a172] {
|
|
609
610
|
/* width: 100%; */
|
|
610
611
|
height: 15px;
|
|
611
612
|
font-weight: 400;
|
|
@@ -621,19 +622,20 @@
|
|
|
621
622
|
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
622
623
|
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
623
624
|
}
|
|
624
|
-
.serviceflow-nodeContent-desc[data-v-
|
|
625
|
+
.serviceflow-nodeContent-desc[data-v-3c23a172] {
|
|
625
626
|
}
|
|
626
|
-
.el-divider--horizontal[data-v-
|
|
627
|
+
.el-divider--horizontal[data-v-3c23a172] {
|
|
627
628
|
margin: 12px 0;
|
|
628
629
|
}
|
|
629
|
-
.serviceflow-nodeView[data-v-
|
|
630
|
+
.serviceflow-nodeView[data-v-3c23a172] {
|
|
630
631
|
border: 1px solid #5a90f9;
|
|
631
|
-
background: #eef3fe;
|
|
632
|
+
background: #eef3fe;
|
|
633
|
+
width: 180px;
|
|
634
|
+
min-height: 95px;
|
|
632
635
|
}
|
|
633
|
-
.serviceflow-
|
|
634
|
-
width: 80px;
|
|
636
|
+
.serviceflow-nodeContent[data-v-3c23a172] {
|
|
635
637
|
}
|
|
636
|
-
.serviceflow-nodeView[data-v-
|
|
638
|
+
.serviceflow-nodeView[data-v-9770119b] {
|
|
637
639
|
box-sizing: border-box;
|
|
638
640
|
margin: 10px 10px;
|
|
639
641
|
width: 180px;
|
|
@@ -642,7 +644,7 @@
|
|
|
642
644
|
border-radius: 2px 2px 2px 2px;
|
|
643
645
|
padding: 20px 10px;
|
|
644
646
|
}
|
|
645
|
-
.serviceflow-nodeTitle[data-v-
|
|
647
|
+
.serviceflow-nodeTitle[data-v-9770119b] {
|
|
646
648
|
width: 90px;
|
|
647
649
|
height: 15px;
|
|
648
650
|
font-weight: 400;
|
|
@@ -658,7 +660,7 @@
|
|
|
658
660
|
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
659
661
|
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
660
662
|
}
|
|
661
|
-
.serviceflow-nodeContent[data-v-
|
|
663
|
+
.serviceflow-nodeContent[data-v-9770119b] {
|
|
662
664
|
/* width: 100%; */
|
|
663
665
|
height: 15px;
|
|
664
666
|
font-weight: 400;
|
|
@@ -674,40 +676,19 @@
|
|
|
674
676
|
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
675
677
|
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
676
678
|
}
|
|
677
|
-
.serviceflow-nodeContent-desc[data-v-
|
|
679
|
+
.serviceflow-nodeContent-desc[data-v-9770119b] {
|
|
678
680
|
}
|
|
679
|
-
.el-divider--horizontal[data-v-
|
|
681
|
+
.el-divider--horizontal[data-v-9770119b] {
|
|
680
682
|
margin: 12px 0;
|
|
681
683
|
}
|
|
682
|
-
.serviceflow-nodeView[data-v-
|
|
684
|
+
.serviceflow-nodeView[data-v-9770119b] {
|
|
683
685
|
border: 1px solid #5a90f9;
|
|
684
686
|
background: #eef3fe;
|
|
685
687
|
}
|
|
686
|
-
.serviceflow-nodeTitle[data-v-
|
|
688
|
+
.serviceflow-nodeTitle[data-v-9770119b] {
|
|
687
689
|
width: 80px;
|
|
688
690
|
}
|
|
689
|
-
|
|
690
|
-
.node-content[data-v-117d4091] {
|
|
691
|
-
width: 120px;
|
|
692
|
-
height: 44px;
|
|
693
|
-
background: #ffffff;
|
|
694
|
-
box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
|
|
695
|
-
border-radius: 2px 2px 2px 2px;
|
|
696
|
-
}
|
|
697
|
-
.content[data-v-117d4091] {
|
|
698
|
-
width: 28px;
|
|
699
|
-
height: 15px;
|
|
700
|
-
font-weight: 400;
|
|
701
|
-
font-size: 14px;
|
|
702
|
-
color: #333333;
|
|
703
|
-
line-height: 14px;
|
|
704
|
-
text-align: left;
|
|
705
|
-
font-style: normal;
|
|
706
|
-
text-transform: none;
|
|
707
|
-
padding: 5px 0px 4px 10px;
|
|
708
|
-
box-sizing: content-box;
|
|
709
|
-
}
|
|
710
|
-
.serviceflow-nodeView[data-v-91a913ff] {
|
|
691
|
+
.serviceflow-nodeView[data-v-08d9d211] {
|
|
711
692
|
box-sizing: border-box;
|
|
712
693
|
margin: 10px 10px;
|
|
713
694
|
width: 180px;
|
|
@@ -716,7 +697,7 @@
|
|
|
716
697
|
border-radius: 2px 2px 2px 2px;
|
|
717
698
|
padding: 20px 10px;
|
|
718
699
|
}
|
|
719
|
-
.serviceflow-nodeTitle[data-v-
|
|
700
|
+
.serviceflow-nodeTitle[data-v-08d9d211] {
|
|
720
701
|
width: 90px;
|
|
721
702
|
height: 15px;
|
|
722
703
|
font-weight: 400;
|
|
@@ -732,7 +713,7 @@
|
|
|
732
713
|
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
733
714
|
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
734
715
|
}
|
|
735
|
-
.serviceflow-nodeContent[data-v-
|
|
716
|
+
.serviceflow-nodeContent[data-v-08d9d211] {
|
|
736
717
|
/* width: 100%; */
|
|
737
718
|
height: 15px;
|
|
738
719
|
font-weight: 400;
|
|
@@ -748,39 +729,19 @@
|
|
|
748
729
|
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
749
730
|
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
750
731
|
}
|
|
751
|
-
.serviceflow-nodeContent-desc[data-v-
|
|
732
|
+
.serviceflow-nodeContent-desc[data-v-08d9d211] {
|
|
752
733
|
}
|
|
753
|
-
.el-divider--horizontal[data-v-
|
|
734
|
+
.el-divider--horizontal[data-v-08d9d211] {
|
|
754
735
|
margin: 12px 0;
|
|
755
736
|
}
|
|
756
|
-
.serviceflow-nodeView[data-v-
|
|
737
|
+
.serviceflow-nodeView[data-v-08d9d211] {
|
|
757
738
|
border: 1px solid #5a90f9;
|
|
758
739
|
background: #eef3fe;
|
|
759
740
|
}
|
|
760
|
-
.serviceflow-nodeTitle[data-v-
|
|
741
|
+
.serviceflow-nodeTitle[data-v-08d9d211] {
|
|
761
742
|
width: 80px;
|
|
762
743
|
}
|
|
763
|
-
|
|
764
|
-
.aaa[data-v-8bd72b80] {
|
|
765
|
-
width: 300px;
|
|
766
|
-
height: 200px;
|
|
767
|
-
background: #ffffff;
|
|
768
|
-
box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
|
|
769
|
-
border-radius: 2px 2px 2px 2px;
|
|
770
|
-
}
|
|
771
|
-
.content[data-v-8bd72b80] {
|
|
772
|
-
width: 28px;
|
|
773
|
-
height: 15px;
|
|
774
|
-
font-weight: 400;
|
|
775
|
-
font-size: 14px;
|
|
776
|
-
color: #333333;
|
|
777
|
-
line-height: 14px;
|
|
778
|
-
text-align: left;
|
|
779
|
-
font-style: normal;
|
|
780
|
-
text-transform: none;
|
|
781
|
-
padding: 5px 0px 4px 10px;
|
|
782
|
-
}
|
|
783
|
-
.serviceflow-nodeView[data-v-4d28d77b] {
|
|
744
|
+
.serviceflow-nodeView[data-v-96d149c1] {
|
|
784
745
|
box-sizing: border-box;
|
|
785
746
|
margin: 10px 10px;
|
|
786
747
|
width: 180px;
|
|
@@ -789,7 +750,7 @@
|
|
|
789
750
|
border-radius: 2px 2px 2px 2px;
|
|
790
751
|
padding: 20px 10px;
|
|
791
752
|
}
|
|
792
|
-
.serviceflow-nodeTitle[data-v-
|
|
753
|
+
.serviceflow-nodeTitle[data-v-96d149c1] {
|
|
793
754
|
width: 90px;
|
|
794
755
|
height: 15px;
|
|
795
756
|
font-weight: 400;
|
|
@@ -805,7 +766,7 @@
|
|
|
805
766
|
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
806
767
|
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
807
768
|
}
|
|
808
|
-
.serviceflow-nodeContent[data-v-
|
|
769
|
+
.serviceflow-nodeContent[data-v-96d149c1] {
|
|
809
770
|
/* width: 100%; */
|
|
810
771
|
height: 15px;
|
|
811
772
|
font-weight: 400;
|
|
@@ -821,19 +782,19 @@
|
|
|
821
782
|
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
822
783
|
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
823
784
|
}
|
|
824
|
-
.serviceflow-nodeContent-desc[data-v-
|
|
785
|
+
.serviceflow-nodeContent-desc[data-v-96d149c1] {
|
|
825
786
|
}
|
|
826
|
-
.el-divider--horizontal[data-v-
|
|
787
|
+
.el-divider--horizontal[data-v-96d149c1] {
|
|
827
788
|
margin: 12px 0;
|
|
828
789
|
}
|
|
829
|
-
.serviceflow-nodeView[data-v-
|
|
790
|
+
.serviceflow-nodeView[data-v-96d149c1] {
|
|
830
791
|
border: 1px solid #5a90f9;
|
|
831
792
|
background: #eef3fe;
|
|
832
793
|
}
|
|
833
|
-
.serviceflow-nodeTitle[data-v-
|
|
794
|
+
.serviceflow-nodeTitle[data-v-96d149c1] {
|
|
834
795
|
width: 80px;
|
|
835
796
|
}
|
|
836
|
-
.serviceflow-nodeView[data-v-
|
|
797
|
+
.serviceflow-nodeView[data-v-42ce3f17] {
|
|
837
798
|
box-sizing: border-box;
|
|
838
799
|
margin: 10px 10px;
|
|
839
800
|
width: 180px;
|
|
@@ -842,7 +803,7 @@
|
|
|
842
803
|
border-radius: 2px 2px 2px 2px;
|
|
843
804
|
padding: 20px 10px;
|
|
844
805
|
}
|
|
845
|
-
.serviceflow-nodeTitle[data-v-
|
|
806
|
+
.serviceflow-nodeTitle[data-v-42ce3f17] {
|
|
846
807
|
width: 90px;
|
|
847
808
|
height: 15px;
|
|
848
809
|
font-weight: 400;
|
|
@@ -858,7 +819,7 @@
|
|
|
858
819
|
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
859
820
|
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
860
821
|
}
|
|
861
|
-
.serviceflow-nodeContent[data-v-
|
|
822
|
+
.serviceflow-nodeContent[data-v-42ce3f17] {
|
|
862
823
|
/* width: 100%; */
|
|
863
824
|
height: 15px;
|
|
864
825
|
font-weight: 400;
|
|
@@ -874,20 +835,19 @@
|
|
|
874
835
|
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
875
836
|
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
876
837
|
}
|
|
877
|
-
.serviceflow-nodeContent-desc[data-v-
|
|
838
|
+
.serviceflow-nodeContent-desc[data-v-42ce3f17] {
|
|
878
839
|
}
|
|
879
|
-
.el-divider--horizontal[data-v-
|
|
840
|
+
.el-divider--horizontal[data-v-42ce3f17] {
|
|
880
841
|
margin: 12px 0;
|
|
881
842
|
}
|
|
882
|
-
.serviceflow-nodeView[data-v-
|
|
843
|
+
.serviceflow-nodeView[data-v-42ce3f17] {
|
|
883
844
|
border: 1px solid #5a90f9;
|
|
884
|
-
background: #eef3fe;
|
|
885
|
-
width: 180px;
|
|
886
|
-
min-height: 95px;
|
|
845
|
+
background: #eef3fe;
|
|
887
846
|
}
|
|
888
|
-
.serviceflow-
|
|
847
|
+
.serviceflow-nodeTitle[data-v-42ce3f17] {
|
|
848
|
+
width: 80px;
|
|
889
849
|
}
|
|
890
|
-
.serviceflow-nodeView[data-v-
|
|
850
|
+
.serviceflow-nodeView[data-v-91a913ff] {
|
|
891
851
|
box-sizing: border-box;
|
|
892
852
|
margin: 10px 10px;
|
|
893
853
|
width: 180px;
|
|
@@ -896,7 +856,7 @@
|
|
|
896
856
|
border-radius: 2px 2px 2px 2px;
|
|
897
857
|
padding: 20px 10px;
|
|
898
858
|
}
|
|
899
|
-
.serviceflow-nodeTitle[data-v-
|
|
859
|
+
.serviceflow-nodeTitle[data-v-91a913ff] {
|
|
900
860
|
width: 90px;
|
|
901
861
|
height: 15px;
|
|
902
862
|
font-weight: 400;
|
|
@@ -912,7 +872,7 @@
|
|
|
912
872
|
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
913
873
|
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
914
874
|
}
|
|
915
|
-
.serviceflow-nodeContent[data-v-
|
|
875
|
+
.serviceflow-nodeContent[data-v-91a913ff] {
|
|
916
876
|
/* width: 100%; */
|
|
917
877
|
height: 15px;
|
|
918
878
|
font-weight: 400;
|
|
@@ -928,20 +888,19 @@
|
|
|
928
888
|
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
929
889
|
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
930
890
|
}
|
|
931
|
-
.serviceflow-nodeContent-desc[data-v-
|
|
891
|
+
.serviceflow-nodeContent-desc[data-v-91a913ff] {
|
|
932
892
|
}
|
|
933
|
-
.el-divider--horizontal[data-v-
|
|
893
|
+
.el-divider--horizontal[data-v-91a913ff] {
|
|
934
894
|
margin: 12px 0;
|
|
935
895
|
}
|
|
936
|
-
.serviceflow-nodeView[data-v-
|
|
896
|
+
.serviceflow-nodeView[data-v-91a913ff] {
|
|
937
897
|
border: 1px solid #5a90f9;
|
|
938
|
-
background: #eef3fe;
|
|
939
|
-
width: 180px;
|
|
940
|
-
min-height: 95px;
|
|
898
|
+
background: #eef3fe;
|
|
941
899
|
}
|
|
942
|
-
.serviceflow-
|
|
900
|
+
.serviceflow-nodeTitle[data-v-91a913ff] {
|
|
901
|
+
width: 80px;
|
|
943
902
|
}
|
|
944
|
-
.serviceflow-nodeView[data-v-
|
|
903
|
+
.serviceflow-nodeView[data-v-418f1558] {
|
|
945
904
|
box-sizing: border-box;
|
|
946
905
|
margin: 10px 10px;
|
|
947
906
|
width: 180px;
|
|
@@ -950,7 +909,7 @@
|
|
|
950
909
|
border-radius: 2px 2px 2px 2px;
|
|
951
910
|
padding: 20px 10px;
|
|
952
911
|
}
|
|
953
|
-
.serviceflow-nodeTitle[data-v-
|
|
912
|
+
.serviceflow-nodeTitle[data-v-418f1558] {
|
|
954
913
|
width: 90px;
|
|
955
914
|
height: 15px;
|
|
956
915
|
font-weight: 400;
|
|
@@ -966,7 +925,7 @@
|
|
|
966
925
|
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
967
926
|
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
968
927
|
}
|
|
969
|
-
.serviceflow-nodeContent[data-v-
|
|
928
|
+
.serviceflow-nodeContent[data-v-418f1558] {
|
|
970
929
|
/* width: 100%; */
|
|
971
930
|
height: 15px;
|
|
972
931
|
font-weight: 400;
|
|
@@ -982,20 +941,20 @@
|
|
|
982
941
|
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
983
942
|
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
984
943
|
}
|
|
985
|
-
.serviceflow-nodeContent-desc[data-v-
|
|
944
|
+
.serviceflow-nodeContent-desc[data-v-418f1558] {
|
|
986
945
|
}
|
|
987
|
-
.el-divider--horizontal[data-v-
|
|
946
|
+
.el-divider--horizontal[data-v-418f1558] {
|
|
988
947
|
margin: 12px 0;
|
|
989
948
|
}
|
|
990
|
-
.serviceflow-nodeView[data-v-
|
|
949
|
+
.serviceflow-nodeView[data-v-418f1558] {
|
|
991
950
|
border: 1px solid #5a90f9;
|
|
992
951
|
background: #eef3fe;
|
|
993
952
|
width: 180px;
|
|
994
953
|
min-height: 95px;
|
|
995
954
|
}
|
|
996
|
-
.serviceflow-nodeContent[data-v-
|
|
955
|
+
.serviceflow-nodeContent[data-v-418f1558] {
|
|
997
956
|
}
|
|
998
|
-
.serviceflow-nodeView[data-v-
|
|
957
|
+
.serviceflow-nodeView[data-v-4d28d77b] {
|
|
999
958
|
box-sizing: border-box;
|
|
1000
959
|
margin: 10px 10px;
|
|
1001
960
|
width: 180px;
|
|
@@ -1004,7 +963,7 @@
|
|
|
1004
963
|
border-radius: 2px 2px 2px 2px;
|
|
1005
964
|
padding: 20px 10px;
|
|
1006
965
|
}
|
|
1007
|
-
.serviceflow-nodeTitle[data-v-
|
|
966
|
+
.serviceflow-nodeTitle[data-v-4d28d77b] {
|
|
1008
967
|
width: 90px;
|
|
1009
968
|
height: 15px;
|
|
1010
969
|
font-weight: 400;
|
|
@@ -1020,7 +979,7 @@
|
|
|
1020
979
|
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
1021
980
|
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
1022
981
|
}
|
|
1023
|
-
.serviceflow-nodeContent[data-v-
|
|
982
|
+
.serviceflow-nodeContent[data-v-4d28d77b] {
|
|
1024
983
|
/* width: 100%; */
|
|
1025
984
|
height: 15px;
|
|
1026
985
|
font-weight: 400;
|
|
@@ -1036,19 +995,19 @@
|
|
|
1036
995
|
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
1037
996
|
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
1038
997
|
}
|
|
1039
|
-
.serviceflow-nodeContent-desc[data-v-
|
|
998
|
+
.serviceflow-nodeContent-desc[data-v-4d28d77b] {
|
|
1040
999
|
}
|
|
1041
|
-
.el-divider--horizontal[data-v-
|
|
1000
|
+
.el-divider--horizontal[data-v-4d28d77b] {
|
|
1042
1001
|
margin: 12px 0;
|
|
1043
1002
|
}
|
|
1044
|
-
.serviceflow-nodeView[data-v-
|
|
1003
|
+
.serviceflow-nodeView[data-v-4d28d77b] {
|
|
1045
1004
|
border: 1px solid #5a90f9;
|
|
1046
1005
|
background: #eef3fe;
|
|
1047
1006
|
}
|
|
1048
|
-
.serviceflow-nodeTitle[data-v-
|
|
1007
|
+
.serviceflow-nodeTitle[data-v-4d28d77b] {
|
|
1049
1008
|
width: 80px;
|
|
1050
1009
|
}
|
|
1051
|
-
.serviceflow-nodeView[data-v-
|
|
1010
|
+
.serviceflow-nodeView[data-v-b04d3f8b] {
|
|
1052
1011
|
box-sizing: border-box;
|
|
1053
1012
|
margin: 10px 10px;
|
|
1054
1013
|
width: 180px;
|
|
@@ -1057,7 +1016,7 @@
|
|
|
1057
1016
|
border-radius: 2px 2px 2px 2px;
|
|
1058
1017
|
padding: 20px 10px;
|
|
1059
1018
|
}
|
|
1060
|
-
.serviceflow-nodeTitle[data-v-
|
|
1019
|
+
.serviceflow-nodeTitle[data-v-b04d3f8b] {
|
|
1061
1020
|
width: 90px;
|
|
1062
1021
|
height: 15px;
|
|
1063
1022
|
font-weight: 400;
|
|
@@ -1073,7 +1032,7 @@
|
|
|
1073
1032
|
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
1074
1033
|
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
1075
1034
|
}
|
|
1076
|
-
.serviceflow-nodeContent[data-v-
|
|
1035
|
+
.serviceflow-nodeContent[data-v-b04d3f8b] {
|
|
1077
1036
|
/* width: 100%; */
|
|
1078
1037
|
height: 15px;
|
|
1079
1038
|
font-weight: 400;
|
|
@@ -1089,16 +1048,16 @@
|
|
|
1089
1048
|
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
1090
1049
|
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
1091
1050
|
}
|
|
1092
|
-
.serviceflow-nodeContent-desc[data-v-
|
|
1051
|
+
.serviceflow-nodeContent-desc[data-v-b04d3f8b] {
|
|
1093
1052
|
}
|
|
1094
|
-
.el-divider--horizontal[data-v-
|
|
1053
|
+
.el-divider--horizontal[data-v-b04d3f8b] {
|
|
1095
1054
|
margin: 12px 0;
|
|
1096
1055
|
}
|
|
1097
|
-
.serviceflow-nodeView[data-v-
|
|
1056
|
+
.serviceflow-nodeView[data-v-b04d3f8b] {
|
|
1098
1057
|
border: 1px solid #5a90f9;
|
|
1099
1058
|
background: #eef3fe;
|
|
1100
1059
|
}
|
|
1101
|
-
.serviceflow-nodeTitle[data-v-
|
|
1060
|
+
.serviceflow-nodeTitle[data-v-b04d3f8b] {
|
|
1102
1061
|
width: 80px;
|
|
1103
1062
|
}
|
|
1104
1063
|
.serviceflow-nodeView[data-v-1519c141] {
|
|
@@ -1154,7 +1113,7 @@
|
|
|
1154
1113
|
.serviceflow-nodeTitle[data-v-1519c141] {
|
|
1155
1114
|
width: 80px;
|
|
1156
1115
|
}
|
|
1157
|
-
.serviceflow-nodeView[data-v-
|
|
1116
|
+
.serviceflow-nodeView[data-v-23f1c97b] {
|
|
1158
1117
|
box-sizing: border-box;
|
|
1159
1118
|
margin: 10px 10px;
|
|
1160
1119
|
width: 180px;
|
|
@@ -1163,7 +1122,7 @@
|
|
|
1163
1122
|
border-radius: 2px 2px 2px 2px;
|
|
1164
1123
|
padding: 20px 10px;
|
|
1165
1124
|
}
|
|
1166
|
-
.serviceflow-nodeTitle[data-v-
|
|
1125
|
+
.serviceflow-nodeTitle[data-v-23f1c97b] {
|
|
1167
1126
|
width: 90px;
|
|
1168
1127
|
height: 15px;
|
|
1169
1128
|
font-weight: 400;
|
|
@@ -1179,7 +1138,7 @@
|
|
|
1179
1138
|
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
1180
1139
|
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
1181
1140
|
}
|
|
1182
|
-
.serviceflow-nodeContent[data-v-
|
|
1141
|
+
.serviceflow-nodeContent[data-v-23f1c97b] {
|
|
1183
1142
|
/* width: 100%; */
|
|
1184
1143
|
height: 15px;
|
|
1185
1144
|
font-weight: 400;
|
|
@@ -1195,19 +1154,60 @@
|
|
|
1195
1154
|
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
1196
1155
|
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
1197
1156
|
}
|
|
1198
|
-
.serviceflow-nodeContent-desc[data-v-
|
|
1157
|
+
.serviceflow-nodeContent-desc[data-v-23f1c97b] {
|
|
1199
1158
|
}
|
|
1200
|
-
.el-divider--horizontal[data-v-
|
|
1159
|
+
.el-divider--horizontal[data-v-23f1c97b] {
|
|
1201
1160
|
margin: 12px 0;
|
|
1202
1161
|
}
|
|
1203
|
-
.serviceflow-nodeView[data-v-
|
|
1162
|
+
.serviceflow-nodeView[data-v-23f1c97b] {
|
|
1204
1163
|
border: 1px solid #5a90f9;
|
|
1205
1164
|
background: #eef3fe;
|
|
1206
1165
|
}
|
|
1207
|
-
.serviceflow-nodeTitle[data-v-
|
|
1166
|
+
.serviceflow-nodeTitle[data-v-23f1c97b] {
|
|
1208
1167
|
width: 80px;
|
|
1209
1168
|
}
|
|
1210
|
-
|
|
1169
|
+
|
|
1170
|
+
.aaa[data-v-8bd72b80] {
|
|
1171
|
+
width: 300px;
|
|
1172
|
+
height: 200px;
|
|
1173
|
+
background: #ffffff;
|
|
1174
|
+
box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
|
|
1175
|
+
border-radius: 2px 2px 2px 2px;
|
|
1176
|
+
}
|
|
1177
|
+
.content[data-v-8bd72b80] {
|
|
1178
|
+
width: 28px;
|
|
1179
|
+
height: 15px;
|
|
1180
|
+
font-weight: 400;
|
|
1181
|
+
font-size: 14px;
|
|
1182
|
+
color: #333333;
|
|
1183
|
+
line-height: 14px;
|
|
1184
|
+
text-align: left;
|
|
1185
|
+
font-style: normal;
|
|
1186
|
+
text-transform: none;
|
|
1187
|
+
padding: 5px 0px 4px 10px;
|
|
1188
|
+
}
|
|
1189
|
+
|
|
1190
|
+
.node-content[data-v-117d4091] {
|
|
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;
|
|
1196
|
+
}
|
|
1197
|
+
.content[data-v-117d4091] {
|
|
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;
|
|
1209
|
+
}
|
|
1210
|
+
.serviceflow-nodeView[data-v-6b34f36c] {
|
|
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-
|
|
1219
|
+
.serviceflow-nodeTitle[data-v-6b34f36c] {
|
|
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-
|
|
1235
|
+
.serviceflow-nodeContent[data-v-6b34f36c] {
|
|
1236
1236
|
/* width: 100%; */
|
|
1237
1237
|
height: 15px;
|
|
1238
1238
|
font-weight: 400;
|
|
@@ -1248,19 +1248,26 @@
|
|
|
1248
1248
|
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
1249
1249
|
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
1250
1250
|
}
|
|
1251
|
-
.serviceflow-nodeContent-desc[data-v-
|
|
1251
|
+
.serviceflow-nodeContent-desc[data-v-6b34f36c] {
|
|
1252
1252
|
}
|
|
1253
|
-
.el-divider--horizontal[data-v-
|
|
1253
|
+
.el-divider--horizontal[data-v-6b34f36c] {
|
|
1254
1254
|
margin: 12px 0;
|
|
1255
1255
|
}
|
|
1256
|
-
.serviceflow-nodeView[data-v-
|
|
1256
|
+
.serviceflow-nodeView[data-v-6b34f36c] {
|
|
1257
1257
|
border: 1px solid #5a90f9;
|
|
1258
1258
|
background: #eef3fe;
|
|
1259
1259
|
}
|
|
1260
|
-
.serviceflow-nodeTitle[data-v-
|
|
1260
|
+
.serviceflow-nodeTitle[data-v-6b34f36c] {
|
|
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
|
+
|
|
1264
1271
|
.el-select + .el-input[data-v-b53b2895] {
|
|
1265
1272
|
margin-left: 10px;
|
|
1266
1273
|
}
|
|
@@ -1275,13 +1282,6 @@
|
|
|
1275
1282
|
margin-right: 10px;
|
|
1276
1283
|
}
|
|
1277
1284
|
|
|
1278
|
-
.el-radio[data-v-1ee0eb33] {
|
|
1279
|
-
margin-right: 10px;
|
|
1280
|
-
}
|
|
1281
|
-
[data-v-1ee0eb33] .el-empty__description {
|
|
1282
|
-
margin-top: 0px;
|
|
1283
|
-
}
|
|
1284
|
-
|
|
1285
1285
|
.el-select + .el-input[data-v-7fcf8a84] {
|
|
1286
1286
|
margin-left: 10px;
|
|
1287
1287
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "service-flow-designer",
|
|
3
|
-
"version": "2.1.
|
|
3
|
+
"version": "2.1.58",
|
|
4
4
|
"description": "AgileBuilder Service Flow Designer",
|
|
5
5
|
"license": "ISC",
|
|
6
6
|
"main": "dist/es/index.js",
|
|
@@ -61,7 +61,7 @@
|
|
|
61
61
|
"@logicflow/layout": "1.2.0-alpha.16",
|
|
62
62
|
"@uiw/codemirror-themes-all": "^4.21.25",
|
|
63
63
|
"@vueuse/core": "^10.9.0",
|
|
64
|
-
"agilebuilder-ui": "1.0.
|
|
64
|
+
"agilebuilder-ui": "1.0.90",
|
|
65
65
|
"codemirror": "^6.0.1",
|
|
66
66
|
"nprogress": "^0.2.0",
|
|
67
67
|
"pinia": "^2.1.7",
|