service-flow-designer 2.1.43 → 2.1.46
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 +283 -283
- package/package.json +2 -2
package/dist/es/style.css
CHANGED
|
@@ -184,6 +184,33 @@
|
|
|
184
184
|
margin-top: 10px;
|
|
185
185
|
}
|
|
186
186
|
|
|
187
|
+
[data-v-6fdf85a5] .el-radio {
|
|
188
|
+
margin: 0;
|
|
189
|
+
}
|
|
190
|
+
.el-radio + .el-radio[data-v-6fdf85a5] {
|
|
191
|
+
margin-left: 10px;
|
|
192
|
+
}
|
|
193
|
+
|
|
194
|
+
.el-alert + .el-table[data-v-028fb838] {
|
|
195
|
+
margin-top: 10px;
|
|
196
|
+
}
|
|
197
|
+
.el-table + .el-alert[data-v-028fb838] {
|
|
198
|
+
margin: 10px 0;
|
|
199
|
+
}
|
|
200
|
+
|
|
201
|
+
.editorTool[data-v-684c1f08] {
|
|
202
|
+
margin-left: auto;
|
|
203
|
+
}
|
|
204
|
+
.editorOption[data-v-684c1f08] {
|
|
205
|
+
margin-right: 10px;
|
|
206
|
+
cursor: pointer;
|
|
207
|
+
}
|
|
208
|
+
.pppp[data-v-684c1f08] {
|
|
209
|
+
display: flex; /* 使用Flex布局 */
|
|
210
|
+
justify-content: flex-start;
|
|
211
|
+
align-items: center; /* 子元素在交叉轴(垂直方向)上居中对齐 */
|
|
212
|
+
}
|
|
213
|
+
|
|
187
214
|
.el-alert + .el-table[data-v-82e0dfef] {
|
|
188
215
|
margin-top: 10px;
|
|
189
216
|
}
|
|
@@ -191,14 +218,26 @@
|
|
|
191
218
|
margin-top: 10px;
|
|
192
219
|
}
|
|
193
220
|
|
|
194
|
-
.el-
|
|
195
|
-
|
|
221
|
+
.el-dialog__wrapper[data-v-7a4cbbaf] {
|
|
222
|
+
overflow: hidden !important;
|
|
223
|
+
padding-right: 0 !important;
|
|
196
224
|
}
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
225
|
+
|
|
226
|
+
.el-alert + .el-table[data-v-e27c4c1e] {
|
|
227
|
+
margin-top: 10px;
|
|
228
|
+
}
|
|
229
|
+
.el-table + .el-alert[data-v-e27c4c1e] {
|
|
230
|
+
margin: 10px 0;
|
|
231
|
+
}
|
|
232
|
+
.el-alert + .el-form-item[data-v-e27c4c1e] {
|
|
233
|
+
margin-top: 10px;
|
|
234
|
+
}
|
|
235
|
+
|
|
236
|
+
[data-v-dac15197] .el-radio {
|
|
237
|
+
margin: 0;
|
|
238
|
+
}
|
|
239
|
+
.el-radio + .el-radio[data-v-dac15197] {
|
|
240
|
+
margin-left: 10px;
|
|
202
241
|
}
|
|
203
242
|
|
|
204
243
|
.el-alert + .el-table[data-v-d978e7dc] {
|
|
@@ -211,6 +250,20 @@
|
|
|
211
250
|
margin-top: 10px;
|
|
212
251
|
}
|
|
213
252
|
|
|
253
|
+
.el-tabs + .el-alert[data-v-08737620] {
|
|
254
|
+
margin-top: 10px;
|
|
255
|
+
}
|
|
256
|
+
.el-alert + .el-form-item[data-v-08737620] {
|
|
257
|
+
margin-top: 10px;
|
|
258
|
+
}
|
|
259
|
+
|
|
260
|
+
.el-alert + .el-form-item[data-v-32875028] {
|
|
261
|
+
margin-top: 10px;
|
|
262
|
+
}
|
|
263
|
+
.el-alert + .el-table[data-v-32875028] {
|
|
264
|
+
margin: 10px 0;
|
|
265
|
+
}
|
|
266
|
+
|
|
214
267
|
[data-v-286d914e] .el-table__row {
|
|
215
268
|
cursor: pointer;
|
|
216
269
|
}
|
|
@@ -246,135 +299,6 @@
|
|
|
246
299
|
display: flex; /* 使用Flex布局 */
|
|
247
300
|
align-items: center; /* 子元素在交叉轴(垂直方向)上居中对齐 */
|
|
248
301
|
}
|
|
249
|
-
|
|
250
|
-
.el-alert + .el-table[data-v-028fb838] {
|
|
251
|
-
margin-top: 10px;
|
|
252
|
-
}
|
|
253
|
-
.el-table + .el-alert[data-v-028fb838] {
|
|
254
|
-
margin: 10px 0;
|
|
255
|
-
}
|
|
256
|
-
|
|
257
|
-
[data-v-6fdf85a5] .el-radio {
|
|
258
|
-
margin: 0;
|
|
259
|
-
}
|
|
260
|
-
.el-radio + .el-radio[data-v-6fdf85a5] {
|
|
261
|
-
margin-left: 10px;
|
|
262
|
-
}
|
|
263
|
-
|
|
264
|
-
.el-tabs + .el-alert[data-v-08737620] {
|
|
265
|
-
margin-top: 10px;
|
|
266
|
-
}
|
|
267
|
-
.el-alert + .el-form-item[data-v-08737620] {
|
|
268
|
-
margin-top: 10px;
|
|
269
|
-
}
|
|
270
|
-
|
|
271
|
-
.el-alert + .el-table[data-v-e27c4c1e] {
|
|
272
|
-
margin-top: 10px;
|
|
273
|
-
}
|
|
274
|
-
.el-table + .el-alert[data-v-e27c4c1e] {
|
|
275
|
-
margin: 10px 0;
|
|
276
|
-
}
|
|
277
|
-
.el-alert + .el-form-item[data-v-e27c4c1e] {
|
|
278
|
-
margin-top: 10px;
|
|
279
|
-
}
|
|
280
|
-
|
|
281
|
-
.editorTool[data-v-684c1f08] {
|
|
282
|
-
margin-left: auto;
|
|
283
|
-
}
|
|
284
|
-
.editorOption[data-v-684c1f08] {
|
|
285
|
-
margin-right: 10px;
|
|
286
|
-
cursor: pointer;
|
|
287
|
-
}
|
|
288
|
-
.pppp[data-v-684c1f08] {
|
|
289
|
-
display: flex; /* 使用Flex布局 */
|
|
290
|
-
justify-content: flex-start;
|
|
291
|
-
align-items: center; /* 子元素在交叉轴(垂直方向)上居中对齐 */
|
|
292
|
-
}
|
|
293
|
-
.serviceflow-attr-base-content[data-v-8bad091d] {
|
|
294
|
-
background: #ffffff;
|
|
295
|
-
box-shadow: 1px 0px 10px 0px rgba(0, 0, 0, 0.05);
|
|
296
|
-
height: 100%;
|
|
297
|
-
padding-left: 10px;
|
|
298
|
-
padding-right: 10px;
|
|
299
|
-
overflow: auto;
|
|
300
|
-
}
|
|
301
|
-
.serviceflow-attr-item[data-v-8bad091d] {
|
|
302
|
-
margin-bottom: 8px;
|
|
303
|
-
}
|
|
304
|
-
.serviceflow-attr-group-header > button[data-v-8bad091d] {
|
|
305
|
-
background: #f5f6f8;
|
|
306
|
-
padding-left: 10px;
|
|
307
|
-
font-size: 14px;
|
|
308
|
-
height: 42px;
|
|
309
|
-
}
|
|
310
|
-
.serviceflow-attr-content[data-v-8bad091d] {
|
|
311
|
-
background: #ffffff;
|
|
312
|
-
box-shadow: 1px 0px 10px 0px rgba(0, 0, 0, 0.05);
|
|
313
|
-
height: 100%;
|
|
314
|
-
padding-left: 10px;
|
|
315
|
-
padding-right: 10px;
|
|
316
|
-
overflow: auto;
|
|
317
|
-
position: relative;
|
|
318
|
-
}
|
|
319
|
-
.serviceflow-attr-header-search[data-v-8bad091d] {
|
|
320
|
-
margin-top: 16px;
|
|
321
|
-
}
|
|
322
|
-
.serviceflow-attr-header-select[data-v-8bad091d] {
|
|
323
|
-
width: 90px;
|
|
324
|
-
height: 36px;
|
|
325
|
-
}
|
|
326
|
-
.serviceflow-page-param-row[data-v-8bad091d] {
|
|
327
|
-
height: 34px;
|
|
328
|
-
}
|
|
329
|
-
.el-table__cell > .cell[data-v-8bad091d] {
|
|
330
|
-
white-space: nowrap !important;
|
|
331
|
-
}
|
|
332
|
-
.serviceflow-item[data-v-8bad091d] {
|
|
333
|
-
background: rgba(88, 147, 239, 0.06);
|
|
334
|
-
border: 1px dashed rgba(88, 147, 239, 0.06);
|
|
335
|
-
border-radius: 4px 4px 4px 4px;
|
|
336
|
-
text-align: center;
|
|
337
|
-
margin-top: 12px;
|
|
338
|
-
padding: 10px 5px 10px 5px;
|
|
339
|
-
font-size: 12px;
|
|
340
|
-
cursor: move;
|
|
341
|
-
height: 60px;
|
|
342
|
-
overflow: hidden;
|
|
343
|
-
box-sizing: border-box;
|
|
344
|
-
color: #333333;
|
|
345
|
-
text-overflow: ellipsis;
|
|
346
|
-
white-space: nowrap;
|
|
347
|
-
-webkit-user-select: none; /* Safari */
|
|
348
|
-
-moz-user-select: none; /* Firefox */
|
|
349
|
-
-ms-user-select: none; /* Internet Explorer/Edge */
|
|
350
|
-
user-select: none; /* 标准语法 */
|
|
351
|
-
}
|
|
352
|
-
.serviceflow-item[data-v-8bad091d]:hover {
|
|
353
|
-
background: rgba(11, 45, 101, 0.105);
|
|
354
|
-
border: 1px dashed rgba(11, 45, 101, 0.227);
|
|
355
|
-
}
|
|
356
|
-
.amb-assembly-item-drag[data-v-8bad091d] {
|
|
357
|
-
opacity: 1 !important;
|
|
358
|
-
}
|
|
359
|
-
|
|
360
|
-
.el-alert + .el-form-item[data-v-32875028] {
|
|
361
|
-
margin-top: 10px;
|
|
362
|
-
}
|
|
363
|
-
.el-alert + .el-table[data-v-32875028] {
|
|
364
|
-
margin: 10px 0;
|
|
365
|
-
}
|
|
366
|
-
|
|
367
|
-
[data-v-dac15197] .el-radio {
|
|
368
|
-
margin: 0;
|
|
369
|
-
}
|
|
370
|
-
.el-radio + .el-radio[data-v-dac15197] {
|
|
371
|
-
margin-left: 10px;
|
|
372
|
-
}
|
|
373
|
-
|
|
374
|
-
.el-dialog__wrapper[data-v-7a4cbbaf] {
|
|
375
|
-
overflow: hidden !important;
|
|
376
|
-
padding-right: 0 !important;
|
|
377
|
-
}
|
|
378
302
|
.serviceflow-control-item[data-v-a2bd7452] {
|
|
379
303
|
top: -5px;
|
|
380
304
|
position: relative;
|
|
@@ -506,7 +430,104 @@
|
|
|
506
430
|
outline: none;
|
|
507
431
|
margin-left: 50px;
|
|
508
432
|
}
|
|
509
|
-
.serviceflow-
|
|
433
|
+
.serviceflow-attr-base-content[data-v-8bad091d] {
|
|
434
|
+
background: #ffffff;
|
|
435
|
+
box-shadow: 1px 0px 10px 0px rgba(0, 0, 0, 0.05);
|
|
436
|
+
height: 100%;
|
|
437
|
+
padding-left: 10px;
|
|
438
|
+
padding-right: 10px;
|
|
439
|
+
overflow: auto;
|
|
440
|
+
}
|
|
441
|
+
.serviceflow-attr-item[data-v-8bad091d] {
|
|
442
|
+
margin-bottom: 8px;
|
|
443
|
+
}
|
|
444
|
+
.serviceflow-attr-group-header > button[data-v-8bad091d] {
|
|
445
|
+
background: #f5f6f8;
|
|
446
|
+
padding-left: 10px;
|
|
447
|
+
font-size: 14px;
|
|
448
|
+
height: 42px;
|
|
449
|
+
}
|
|
450
|
+
.serviceflow-attr-content[data-v-8bad091d] {
|
|
451
|
+
background: #ffffff;
|
|
452
|
+
box-shadow: 1px 0px 10px 0px rgba(0, 0, 0, 0.05);
|
|
453
|
+
height: 100%;
|
|
454
|
+
padding-left: 10px;
|
|
455
|
+
padding-right: 10px;
|
|
456
|
+
overflow: auto;
|
|
457
|
+
position: relative;
|
|
458
|
+
}
|
|
459
|
+
.serviceflow-attr-header-search[data-v-8bad091d] {
|
|
460
|
+
margin-top: 16px;
|
|
461
|
+
}
|
|
462
|
+
.serviceflow-attr-header-select[data-v-8bad091d] {
|
|
463
|
+
width: 90px;
|
|
464
|
+
height: 36px;
|
|
465
|
+
}
|
|
466
|
+
.serviceflow-page-param-row[data-v-8bad091d] {
|
|
467
|
+
height: 34px;
|
|
468
|
+
}
|
|
469
|
+
.el-table__cell > .cell[data-v-8bad091d] {
|
|
470
|
+
white-space: nowrap !important;
|
|
471
|
+
}
|
|
472
|
+
.serviceflow-item[data-v-8bad091d] {
|
|
473
|
+
background: rgba(88, 147, 239, 0.06);
|
|
474
|
+
border: 1px dashed rgba(88, 147, 239, 0.06);
|
|
475
|
+
border-radius: 4px 4px 4px 4px;
|
|
476
|
+
text-align: center;
|
|
477
|
+
margin-top: 12px;
|
|
478
|
+
padding: 10px 5px 10px 5px;
|
|
479
|
+
font-size: 12px;
|
|
480
|
+
cursor: move;
|
|
481
|
+
height: 60px;
|
|
482
|
+
overflow: hidden;
|
|
483
|
+
box-sizing: border-box;
|
|
484
|
+
color: #333333;
|
|
485
|
+
text-overflow: ellipsis;
|
|
486
|
+
white-space: nowrap;
|
|
487
|
+
-webkit-user-select: none; /* Safari */
|
|
488
|
+
-moz-user-select: none; /* Firefox */
|
|
489
|
+
-ms-user-select: none; /* Internet Explorer/Edge */
|
|
490
|
+
user-select: none; /* 标准语法 */
|
|
491
|
+
}
|
|
492
|
+
.serviceflow-item[data-v-8bad091d]:hover {
|
|
493
|
+
background: rgba(11, 45, 101, 0.105);
|
|
494
|
+
border: 1px dashed rgba(11, 45, 101, 0.227);
|
|
495
|
+
}
|
|
496
|
+
.amb-assembly-item-drag[data-v-8bad091d] {
|
|
497
|
+
opacity: 1 !important;
|
|
498
|
+
}
|
|
499
|
+
|
|
500
|
+
.el-drawer__header {
|
|
501
|
+
margin-bottom: 0 !important;
|
|
502
|
+
}
|
|
503
|
+
/**
|
|
504
|
+
解决右侧弹出属性配置遮罩层打开后页面其他地方无法点击问题
|
|
505
|
+
*/
|
|
506
|
+
[data-v-d5185214] .el-overlay {
|
|
507
|
+
position: static;
|
|
508
|
+
}
|
|
509
|
+
|
|
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;
|
|
516
|
+
}
|
|
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;
|
|
529
|
+
}
|
|
530
|
+
.serviceflow-nodeView[data-v-23f1c97b] {
|
|
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-23f1c97b] {
|
|
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-23f1c97b] {
|
|
535
556
|
/* width: 100%; */
|
|
536
557
|
height: 15px;
|
|
537
558
|
font-weight: 400;
|
|
@@ -547,19 +568,19 @@
|
|
|
547
568
|
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
548
569
|
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
549
570
|
}
|
|
550
|
-
.serviceflow-nodeContent-desc[data-v-
|
|
571
|
+
.serviceflow-nodeContent-desc[data-v-23f1c97b] {
|
|
551
572
|
}
|
|
552
|
-
.el-divider--horizontal[data-v-
|
|
573
|
+
.el-divider--horizontal[data-v-23f1c97b] {
|
|
553
574
|
margin: 12px 0;
|
|
554
575
|
}
|
|
555
|
-
.serviceflow-nodeView[data-v-
|
|
576
|
+
.serviceflow-nodeView[data-v-23f1c97b] {
|
|
556
577
|
border: 1px solid #5a90f9;
|
|
557
578
|
background: #eef3fe;
|
|
558
579
|
}
|
|
559
|
-
.serviceflow-nodeTitle[data-v-
|
|
580
|
+
.serviceflow-nodeTitle[data-v-23f1c97b] {
|
|
560
581
|
width: 80px;
|
|
561
582
|
}
|
|
562
|
-
.serviceflow-nodeView[data-v-
|
|
583
|
+
.serviceflow-nodeView[data-v-4d28d77b] {
|
|
563
584
|
box-sizing: border-box;
|
|
564
585
|
margin: 10px 10px;
|
|
565
586
|
width: 180px;
|
|
@@ -568,7 +589,7 @@
|
|
|
568
589
|
border-radius: 2px 2px 2px 2px;
|
|
569
590
|
padding: 20px 10px;
|
|
570
591
|
}
|
|
571
|
-
.serviceflow-nodeTitle[data-v-
|
|
592
|
+
.serviceflow-nodeTitle[data-v-4d28d77b] {
|
|
572
593
|
width: 90px;
|
|
573
594
|
height: 15px;
|
|
574
595
|
font-weight: 400;
|
|
@@ -584,7 +605,7 @@
|
|
|
584
605
|
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
585
606
|
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
586
607
|
}
|
|
587
|
-
.serviceflow-nodeContent[data-v-
|
|
608
|
+
.serviceflow-nodeContent[data-v-4d28d77b] {
|
|
588
609
|
/* width: 100%; */
|
|
589
610
|
height: 15px;
|
|
590
611
|
font-weight: 400;
|
|
@@ -600,19 +621,19 @@
|
|
|
600
621
|
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
601
622
|
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
602
623
|
}
|
|
603
|
-
.serviceflow-nodeContent-desc[data-v-
|
|
624
|
+
.serviceflow-nodeContent-desc[data-v-4d28d77b] {
|
|
604
625
|
}
|
|
605
|
-
.el-divider--horizontal[data-v-
|
|
626
|
+
.el-divider--horizontal[data-v-4d28d77b] {
|
|
606
627
|
margin: 12px 0;
|
|
607
628
|
}
|
|
608
|
-
.serviceflow-nodeView[data-v-
|
|
629
|
+
.serviceflow-nodeView[data-v-4d28d77b] {
|
|
609
630
|
border: 1px solid #5a90f9;
|
|
610
631
|
background: #eef3fe;
|
|
611
632
|
}
|
|
612
|
-
.serviceflow-nodeTitle[data-v-
|
|
633
|
+
.serviceflow-nodeTitle[data-v-4d28d77b] {
|
|
613
634
|
width: 80px;
|
|
614
635
|
}
|
|
615
|
-
.serviceflow-nodeView[data-v-
|
|
636
|
+
.serviceflow-nodeView[data-v-42ce3f17] {
|
|
616
637
|
box-sizing: border-box;
|
|
617
638
|
margin: 10px 10px;
|
|
618
639
|
width: 180px;
|
|
@@ -621,7 +642,7 @@
|
|
|
621
642
|
border-radius: 2px 2px 2px 2px;
|
|
622
643
|
padding: 20px 10px;
|
|
623
644
|
}
|
|
624
|
-
.serviceflow-nodeTitle[data-v-
|
|
645
|
+
.serviceflow-nodeTitle[data-v-42ce3f17] {
|
|
625
646
|
width: 90px;
|
|
626
647
|
height: 15px;
|
|
627
648
|
font-weight: 400;
|
|
@@ -637,7 +658,7 @@
|
|
|
637
658
|
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
638
659
|
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
639
660
|
}
|
|
640
|
-
.serviceflow-nodeContent[data-v-
|
|
661
|
+
.serviceflow-nodeContent[data-v-42ce3f17] {
|
|
641
662
|
/* width: 100%; */
|
|
642
663
|
height: 15px;
|
|
643
664
|
font-weight: 400;
|
|
@@ -653,19 +674,40 @@
|
|
|
653
674
|
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
654
675
|
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
655
676
|
}
|
|
656
|
-
.serviceflow-nodeContent-desc[data-v-
|
|
677
|
+
.serviceflow-nodeContent-desc[data-v-42ce3f17] {
|
|
657
678
|
}
|
|
658
|
-
.el-divider--horizontal[data-v-
|
|
679
|
+
.el-divider--horizontal[data-v-42ce3f17] {
|
|
659
680
|
margin: 12px 0;
|
|
660
681
|
}
|
|
661
|
-
.serviceflow-nodeView[data-v-
|
|
682
|
+
.serviceflow-nodeView[data-v-42ce3f17] {
|
|
662
683
|
border: 1px solid #5a90f9;
|
|
663
684
|
background: #eef3fe;
|
|
664
685
|
}
|
|
665
|
-
.serviceflow-nodeTitle[data-v-
|
|
686
|
+
.serviceflow-nodeTitle[data-v-42ce3f17] {
|
|
666
687
|
width: 80px;
|
|
667
688
|
}
|
|
668
|
-
|
|
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-08d9d211] {
|
|
669
711
|
box-sizing: border-box;
|
|
670
712
|
margin: 10px 10px;
|
|
671
713
|
width: 180px;
|
|
@@ -674,7 +716,7 @@
|
|
|
674
716
|
border-radius: 2px 2px 2px 2px;
|
|
675
717
|
padding: 20px 10px;
|
|
676
718
|
}
|
|
677
|
-
.serviceflow-nodeTitle[data-v-
|
|
719
|
+
.serviceflow-nodeTitle[data-v-08d9d211] {
|
|
678
720
|
width: 90px;
|
|
679
721
|
height: 15px;
|
|
680
722
|
font-weight: 400;
|
|
@@ -690,7 +732,7 @@
|
|
|
690
732
|
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
691
733
|
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
692
734
|
}
|
|
693
|
-
.serviceflow-nodeContent[data-v-
|
|
735
|
+
.serviceflow-nodeContent[data-v-08d9d211] {
|
|
694
736
|
/* width: 100%; */
|
|
695
737
|
height: 15px;
|
|
696
738
|
font-weight: 400;
|
|
@@ -706,20 +748,19 @@
|
|
|
706
748
|
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
707
749
|
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
708
750
|
}
|
|
709
|
-
.serviceflow-nodeContent-desc[data-v-
|
|
751
|
+
.serviceflow-nodeContent-desc[data-v-08d9d211] {
|
|
710
752
|
}
|
|
711
|
-
.el-divider--horizontal[data-v-
|
|
753
|
+
.el-divider--horizontal[data-v-08d9d211] {
|
|
712
754
|
margin: 12px 0;
|
|
713
755
|
}
|
|
714
|
-
.serviceflow-nodeView[data-v-
|
|
756
|
+
.serviceflow-nodeView[data-v-08d9d211] {
|
|
715
757
|
border: 1px solid #5a90f9;
|
|
716
|
-
background: #eef3fe;
|
|
717
|
-
width: 180px;
|
|
718
|
-
min-height: 95px;
|
|
758
|
+
background: #eef3fe;
|
|
719
759
|
}
|
|
720
|
-
.serviceflow-
|
|
760
|
+
.serviceflow-nodeTitle[data-v-08d9d211] {
|
|
761
|
+
width: 80px;
|
|
721
762
|
}
|
|
722
|
-
.serviceflow-nodeView[data-v-
|
|
763
|
+
.serviceflow-nodeView[data-v-1ce8de44] {
|
|
723
764
|
box-sizing: border-box;
|
|
724
765
|
margin: 10px 10px;
|
|
725
766
|
width: 180px;
|
|
@@ -728,7 +769,7 @@
|
|
|
728
769
|
border-radius: 2px 2px 2px 2px;
|
|
729
770
|
padding: 20px 10px;
|
|
730
771
|
}
|
|
731
|
-
.serviceflow-nodeTitle[data-v-
|
|
772
|
+
.serviceflow-nodeTitle[data-v-1ce8de44] {
|
|
732
773
|
width: 90px;
|
|
733
774
|
height: 15px;
|
|
734
775
|
font-weight: 400;
|
|
@@ -744,7 +785,7 @@
|
|
|
744
785
|
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
745
786
|
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
746
787
|
}
|
|
747
|
-
.serviceflow-nodeContent[data-v-
|
|
788
|
+
.serviceflow-nodeContent[data-v-1ce8de44] {
|
|
748
789
|
/* width: 100%; */
|
|
749
790
|
height: 15px;
|
|
750
791
|
font-weight: 400;
|
|
@@ -760,19 +801,20 @@
|
|
|
760
801
|
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
761
802
|
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
762
803
|
}
|
|
763
|
-
.serviceflow-nodeContent-desc[data-v-
|
|
804
|
+
.serviceflow-nodeContent-desc[data-v-1ce8de44] {
|
|
764
805
|
}
|
|
765
|
-
.el-divider--horizontal[data-v-
|
|
806
|
+
.el-divider--horizontal[data-v-1ce8de44] {
|
|
766
807
|
margin: 12px 0;
|
|
767
808
|
}
|
|
768
|
-
.serviceflow-nodeView[data-v-
|
|
809
|
+
.serviceflow-nodeView[data-v-1ce8de44] {
|
|
769
810
|
border: 1px solid #5a90f9;
|
|
770
|
-
background: #eef3fe;
|
|
811
|
+
background: #eef3fe;
|
|
812
|
+
width: 180px;
|
|
813
|
+
min-height: 95px;
|
|
771
814
|
}
|
|
772
|
-
.serviceflow-
|
|
773
|
-
width: 80px;
|
|
815
|
+
.serviceflow-nodeContent[data-v-1ce8de44] {
|
|
774
816
|
}
|
|
775
|
-
.serviceflow-nodeView[data-v-
|
|
817
|
+
.serviceflow-nodeView[data-v-3c23a172] {
|
|
776
818
|
box-sizing: border-box;
|
|
777
819
|
margin: 10px 10px;
|
|
778
820
|
width: 180px;
|
|
@@ -781,7 +823,7 @@
|
|
|
781
823
|
border-radius: 2px 2px 2px 2px;
|
|
782
824
|
padding: 20px 10px;
|
|
783
825
|
}
|
|
784
|
-
.serviceflow-nodeTitle[data-v-
|
|
826
|
+
.serviceflow-nodeTitle[data-v-3c23a172] {
|
|
785
827
|
width: 90px;
|
|
786
828
|
height: 15px;
|
|
787
829
|
font-weight: 400;
|
|
@@ -797,7 +839,7 @@
|
|
|
797
839
|
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
798
840
|
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
799
841
|
}
|
|
800
|
-
.serviceflow-nodeContent[data-v-
|
|
842
|
+
.serviceflow-nodeContent[data-v-3c23a172] {
|
|
801
843
|
/* width: 100%; */
|
|
802
844
|
height: 15px;
|
|
803
845
|
font-weight: 400;
|
|
@@ -813,40 +855,20 @@
|
|
|
813
855
|
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
814
856
|
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
815
857
|
}
|
|
816
|
-
.serviceflow-nodeContent-desc[data-v-
|
|
858
|
+
.serviceflow-nodeContent-desc[data-v-3c23a172] {
|
|
817
859
|
}
|
|
818
|
-
.el-divider--horizontal[data-v-
|
|
860
|
+
.el-divider--horizontal[data-v-3c23a172] {
|
|
819
861
|
margin: 12px 0;
|
|
820
862
|
}
|
|
821
|
-
.serviceflow-nodeView[data-v-
|
|
863
|
+
.serviceflow-nodeView[data-v-3c23a172] {
|
|
822
864
|
border: 1px solid #5a90f9;
|
|
823
|
-
background: #eef3fe;
|
|
824
|
-
|
|
825
|
-
|
|
826
|
-
width: 80px;
|
|
827
|
-
}
|
|
828
|
-
|
|
829
|
-
.node-content[data-v-117d4091] {
|
|
830
|
-
width: 120px;
|
|
831
|
-
height: 44px;
|
|
832
|
-
background: #ffffff;
|
|
833
|
-
box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
|
|
834
|
-
border-radius: 2px 2px 2px 2px;
|
|
865
|
+
background: #eef3fe;
|
|
866
|
+
width: 180px;
|
|
867
|
+
min-height: 95px;
|
|
835
868
|
}
|
|
836
|
-
.
|
|
837
|
-
width: 28px;
|
|
838
|
-
height: 15px;
|
|
839
|
-
font-weight: 400;
|
|
840
|
-
font-size: 14px;
|
|
841
|
-
color: #333333;
|
|
842
|
-
line-height: 14px;
|
|
843
|
-
text-align: left;
|
|
844
|
-
font-style: normal;
|
|
845
|
-
text-transform: none;
|
|
846
|
-
padding: 5px 0px 4px 10px;
|
|
847
|
-
box-sizing: content-box;
|
|
869
|
+
.serviceflow-nodeContent[data-v-3c23a172] {
|
|
848
870
|
}
|
|
849
|
-
.serviceflow-nodeView[data-v-
|
|
871
|
+
.serviceflow-nodeView[data-v-418f1558] {
|
|
850
872
|
box-sizing: border-box;
|
|
851
873
|
margin: 10px 10px;
|
|
852
874
|
width: 180px;
|
|
@@ -855,7 +877,7 @@
|
|
|
855
877
|
border-radius: 2px 2px 2px 2px;
|
|
856
878
|
padding: 20px 10px;
|
|
857
879
|
}
|
|
858
|
-
.serviceflow-nodeTitle[data-v-
|
|
880
|
+
.serviceflow-nodeTitle[data-v-418f1558] {
|
|
859
881
|
width: 90px;
|
|
860
882
|
height: 15px;
|
|
861
883
|
font-weight: 400;
|
|
@@ -871,7 +893,7 @@
|
|
|
871
893
|
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
872
894
|
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
873
895
|
}
|
|
874
|
-
.serviceflow-nodeContent[data-v-
|
|
896
|
+
.serviceflow-nodeContent[data-v-418f1558] {
|
|
875
897
|
/* width: 100%; */
|
|
876
898
|
height: 15px;
|
|
877
899
|
font-weight: 400;
|
|
@@ -887,20 +909,20 @@
|
|
|
887
909
|
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
888
910
|
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
889
911
|
}
|
|
890
|
-
.serviceflow-nodeContent-desc[data-v-
|
|
912
|
+
.serviceflow-nodeContent-desc[data-v-418f1558] {
|
|
891
913
|
}
|
|
892
|
-
.el-divider--horizontal[data-v-
|
|
914
|
+
.el-divider--horizontal[data-v-418f1558] {
|
|
893
915
|
margin: 12px 0;
|
|
894
916
|
}
|
|
895
|
-
.serviceflow-nodeView[data-v-
|
|
917
|
+
.serviceflow-nodeView[data-v-418f1558] {
|
|
896
918
|
border: 1px solid #5a90f9;
|
|
897
919
|
background: #eef3fe;
|
|
898
920
|
width: 180px;
|
|
899
921
|
min-height: 95px;
|
|
900
922
|
}
|
|
901
|
-
.serviceflow-nodeContent[data-v-
|
|
923
|
+
.serviceflow-nodeContent[data-v-418f1558] {
|
|
902
924
|
}
|
|
903
|
-
.serviceflow-nodeView[data-v-
|
|
925
|
+
.serviceflow-nodeView[data-v-6b34f36c] {
|
|
904
926
|
box-sizing: border-box;
|
|
905
927
|
margin: 10px 10px;
|
|
906
928
|
width: 180px;
|
|
@@ -909,7 +931,7 @@
|
|
|
909
931
|
border-radius: 2px 2px 2px 2px;
|
|
910
932
|
padding: 20px 10px;
|
|
911
933
|
}
|
|
912
|
-
.serviceflow-nodeTitle[data-v-
|
|
934
|
+
.serviceflow-nodeTitle[data-v-6b34f36c] {
|
|
913
935
|
width: 90px;
|
|
914
936
|
height: 15px;
|
|
915
937
|
font-weight: 400;
|
|
@@ -925,7 +947,7 @@
|
|
|
925
947
|
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
926
948
|
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
927
949
|
}
|
|
928
|
-
.serviceflow-nodeContent[data-v-
|
|
950
|
+
.serviceflow-nodeContent[data-v-6b34f36c] {
|
|
929
951
|
/* width: 100%; */
|
|
930
952
|
height: 15px;
|
|
931
953
|
font-weight: 400;
|
|
@@ -941,19 +963,19 @@
|
|
|
941
963
|
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
942
964
|
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
943
965
|
}
|
|
944
|
-
.serviceflow-nodeContent-desc[data-v-
|
|
966
|
+
.serviceflow-nodeContent-desc[data-v-6b34f36c] {
|
|
945
967
|
}
|
|
946
|
-
.el-divider--horizontal[data-v-
|
|
968
|
+
.el-divider--horizontal[data-v-6b34f36c] {
|
|
947
969
|
margin: 12px 0;
|
|
948
970
|
}
|
|
949
|
-
.serviceflow-nodeView[data-v-
|
|
971
|
+
.serviceflow-nodeView[data-v-6b34f36c] {
|
|
950
972
|
border: 1px solid #5a90f9;
|
|
951
973
|
background: #eef3fe;
|
|
952
974
|
}
|
|
953
|
-
.serviceflow-nodeTitle[data-v-
|
|
975
|
+
.serviceflow-nodeTitle[data-v-6b34f36c] {
|
|
954
976
|
width: 80px;
|
|
955
977
|
}
|
|
956
|
-
.serviceflow-nodeView[data-v-
|
|
978
|
+
.serviceflow-nodeView[data-v-91a913ff] {
|
|
957
979
|
box-sizing: border-box;
|
|
958
980
|
margin: 10px 10px;
|
|
959
981
|
width: 180px;
|
|
@@ -962,7 +984,7 @@
|
|
|
962
984
|
border-radius: 2px 2px 2px 2px;
|
|
963
985
|
padding: 20px 10px;
|
|
964
986
|
}
|
|
965
|
-
.serviceflow-nodeTitle[data-v-
|
|
987
|
+
.serviceflow-nodeTitle[data-v-91a913ff] {
|
|
966
988
|
width: 90px;
|
|
967
989
|
height: 15px;
|
|
968
990
|
font-weight: 400;
|
|
@@ -978,7 +1000,7 @@
|
|
|
978
1000
|
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
979
1001
|
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
980
1002
|
}
|
|
981
|
-
.serviceflow-nodeContent[data-v-
|
|
1003
|
+
.serviceflow-nodeContent[data-v-91a913ff] {
|
|
982
1004
|
/* width: 100%; */
|
|
983
1005
|
height: 15px;
|
|
984
1006
|
font-weight: 400;
|
|
@@ -994,20 +1016,19 @@
|
|
|
994
1016
|
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
995
1017
|
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
996
1018
|
}
|
|
997
|
-
.serviceflow-nodeContent-desc[data-v-
|
|
1019
|
+
.serviceflow-nodeContent-desc[data-v-91a913ff] {
|
|
998
1020
|
}
|
|
999
|
-
.el-divider--horizontal[data-v-
|
|
1021
|
+
.el-divider--horizontal[data-v-91a913ff] {
|
|
1000
1022
|
margin: 12px 0;
|
|
1001
1023
|
}
|
|
1002
|
-
.serviceflow-nodeView[data-v-
|
|
1024
|
+
.serviceflow-nodeView[data-v-91a913ff] {
|
|
1003
1025
|
border: 1px solid #5a90f9;
|
|
1004
|
-
background: #eef3fe;
|
|
1005
|
-
width: 180px;
|
|
1006
|
-
min-height: 95px;
|
|
1026
|
+
background: #eef3fe;
|
|
1007
1027
|
}
|
|
1008
|
-
.serviceflow-
|
|
1028
|
+
.serviceflow-nodeTitle[data-v-91a913ff] {
|
|
1029
|
+
width: 80px;
|
|
1009
1030
|
}
|
|
1010
|
-
.serviceflow-nodeView[data-v-
|
|
1031
|
+
.serviceflow-nodeView[data-v-9770119b] {
|
|
1011
1032
|
box-sizing: border-box;
|
|
1012
1033
|
margin: 10px 10px;
|
|
1013
1034
|
width: 180px;
|
|
@@ -1016,7 +1037,7 @@
|
|
|
1016
1037
|
border-radius: 2px 2px 2px 2px;
|
|
1017
1038
|
padding: 20px 10px;
|
|
1018
1039
|
}
|
|
1019
|
-
.serviceflow-nodeTitle[data-v-
|
|
1040
|
+
.serviceflow-nodeTitle[data-v-9770119b] {
|
|
1020
1041
|
width: 90px;
|
|
1021
1042
|
height: 15px;
|
|
1022
1043
|
font-weight: 400;
|
|
@@ -1032,7 +1053,7 @@
|
|
|
1032
1053
|
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
1033
1054
|
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
1034
1055
|
}
|
|
1035
|
-
.serviceflow-nodeContent[data-v-
|
|
1056
|
+
.serviceflow-nodeContent[data-v-9770119b] {
|
|
1036
1057
|
/* width: 100%; */
|
|
1037
1058
|
height: 15px;
|
|
1038
1059
|
font-weight: 400;
|
|
@@ -1048,19 +1069,19 @@
|
|
|
1048
1069
|
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
1049
1070
|
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
1050
1071
|
}
|
|
1051
|
-
.serviceflow-nodeContent-desc[data-v-
|
|
1072
|
+
.serviceflow-nodeContent-desc[data-v-9770119b] {
|
|
1052
1073
|
}
|
|
1053
|
-
.el-divider--horizontal[data-v-
|
|
1074
|
+
.el-divider--horizontal[data-v-9770119b] {
|
|
1054
1075
|
margin: 12px 0;
|
|
1055
1076
|
}
|
|
1056
|
-
.serviceflow-nodeView[data-v-
|
|
1077
|
+
.serviceflow-nodeView[data-v-9770119b] {
|
|
1057
1078
|
border: 1px solid #5a90f9;
|
|
1058
1079
|
background: #eef3fe;
|
|
1059
1080
|
}
|
|
1060
|
-
.serviceflow-nodeTitle[data-v-
|
|
1081
|
+
.serviceflow-nodeTitle[data-v-9770119b] {
|
|
1061
1082
|
width: 80px;
|
|
1062
1083
|
}
|
|
1063
|
-
.serviceflow-nodeView[data-v-
|
|
1084
|
+
.serviceflow-nodeView[data-v-b04d3f8b] {
|
|
1064
1085
|
box-sizing: border-box;
|
|
1065
1086
|
margin: 10px 10px;
|
|
1066
1087
|
width: 180px;
|
|
@@ -1069,7 +1090,7 @@
|
|
|
1069
1090
|
border-radius: 2px 2px 2px 2px;
|
|
1070
1091
|
padding: 20px 10px;
|
|
1071
1092
|
}
|
|
1072
|
-
.serviceflow-nodeTitle[data-v-
|
|
1093
|
+
.serviceflow-nodeTitle[data-v-b04d3f8b] {
|
|
1073
1094
|
width: 90px;
|
|
1074
1095
|
height: 15px;
|
|
1075
1096
|
font-weight: 400;
|
|
@@ -1085,7 +1106,7 @@
|
|
|
1085
1106
|
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
1086
1107
|
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
1087
1108
|
}
|
|
1088
|
-
.serviceflow-nodeContent[data-v-
|
|
1109
|
+
.serviceflow-nodeContent[data-v-b04d3f8b] {
|
|
1089
1110
|
/* width: 100%; */
|
|
1090
1111
|
height: 15px;
|
|
1091
1112
|
font-weight: 400;
|
|
@@ -1101,39 +1122,18 @@
|
|
|
1101
1122
|
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
1102
1123
|
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
1103
1124
|
}
|
|
1104
|
-
.serviceflow-nodeContent-desc[data-v-
|
|
1125
|
+
.serviceflow-nodeContent-desc[data-v-b04d3f8b] {
|
|
1105
1126
|
}
|
|
1106
|
-
.el-divider--horizontal[data-v-
|
|
1127
|
+
.el-divider--horizontal[data-v-b04d3f8b] {
|
|
1107
1128
|
margin: 12px 0;
|
|
1108
1129
|
}
|
|
1109
|
-
.serviceflow-nodeView[data-v-
|
|
1130
|
+
.serviceflow-nodeView[data-v-b04d3f8b] {
|
|
1110
1131
|
border: 1px solid #5a90f9;
|
|
1111
1132
|
background: #eef3fe;
|
|
1112
1133
|
}
|
|
1113
|
-
.serviceflow-nodeTitle[data-v-
|
|
1134
|
+
.serviceflow-nodeTitle[data-v-b04d3f8b] {
|
|
1114
1135
|
width: 80px;
|
|
1115
1136
|
}
|
|
1116
|
-
|
|
1117
|
-
.node-content[data-v-669b618f] {
|
|
1118
|
-
width: 120px;
|
|
1119
|
-
height: 44px;
|
|
1120
|
-
background: #ffffff;
|
|
1121
|
-
box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
|
|
1122
|
-
border-radius: 2px 2px 2px 2px;
|
|
1123
|
-
}
|
|
1124
|
-
.content[data-v-669b618f] {
|
|
1125
|
-
width: 28px;
|
|
1126
|
-
height: 15px;
|
|
1127
|
-
font-weight: 400;
|
|
1128
|
-
font-size: 14px;
|
|
1129
|
-
color: #333333;
|
|
1130
|
-
line-height: 14px;
|
|
1131
|
-
text-align: left;
|
|
1132
|
-
font-style: normal;
|
|
1133
|
-
text-transform: none;
|
|
1134
|
-
padding: 5px 0px 4px 10px;
|
|
1135
|
-
box-sizing: content-box;
|
|
1136
|
-
}
|
|
1137
1137
|
.serviceflow-nodeView[data-v-1519c141] {
|
|
1138
1138
|
box-sizing: border-box;
|
|
1139
1139
|
margin: 10px 10px;
|
|
@@ -1207,7 +1207,7 @@
|
|
|
1207
1207
|
text-transform: none;
|
|
1208
1208
|
padding: 5px 0px 4px 10px;
|
|
1209
1209
|
}
|
|
1210
|
-
.serviceflow-nodeView[data-v-
|
|
1210
|
+
.serviceflow-nodeView[data-v-96d149c1] {
|
|
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-96d149c1] {
|
|
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-96d149c1] {
|
|
1236
1236
|
/* width: 100%; */
|
|
1237
1237
|
height: 15px;
|
|
1238
1238
|
font-weight: 400;
|
|
@@ -1248,30 +1248,19 @@
|
|
|
1248
1248
|
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
1249
1249
|
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
1250
1250
|
}
|
|
1251
|
-
.serviceflow-nodeContent-desc[data-v-
|
|
1251
|
+
.serviceflow-nodeContent-desc[data-v-96d149c1] {
|
|
1252
1252
|
}
|
|
1253
|
-
.el-divider--horizontal[data-v-
|
|
1253
|
+
.el-divider--horizontal[data-v-96d149c1] {
|
|
1254
1254
|
margin: 12px 0;
|
|
1255
1255
|
}
|
|
1256
|
-
.serviceflow-nodeView[data-v-
|
|
1256
|
+
.serviceflow-nodeView[data-v-96d149c1] {
|
|
1257
1257
|
border: 1px solid #5a90f9;
|
|
1258
1258
|
background: #eef3fe;
|
|
1259
1259
|
}
|
|
1260
|
-
.serviceflow-nodeTitle[data-v-
|
|
1260
|
+
.serviceflow-nodeTitle[data-v-96d149c1] {
|
|
1261
1261
|
width: 80px;
|
|
1262
1262
|
}
|
|
1263
1263
|
|
|
1264
|
-
.el-radio[data-v-1bbd6187] {
|
|
1265
|
-
margin-right: 10px;
|
|
1266
|
-
}
|
|
1267
|
-
|
|
1268
|
-
.el-radio[data-v-1ee0eb33] {
|
|
1269
|
-
margin-right: 10px;
|
|
1270
|
-
}
|
|
1271
|
-
[data-v-1ee0eb33] .el-empty__description {
|
|
1272
|
-
margin-top: 0px;
|
|
1273
|
-
}
|
|
1274
|
-
|
|
1275
1264
|
.el-select + .el-input[data-v-7fcf8a84] {
|
|
1276
1265
|
margin-left: 10px;
|
|
1277
1266
|
}
|
|
@@ -1292,6 +1281,17 @@
|
|
|
1292
1281
|
margin-left: 10px;
|
|
1293
1282
|
}
|
|
1294
1283
|
|
|
1284
|
+
.el-radio[data-v-1bbd6187] {
|
|
1285
|
+
margin-right: 10px;
|
|
1286
|
+
}
|
|
1287
|
+
|
|
1288
|
+
.el-radio[data-v-1ee0eb33] {
|
|
1289
|
+
margin-right: 10px;
|
|
1290
|
+
}
|
|
1291
|
+
[data-v-1ee0eb33] .el-empty__description {
|
|
1292
|
+
margin-top: 0px;
|
|
1293
|
+
}
|
|
1294
|
+
|
|
1295
1295
|
[data-v-9cc733d7] .el-cascader-menu {
|
|
1296
1296
|
min-width: 120px !important;
|
|
1297
1297
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "service-flow-designer",
|
|
3
|
-
"version": "2.1.
|
|
3
|
+
"version": "2.1.46",
|
|
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.83",
|
|
65
65
|
"codemirror": "^6.0.1",
|
|
66
66
|
"nprogress": "^0.2.0",
|
|
67
67
|
"pinia": "^2.1.7",
|