service-flow-designer 2.0.15 → 2.0.21
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/database-select.vue.js +1 -1
- package/dist/es/designer/common/components/database-select.vue2.js +1 -1
- package/dist/es/designer/common/components/datatable-select.vue.js +1 -1
- package/dist/es/designer/common/components/datatable-select.vue2.js +5 -2
- package/dist/es/designer/desginer-index.vue.js +1 -1
- package/dist/es/designer/desginer-index.vue2.js +1 -1
- package/dist/es/designer/service-components/base/notification/recipients-select.vue.d.ts +1 -1
- package/dist/es/designer/service-flow-view/service-params.vue.js +15 -4
- package/dist/es/designer/service-flow-view/service-update-log.vue.js +1 -1
- package/dist/es/designer/service-flow-view/service-update-log.vue2.js +3 -1
- package/dist/es/designer/service-panel/service-list.vue.js +1 -1
- package/dist/es/designer/service-panel/service-list.vue2.js +38 -11
- package/dist/es/stores/page-store.js +1 -1
- package/dist/es/style.css +332 -332
- package/dist/es/utils/common-util.js +1 -1
- package/package.json +2 -2
package/dist/es/style.css
CHANGED
|
@@ -1,25 +1,25 @@
|
|
|
1
|
-
.amb-container-left[data-v-
|
|
1
|
+
.amb-container-left[data-v-a35a4385] {
|
|
2
2
|
width: 260px;
|
|
3
3
|
padding-right: 20px;
|
|
4
4
|
overflow-y: auto;
|
|
5
5
|
}
|
|
6
|
-
.amb-container-main[data-v-
|
|
6
|
+
.amb-container-main[data-v-a35a4385] {
|
|
7
7
|
padding: 0 10px 0 0;
|
|
8
8
|
}
|
|
9
|
-
.amb-container-main[data-v-
|
|
9
|
+
.amb-container-main[data-v-a35a4385]::-webkit-scrollbar {
|
|
10
10
|
width: 1px;
|
|
11
11
|
}
|
|
12
|
-
.amb-container-attr[data-v-
|
|
12
|
+
.amb-container-attr[data-v-a35a4385] {
|
|
13
13
|
width: 300px;
|
|
14
14
|
padding-left: 20px;
|
|
15
15
|
}
|
|
16
16
|
/**
|
|
17
17
|
解决右侧弹出属性配置遮罩层打开后页面其他地方无法点击问题
|
|
18
18
|
*/
|
|
19
|
-
[data-v-
|
|
19
|
+
[data-v-a35a4385]:v-deep(.el-drawer__header) {
|
|
20
20
|
margin-bottom: 0 !important;
|
|
21
21
|
}
|
|
22
|
-
[data-v-
|
|
22
|
+
[data-v-a35a4385] .el-overlay {
|
|
23
23
|
position: static;
|
|
24
24
|
}
|
|
25
25
|
|
|
@@ -183,6 +183,11 @@
|
|
|
183
183
|
margin-top: 10px;
|
|
184
184
|
}
|
|
185
185
|
|
|
186
|
+
.el-dialog__wrapper[data-v-d41cb0ad] {
|
|
187
|
+
overflow: hidden !important;
|
|
188
|
+
padding-right: 0 !important;
|
|
189
|
+
}
|
|
190
|
+
|
|
186
191
|
.editorTool[data-v-684c1f08] {
|
|
187
192
|
margin-left: auto;
|
|
188
193
|
}
|
|
@@ -196,13 +201,6 @@
|
|
|
196
201
|
align-items: center; /* 子元素在交叉轴(垂直方向)上居中对齐 */
|
|
197
202
|
}
|
|
198
203
|
|
|
199
|
-
.el-alert + .el-form-item[data-v-32875028] {
|
|
200
|
-
margin-top: 10px;
|
|
201
|
-
}
|
|
202
|
-
.el-alert + .el-table[data-v-32875028] {
|
|
203
|
-
margin: 10px 0;
|
|
204
|
-
}
|
|
205
|
-
|
|
206
204
|
[data-v-808a13e1] .el-radio {
|
|
207
205
|
margin: 0;
|
|
208
206
|
}
|
|
@@ -210,64 +208,14 @@
|
|
|
210
208
|
margin-left: 10px;
|
|
211
209
|
}
|
|
212
210
|
|
|
213
|
-
.el-
|
|
214
|
-
margin-
|
|
215
|
-
}
|
|
216
|
-
.el-table + .el-alert[data-v-028fb838] {
|
|
217
|
-
margin: 10px 0;
|
|
218
|
-
}
|
|
219
|
-
|
|
220
|
-
[data-v-65e38bfb] .el-radio {
|
|
221
|
-
margin: 0;
|
|
222
|
-
}
|
|
223
|
-
.el-radio + .el-radio[data-v-65e38bfb] {
|
|
224
|
-
margin-left: 10px;
|
|
225
|
-
}
|
|
226
|
-
|
|
227
|
-
[data-v-a5cc897b] .el-table__row {
|
|
228
|
-
cursor: pointer;
|
|
229
|
-
}
|
|
230
|
-
/** 右键菜单样式 */
|
|
231
|
-
.context-menu[data-v-a5cc897b] {
|
|
232
|
-
position: absolute;
|
|
233
|
-
background: #fff;
|
|
234
|
-
z-index: 999;
|
|
235
|
-
margin: 5;
|
|
236
|
-
padding: 8px 8px;
|
|
237
|
-
box-shadow: 0 5px 7px 1px rgba(0, 0, 0, 0.1);
|
|
238
|
-
border: 1px solid #bbbbbb;
|
|
239
|
-
border-radius: 10px;
|
|
240
|
-
font-size: 14px;
|
|
241
|
-
}
|
|
242
|
-
.context-menu li[data-v-a5cc897b] {
|
|
243
|
-
list-style-type: none;
|
|
244
|
-
min-width: 75px;
|
|
245
|
-
line-height: 28px;
|
|
246
|
-
text-align: left;
|
|
247
|
-
border-radius: 5px;
|
|
248
|
-
padding-left: 5px;
|
|
249
|
-
cursor: pointer;
|
|
250
|
-
}
|
|
251
|
-
.context-menu li[data-v-a5cc897b]:hover {
|
|
252
|
-
background: #0165e1;
|
|
253
|
-
color: #fff;
|
|
254
|
-
}
|
|
255
|
-
/** 右键菜单样式 */
|
|
256
|
-
.custom-tree-node[data-v-a5cc897b] {
|
|
257
|
-
font-size: 14px;
|
|
258
|
-
padding-right: 8px;
|
|
259
|
-
display: flex; /* 使用Flex布局 */
|
|
260
|
-
align-items: center; /* 子元素在交叉轴(垂直方向)上居中对齐 */
|
|
211
|
+
.el-drawer__header {
|
|
212
|
+
margin-bottom: 0 !important;
|
|
261
213
|
}
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
margin: 10px 0;
|
|
268
|
-
}
|
|
269
|
-
.el-alert + .el-form-item[data-v-d978e7dc] {
|
|
270
|
-
margin-top: 10px;
|
|
214
|
+
/**
|
|
215
|
+
解决右侧弹出属性配置遮罩层打开后页面其他地方无法点击问题
|
|
216
|
+
*/
|
|
217
|
+
[data-v-c51cce99] .el-overlay {
|
|
218
|
+
position: static;
|
|
271
219
|
}
|
|
272
220
|
|
|
273
221
|
.el-alert + .el-table[data-v-e27c4c1e] {
|
|
@@ -280,84 +228,11 @@
|
|
|
280
228
|
margin-top: 10px;
|
|
281
229
|
}
|
|
282
230
|
|
|
283
|
-
|
|
284
|
-
margin
|
|
285
|
-
}
|
|
286
|
-
.el-alert + .el-form-item[data-v-08737620] {
|
|
287
|
-
margin-top: 10px;
|
|
288
|
-
}
|
|
289
|
-
|
|
290
|
-
.el-alert + .el-table[data-v-82e0dfef] {
|
|
291
|
-
margin-top: 10px;
|
|
292
|
-
}
|
|
293
|
-
.el-alert + .el-form-item[data-v-82e0dfef] {
|
|
294
|
-
margin-top: 10px;
|
|
295
|
-
}
|
|
296
|
-
.amb-design-attr-base-content[data-v-ce167986] {
|
|
297
|
-
background: #ffffff;
|
|
298
|
-
box-shadow: 1px 0px 10px 0px rgba(0, 0, 0, 0.05);
|
|
299
|
-
height: 100%;
|
|
300
|
-
padding-left: 10px;
|
|
301
|
-
padding-right: 10px;
|
|
302
|
-
overflow: auto;
|
|
303
|
-
}
|
|
304
|
-
.amb-design-attr-item[data-v-ce167986] {
|
|
305
|
-
margin-bottom: 8px;
|
|
306
|
-
}
|
|
307
|
-
.amb-design-attr-group-header > button[data-v-ce167986] {
|
|
308
|
-
background: #f5f6f8;
|
|
309
|
-
padding-left: 10px;
|
|
310
|
-
font-size: 14px;
|
|
311
|
-
height: 42px;
|
|
312
|
-
}
|
|
313
|
-
.amb-design-attr-content[data-v-ce167986] {
|
|
314
|
-
background: #ffffff;
|
|
315
|
-
box-shadow: 1px 0px 10px 0px rgba(0, 0, 0, 0.05);
|
|
316
|
-
height: 100%;
|
|
317
|
-
padding-left: 10px;
|
|
318
|
-
padding-right: 10px;
|
|
319
|
-
overflow: auto;
|
|
320
|
-
position: relative;
|
|
321
|
-
}
|
|
322
|
-
.amb-design-attr-header-search[data-v-ce167986] {
|
|
323
|
-
margin-top: 16px;
|
|
324
|
-
}
|
|
325
|
-
.amb-design-attr-header-select[data-v-ce167986] {
|
|
326
|
-
width: 90px;
|
|
327
|
-
height: 36px;
|
|
328
|
-
}
|
|
329
|
-
.amb-design-page-param-row[data-v-ce167986] {
|
|
330
|
-
height: 34px;
|
|
331
|
-
}
|
|
332
|
-
.el-table__cell > .cell[data-v-ce167986] {
|
|
333
|
-
white-space: nowrap !important;
|
|
334
|
-
}
|
|
335
|
-
.serviceflow-item[data-v-ce167986] {
|
|
336
|
-
background: rgba(88, 147, 239, 0.06);
|
|
337
|
-
border: 1px dashed rgba(88, 147, 239, 0.06);
|
|
338
|
-
border-radius: 4px 4px 4px 4px;
|
|
339
|
-
text-align: center;
|
|
340
|
-
margin-top: 12px;
|
|
341
|
-
padding: 10px 5px 10px 5px;
|
|
342
|
-
font-size: 12px;
|
|
343
|
-
cursor: move;
|
|
344
|
-
height: 60px;
|
|
345
|
-
overflow: hidden;
|
|
346
|
-
box-sizing: border-box;
|
|
347
|
-
color: #333333;
|
|
348
|
-
text-overflow: ellipsis;
|
|
349
|
-
white-space: nowrap;
|
|
350
|
-
-webkit-user-select: none; /* Safari */
|
|
351
|
-
-moz-user-select: none; /* Firefox */
|
|
352
|
-
-ms-user-select: none; /* Internet Explorer/Edge */
|
|
353
|
-
user-select: none; /* 标准语法 */
|
|
354
|
-
}
|
|
355
|
-
.serviceflow-item[data-v-ce167986]:hover {
|
|
356
|
-
background: rgba(11, 45, 101, 0.105);
|
|
357
|
-
border: 1px dashed rgba(11, 45, 101, 0.227);
|
|
231
|
+
[data-v-65e38bfb] .el-radio {
|
|
232
|
+
margin: 0;
|
|
358
233
|
}
|
|
359
|
-
.
|
|
360
|
-
|
|
234
|
+
.el-radio + .el-radio[data-v-65e38bfb] {
|
|
235
|
+
margin-left: 10px;
|
|
361
236
|
}
|
|
362
237
|
.control-item[data-v-fdc6ec07] {
|
|
363
238
|
top: -5px;
|
|
@@ -490,72 +365,166 @@
|
|
|
490
365
|
margin-left: 50px;
|
|
491
366
|
}
|
|
492
367
|
|
|
493
|
-
.el-
|
|
494
|
-
|
|
495
|
-
|
|
368
|
+
.el-alert + .el-table[data-v-82e0dfef] {
|
|
369
|
+
margin-top: 10px;
|
|
370
|
+
}
|
|
371
|
+
.el-alert + .el-form-item[data-v-82e0dfef] {
|
|
372
|
+
margin-top: 10px;
|
|
496
373
|
}
|
|
497
374
|
|
|
498
|
-
.el-
|
|
499
|
-
|
|
375
|
+
[data-v-2badb0bb] .el-table__row {
|
|
376
|
+
cursor: pointer;
|
|
500
377
|
}
|
|
501
|
-
/**
|
|
502
|
-
|
|
503
|
-
|
|
504
|
-
|
|
505
|
-
|
|
378
|
+
/** 右键菜单样式 */
|
|
379
|
+
.context-menu[data-v-2badb0bb] {
|
|
380
|
+
position: absolute;
|
|
381
|
+
background: #fff;
|
|
382
|
+
z-index: 999;
|
|
383
|
+
margin: 5;
|
|
384
|
+
padding: 8px 8px;
|
|
385
|
+
box-shadow: 0 5px 7px 1px rgba(0, 0, 0, 0.1);
|
|
386
|
+
border: 1px solid #bbbbbb;
|
|
387
|
+
border-radius: 10px;
|
|
388
|
+
font-size: 14px;
|
|
389
|
+
}
|
|
390
|
+
.context-menu li[data-v-2badb0bb] {
|
|
391
|
+
list-style-type: none;
|
|
392
|
+
min-width: 75px;
|
|
393
|
+
line-height: 28px;
|
|
394
|
+
text-align: left;
|
|
395
|
+
border-radius: 5px;
|
|
396
|
+
padding-left: 5px;
|
|
397
|
+
cursor: pointer;
|
|
398
|
+
}
|
|
399
|
+
.context-menu li[data-v-2badb0bb]:hover {
|
|
400
|
+
background: #0165e1;
|
|
401
|
+
color: #fff;
|
|
506
402
|
}
|
|
507
|
-
|
|
508
|
-
|
|
509
|
-
|
|
510
|
-
|
|
511
|
-
|
|
512
|
-
|
|
513
|
-
|
|
514
|
-
|
|
403
|
+
/** 右键菜单样式 */
|
|
404
|
+
.custom-tree-node[data-v-2badb0bb] {
|
|
405
|
+
font-size: 14px;
|
|
406
|
+
padding-right: 8px;
|
|
407
|
+
display: flex; /* 使用Flex布局 */
|
|
408
|
+
align-items: center; /* 子元素在交叉轴(垂直方向)上居中对齐 */
|
|
409
|
+
}
|
|
410
|
+
|
|
411
|
+
.el-alert + .el-form-item[data-v-32875028] {
|
|
412
|
+
margin-top: 10px;
|
|
515
413
|
}
|
|
516
|
-
.
|
|
414
|
+
.el-alert + .el-table[data-v-32875028] {
|
|
415
|
+
margin: 10px 0;
|
|
416
|
+
}
|
|
417
|
+
.amb-design-attr-base-content[data-v-ce167986] {
|
|
418
|
+
background: #ffffff;
|
|
419
|
+
box-shadow: 1px 0px 10px 0px rgba(0, 0, 0, 0.05);
|
|
420
|
+
height: 100%;
|
|
421
|
+
padding-left: 10px;
|
|
422
|
+
padding-right: 10px;
|
|
423
|
+
overflow: auto;
|
|
424
|
+
}
|
|
425
|
+
.amb-design-attr-item[data-v-ce167986] {
|
|
426
|
+
margin-bottom: 8px;
|
|
427
|
+
}
|
|
428
|
+
.amb-design-attr-group-header > button[data-v-ce167986] {
|
|
429
|
+
background: #f5f6f8;
|
|
430
|
+
padding-left: 10px;
|
|
431
|
+
font-size: 14px;
|
|
432
|
+
height: 42px;
|
|
433
|
+
}
|
|
434
|
+
.amb-design-attr-content[data-v-ce167986] {
|
|
435
|
+
background: #ffffff;
|
|
436
|
+
box-shadow: 1px 0px 10px 0px rgba(0, 0, 0, 0.05);
|
|
437
|
+
height: 100%;
|
|
438
|
+
padding-left: 10px;
|
|
439
|
+
padding-right: 10px;
|
|
440
|
+
overflow: auto;
|
|
441
|
+
position: relative;
|
|
442
|
+
}
|
|
443
|
+
.amb-design-attr-header-search[data-v-ce167986] {
|
|
444
|
+
margin-top: 16px;
|
|
445
|
+
}
|
|
446
|
+
.amb-design-attr-header-select[data-v-ce167986] {
|
|
517
447
|
width: 90px;
|
|
518
|
-
height:
|
|
519
|
-
|
|
520
|
-
|
|
448
|
+
height: 36px;
|
|
449
|
+
}
|
|
450
|
+
.amb-design-page-param-row[data-v-ce167986] {
|
|
451
|
+
height: 34px;
|
|
452
|
+
}
|
|
453
|
+
.el-table__cell > .cell[data-v-ce167986] {
|
|
454
|
+
white-space: nowrap !important;
|
|
455
|
+
}
|
|
456
|
+
.serviceflow-item[data-v-ce167986] {
|
|
457
|
+
background: rgba(88, 147, 239, 0.06);
|
|
458
|
+
border: 1px dashed rgba(88, 147, 239, 0.06);
|
|
459
|
+
border-radius: 4px 4px 4px 4px;
|
|
460
|
+
text-align: center;
|
|
461
|
+
margin-top: 12px;
|
|
462
|
+
padding: 10px 5px 10px 5px;
|
|
463
|
+
font-size: 12px;
|
|
464
|
+
cursor: move;
|
|
465
|
+
height: 60px;
|
|
466
|
+
overflow: hidden;
|
|
467
|
+
box-sizing: border-box;
|
|
521
468
|
color: #333333;
|
|
522
|
-
|
|
523
|
-
|
|
524
|
-
|
|
525
|
-
|
|
526
|
-
|
|
527
|
-
|
|
528
|
-
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
529
|
-
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
469
|
+
text-overflow: ellipsis;
|
|
470
|
+
white-space: nowrap;
|
|
471
|
+
-webkit-user-select: none; /* Safari */
|
|
472
|
+
-moz-user-select: none; /* Firefox */
|
|
473
|
+
-ms-user-select: none; /* Internet Explorer/Edge */
|
|
474
|
+
user-select: none; /* 标准语法 */
|
|
530
475
|
}
|
|
531
|
-
.
|
|
532
|
-
|
|
476
|
+
.serviceflow-item[data-v-ce167986]:hover {
|
|
477
|
+
background: rgba(11, 45, 101, 0.105);
|
|
478
|
+
border: 1px dashed rgba(11, 45, 101, 0.227);
|
|
479
|
+
}
|
|
480
|
+
.amb-assembly-item-drag[data-v-ce167986] {
|
|
481
|
+
opacity: 1 !important;
|
|
482
|
+
}
|
|
483
|
+
|
|
484
|
+
.el-tabs + .el-alert[data-v-08737620] {
|
|
485
|
+
margin-top: 10px;
|
|
486
|
+
}
|
|
487
|
+
.el-alert + .el-form-item[data-v-08737620] {
|
|
488
|
+
margin-top: 10px;
|
|
489
|
+
}
|
|
490
|
+
|
|
491
|
+
.el-alert + .el-table[data-v-d978e7dc] {
|
|
492
|
+
margin-top: 10px;
|
|
493
|
+
}
|
|
494
|
+
.el-table + .el-alert[data-v-d978e7dc] {
|
|
495
|
+
margin: 10px 0;
|
|
496
|
+
}
|
|
497
|
+
.el-alert + .el-form-item[data-v-d978e7dc] {
|
|
498
|
+
margin-top: 10px;
|
|
499
|
+
}
|
|
500
|
+
|
|
501
|
+
.el-alert + .el-table[data-v-028fb838] {
|
|
502
|
+
margin-top: 10px;
|
|
503
|
+
}
|
|
504
|
+
.el-table + .el-alert[data-v-028fb838] {
|
|
505
|
+
margin: 10px 0;
|
|
506
|
+
}
|
|
507
|
+
|
|
508
|
+
.node-content[data-v-b28923f3] {
|
|
509
|
+
width: 120px;
|
|
510
|
+
height: 44px;
|
|
511
|
+
background: #ffffff;
|
|
512
|
+
box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
|
|
513
|
+
border-radius: 2px 2px 2px 2px;
|
|
514
|
+
}
|
|
515
|
+
.content[data-v-b28923f3] {
|
|
516
|
+
width: 28px;
|
|
533
517
|
height: 15px;
|
|
534
518
|
font-weight: 400;
|
|
535
519
|
font-size: 14px;
|
|
536
|
-
color: #
|
|
520
|
+
color: #333333;
|
|
537
521
|
line-height: 14px;
|
|
538
522
|
text-align: left;
|
|
539
523
|
font-style: normal;
|
|
540
524
|
text-transform: none;
|
|
541
|
-
padding: 0px
|
|
542
|
-
white-space: nowrap; /* 确保文本在一行内显示 */
|
|
543
|
-
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
544
|
-
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
545
|
-
}
|
|
546
|
-
.nodeContent-desc[data-v-7702fcdb]{
|
|
547
|
-
}
|
|
548
|
-
.el-divider--horizontal[data-v-7702fcdb] {
|
|
549
|
-
margin: 12px 0;
|
|
550
|
-
}
|
|
551
|
-
.nodeView[data-v-7702fcdb] {
|
|
552
|
-
border: 1px solid #5a90f9;
|
|
553
|
-
background: #eef3fe;
|
|
554
|
-
}
|
|
555
|
-
.nodeTitle[data-v-7702fcdb] {
|
|
556
|
-
width: 80px;
|
|
525
|
+
padding: 5px 0px 4px 10px;
|
|
557
526
|
}
|
|
558
|
-
.nodeView[data-v-
|
|
527
|
+
.nodeView[data-v-faa5a940] {
|
|
559
528
|
box-sizing: border-box;
|
|
560
529
|
margin: 10px 10px;
|
|
561
530
|
width: 180px;
|
|
@@ -564,7 +533,7 @@
|
|
|
564
533
|
border-radius: 2px 2px 2px 2px;
|
|
565
534
|
padding: 20px 10px;
|
|
566
535
|
}
|
|
567
|
-
.nodeTitle[data-v-
|
|
536
|
+
.nodeTitle[data-v-faa5a940] {
|
|
568
537
|
width: 90px;
|
|
569
538
|
height: 15px;
|
|
570
539
|
font-weight: 400;
|
|
@@ -579,7 +548,7 @@
|
|
|
579
548
|
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
580
549
|
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
581
550
|
}
|
|
582
|
-
.nodeContent[data-v-
|
|
551
|
+
.nodeContent[data-v-faa5a940] {
|
|
583
552
|
/* width: 100%; */
|
|
584
553
|
height: 15px;
|
|
585
554
|
font-weight: 400;
|
|
@@ -594,19 +563,19 @@
|
|
|
594
563
|
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
595
564
|
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
596
565
|
}
|
|
597
|
-
.nodeContent-desc[data-v-
|
|
566
|
+
.nodeContent-desc[data-v-faa5a940]{
|
|
598
567
|
}
|
|
599
|
-
.el-divider--horizontal[data-v-
|
|
568
|
+
.el-divider--horizontal[data-v-faa5a940] {
|
|
600
569
|
margin: 12px 0;
|
|
601
570
|
}
|
|
602
|
-
.nodeView[data-v-
|
|
571
|
+
.nodeView[data-v-faa5a940] {
|
|
603
572
|
border: 1px solid #5a90f9;
|
|
604
573
|
background: #eef3fe;
|
|
605
574
|
}
|
|
606
|
-
.nodeTitle[data-v-
|
|
575
|
+
.nodeTitle[data-v-faa5a940] {
|
|
607
576
|
width: 80px;
|
|
608
577
|
}
|
|
609
|
-
.nodeView[data-v-
|
|
578
|
+
.nodeView[data-v-9fff2753] {
|
|
610
579
|
box-sizing: border-box;
|
|
611
580
|
margin: 10px 10px;
|
|
612
581
|
width: 180px;
|
|
@@ -615,7 +584,7 @@
|
|
|
615
584
|
border-radius: 2px 2px 2px 2px;
|
|
616
585
|
padding: 20px 10px;
|
|
617
586
|
}
|
|
618
|
-
.nodeTitle[data-v-
|
|
587
|
+
.nodeTitle[data-v-9fff2753] {
|
|
619
588
|
width: 90px;
|
|
620
589
|
height: 15px;
|
|
621
590
|
font-weight: 400;
|
|
@@ -630,7 +599,7 @@
|
|
|
630
599
|
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
631
600
|
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
632
601
|
}
|
|
633
|
-
.nodeContent[data-v-
|
|
602
|
+
.nodeContent[data-v-9fff2753] {
|
|
634
603
|
/* width: 100%; */
|
|
635
604
|
height: 15px;
|
|
636
605
|
font-weight: 400;
|
|
@@ -645,20 +614,19 @@
|
|
|
645
614
|
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
646
615
|
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
647
616
|
}
|
|
648
|
-
.nodeContent-desc[data-v-
|
|
617
|
+
.nodeContent-desc[data-v-9fff2753]{
|
|
649
618
|
}
|
|
650
|
-
.el-divider--horizontal[data-v-
|
|
619
|
+
.el-divider--horizontal[data-v-9fff2753] {
|
|
651
620
|
margin: 12px 0;
|
|
652
621
|
}
|
|
653
|
-
.nodeView[data-v-
|
|
622
|
+
.nodeView[data-v-9fff2753] {
|
|
654
623
|
border: 1px solid #5a90f9;
|
|
655
|
-
background: #eef3fe;
|
|
656
|
-
width: 180px;
|
|
657
|
-
min-height: 95px;
|
|
624
|
+
background: #eef3fe;
|
|
658
625
|
}
|
|
659
|
-
.
|
|
626
|
+
.nodeTitle[data-v-9fff2753] {
|
|
627
|
+
width: 80px;
|
|
660
628
|
}
|
|
661
|
-
.nodeView[data-v-
|
|
629
|
+
.nodeView[data-v-df366d04] {
|
|
662
630
|
box-sizing: border-box;
|
|
663
631
|
margin: 10px 10px;
|
|
664
632
|
width: 180px;
|
|
@@ -667,7 +635,7 @@
|
|
|
667
635
|
border-radius: 2px 2px 2px 2px;
|
|
668
636
|
padding: 20px 10px;
|
|
669
637
|
}
|
|
670
|
-
.nodeTitle[data-v-
|
|
638
|
+
.nodeTitle[data-v-df366d04] {
|
|
671
639
|
width: 90px;
|
|
672
640
|
height: 15px;
|
|
673
641
|
font-weight: 400;
|
|
@@ -682,7 +650,7 @@
|
|
|
682
650
|
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
683
651
|
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
684
652
|
}
|
|
685
|
-
.nodeContent[data-v-
|
|
653
|
+
.nodeContent[data-v-df366d04] {
|
|
686
654
|
/* width: 100%; */
|
|
687
655
|
height: 15px;
|
|
688
656
|
font-weight: 400;
|
|
@@ -697,39 +665,19 @@
|
|
|
697
665
|
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
698
666
|
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
699
667
|
}
|
|
700
|
-
.nodeContent-desc[data-v-
|
|
668
|
+
.nodeContent-desc[data-v-df366d04]{
|
|
701
669
|
}
|
|
702
|
-
.el-divider--horizontal[data-v-
|
|
670
|
+
.el-divider--horizontal[data-v-df366d04] {
|
|
703
671
|
margin: 12px 0;
|
|
704
672
|
}
|
|
705
|
-
.nodeView[data-v-
|
|
673
|
+
.nodeView[data-v-df366d04] {
|
|
706
674
|
border: 1px solid #5a90f9;
|
|
707
675
|
background: #eef3fe;
|
|
708
676
|
}
|
|
709
|
-
.nodeTitle[data-v-
|
|
677
|
+
.nodeTitle[data-v-df366d04] {
|
|
710
678
|
width: 80px;
|
|
711
679
|
}
|
|
712
|
-
|
|
713
|
-
.node-content[data-v-69a854a3] {
|
|
714
|
-
width: 120px;
|
|
715
|
-
height: 44px;
|
|
716
|
-
background: #ffffff;
|
|
717
|
-
box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
|
|
718
|
-
border-radius: 2px 2px 2px 2px;
|
|
719
|
-
}
|
|
720
|
-
.content[data-v-69a854a3] {
|
|
721
|
-
width: 28px;
|
|
722
|
-
height: 15px;
|
|
723
|
-
font-weight: 400;
|
|
724
|
-
font-size: 14px;
|
|
725
|
-
color: #333333;
|
|
726
|
-
line-height: 14px;
|
|
727
|
-
text-align: left;
|
|
728
|
-
font-style: normal;
|
|
729
|
-
text-transform: none;
|
|
730
|
-
padding: 5px 0px 4px 10px;
|
|
731
|
-
}
|
|
732
|
-
.nodeView[data-v-c176feb6] {
|
|
680
|
+
.nodeView[data-v-7702fcdb] {
|
|
733
681
|
box-sizing: border-box;
|
|
734
682
|
margin: 10px 10px;
|
|
735
683
|
width: 180px;
|
|
@@ -738,7 +686,7 @@
|
|
|
738
686
|
border-radius: 2px 2px 2px 2px;
|
|
739
687
|
padding: 20px 10px;
|
|
740
688
|
}
|
|
741
|
-
.nodeTitle[data-v-
|
|
689
|
+
.nodeTitle[data-v-7702fcdb] {
|
|
742
690
|
width: 90px;
|
|
743
691
|
height: 15px;
|
|
744
692
|
font-weight: 400;
|
|
@@ -753,7 +701,7 @@
|
|
|
753
701
|
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
754
702
|
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
755
703
|
}
|
|
756
|
-
.nodeContent[data-v-
|
|
704
|
+
.nodeContent[data-v-7702fcdb] {
|
|
757
705
|
/* width: 100%; */
|
|
758
706
|
height: 15px;
|
|
759
707
|
font-weight: 400;
|
|
@@ -768,20 +716,19 @@
|
|
|
768
716
|
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
769
717
|
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
770
718
|
}
|
|
771
|
-
.nodeContent-desc[data-v-
|
|
719
|
+
.nodeContent-desc[data-v-7702fcdb]{
|
|
772
720
|
}
|
|
773
|
-
.el-divider--horizontal[data-v-
|
|
721
|
+
.el-divider--horizontal[data-v-7702fcdb] {
|
|
774
722
|
margin: 12px 0;
|
|
775
723
|
}
|
|
776
|
-
.nodeView[data-v-
|
|
724
|
+
.nodeView[data-v-7702fcdb] {
|
|
777
725
|
border: 1px solid #5a90f9;
|
|
778
|
-
background: #eef3fe;
|
|
779
|
-
width: 180px;
|
|
780
|
-
min-height: 95px;
|
|
726
|
+
background: #eef3fe;
|
|
781
727
|
}
|
|
782
|
-
.
|
|
728
|
+
.nodeTitle[data-v-7702fcdb] {
|
|
729
|
+
width: 80px;
|
|
783
730
|
}
|
|
784
|
-
.nodeView[data-v-
|
|
731
|
+
.nodeView[data-v-c176feb6] {
|
|
785
732
|
box-sizing: border-box;
|
|
786
733
|
margin: 10px 10px;
|
|
787
734
|
width: 180px;
|
|
@@ -790,7 +737,7 @@
|
|
|
790
737
|
border-radius: 2px 2px 2px 2px;
|
|
791
738
|
padding: 20px 10px;
|
|
792
739
|
}
|
|
793
|
-
.nodeTitle[data-v-
|
|
740
|
+
.nodeTitle[data-v-c176feb6] {
|
|
794
741
|
width: 90px;
|
|
795
742
|
height: 15px;
|
|
796
743
|
font-weight: 400;
|
|
@@ -805,7 +752,7 @@
|
|
|
805
752
|
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
806
753
|
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
807
754
|
}
|
|
808
|
-
.nodeContent[data-v-
|
|
755
|
+
.nodeContent[data-v-c176feb6] {
|
|
809
756
|
/* width: 100%; */
|
|
810
757
|
height: 15px;
|
|
811
758
|
font-weight: 400;
|
|
@@ -820,19 +767,20 @@
|
|
|
820
767
|
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
821
768
|
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
822
769
|
}
|
|
823
|
-
.nodeContent-desc[data-v-
|
|
770
|
+
.nodeContent-desc[data-v-c176feb6]{
|
|
824
771
|
}
|
|
825
|
-
.el-divider--horizontal[data-v-
|
|
772
|
+
.el-divider--horizontal[data-v-c176feb6] {
|
|
826
773
|
margin: 12px 0;
|
|
827
774
|
}
|
|
828
|
-
.nodeView[data-v-
|
|
775
|
+
.nodeView[data-v-c176feb6] {
|
|
829
776
|
border: 1px solid #5a90f9;
|
|
830
|
-
background: #eef3fe;
|
|
777
|
+
background: #eef3fe;
|
|
778
|
+
width: 180px;
|
|
779
|
+
min-height: 95px;
|
|
831
780
|
}
|
|
832
|
-
.
|
|
833
|
-
width: 80px;
|
|
781
|
+
.nodeContent[data-v-c176feb6] {
|
|
834
782
|
}
|
|
835
|
-
.nodeView[data-v-
|
|
783
|
+
.nodeView[data-v-b01d3a50] {
|
|
836
784
|
box-sizing: border-box;
|
|
837
785
|
margin: 10px 10px;
|
|
838
786
|
width: 180px;
|
|
@@ -841,7 +789,7 @@
|
|
|
841
789
|
border-radius: 2px 2px 2px 2px;
|
|
842
790
|
padding: 20px 10px;
|
|
843
791
|
}
|
|
844
|
-
.nodeTitle[data-v-
|
|
792
|
+
.nodeTitle[data-v-b01d3a50] {
|
|
845
793
|
width: 90px;
|
|
846
794
|
height: 15px;
|
|
847
795
|
font-weight: 400;
|
|
@@ -856,7 +804,7 @@
|
|
|
856
804
|
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
857
805
|
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
858
806
|
}
|
|
859
|
-
.nodeContent[data-v-
|
|
807
|
+
.nodeContent[data-v-b01d3a50] {
|
|
860
808
|
/* width: 100%; */
|
|
861
809
|
height: 15px;
|
|
862
810
|
font-weight: 400;
|
|
@@ -871,27 +819,27 @@
|
|
|
871
819
|
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
872
820
|
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
873
821
|
}
|
|
874
|
-
.nodeContent-desc[data-v-
|
|
822
|
+
.nodeContent-desc[data-v-b01d3a50]{
|
|
875
823
|
}
|
|
876
|
-
.el-divider--horizontal[data-v-
|
|
824
|
+
.el-divider--horizontal[data-v-b01d3a50] {
|
|
877
825
|
margin: 12px 0;
|
|
878
826
|
}
|
|
879
|
-
.nodeView[data-v-
|
|
827
|
+
.nodeView[data-v-b01d3a50] {
|
|
880
828
|
border: 1px solid #5a90f9;
|
|
881
829
|
background: #eef3fe;
|
|
882
830
|
}
|
|
883
|
-
.nodeTitle[data-v-
|
|
831
|
+
.nodeTitle[data-v-b01d3a50] {
|
|
884
832
|
width: 80px;
|
|
885
833
|
}
|
|
886
834
|
|
|
887
|
-
.node-content[data-v-
|
|
835
|
+
.node-content[data-v-69a854a3] {
|
|
888
836
|
width: 120px;
|
|
889
837
|
height: 44px;
|
|
890
838
|
background: #ffffff;
|
|
891
839
|
box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
|
|
892
840
|
border-radius: 2px 2px 2px 2px;
|
|
893
841
|
}
|
|
894
|
-
.content[data-v-
|
|
842
|
+
.content[data-v-69a854a3] {
|
|
895
843
|
width: 28px;
|
|
896
844
|
height: 15px;
|
|
897
845
|
font-weight: 400;
|
|
@@ -903,7 +851,27 @@
|
|
|
903
851
|
text-transform: none;
|
|
904
852
|
padding: 5px 0px 4px 10px;
|
|
905
853
|
}
|
|
906
|
-
|
|
854
|
+
|
|
855
|
+
.aaa[data-v-8bd72b80] {
|
|
856
|
+
width: 300px;
|
|
857
|
+
height: 200px;
|
|
858
|
+
background: #ffffff;
|
|
859
|
+
box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
|
|
860
|
+
border-radius: 2px 2px 2px 2px;
|
|
861
|
+
}
|
|
862
|
+
.content[data-v-8bd72b80] {
|
|
863
|
+
width: 28px;
|
|
864
|
+
height: 15px;
|
|
865
|
+
font-weight: 400;
|
|
866
|
+
font-size: 14px;
|
|
867
|
+
color: #333333;
|
|
868
|
+
line-height: 14px;
|
|
869
|
+
text-align: left;
|
|
870
|
+
font-style: normal;
|
|
871
|
+
text-transform: none;
|
|
872
|
+
padding: 5px 0px 4px 10px;
|
|
873
|
+
}
|
|
874
|
+
.nodeView[data-v-221a60f8] {
|
|
907
875
|
box-sizing: border-box;
|
|
908
876
|
margin: 10px 10px;
|
|
909
877
|
width: 180px;
|
|
@@ -912,7 +880,7 @@
|
|
|
912
880
|
border-radius: 2px 2px 2px 2px;
|
|
913
881
|
padding: 20px 10px;
|
|
914
882
|
}
|
|
915
|
-
.nodeTitle[data-v-
|
|
883
|
+
.nodeTitle[data-v-221a60f8] {
|
|
916
884
|
width: 90px;
|
|
917
885
|
height: 15px;
|
|
918
886
|
font-weight: 400;
|
|
@@ -927,7 +895,7 @@
|
|
|
927
895
|
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
928
896
|
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
929
897
|
}
|
|
930
|
-
.nodeContent[data-v-
|
|
898
|
+
.nodeContent[data-v-221a60f8] {
|
|
931
899
|
/* width: 100%; */
|
|
932
900
|
height: 15px;
|
|
933
901
|
font-weight: 400;
|
|
@@ -942,19 +910,19 @@
|
|
|
942
910
|
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
943
911
|
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
944
912
|
}
|
|
945
|
-
.nodeContent-desc[data-v-
|
|
913
|
+
.nodeContent-desc[data-v-221a60f8]{
|
|
946
914
|
}
|
|
947
|
-
.el-divider--horizontal[data-v-
|
|
915
|
+
.el-divider--horizontal[data-v-221a60f8] {
|
|
948
916
|
margin: 12px 0;
|
|
949
917
|
}
|
|
950
|
-
.nodeView[data-v-
|
|
918
|
+
.nodeView[data-v-221a60f8] {
|
|
951
919
|
border: 1px solid #5a90f9;
|
|
952
920
|
background: #eef3fe;
|
|
953
921
|
}
|
|
954
|
-
.nodeTitle[data-v-
|
|
922
|
+
.nodeTitle[data-v-221a60f8] {
|
|
955
923
|
width: 80px;
|
|
956
924
|
}
|
|
957
|
-
.nodeView[data-v-
|
|
925
|
+
.nodeView[data-v-bd32480c] {
|
|
958
926
|
box-sizing: border-box;
|
|
959
927
|
margin: 10px 10px;
|
|
960
928
|
width: 180px;
|
|
@@ -963,7 +931,7 @@
|
|
|
963
931
|
border-radius: 2px 2px 2px 2px;
|
|
964
932
|
padding: 20px 10px;
|
|
965
933
|
}
|
|
966
|
-
.nodeTitle[data-v-
|
|
934
|
+
.nodeTitle[data-v-bd32480c] {
|
|
967
935
|
width: 90px;
|
|
968
936
|
height: 15px;
|
|
969
937
|
font-weight: 400;
|
|
@@ -978,7 +946,7 @@
|
|
|
978
946
|
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
979
947
|
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
980
948
|
}
|
|
981
|
-
.nodeContent[data-v-
|
|
949
|
+
.nodeContent[data-v-bd32480c] {
|
|
982
950
|
/* width: 100%; */
|
|
983
951
|
height: 15px;
|
|
984
952
|
font-weight: 400;
|
|
@@ -993,17 +961,18 @@
|
|
|
993
961
|
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
994
962
|
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
995
963
|
}
|
|
996
|
-
.nodeContent-desc[data-v-
|
|
964
|
+
.nodeContent-desc[data-v-bd32480c]{
|
|
997
965
|
}
|
|
998
|
-
.el-divider--horizontal[data-v-
|
|
966
|
+
.el-divider--horizontal[data-v-bd32480c] {
|
|
999
967
|
margin: 12px 0;
|
|
1000
968
|
}
|
|
1001
|
-
.nodeView[data-v-
|
|
969
|
+
.nodeView[data-v-bd32480c] {
|
|
1002
970
|
border: 1px solid #5a90f9;
|
|
1003
|
-
background: #eef3fe;
|
|
971
|
+
background: #eef3fe;
|
|
972
|
+
width: 180px;
|
|
973
|
+
min-height: 95px;
|
|
1004
974
|
}
|
|
1005
|
-
.
|
|
1006
|
-
width: 80px;
|
|
975
|
+
.nodeContent[data-v-bd32480c] {
|
|
1007
976
|
}
|
|
1008
977
|
.nodeView[data-v-5911272d] {
|
|
1009
978
|
box-sizing: border-box;
|
|
@@ -1056,7 +1025,7 @@
|
|
|
1056
1025
|
.nodeTitle[data-v-5911272d] {
|
|
1057
1026
|
width: 80px;
|
|
1058
1027
|
}
|
|
1059
|
-
.nodeView[data-v-
|
|
1028
|
+
.nodeView[data-v-b1d2a966] {
|
|
1060
1029
|
box-sizing: border-box;
|
|
1061
1030
|
margin: 10px 10px;
|
|
1062
1031
|
width: 180px;
|
|
@@ -1065,7 +1034,7 @@
|
|
|
1065
1034
|
border-radius: 2px 2px 2px 2px;
|
|
1066
1035
|
padding: 20px 10px;
|
|
1067
1036
|
}
|
|
1068
|
-
.nodeTitle[data-v-
|
|
1037
|
+
.nodeTitle[data-v-b1d2a966] {
|
|
1069
1038
|
width: 90px;
|
|
1070
1039
|
height: 15px;
|
|
1071
1040
|
font-weight: 400;
|
|
@@ -1080,7 +1049,7 @@
|
|
|
1080
1049
|
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
1081
1050
|
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
1082
1051
|
}
|
|
1083
|
-
.nodeContent[data-v-
|
|
1052
|
+
.nodeContent[data-v-b1d2a966] {
|
|
1084
1053
|
/* width: 100%; */
|
|
1085
1054
|
height: 15px;
|
|
1086
1055
|
font-weight: 400;
|
|
@@ -1095,19 +1064,19 @@
|
|
|
1095
1064
|
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
1096
1065
|
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
1097
1066
|
}
|
|
1098
|
-
.nodeContent-desc[data-v-
|
|
1067
|
+
.nodeContent-desc[data-v-b1d2a966]{
|
|
1099
1068
|
}
|
|
1100
|
-
.el-divider--horizontal[data-v-
|
|
1069
|
+
.el-divider--horizontal[data-v-b1d2a966] {
|
|
1101
1070
|
margin: 12px 0;
|
|
1102
1071
|
}
|
|
1103
|
-
.nodeView[data-v-
|
|
1072
|
+
.nodeView[data-v-b1d2a966] {
|
|
1104
1073
|
border: 1px solid #5a90f9;
|
|
1105
1074
|
background: #eef3fe;
|
|
1106
1075
|
}
|
|
1107
|
-
.nodeTitle[data-v-
|
|
1076
|
+
.nodeTitle[data-v-b1d2a966] {
|
|
1108
1077
|
width: 80px;
|
|
1109
1078
|
}
|
|
1110
|
-
.nodeView[data-v-
|
|
1079
|
+
.nodeView[data-v-b604c489] {
|
|
1111
1080
|
box-sizing: border-box;
|
|
1112
1081
|
margin: 10px 10px;
|
|
1113
1082
|
width: 180px;
|
|
@@ -1116,7 +1085,7 @@
|
|
|
1116
1085
|
border-radius: 2px 2px 2px 2px;
|
|
1117
1086
|
padding: 20px 10px;
|
|
1118
1087
|
}
|
|
1119
|
-
.nodeTitle[data-v-
|
|
1088
|
+
.nodeTitle[data-v-b604c489] {
|
|
1120
1089
|
width: 90px;
|
|
1121
1090
|
height: 15px;
|
|
1122
1091
|
font-weight: 400;
|
|
@@ -1131,7 +1100,7 @@
|
|
|
1131
1100
|
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
1132
1101
|
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
1133
1102
|
}
|
|
1134
|
-
.nodeContent[data-v-
|
|
1103
|
+
.nodeContent[data-v-b604c489] {
|
|
1135
1104
|
/* width: 100%; */
|
|
1136
1105
|
height: 15px;
|
|
1137
1106
|
font-weight: 400;
|
|
@@ -1146,38 +1115,18 @@
|
|
|
1146
1115
|
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
1147
1116
|
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
1148
1117
|
}
|
|
1149
|
-
.nodeContent-desc[data-v-
|
|
1118
|
+
.nodeContent-desc[data-v-b604c489]{
|
|
1150
1119
|
}
|
|
1151
|
-
.el-divider--horizontal[data-v-
|
|
1120
|
+
.el-divider--horizontal[data-v-b604c489] {
|
|
1152
1121
|
margin: 12px 0;
|
|
1153
1122
|
}
|
|
1154
|
-
.nodeView[data-v-
|
|
1123
|
+
.nodeView[data-v-b604c489] {
|
|
1155
1124
|
border: 1px solid #5a90f9;
|
|
1156
1125
|
background: #eef3fe;
|
|
1157
1126
|
}
|
|
1158
|
-
.nodeTitle[data-v-
|
|
1127
|
+
.nodeTitle[data-v-b604c489] {
|
|
1159
1128
|
width: 80px;
|
|
1160
1129
|
}
|
|
1161
|
-
|
|
1162
|
-
.aaa[data-v-8bd72b80] {
|
|
1163
|
-
width: 300px;
|
|
1164
|
-
height: 200px;
|
|
1165
|
-
background: #ffffff;
|
|
1166
|
-
box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
|
|
1167
|
-
border-radius: 2px 2px 2px 2px;
|
|
1168
|
-
}
|
|
1169
|
-
.content[data-v-8bd72b80] {
|
|
1170
|
-
width: 28px;
|
|
1171
|
-
height: 15px;
|
|
1172
|
-
font-weight: 400;
|
|
1173
|
-
font-size: 14px;
|
|
1174
|
-
color: #333333;
|
|
1175
|
-
line-height: 14px;
|
|
1176
|
-
text-align: left;
|
|
1177
|
-
font-style: normal;
|
|
1178
|
-
text-transform: none;
|
|
1179
|
-
padding: 5px 0px 4px 10px;
|
|
1180
|
-
}
|
|
1181
1130
|
.nodeView[data-v-4c6dfa4a] {
|
|
1182
1131
|
box-sizing: border-box;
|
|
1183
1132
|
margin: 10px 10px;
|
|
@@ -1230,28 +1179,79 @@
|
|
|
1230
1179
|
}
|
|
1231
1180
|
.nodeContent[data-v-4c6dfa4a] {
|
|
1232
1181
|
}
|
|
1233
|
-
|
|
1234
|
-
|
|
1235
|
-
margin
|
|
1182
|
+
.nodeView[data-v-6d0cd280] {
|
|
1183
|
+
box-sizing: border-box;
|
|
1184
|
+
margin: 10px 10px;
|
|
1185
|
+
width: 180px;
|
|
1186
|
+
height: 95px;
|
|
1187
|
+
box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
|
|
1188
|
+
border-radius: 2px 2px 2px 2px;
|
|
1189
|
+
padding: 20px 10px;
|
|
1236
1190
|
}
|
|
1237
|
-
.
|
|
1238
|
-
|
|
1191
|
+
.nodeTitle[data-v-6d0cd280] {
|
|
1192
|
+
width: 90px;
|
|
1193
|
+
height: 15px;
|
|
1194
|
+
font-weight: 400;
|
|
1195
|
+
font-size: 16px;
|
|
1196
|
+
color: #333333;
|
|
1197
|
+
line-height: 14px;
|
|
1198
|
+
text-align: left;
|
|
1199
|
+
font-style: normal;
|
|
1200
|
+
text-transform: none;
|
|
1201
|
+
padding: 0px 24px;
|
|
1202
|
+
white-space: nowrap; /* 确保文本在一行内显示 */
|
|
1203
|
+
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
1204
|
+
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
1239
1205
|
}
|
|
1240
|
-
.
|
|
1241
|
-
|
|
1206
|
+
.nodeContent[data-v-6d0cd280] {
|
|
1207
|
+
/* width: 100%; */
|
|
1208
|
+
height: 15px;
|
|
1209
|
+
font-weight: 400;
|
|
1210
|
+
font-size: 14px;
|
|
1211
|
+
color: #666666;
|
|
1212
|
+
line-height: 14px;
|
|
1213
|
+
text-align: left;
|
|
1214
|
+
font-style: normal;
|
|
1215
|
+
text-transform: none;
|
|
1216
|
+
padding: 0px 0px;
|
|
1217
|
+
white-space: nowrap; /* 确保文本在一行内显示 */
|
|
1218
|
+
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
1219
|
+
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
1220
|
+
}
|
|
1221
|
+
.nodeContent-desc[data-v-6d0cd280]{
|
|
1222
|
+
}
|
|
1223
|
+
.el-divider--horizontal[data-v-6d0cd280] {
|
|
1224
|
+
margin: 12px 0;
|
|
1225
|
+
}
|
|
1226
|
+
.nodeView[data-v-6d0cd280] {
|
|
1227
|
+
border: 1px solid #5a90f9;
|
|
1228
|
+
background: #eef3fe;
|
|
1229
|
+
}
|
|
1230
|
+
.nodeTitle[data-v-6d0cd280] {
|
|
1231
|
+
width: 80px;
|
|
1242
1232
|
}
|
|
1243
1233
|
|
|
1244
1234
|
.el-radio[data-v-1bbd6187] {
|
|
1245
1235
|
margin-right: 10px;
|
|
1246
1236
|
}
|
|
1247
1237
|
|
|
1248
|
-
.el-select + .el-input[data-v-
|
|
1238
|
+
.el-select + .el-input[data-v-7fcf8a84] {
|
|
1239
|
+
margin-left: 10px;
|
|
1240
|
+
}
|
|
1241
|
+
.el-input + .el-input[data-v-7fcf8a84] {
|
|
1242
|
+
margin-left: 10px;
|
|
1243
|
+
}
|
|
1244
|
+
.el-input + .el-button[data-v-7fcf8a84] {
|
|
1245
|
+
margin-left: 10px;
|
|
1246
|
+
}
|
|
1247
|
+
|
|
1248
|
+
.el-select + .el-input[data-v-3918f594] {
|
|
1249
1249
|
margin-left: 10px;
|
|
1250
1250
|
}
|
|
1251
|
-
.el-input + .el-input[data-v-
|
|
1251
|
+
.el-input + .el-input[data-v-3918f594] {
|
|
1252
1252
|
margin-left: 10px;
|
|
1253
1253
|
}
|
|
1254
|
-
.el-input + .el-button[data-v-
|
|
1254
|
+
.el-input + .el-button[data-v-3918f594] {
|
|
1255
1255
|
margin-left: 10px;
|
|
1256
1256
|
}
|
|
1257
1257
|
|
|
@@ -1276,13 +1276,13 @@
|
|
|
1276
1276
|
cursor: pointer;
|
|
1277
1277
|
}
|
|
1278
1278
|
|
|
1279
|
-
[data-v-9a3ee19e] .el-dropdown {
|
|
1280
|
-
vertical-align: middle;
|
|
1281
|
-
}
|
|
1282
|
-
|
|
1283
1279
|
[data-v-2d06523b] .el-upload {
|
|
1284
1280
|
width: 100%;
|
|
1285
1281
|
}
|
|
1286
1282
|
[data-v-2d06523b] .el-button {
|
|
1287
1283
|
width: 100%;
|
|
1288
1284
|
}
|
|
1285
|
+
|
|
1286
|
+
[data-v-9a3ee19e] .el-dropdown {
|
|
1287
|
+
vertical-align: middle;
|
|
1288
|
+
}
|