service-flow-designer 2.1.43 → 2.1.51
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/designer/common/components/sql-view/sql-view-dialog.vue.js +4 -1
- package/dist/es/designer/common/components/sql-view/sql-view.vue2.js +7 -1
- package/dist/es/designer/service-components/database/regular-query/config.vue.js +1 -1
- package/dist/es/designer/service-components/database/regular-query/config.vue2.js +12 -7
- package/dist/es/designer/service-flow-view/flow-util.js +6 -4
- package/dist/es/designer/service-flow-view/service-result.vue.js +1 -1
- package/dist/es/designer/service-panel/service-list.vue.js +1 -1
- package/dist/es/designer/service-panel/service-list.vue2.js +138 -18
- package/dist/es/style.css +363 -363
- package/package.json +2 -2
package/dist/es/style.css
CHANGED
|
@@ -167,6 +167,10 @@
|
|
|
167
167
|
border-color: transparent transparent var(--el-skeleton-color) transparent;
|
|
168
168
|
}
|
|
169
169
|
|
|
170
|
+
.el-alert + .el-form-item[data-v-a158f309] {
|
|
171
|
+
margin-top: 10px;
|
|
172
|
+
}
|
|
173
|
+
|
|
170
174
|
.editorTool[data-v-d55ab098] {
|
|
171
175
|
margin-left: auto;
|
|
172
176
|
}
|
|
@@ -180,27 +184,6 @@
|
|
|
180
184
|
align-items: center; /* 子元素在交叉轴(垂直方向)上居中对齐 */
|
|
181
185
|
}
|
|
182
186
|
|
|
183
|
-
.el-alert + .el-form-item[data-v-a158f309] {
|
|
184
|
-
margin-top: 10px;
|
|
185
|
-
}
|
|
186
|
-
|
|
187
|
-
.el-alert + .el-table[data-v-82e0dfef] {
|
|
188
|
-
margin-top: 10px;
|
|
189
|
-
}
|
|
190
|
-
.el-alert + .el-form-item[data-v-82e0dfef] {
|
|
191
|
-
margin-top: 10px;
|
|
192
|
-
}
|
|
193
|
-
|
|
194
|
-
.el-drawer__header {
|
|
195
|
-
margin-bottom: 0 !important;
|
|
196
|
-
}
|
|
197
|
-
/**
|
|
198
|
-
解决右侧弹出属性配置遮罩层打开后页面其他地方无法点击问题
|
|
199
|
-
*/
|
|
200
|
-
[data-v-d5185214] .el-overlay {
|
|
201
|
-
position: static;
|
|
202
|
-
}
|
|
203
|
-
|
|
204
187
|
.el-alert + .el-table[data-v-d978e7dc] {
|
|
205
188
|
margin-top: 10px;
|
|
206
189
|
}
|
|
@@ -211,169 +194,11 @@
|
|
|
211
194
|
margin-top: 10px;
|
|
212
195
|
}
|
|
213
196
|
|
|
214
|
-
[data-v-
|
|
215
|
-
cursor: pointer;
|
|
216
|
-
}
|
|
217
|
-
/** 右键菜单样式 */
|
|
218
|
-
.context-menu[data-v-286d914e] {
|
|
219
|
-
position: absolute;
|
|
220
|
-
background: #fff;
|
|
221
|
-
z-index: 999;
|
|
222
|
-
margin: 5;
|
|
223
|
-
padding: 8px 8px;
|
|
224
|
-
box-shadow: 0 5px 7px 1px rgba(0, 0, 0, 0.1);
|
|
225
|
-
border: 1px solid #bbbbbb;
|
|
226
|
-
border-radius: 10px;
|
|
227
|
-
font-size: 14px;
|
|
228
|
-
}
|
|
229
|
-
.context-menu li[data-v-286d914e] {
|
|
230
|
-
list-style-type: none;
|
|
231
|
-
min-width: 75px;
|
|
232
|
-
line-height: 28px;
|
|
233
|
-
text-align: left;
|
|
234
|
-
border-radius: 5px;
|
|
235
|
-
padding-left: 5px;
|
|
236
|
-
cursor: pointer;
|
|
237
|
-
}
|
|
238
|
-
.context-menu li[data-v-286d914e]:hover {
|
|
239
|
-
background: #0165e1;
|
|
240
|
-
color: #fff;
|
|
241
|
-
}
|
|
242
|
-
/** 右键菜单样式 */
|
|
243
|
-
.custom-tree-node[data-v-286d914e] {
|
|
244
|
-
font-size: 14px;
|
|
245
|
-
padding-right: 8px;
|
|
246
|
-
display: flex; /* 使用Flex布局 */
|
|
247
|
-
align-items: center; /* 子元素在交叉轴(垂直方向)上居中对齐 */
|
|
248
|
-
}
|
|
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] {
|
|
197
|
+
.el-alert + .el-table[data-v-82e0dfef] {
|
|
278
198
|
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
199
|
}
|
|
326
|
-
.
|
|
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] {
|
|
200
|
+
.el-alert + .el-form-item[data-v-82e0dfef] {
|
|
361
201
|
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
202
|
}
|
|
378
203
|
.serviceflow-control-item[data-v-a2bd7452] {
|
|
379
204
|
top: -5px;
|
|
@@ -506,7 +331,203 @@
|
|
|
506
331
|
outline: none;
|
|
507
332
|
margin-left: 50px;
|
|
508
333
|
}
|
|
509
|
-
|
|
334
|
+
|
|
335
|
+
.editorTool[data-v-684c1f08] {
|
|
336
|
+
margin-left: auto;
|
|
337
|
+
}
|
|
338
|
+
.editorOption[data-v-684c1f08] {
|
|
339
|
+
margin-right: 10px;
|
|
340
|
+
cursor: pointer;
|
|
341
|
+
}
|
|
342
|
+
.pppp[data-v-684c1f08] {
|
|
343
|
+
display: flex; /* 使用Flex布局 */
|
|
344
|
+
justify-content: flex-start;
|
|
345
|
+
align-items: center; /* 子元素在交叉轴(垂直方向)上居中对齐 */
|
|
346
|
+
}
|
|
347
|
+
|
|
348
|
+
.el-dialog__wrapper[data-v-7a4cbbaf] {
|
|
349
|
+
overflow: hidden !important;
|
|
350
|
+
padding-right: 0 !important;
|
|
351
|
+
}
|
|
352
|
+
|
|
353
|
+
[data-v-43e78808] .el-radio {
|
|
354
|
+
margin: 0;
|
|
355
|
+
}
|
|
356
|
+
.el-radio + .el-radio[data-v-43e78808] {
|
|
357
|
+
margin-left: 10px;
|
|
358
|
+
}
|
|
359
|
+
.serviceflow-attr-base-content[data-v-8bad091d] {
|
|
360
|
+
background: #ffffff;
|
|
361
|
+
box-shadow: 1px 0px 10px 0px rgba(0, 0, 0, 0.05);
|
|
362
|
+
height: 100%;
|
|
363
|
+
padding-left: 10px;
|
|
364
|
+
padding-right: 10px;
|
|
365
|
+
overflow: auto;
|
|
366
|
+
}
|
|
367
|
+
.serviceflow-attr-item[data-v-8bad091d] {
|
|
368
|
+
margin-bottom: 8px;
|
|
369
|
+
}
|
|
370
|
+
.serviceflow-attr-group-header > button[data-v-8bad091d] {
|
|
371
|
+
background: #f5f6f8;
|
|
372
|
+
padding-left: 10px;
|
|
373
|
+
font-size: 14px;
|
|
374
|
+
height: 42px;
|
|
375
|
+
}
|
|
376
|
+
.serviceflow-attr-content[data-v-8bad091d] {
|
|
377
|
+
background: #ffffff;
|
|
378
|
+
box-shadow: 1px 0px 10px 0px rgba(0, 0, 0, 0.05);
|
|
379
|
+
height: 100%;
|
|
380
|
+
padding-left: 10px;
|
|
381
|
+
padding-right: 10px;
|
|
382
|
+
overflow: auto;
|
|
383
|
+
position: relative;
|
|
384
|
+
}
|
|
385
|
+
.serviceflow-attr-header-search[data-v-8bad091d] {
|
|
386
|
+
margin-top: 16px;
|
|
387
|
+
}
|
|
388
|
+
.serviceflow-attr-header-select[data-v-8bad091d] {
|
|
389
|
+
width: 90px;
|
|
390
|
+
height: 36px;
|
|
391
|
+
}
|
|
392
|
+
.serviceflow-page-param-row[data-v-8bad091d] {
|
|
393
|
+
height: 34px;
|
|
394
|
+
}
|
|
395
|
+
.el-table__cell > .cell[data-v-8bad091d] {
|
|
396
|
+
white-space: nowrap !important;
|
|
397
|
+
}
|
|
398
|
+
.serviceflow-item[data-v-8bad091d] {
|
|
399
|
+
background: rgba(88, 147, 239, 0.06);
|
|
400
|
+
border: 1px dashed rgba(88, 147, 239, 0.06);
|
|
401
|
+
border-radius: 4px 4px 4px 4px;
|
|
402
|
+
text-align: center;
|
|
403
|
+
margin-top: 12px;
|
|
404
|
+
padding: 10px 5px 10px 5px;
|
|
405
|
+
font-size: 12px;
|
|
406
|
+
cursor: move;
|
|
407
|
+
height: 60px;
|
|
408
|
+
overflow: hidden;
|
|
409
|
+
box-sizing: border-box;
|
|
410
|
+
color: #333333;
|
|
411
|
+
text-overflow: ellipsis;
|
|
412
|
+
white-space: nowrap;
|
|
413
|
+
-webkit-user-select: none; /* Safari */
|
|
414
|
+
-moz-user-select: none; /* Firefox */
|
|
415
|
+
-ms-user-select: none; /* Internet Explorer/Edge */
|
|
416
|
+
user-select: none; /* 标准语法 */
|
|
417
|
+
}
|
|
418
|
+
.serviceflow-item[data-v-8bad091d]:hover {
|
|
419
|
+
background: rgba(11, 45, 101, 0.105);
|
|
420
|
+
border: 1px dashed rgba(11, 45, 101, 0.227);
|
|
421
|
+
}
|
|
422
|
+
.amb-assembly-item-drag[data-v-8bad091d] {
|
|
423
|
+
opacity: 1 !important;
|
|
424
|
+
}
|
|
425
|
+
|
|
426
|
+
.el-drawer__header {
|
|
427
|
+
margin-bottom: 0 !important;
|
|
428
|
+
}
|
|
429
|
+
/**
|
|
430
|
+
解决右侧弹出属性配置遮罩层打开后页面其他地方无法点击问题
|
|
431
|
+
*/
|
|
432
|
+
[data-v-d5185214] .el-overlay {
|
|
433
|
+
position: static;
|
|
434
|
+
}
|
|
435
|
+
|
|
436
|
+
.el-alert + .el-form-item[data-v-32875028] {
|
|
437
|
+
margin-top: 10px;
|
|
438
|
+
}
|
|
439
|
+
.el-alert + .el-table[data-v-32875028] {
|
|
440
|
+
margin: 10px 0;
|
|
441
|
+
}
|
|
442
|
+
|
|
443
|
+
[data-v-da8fc67a] .el-table__row {
|
|
444
|
+
cursor: pointer;
|
|
445
|
+
}
|
|
446
|
+
/** 右键菜单样式 */
|
|
447
|
+
.context-menu[data-v-da8fc67a] {
|
|
448
|
+
position: absolute;
|
|
449
|
+
background: #fff;
|
|
450
|
+
z-index: 999;
|
|
451
|
+
margin: 5;
|
|
452
|
+
padding: 8px 8px;
|
|
453
|
+
box-shadow: 0 5px 7px 1px rgba(0, 0, 0, 0.1);
|
|
454
|
+
border: 1px solid #bbbbbb;
|
|
455
|
+
border-radius: 10px;
|
|
456
|
+
font-size: 14px;
|
|
457
|
+
}
|
|
458
|
+
.context-menu li[data-v-da8fc67a] {
|
|
459
|
+
list-style-type: none;
|
|
460
|
+
min-width: 75px;
|
|
461
|
+
line-height: 28px;
|
|
462
|
+
text-align: left;
|
|
463
|
+
border-radius: 5px;
|
|
464
|
+
padding-left: 5px;
|
|
465
|
+
cursor: pointer;
|
|
466
|
+
}
|
|
467
|
+
.context-menu li[data-v-da8fc67a]:hover {
|
|
468
|
+
background: #0165e1;
|
|
469
|
+
color: #fff;
|
|
470
|
+
}
|
|
471
|
+
/** 右键菜单样式 */
|
|
472
|
+
.custom-tree-node[data-v-da8fc67a] {
|
|
473
|
+
font-size: 14px;
|
|
474
|
+
padding-right: 8px;
|
|
475
|
+
display: flex; /* 使用Flex布局 */
|
|
476
|
+
align-items: center; /* 子元素在交叉轴(垂直方向)上居中对齐 */
|
|
477
|
+
}
|
|
478
|
+
|
|
479
|
+
.el-tabs + .el-alert[data-v-08737620] {
|
|
480
|
+
margin-top: 10px;
|
|
481
|
+
}
|
|
482
|
+
.el-alert + .el-form-item[data-v-08737620] {
|
|
483
|
+
margin-top: 10px;
|
|
484
|
+
}
|
|
485
|
+
|
|
486
|
+
.el-alert + .el-table[data-v-028fb838] {
|
|
487
|
+
margin-top: 10px;
|
|
488
|
+
}
|
|
489
|
+
.el-table + .el-alert[data-v-028fb838] {
|
|
490
|
+
margin: 10px 0;
|
|
491
|
+
}
|
|
492
|
+
|
|
493
|
+
[data-v-dac15197] .el-radio {
|
|
494
|
+
margin: 0;
|
|
495
|
+
}
|
|
496
|
+
.el-radio + .el-radio[data-v-dac15197] {
|
|
497
|
+
margin-left: 10px;
|
|
498
|
+
}
|
|
499
|
+
|
|
500
|
+
.el-alert + .el-table[data-v-e27c4c1e] {
|
|
501
|
+
margin-top: 10px;
|
|
502
|
+
}
|
|
503
|
+
.el-table + .el-alert[data-v-e27c4c1e] {
|
|
504
|
+
margin: 10px 0;
|
|
505
|
+
}
|
|
506
|
+
.el-alert + .el-form-item[data-v-e27c4c1e] {
|
|
507
|
+
margin-top: 10px;
|
|
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-91a913ff] {
|
|
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-91a913ff] {
|
|
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-91a913ff] {
|
|
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-91a913ff] {
|
|
551
572
|
}
|
|
552
|
-
.el-divider--horizontal[data-v-
|
|
573
|
+
.el-divider--horizontal[data-v-91a913ff] {
|
|
553
574
|
margin: 12px 0;
|
|
554
575
|
}
|
|
555
|
-
.serviceflow-nodeView[data-v-
|
|
576
|
+
.serviceflow-nodeView[data-v-91a913ff] {
|
|
556
577
|
border: 1px solid #5a90f9;
|
|
557
578
|
background: #eef3fe;
|
|
558
579
|
}
|
|
559
|
-
.serviceflow-nodeTitle[data-v-
|
|
580
|
+
.serviceflow-nodeTitle[data-v-91a913ff] {
|
|
560
581
|
width: 80px;
|
|
561
582
|
}
|
|
562
|
-
.serviceflow-nodeView[data-v-
|
|
583
|
+
.serviceflow-nodeView[data-v-1ce8de44] {
|
|
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-1ce8de44] {
|
|
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-1ce8de44] {
|
|
588
609
|
/* width: 100%; */
|
|
589
610
|
height: 15px;
|
|
590
611
|
font-weight: 400;
|
|
@@ -600,19 +621,20 @@
|
|
|
600
621
|
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
601
622
|
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
602
623
|
}
|
|
603
|
-
.serviceflow-nodeContent-desc[data-v-
|
|
624
|
+
.serviceflow-nodeContent-desc[data-v-1ce8de44] {
|
|
604
625
|
}
|
|
605
|
-
.el-divider--horizontal[data-v-
|
|
626
|
+
.el-divider--horizontal[data-v-1ce8de44] {
|
|
606
627
|
margin: 12px 0;
|
|
607
628
|
}
|
|
608
|
-
.serviceflow-nodeView[data-v-
|
|
629
|
+
.serviceflow-nodeView[data-v-1ce8de44] {
|
|
609
630
|
border: 1px solid #5a90f9;
|
|
610
|
-
background: #eef3fe;
|
|
631
|
+
background: #eef3fe;
|
|
632
|
+
width: 180px;
|
|
633
|
+
min-height: 95px;
|
|
611
634
|
}
|
|
612
|
-
.serviceflow-
|
|
613
|
-
width: 80px;
|
|
635
|
+
.serviceflow-nodeContent[data-v-1ce8de44] {
|
|
614
636
|
}
|
|
615
|
-
.serviceflow-nodeView[data-v-
|
|
637
|
+
.serviceflow-nodeView[data-v-1519c141] {
|
|
616
638
|
box-sizing: border-box;
|
|
617
639
|
margin: 10px 10px;
|
|
618
640
|
width: 180px;
|
|
@@ -621,7 +643,7 @@
|
|
|
621
643
|
border-radius: 2px 2px 2px 2px;
|
|
622
644
|
padding: 20px 10px;
|
|
623
645
|
}
|
|
624
|
-
.serviceflow-nodeTitle[data-v-
|
|
646
|
+
.serviceflow-nodeTitle[data-v-1519c141] {
|
|
625
647
|
width: 90px;
|
|
626
648
|
height: 15px;
|
|
627
649
|
font-weight: 400;
|
|
@@ -637,7 +659,7 @@
|
|
|
637
659
|
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
638
660
|
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
639
661
|
}
|
|
640
|
-
.serviceflow-nodeContent[data-v-
|
|
662
|
+
.serviceflow-nodeContent[data-v-1519c141] {
|
|
641
663
|
/* width: 100%; */
|
|
642
664
|
height: 15px;
|
|
643
665
|
font-weight: 400;
|
|
@@ -653,19 +675,19 @@
|
|
|
653
675
|
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
654
676
|
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
655
677
|
}
|
|
656
|
-
.serviceflow-nodeContent-desc[data-v-
|
|
678
|
+
.serviceflow-nodeContent-desc[data-v-1519c141] {
|
|
657
679
|
}
|
|
658
|
-
.el-divider--horizontal[data-v-
|
|
680
|
+
.el-divider--horizontal[data-v-1519c141] {
|
|
659
681
|
margin: 12px 0;
|
|
660
682
|
}
|
|
661
|
-
.serviceflow-nodeView[data-v-
|
|
683
|
+
.serviceflow-nodeView[data-v-1519c141] {
|
|
662
684
|
border: 1px solid #5a90f9;
|
|
663
685
|
background: #eef3fe;
|
|
664
686
|
}
|
|
665
|
-
.serviceflow-nodeTitle[data-v-
|
|
687
|
+
.serviceflow-nodeTitle[data-v-1519c141] {
|
|
666
688
|
width: 80px;
|
|
667
689
|
}
|
|
668
|
-
.serviceflow-nodeView[data-v-
|
|
690
|
+
.serviceflow-nodeView[data-v-b04d3f8b] {
|
|
669
691
|
box-sizing: border-box;
|
|
670
692
|
margin: 10px 10px;
|
|
671
693
|
width: 180px;
|
|
@@ -674,7 +696,7 @@
|
|
|
674
696
|
border-radius: 2px 2px 2px 2px;
|
|
675
697
|
padding: 20px 10px;
|
|
676
698
|
}
|
|
677
|
-
.serviceflow-nodeTitle[data-v-
|
|
699
|
+
.serviceflow-nodeTitle[data-v-b04d3f8b] {
|
|
678
700
|
width: 90px;
|
|
679
701
|
height: 15px;
|
|
680
702
|
font-weight: 400;
|
|
@@ -690,36 +712,56 @@
|
|
|
690
712
|
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
691
713
|
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
692
714
|
}
|
|
693
|
-
.serviceflow-nodeContent[data-v-
|
|
715
|
+
.serviceflow-nodeContent[data-v-b04d3f8b] {
|
|
694
716
|
/* width: 100%; */
|
|
695
717
|
height: 15px;
|
|
696
718
|
font-weight: 400;
|
|
697
719
|
font-size: 14px;
|
|
698
|
-
color: #666666;
|
|
720
|
+
color: #666666;
|
|
721
|
+
line-height: 14px;
|
|
722
|
+
text-align: left;
|
|
723
|
+
font-style: normal;
|
|
724
|
+
text-transform: none;
|
|
725
|
+
padding: 0px 0px;
|
|
726
|
+
box-sizing: content-box;
|
|
727
|
+
white-space: nowrap; /* 确保文本在一行内显示 */
|
|
728
|
+
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
729
|
+
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
730
|
+
}
|
|
731
|
+
.serviceflow-nodeContent-desc[data-v-b04d3f8b] {
|
|
732
|
+
}
|
|
733
|
+
.el-divider--horizontal[data-v-b04d3f8b] {
|
|
734
|
+
margin: 12px 0;
|
|
735
|
+
}
|
|
736
|
+
.serviceflow-nodeView[data-v-b04d3f8b] {
|
|
737
|
+
border: 1px solid #5a90f9;
|
|
738
|
+
background: #eef3fe;
|
|
739
|
+
}
|
|
740
|
+
.serviceflow-nodeTitle[data-v-b04d3f8b] {
|
|
741
|
+
width: 80px;
|
|
742
|
+
}
|
|
743
|
+
|
|
744
|
+
.node-content[data-v-117d4091] {
|
|
745
|
+
width: 120px;
|
|
746
|
+
height: 44px;
|
|
747
|
+
background: #ffffff;
|
|
748
|
+
box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
|
|
749
|
+
border-radius: 2px 2px 2px 2px;
|
|
750
|
+
}
|
|
751
|
+
.content[data-v-117d4091] {
|
|
752
|
+
width: 28px;
|
|
753
|
+
height: 15px;
|
|
754
|
+
font-weight: 400;
|
|
755
|
+
font-size: 14px;
|
|
756
|
+
color: #333333;
|
|
699
757
|
line-height: 14px;
|
|
700
758
|
text-align: left;
|
|
701
759
|
font-style: normal;
|
|
702
760
|
text-transform: none;
|
|
703
|
-
padding: 0px
|
|
704
|
-
box-sizing: content-box;
|
|
705
|
-
white-space: nowrap; /* 确保文本在一行内显示 */
|
|
706
|
-
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
707
|
-
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
708
|
-
}
|
|
709
|
-
.serviceflow-nodeContent-desc[data-v-1ce8de44] {
|
|
710
|
-
}
|
|
711
|
-
.el-divider--horizontal[data-v-1ce8de44] {
|
|
712
|
-
margin: 12px 0;
|
|
713
|
-
}
|
|
714
|
-
.serviceflow-nodeView[data-v-1ce8de44] {
|
|
715
|
-
border: 1px solid #5a90f9;
|
|
716
|
-
background: #eef3fe;
|
|
717
|
-
width: 180px;
|
|
718
|
-
min-height: 95px;
|
|
719
|
-
}
|
|
720
|
-
.serviceflow-nodeContent[data-v-1ce8de44] {
|
|
761
|
+
padding: 5px 0px 4px 10px;
|
|
762
|
+
box-sizing: content-box;
|
|
721
763
|
}
|
|
722
|
-
.serviceflow-nodeView[data-v-
|
|
764
|
+
.serviceflow-nodeView[data-v-96d149c1] {
|
|
723
765
|
box-sizing: border-box;
|
|
724
766
|
margin: 10px 10px;
|
|
725
767
|
width: 180px;
|
|
@@ -728,7 +770,7 @@
|
|
|
728
770
|
border-radius: 2px 2px 2px 2px;
|
|
729
771
|
padding: 20px 10px;
|
|
730
772
|
}
|
|
731
|
-
.serviceflow-nodeTitle[data-v-
|
|
773
|
+
.serviceflow-nodeTitle[data-v-96d149c1] {
|
|
732
774
|
width: 90px;
|
|
733
775
|
height: 15px;
|
|
734
776
|
font-weight: 400;
|
|
@@ -744,7 +786,7 @@
|
|
|
744
786
|
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
745
787
|
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
746
788
|
}
|
|
747
|
-
.serviceflow-nodeContent[data-v-
|
|
789
|
+
.serviceflow-nodeContent[data-v-96d149c1] {
|
|
748
790
|
/* width: 100%; */
|
|
749
791
|
height: 15px;
|
|
750
792
|
font-weight: 400;
|
|
@@ -760,19 +802,19 @@
|
|
|
760
802
|
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
761
803
|
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
762
804
|
}
|
|
763
|
-
.serviceflow-nodeContent-desc[data-v-
|
|
805
|
+
.serviceflow-nodeContent-desc[data-v-96d149c1] {
|
|
764
806
|
}
|
|
765
|
-
.el-divider--horizontal[data-v-
|
|
807
|
+
.el-divider--horizontal[data-v-96d149c1] {
|
|
766
808
|
margin: 12px 0;
|
|
767
809
|
}
|
|
768
|
-
.serviceflow-nodeView[data-v-
|
|
810
|
+
.serviceflow-nodeView[data-v-96d149c1] {
|
|
769
811
|
border: 1px solid #5a90f9;
|
|
770
812
|
background: #eef3fe;
|
|
771
813
|
}
|
|
772
|
-
.serviceflow-nodeTitle[data-v-
|
|
814
|
+
.serviceflow-nodeTitle[data-v-96d149c1] {
|
|
773
815
|
width: 80px;
|
|
774
816
|
}
|
|
775
|
-
.serviceflow-nodeView[data-v-
|
|
817
|
+
.serviceflow-nodeView[data-v-418f1558] {
|
|
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-418f1558] {
|
|
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-418f1558] {
|
|
801
843
|
/* width: 100%; */
|
|
802
844
|
height: 15px;
|
|
803
845
|
font-weight: 400;
|
|
@@ -813,38 +855,18 @@
|
|
|
813
855
|
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
814
856
|
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
815
857
|
}
|
|
816
|
-
.serviceflow-nodeContent-desc[data-v-
|
|
858
|
+
.serviceflow-nodeContent-desc[data-v-418f1558] {
|
|
817
859
|
}
|
|
818
|
-
.el-divider--horizontal[data-v-
|
|
860
|
+
.el-divider--horizontal[data-v-418f1558] {
|
|
819
861
|
margin: 12px 0;
|
|
820
862
|
}
|
|
821
|
-
.serviceflow-nodeView[data-v-
|
|
863
|
+
.serviceflow-nodeView[data-v-418f1558] {
|
|
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-418f1558] {
|
|
848
870
|
}
|
|
849
871
|
.serviceflow-nodeView[data-v-3c23a172] {
|
|
850
872
|
box-sizing: border-box;
|
|
@@ -900,7 +922,7 @@
|
|
|
900
922
|
}
|
|
901
923
|
.serviceflow-nodeContent[data-v-3c23a172] {
|
|
902
924
|
}
|
|
903
|
-
.serviceflow-nodeView[data-v-
|
|
925
|
+
.serviceflow-nodeView[data-v-42ce3f17] {
|
|
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-42ce3f17] {
|
|
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-42ce3f17] {
|
|
929
951
|
/* width: 100%; */
|
|
930
952
|
height: 15px;
|
|
931
953
|
font-weight: 400;
|
|
@@ -941,19 +963,39 @@
|
|
|
941
963
|
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
942
964
|
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
943
965
|
}
|
|
944
|
-
.serviceflow-nodeContent-desc[data-v-
|
|
966
|
+
.serviceflow-nodeContent-desc[data-v-42ce3f17] {
|
|
945
967
|
}
|
|
946
|
-
.el-divider--horizontal[data-v-
|
|
968
|
+
.el-divider--horizontal[data-v-42ce3f17] {
|
|
947
969
|
margin: 12px 0;
|
|
948
970
|
}
|
|
949
|
-
.serviceflow-nodeView[data-v-
|
|
971
|
+
.serviceflow-nodeView[data-v-42ce3f17] {
|
|
950
972
|
border: 1px solid #5a90f9;
|
|
951
973
|
background: #eef3fe;
|
|
952
974
|
}
|
|
953
|
-
.serviceflow-nodeTitle[data-v-
|
|
975
|
+
.serviceflow-nodeTitle[data-v-42ce3f17] {
|
|
954
976
|
width: 80px;
|
|
955
977
|
}
|
|
956
|
-
|
|
978
|
+
|
|
979
|
+
.aaa[data-v-8bd72b80] {
|
|
980
|
+
width: 300px;
|
|
981
|
+
height: 200px;
|
|
982
|
+
background: #ffffff;
|
|
983
|
+
box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
|
|
984
|
+
border-radius: 2px 2px 2px 2px;
|
|
985
|
+
}
|
|
986
|
+
.content[data-v-8bd72b80] {
|
|
987
|
+
width: 28px;
|
|
988
|
+
height: 15px;
|
|
989
|
+
font-weight: 400;
|
|
990
|
+
font-size: 14px;
|
|
991
|
+
color: #333333;
|
|
992
|
+
line-height: 14px;
|
|
993
|
+
text-align: left;
|
|
994
|
+
font-style: normal;
|
|
995
|
+
text-transform: none;
|
|
996
|
+
padding: 5px 0px 4px 10px;
|
|
997
|
+
}
|
|
998
|
+
.serviceflow-nodeView[data-v-6b34f36c] {
|
|
957
999
|
box-sizing: border-box;
|
|
958
1000
|
margin: 10px 10px;
|
|
959
1001
|
width: 180px;
|
|
@@ -962,7 +1004,7 @@
|
|
|
962
1004
|
border-radius: 2px 2px 2px 2px;
|
|
963
1005
|
padding: 20px 10px;
|
|
964
1006
|
}
|
|
965
|
-
.serviceflow-nodeTitle[data-v-
|
|
1007
|
+
.serviceflow-nodeTitle[data-v-6b34f36c] {
|
|
966
1008
|
width: 90px;
|
|
967
1009
|
height: 15px;
|
|
968
1010
|
font-weight: 400;
|
|
@@ -978,7 +1020,7 @@
|
|
|
978
1020
|
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
979
1021
|
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
980
1022
|
}
|
|
981
|
-
.serviceflow-nodeContent[data-v-
|
|
1023
|
+
.serviceflow-nodeContent[data-v-6b34f36c] {
|
|
982
1024
|
/* width: 100%; */
|
|
983
1025
|
height: 15px;
|
|
984
1026
|
font-weight: 400;
|
|
@@ -994,20 +1036,19 @@
|
|
|
994
1036
|
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
995
1037
|
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
996
1038
|
}
|
|
997
|
-
.serviceflow-nodeContent-desc[data-v-
|
|
1039
|
+
.serviceflow-nodeContent-desc[data-v-6b34f36c] {
|
|
998
1040
|
}
|
|
999
|
-
.el-divider--horizontal[data-v-
|
|
1041
|
+
.el-divider--horizontal[data-v-6b34f36c] {
|
|
1000
1042
|
margin: 12px 0;
|
|
1001
1043
|
}
|
|
1002
|
-
.serviceflow-nodeView[data-v-
|
|
1044
|
+
.serviceflow-nodeView[data-v-6b34f36c] {
|
|
1003
1045
|
border: 1px solid #5a90f9;
|
|
1004
|
-
background: #eef3fe;
|
|
1005
|
-
width: 180px;
|
|
1006
|
-
min-height: 95px;
|
|
1046
|
+
background: #eef3fe;
|
|
1007
1047
|
}
|
|
1008
|
-
.serviceflow-
|
|
1048
|
+
.serviceflow-nodeTitle[data-v-6b34f36c] {
|
|
1049
|
+
width: 80px;
|
|
1009
1050
|
}
|
|
1010
|
-
.serviceflow-nodeView[data-v-
|
|
1051
|
+
.serviceflow-nodeView[data-v-4d28d77b] {
|
|
1011
1052
|
box-sizing: border-box;
|
|
1012
1053
|
margin: 10px 10px;
|
|
1013
1054
|
width: 180px;
|
|
@@ -1016,7 +1057,7 @@
|
|
|
1016
1057
|
border-radius: 2px 2px 2px 2px;
|
|
1017
1058
|
padding: 20px 10px;
|
|
1018
1059
|
}
|
|
1019
|
-
.serviceflow-nodeTitle[data-v-
|
|
1060
|
+
.serviceflow-nodeTitle[data-v-4d28d77b] {
|
|
1020
1061
|
width: 90px;
|
|
1021
1062
|
height: 15px;
|
|
1022
1063
|
font-weight: 400;
|
|
@@ -1032,7 +1073,7 @@
|
|
|
1032
1073
|
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
1033
1074
|
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
1034
1075
|
}
|
|
1035
|
-
.serviceflow-nodeContent[data-v-
|
|
1076
|
+
.serviceflow-nodeContent[data-v-4d28d77b] {
|
|
1036
1077
|
/* width: 100%; */
|
|
1037
1078
|
height: 15px;
|
|
1038
1079
|
font-weight: 400;
|
|
@@ -1048,19 +1089,19 @@
|
|
|
1048
1089
|
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
1049
1090
|
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
1050
1091
|
}
|
|
1051
|
-
.serviceflow-nodeContent-desc[data-v-
|
|
1092
|
+
.serviceflow-nodeContent-desc[data-v-4d28d77b] {
|
|
1052
1093
|
}
|
|
1053
|
-
.el-divider--horizontal[data-v-
|
|
1094
|
+
.el-divider--horizontal[data-v-4d28d77b] {
|
|
1054
1095
|
margin: 12px 0;
|
|
1055
1096
|
}
|
|
1056
|
-
.serviceflow-nodeView[data-v-
|
|
1097
|
+
.serviceflow-nodeView[data-v-4d28d77b] {
|
|
1057
1098
|
border: 1px solid #5a90f9;
|
|
1058
1099
|
background: #eef3fe;
|
|
1059
1100
|
}
|
|
1060
|
-
.serviceflow-nodeTitle[data-v-
|
|
1101
|
+
.serviceflow-nodeTitle[data-v-4d28d77b] {
|
|
1061
1102
|
width: 80px;
|
|
1062
1103
|
}
|
|
1063
|
-
.serviceflow-nodeView[data-v-
|
|
1104
|
+
.serviceflow-nodeView[data-v-23f1c97b] {
|
|
1064
1105
|
box-sizing: border-box;
|
|
1065
1106
|
margin: 10px 10px;
|
|
1066
1107
|
width: 180px;
|
|
@@ -1069,7 +1110,7 @@
|
|
|
1069
1110
|
border-radius: 2px 2px 2px 2px;
|
|
1070
1111
|
padding: 20px 10px;
|
|
1071
1112
|
}
|
|
1072
|
-
.serviceflow-nodeTitle[data-v-
|
|
1113
|
+
.serviceflow-nodeTitle[data-v-23f1c97b] {
|
|
1073
1114
|
width: 90px;
|
|
1074
1115
|
height: 15px;
|
|
1075
1116
|
font-weight: 400;
|
|
@@ -1085,7 +1126,7 @@
|
|
|
1085
1126
|
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
1086
1127
|
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
1087
1128
|
}
|
|
1088
|
-
.serviceflow-nodeContent[data-v-
|
|
1129
|
+
.serviceflow-nodeContent[data-v-23f1c97b] {
|
|
1089
1130
|
/* width: 100%; */
|
|
1090
1131
|
height: 15px;
|
|
1091
1132
|
font-weight: 400;
|
|
@@ -1101,40 +1142,19 @@
|
|
|
1101
1142
|
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
1102
1143
|
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
1103
1144
|
}
|
|
1104
|
-
.serviceflow-nodeContent-desc[data-v-
|
|
1145
|
+
.serviceflow-nodeContent-desc[data-v-23f1c97b] {
|
|
1105
1146
|
}
|
|
1106
|
-
.el-divider--horizontal[data-v-
|
|
1147
|
+
.el-divider--horizontal[data-v-23f1c97b] {
|
|
1107
1148
|
margin: 12px 0;
|
|
1108
1149
|
}
|
|
1109
|
-
.serviceflow-nodeView[data-v-
|
|
1150
|
+
.serviceflow-nodeView[data-v-23f1c97b] {
|
|
1110
1151
|
border: 1px solid #5a90f9;
|
|
1111
1152
|
background: #eef3fe;
|
|
1112
1153
|
}
|
|
1113
|
-
.serviceflow-nodeTitle[data-v-
|
|
1154
|
+
.serviceflow-nodeTitle[data-v-23f1c97b] {
|
|
1114
1155
|
width: 80px;
|
|
1115
1156
|
}
|
|
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
|
-
.serviceflow-nodeView[data-v-1519c141] {
|
|
1157
|
+
.serviceflow-nodeView[data-v-9770119b] {
|
|
1138
1158
|
box-sizing: border-box;
|
|
1139
1159
|
margin: 10px 10px;
|
|
1140
1160
|
width: 180px;
|
|
@@ -1143,7 +1163,7 @@
|
|
|
1143
1163
|
border-radius: 2px 2px 2px 2px;
|
|
1144
1164
|
padding: 20px 10px;
|
|
1145
1165
|
}
|
|
1146
|
-
.serviceflow-nodeTitle[data-v-
|
|
1166
|
+
.serviceflow-nodeTitle[data-v-9770119b] {
|
|
1147
1167
|
width: 90px;
|
|
1148
1168
|
height: 15px;
|
|
1149
1169
|
font-weight: 400;
|
|
@@ -1159,7 +1179,7 @@
|
|
|
1159
1179
|
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
1160
1180
|
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
1161
1181
|
}
|
|
1162
|
-
.serviceflow-nodeContent[data-v-
|
|
1182
|
+
.serviceflow-nodeContent[data-v-9770119b] {
|
|
1163
1183
|
/* width: 100%; */
|
|
1164
1184
|
height: 15px;
|
|
1165
1185
|
font-weight: 400;
|
|
@@ -1175,39 +1195,19 @@
|
|
|
1175
1195
|
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
1176
1196
|
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
1177
1197
|
}
|
|
1178
|
-
.serviceflow-nodeContent-desc[data-v-
|
|
1198
|
+
.serviceflow-nodeContent-desc[data-v-9770119b] {
|
|
1179
1199
|
}
|
|
1180
|
-
.el-divider--horizontal[data-v-
|
|
1200
|
+
.el-divider--horizontal[data-v-9770119b] {
|
|
1181
1201
|
margin: 12px 0;
|
|
1182
1202
|
}
|
|
1183
|
-
.serviceflow-nodeView[data-v-
|
|
1203
|
+
.serviceflow-nodeView[data-v-9770119b] {
|
|
1184
1204
|
border: 1px solid #5a90f9;
|
|
1185
1205
|
background: #eef3fe;
|
|
1186
1206
|
}
|
|
1187
|
-
.serviceflow-nodeTitle[data-v-
|
|
1207
|
+
.serviceflow-nodeTitle[data-v-9770119b] {
|
|
1188
1208
|
width: 80px;
|
|
1189
1209
|
}
|
|
1190
|
-
|
|
1191
|
-
.aaa[data-v-8bd72b80] {
|
|
1192
|
-
width: 300px;
|
|
1193
|
-
height: 200px;
|
|
1194
|
-
background: #ffffff;
|
|
1195
|
-
box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
|
|
1196
|
-
border-radius: 2px 2px 2px 2px;
|
|
1197
|
-
}
|
|
1198
|
-
.content[data-v-8bd72b80] {
|
|
1199
|
-
width: 28px;
|
|
1200
|
-
height: 15px;
|
|
1201
|
-
font-weight: 400;
|
|
1202
|
-
font-size: 14px;
|
|
1203
|
-
color: #333333;
|
|
1204
|
-
line-height: 14px;
|
|
1205
|
-
text-align: left;
|
|
1206
|
-
font-style: normal;
|
|
1207
|
-
text-transform: none;
|
|
1208
|
-
padding: 5px 0px 4px 10px;
|
|
1209
|
-
}
|
|
1210
|
-
.serviceflow-nodeView[data-v-42ce3f17] {
|
|
1210
|
+
.serviceflow-nodeView[data-v-08d9d211] {
|
|
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-08d9d211] {
|
|
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-08d9d211] {
|
|
1236
1236
|
/* width: 100%; */
|
|
1237
1237
|
height: 15px;
|
|
1238
1238
|
font-weight: 400;
|
|
@@ -1248,16 +1248,16 @@
|
|
|
1248
1248
|
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
1249
1249
|
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
1250
1250
|
}
|
|
1251
|
-
.serviceflow-nodeContent-desc[data-v-
|
|
1251
|
+
.serviceflow-nodeContent-desc[data-v-08d9d211] {
|
|
1252
1252
|
}
|
|
1253
|
-
.el-divider--horizontal[data-v-
|
|
1253
|
+
.el-divider--horizontal[data-v-08d9d211] {
|
|
1254
1254
|
margin: 12px 0;
|
|
1255
1255
|
}
|
|
1256
|
-
.serviceflow-nodeView[data-v-
|
|
1256
|
+
.serviceflow-nodeView[data-v-08d9d211] {
|
|
1257
1257
|
border: 1px solid #5a90f9;
|
|
1258
1258
|
background: #eef3fe;
|
|
1259
1259
|
}
|
|
1260
|
-
.serviceflow-nodeTitle[data-v-
|
|
1260
|
+
.serviceflow-nodeTitle[data-v-08d9d211] {
|
|
1261
1261
|
width: 80px;
|
|
1262
1262
|
}
|
|
1263
1263
|
|
|
@@ -1265,6 +1265,16 @@
|
|
|
1265
1265
|
margin-right: 10px;
|
|
1266
1266
|
}
|
|
1267
1267
|
|
|
1268
|
+
.el-select + .el-input[data-v-b53b2895] {
|
|
1269
|
+
margin-left: 10px;
|
|
1270
|
+
}
|
|
1271
|
+
.el-input + .el-input[data-v-b53b2895] {
|
|
1272
|
+
margin-left: 10px;
|
|
1273
|
+
}
|
|
1274
|
+
.el-input + .el-button[data-v-b53b2895] {
|
|
1275
|
+
margin-left: 10px;
|
|
1276
|
+
}
|
|
1277
|
+
|
|
1268
1278
|
.el-radio[data-v-1ee0eb33] {
|
|
1269
1279
|
margin-right: 10px;
|
|
1270
1280
|
}
|
|
@@ -1282,16 +1292,6 @@
|
|
|
1282
1292
|
margin-left: 10px;
|
|
1283
1293
|
}
|
|
1284
1294
|
|
|
1285
|
-
.el-select + .el-input[data-v-b53b2895] {
|
|
1286
|
-
margin-left: 10px;
|
|
1287
|
-
}
|
|
1288
|
-
.el-input + .el-input[data-v-b53b2895] {
|
|
1289
|
-
margin-left: 10px;
|
|
1290
|
-
}
|
|
1291
|
-
.el-input + .el-button[data-v-b53b2895] {
|
|
1292
|
-
margin-left: 10px;
|
|
1293
|
-
}
|
|
1294
|
-
|
|
1295
1295
|
[data-v-9cc733d7] .el-cascader-menu {
|
|
1296
1296
|
min-width: 120px !important;
|
|
1297
1297
|
}
|
|
@@ -1306,13 +1306,13 @@
|
|
|
1306
1306
|
cursor: pointer;
|
|
1307
1307
|
}
|
|
1308
1308
|
|
|
1309
|
-
[data-v-9a3ee19e] .el-dropdown {
|
|
1310
|
-
vertical-align: middle;
|
|
1311
|
-
}
|
|
1312
|
-
|
|
1313
1309
|
[data-v-2d06523b] .el-upload {
|
|
1314
1310
|
width: 100%;
|
|
1315
1311
|
}
|
|
1316
1312
|
[data-v-2d06523b] .el-button {
|
|
1317
1313
|
width: 100%;
|
|
1318
1314
|
}
|
|
1315
|
+
|
|
1316
|
+
[data-v-9a3ee19e] .el-dropdown {
|
|
1317
|
+
vertical-align: middle;
|
|
1318
|
+
}
|