service-flow-designer 2.0.24 → 2.0.29
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/json-view/json-view-dialog.vue.js +1 -1
- package/dist/es/designer/common/components/json-view/json-view.vue.js +1 -139
- package/dist/es/designer/common/components/json-view/json-view.vue2.js +139 -1
- package/dist/es/designer/service-flow-view/service-test/service-test.vue.js +1 -1
- package/dist/es/designer/service-flow-view/view-index.vue.js +1 -1
- package/dist/es/designer/service-flow-view/view-index.vue2.js +5 -2
- package/dist/es/designer/service-panel/service-list.vue.js +1 -1
- package/dist/es/designer/service-panel/service-list.vue2.js +31 -19
- package/dist/es/style.css +258 -258
- package/package.json +2 -2
package/dist/es/style.css
CHANGED
|
@@ -63,7 +63,7 @@
|
|
|
63
63
|
.amb-design-assembly-list[data-v-59e0837d] {
|
|
64
64
|
padding-top: 80px;
|
|
65
65
|
}
|
|
66
|
-
.amb-design-content[data-v-
|
|
66
|
+
.amb-design-content[data-v-c4ef30f9] {
|
|
67
67
|
overflow: auto;
|
|
68
68
|
display: block;
|
|
69
69
|
flex: none;
|
|
@@ -71,10 +71,10 @@
|
|
|
71
71
|
width: 100%;
|
|
72
72
|
height: 100%;
|
|
73
73
|
}
|
|
74
|
-
.amb-design-content[data-v-
|
|
74
|
+
.amb-design-content[data-v-c4ef30f9]::-webkit-scrollbar {
|
|
75
75
|
width: 1px;
|
|
76
76
|
}
|
|
77
|
-
.amb-design-tool[data-v-
|
|
77
|
+
.amb-design-tool[data-v-c4ef30f9] {
|
|
78
78
|
position: -webkit-sticky; /**Safari */
|
|
79
79
|
position: sticky;
|
|
80
80
|
width: 100%;
|
|
@@ -87,7 +87,7 @@
|
|
|
87
87
|
border-radius: 6px 6px 6px 6px;
|
|
88
88
|
z-index: 0;
|
|
89
89
|
}
|
|
90
|
-
.amb-page-type[data-v-
|
|
90
|
+
.amb-page-type[data-v-c4ef30f9] {
|
|
91
91
|
padding-top: 11px;
|
|
92
92
|
padding-left: 6px;
|
|
93
93
|
padding-right: 6px;
|
|
@@ -95,14 +95,14 @@
|
|
|
95
95
|
border-radius: 4px 4px 4px 4px;
|
|
96
96
|
cursor: pointer;
|
|
97
97
|
}
|
|
98
|
-
.amb-page-type[data-v-
|
|
98
|
+
.amb-page-type[data-v-c4ef30f9]:hover {
|
|
99
99
|
background: rgba(11, 45, 101, 0.105);
|
|
100
100
|
}
|
|
101
|
-
.amb-page-type.selected[data-v-
|
|
101
|
+
.amb-page-type.selected[data-v-c4ef30f9] {
|
|
102
102
|
background: #5893ef;
|
|
103
103
|
color: #ffffff;
|
|
104
104
|
}
|
|
105
|
-
.amb-page-type > label[data-v-
|
|
105
|
+
.amb-page-type > label[data-v-c4ef30f9] {
|
|
106
106
|
font-size: 14px;
|
|
107
107
|
padding-left: 6px;
|
|
108
108
|
padding-right: 6px;
|
|
@@ -111,11 +111,11 @@
|
|
|
111
111
|
position: relative;
|
|
112
112
|
cursor: pointer;
|
|
113
113
|
}
|
|
114
|
-
.amb-design-tool-split[data-v-
|
|
114
|
+
.amb-design-tool-split[data-v-c4ef30f9] {
|
|
115
115
|
height: 25px;
|
|
116
116
|
margin-top: -12px;
|
|
117
117
|
}
|
|
118
|
-
.amb-design-board[data-v-
|
|
118
|
+
.amb-design-board[data-v-c4ef30f9] {
|
|
119
119
|
margin: 0 auto;
|
|
120
120
|
margin-top: 28px;
|
|
121
121
|
overflow-y: auto;
|
|
@@ -125,24 +125,24 @@
|
|
|
125
125
|
box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.08);
|
|
126
126
|
padding-bottom: 20px;
|
|
127
127
|
}
|
|
128
|
-
.container[data-v-
|
|
128
|
+
.container[data-v-c4ef30f9] {
|
|
129
129
|
height: 100%;
|
|
130
130
|
width: 100%;
|
|
131
131
|
}
|
|
132
|
-
.amb-item-ghost[data-v-
|
|
132
|
+
.amb-item-ghost[data-v-c4ef30f9] {
|
|
133
133
|
background-color: #5893ef;
|
|
134
134
|
height: 5px;
|
|
135
135
|
line-height: 5px;
|
|
136
136
|
overflow: hidden;
|
|
137
137
|
}
|
|
138
138
|
/* 将你的自定义样式添加到这里 */
|
|
139
|
-
.draggable-placeholder[data-v-
|
|
139
|
+
.draggable-placeholder[data-v-c4ef30f9] {
|
|
140
140
|
background-color: red;
|
|
141
141
|
border: 1px dashed #ddd;
|
|
142
142
|
margin: 5px;
|
|
143
143
|
padding: 10px;
|
|
144
144
|
}
|
|
145
|
-
#LF-view[data-v-
|
|
145
|
+
#LF-view[data-v-c4ef30f9] {
|
|
146
146
|
width: calc(100% - 100px);
|
|
147
147
|
height: 80%;
|
|
148
148
|
outline: none;
|
|
@@ -154,10 +154,10 @@
|
|
|
154
154
|
/**
|
|
155
155
|
解决右侧弹出属性配置遮罩层打开后页面其他地方无法点击问题
|
|
156
156
|
*/
|
|
157
|
-
[data-v-
|
|
157
|
+
[data-v-c4ef30f9] .el-overlay {
|
|
158
158
|
position: static !important;
|
|
159
159
|
}
|
|
160
|
-
.triangle[data-v-
|
|
160
|
+
.triangle[data-v-c4ef30f9] {
|
|
161
161
|
display: inline-block;
|
|
162
162
|
width: 0;
|
|
163
163
|
height: 0;
|
|
@@ -183,17 +183,11 @@
|
|
|
183
183
|
margin-top: 10px;
|
|
184
184
|
}
|
|
185
185
|
|
|
186
|
-
.
|
|
187
|
-
margin-
|
|
188
|
-
}
|
|
189
|
-
.editorOption[data-v-684c1f08] {
|
|
190
|
-
margin-right: 10px;
|
|
191
|
-
cursor: pointer;
|
|
186
|
+
.el-alert + .el-table[data-v-028fb838] {
|
|
187
|
+
margin-top: 10px;
|
|
192
188
|
}
|
|
193
|
-
.
|
|
194
|
-
|
|
195
|
-
justify-content: flex-start;
|
|
196
|
-
align-items: center; /* 子元素在交叉轴(垂直方向)上居中对齐 */
|
|
189
|
+
.el-table + .el-alert[data-v-028fb838] {
|
|
190
|
+
margin: 10px 0;
|
|
197
191
|
}
|
|
198
192
|
|
|
199
193
|
[data-v-65e38bfb] .el-radio {
|
|
@@ -203,13 +197,10 @@
|
|
|
203
197
|
margin-left: 10px;
|
|
204
198
|
}
|
|
205
199
|
|
|
206
|
-
.el-
|
|
200
|
+
.el-tabs + .el-alert[data-v-08737620] {
|
|
207
201
|
margin-top: 10px;
|
|
208
202
|
}
|
|
209
|
-
.el-
|
|
210
|
-
margin: 10px 0;
|
|
211
|
-
}
|
|
212
|
-
.el-alert + .el-form-item[data-v-e27c4c1e] {
|
|
203
|
+
.el-alert + .el-form-item[data-v-08737620] {
|
|
213
204
|
margin-top: 10px;
|
|
214
205
|
}
|
|
215
206
|
.amb-design-attr-base-content[data-v-ce167986] {
|
|
@@ -278,6 +269,72 @@
|
|
|
278
269
|
.amb-assembly-item-drag[data-v-ce167986] {
|
|
279
270
|
opacity: 1 !important;
|
|
280
271
|
}
|
|
272
|
+
|
|
273
|
+
.editorTool[data-v-684c1f08] {
|
|
274
|
+
margin-left: auto;
|
|
275
|
+
}
|
|
276
|
+
.editorOption[data-v-684c1f08] {
|
|
277
|
+
margin-right: 10px;
|
|
278
|
+
cursor: pointer;
|
|
279
|
+
}
|
|
280
|
+
.pppp[data-v-684c1f08] {
|
|
281
|
+
display: flex; /* 使用Flex布局 */
|
|
282
|
+
justify-content: flex-start;
|
|
283
|
+
align-items: center; /* 子元素在交叉轴(垂直方向)上居中对齐 */
|
|
284
|
+
}
|
|
285
|
+
|
|
286
|
+
.el-alert + .el-table[data-v-e27c4c1e] {
|
|
287
|
+
margin-top: 10px;
|
|
288
|
+
}
|
|
289
|
+
.el-table + .el-alert[data-v-e27c4c1e] {
|
|
290
|
+
margin: 10px 0;
|
|
291
|
+
}
|
|
292
|
+
.el-alert + .el-form-item[data-v-e27c4c1e] {
|
|
293
|
+
margin-top: 10px;
|
|
294
|
+
}
|
|
295
|
+
|
|
296
|
+
[data-v-286d914e] .el-table__row {
|
|
297
|
+
cursor: pointer;
|
|
298
|
+
}
|
|
299
|
+
/** 右键菜单样式 */
|
|
300
|
+
.context-menu[data-v-286d914e] {
|
|
301
|
+
position: absolute;
|
|
302
|
+
background: #fff;
|
|
303
|
+
z-index: 999;
|
|
304
|
+
margin: 5;
|
|
305
|
+
padding: 8px 8px;
|
|
306
|
+
box-shadow: 0 5px 7px 1px rgba(0, 0, 0, 0.1);
|
|
307
|
+
border: 1px solid #bbbbbb;
|
|
308
|
+
border-radius: 10px;
|
|
309
|
+
font-size: 14px;
|
|
310
|
+
}
|
|
311
|
+
.context-menu li[data-v-286d914e] {
|
|
312
|
+
list-style-type: none;
|
|
313
|
+
min-width: 75px;
|
|
314
|
+
line-height: 28px;
|
|
315
|
+
text-align: left;
|
|
316
|
+
border-radius: 5px;
|
|
317
|
+
padding-left: 5px;
|
|
318
|
+
cursor: pointer;
|
|
319
|
+
}
|
|
320
|
+
.context-menu li[data-v-286d914e]:hover {
|
|
321
|
+
background: #0165e1;
|
|
322
|
+
color: #fff;
|
|
323
|
+
}
|
|
324
|
+
/** 右键菜单样式 */
|
|
325
|
+
.custom-tree-node[data-v-286d914e] {
|
|
326
|
+
font-size: 14px;
|
|
327
|
+
padding-right: 8px;
|
|
328
|
+
display: flex; /* 使用Flex布局 */
|
|
329
|
+
align-items: center; /* 子元素在交叉轴(垂直方向)上居中对齐 */
|
|
330
|
+
}
|
|
331
|
+
|
|
332
|
+
[data-v-808a13e1] .el-radio {
|
|
333
|
+
margin: 0;
|
|
334
|
+
}
|
|
335
|
+
.el-radio + .el-radio[data-v-808a13e1] {
|
|
336
|
+
margin-left: 10px;
|
|
337
|
+
}
|
|
281
338
|
.control-item[data-v-fdc6ec07] {
|
|
282
339
|
top: -5px;
|
|
283
340
|
position: relative;
|
|
@@ -409,21 +466,21 @@
|
|
|
409
466
|
margin-left: 50px;
|
|
410
467
|
}
|
|
411
468
|
|
|
412
|
-
.el-
|
|
413
|
-
margin-
|
|
414
|
-
}
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
469
|
+
.el-drawer__header {
|
|
470
|
+
margin-bottom: 0 !important;
|
|
471
|
+
}
|
|
472
|
+
/**
|
|
473
|
+
解决右侧弹出属性配置遮罩层打开后页面其他地方无法点击问题
|
|
474
|
+
*/
|
|
475
|
+
[data-v-c51cce99] .el-overlay {
|
|
476
|
+
position: static;
|
|
420
477
|
}
|
|
421
478
|
|
|
422
|
-
.el-
|
|
479
|
+
.el-alert + .el-form-item[data-v-32875028] {
|
|
423
480
|
margin-top: 10px;
|
|
424
481
|
}
|
|
425
|
-
.el-alert + .el-
|
|
426
|
-
margin
|
|
482
|
+
.el-alert + .el-table[data-v-32875028] {
|
|
483
|
+
margin: 10px 0;
|
|
427
484
|
}
|
|
428
485
|
|
|
429
486
|
.el-alert + .el-table[data-v-82e0dfef] {
|
|
@@ -433,98 +490,21 @@
|
|
|
433
490
|
margin-top: 10px;
|
|
434
491
|
}
|
|
435
492
|
|
|
436
|
-
.el-alert + .el-table[data-v-
|
|
493
|
+
.el-alert + .el-table[data-v-d978e7dc] {
|
|
437
494
|
margin-top: 10px;
|
|
438
495
|
}
|
|
439
|
-
.el-table + .el-alert[data-v-
|
|
496
|
+
.el-table + .el-alert[data-v-d978e7dc] {
|
|
440
497
|
margin: 10px 0;
|
|
441
|
-
}
|
|
442
|
-
|
|
443
|
-
[data-v-808a13e1] .el-radio {
|
|
444
|
-
margin: 0;
|
|
445
|
-
}
|
|
446
|
-
.el-radio + .el-radio[data-v-808a13e1] {
|
|
447
|
-
margin-left: 10px;
|
|
448
|
-
}
|
|
449
|
-
|
|
450
|
-
.el-drawer__header {
|
|
451
|
-
margin-bottom: 0 !important;
|
|
452
|
-
}
|
|
453
|
-
/**
|
|
454
|
-
解决右侧弹出属性配置遮罩层打开后页面其他地方无法点击问题
|
|
455
|
-
*/
|
|
456
|
-
[data-v-c51cce99] .el-overlay {
|
|
457
|
-
position: static;
|
|
458
|
-
}
|
|
459
|
-
|
|
460
|
-
[data-v-2badb0bb] .el-table__row {
|
|
461
|
-
cursor: pointer;
|
|
462
|
-
}
|
|
463
|
-
/** 右键菜单样式 */
|
|
464
|
-
.context-menu[data-v-2badb0bb] {
|
|
465
|
-
position: absolute;
|
|
466
|
-
background: #fff;
|
|
467
|
-
z-index: 999;
|
|
468
|
-
margin: 5;
|
|
469
|
-
padding: 8px 8px;
|
|
470
|
-
box-shadow: 0 5px 7px 1px rgba(0, 0, 0, 0.1);
|
|
471
|
-
border: 1px solid #bbbbbb;
|
|
472
|
-
border-radius: 10px;
|
|
473
|
-
font-size: 14px;
|
|
474
498
|
}
|
|
475
|
-
.
|
|
476
|
-
list-style-type: none;
|
|
477
|
-
min-width: 75px;
|
|
478
|
-
line-height: 28px;
|
|
479
|
-
text-align: left;
|
|
480
|
-
border-radius: 5px;
|
|
481
|
-
padding-left: 5px;
|
|
482
|
-
cursor: pointer;
|
|
483
|
-
}
|
|
484
|
-
.context-menu li[data-v-2badb0bb]:hover {
|
|
485
|
-
background: #0165e1;
|
|
486
|
-
color: #fff;
|
|
487
|
-
}
|
|
488
|
-
/** 右键菜单样式 */
|
|
489
|
-
.custom-tree-node[data-v-2badb0bb] {
|
|
490
|
-
font-size: 14px;
|
|
491
|
-
padding-right: 8px;
|
|
492
|
-
display: flex; /* 使用Flex布局 */
|
|
493
|
-
align-items: center; /* 子元素在交叉轴(垂直方向)上居中对齐 */
|
|
494
|
-
}
|
|
495
|
-
|
|
496
|
-
.el-alert + .el-form-item[data-v-32875028] {
|
|
499
|
+
.el-alert + .el-form-item[data-v-d978e7dc] {
|
|
497
500
|
margin-top: 10px;
|
|
498
|
-
}
|
|
499
|
-
.el-alert + .el-table[data-v-32875028] {
|
|
500
|
-
margin: 10px 0;
|
|
501
501
|
}
|
|
502
502
|
|
|
503
503
|
.el-dialog__wrapper[data-v-d41cb0ad] {
|
|
504
504
|
overflow: hidden !important;
|
|
505
505
|
padding-right: 0 !important;
|
|
506
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;
|
|
517
|
-
height: 15px;
|
|
518
|
-
font-weight: 400;
|
|
519
|
-
font-size: 14px;
|
|
520
|
-
color: #333333;
|
|
521
|
-
line-height: 14px;
|
|
522
|
-
text-align: left;
|
|
523
|
-
font-style: normal;
|
|
524
|
-
text-transform: none;
|
|
525
|
-
padding: 5px 0px 4px 10px;
|
|
526
|
-
}
|
|
527
|
-
.nodeView[data-v-221a60f8] {
|
|
507
|
+
.nodeView[data-v-6d0cd280] {
|
|
528
508
|
box-sizing: border-box;
|
|
529
509
|
margin: 10px 10px;
|
|
530
510
|
width: 180px;
|
|
@@ -533,7 +513,7 @@
|
|
|
533
513
|
border-radius: 2px 2px 2px 2px;
|
|
534
514
|
padding: 20px 10px;
|
|
535
515
|
}
|
|
536
|
-
.nodeTitle[data-v-
|
|
516
|
+
.nodeTitle[data-v-6d0cd280] {
|
|
537
517
|
width: 90px;
|
|
538
518
|
height: 15px;
|
|
539
519
|
font-weight: 400;
|
|
@@ -548,7 +528,7 @@
|
|
|
548
528
|
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
549
529
|
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
550
530
|
}
|
|
551
|
-
.nodeContent[data-v-
|
|
531
|
+
.nodeContent[data-v-6d0cd280] {
|
|
552
532
|
/* width: 100%; */
|
|
553
533
|
height: 15px;
|
|
554
534
|
font-weight: 400;
|
|
@@ -563,19 +543,19 @@
|
|
|
563
543
|
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
564
544
|
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
565
545
|
}
|
|
566
|
-
.nodeContent-desc[data-v-
|
|
546
|
+
.nodeContent-desc[data-v-6d0cd280]{
|
|
567
547
|
}
|
|
568
|
-
.el-divider--horizontal[data-v-
|
|
548
|
+
.el-divider--horizontal[data-v-6d0cd280] {
|
|
569
549
|
margin: 12px 0;
|
|
570
550
|
}
|
|
571
|
-
.nodeView[data-v-
|
|
551
|
+
.nodeView[data-v-6d0cd280] {
|
|
572
552
|
border: 1px solid #5a90f9;
|
|
573
553
|
background: #eef3fe;
|
|
574
554
|
}
|
|
575
|
-
.nodeTitle[data-v-
|
|
555
|
+
.nodeTitle[data-v-6d0cd280] {
|
|
576
556
|
width: 80px;
|
|
577
557
|
}
|
|
578
|
-
.nodeView[data-v-
|
|
558
|
+
.nodeView[data-v-faa5a940] {
|
|
579
559
|
box-sizing: border-box;
|
|
580
560
|
margin: 10px 10px;
|
|
581
561
|
width: 180px;
|
|
@@ -584,7 +564,7 @@
|
|
|
584
564
|
border-radius: 2px 2px 2px 2px;
|
|
585
565
|
padding: 20px 10px;
|
|
586
566
|
}
|
|
587
|
-
.nodeTitle[data-v-
|
|
567
|
+
.nodeTitle[data-v-faa5a940] {
|
|
588
568
|
width: 90px;
|
|
589
569
|
height: 15px;
|
|
590
570
|
font-weight: 400;
|
|
@@ -599,7 +579,7 @@
|
|
|
599
579
|
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
600
580
|
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
601
581
|
}
|
|
602
|
-
.nodeContent[data-v-
|
|
582
|
+
.nodeContent[data-v-faa5a940] {
|
|
603
583
|
/* width: 100%; */
|
|
604
584
|
height: 15px;
|
|
605
585
|
font-weight: 400;
|
|
@@ -614,19 +594,19 @@
|
|
|
614
594
|
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
615
595
|
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
616
596
|
}
|
|
617
|
-
.nodeContent-desc[data-v-
|
|
597
|
+
.nodeContent-desc[data-v-faa5a940]{
|
|
618
598
|
}
|
|
619
|
-
.el-divider--horizontal[data-v-
|
|
599
|
+
.el-divider--horizontal[data-v-faa5a940] {
|
|
620
600
|
margin: 12px 0;
|
|
621
601
|
}
|
|
622
|
-
.nodeView[data-v-
|
|
602
|
+
.nodeView[data-v-faa5a940] {
|
|
623
603
|
border: 1px solid #5a90f9;
|
|
624
604
|
background: #eef3fe;
|
|
625
605
|
}
|
|
626
|
-
.nodeTitle[data-v-
|
|
606
|
+
.nodeTitle[data-v-faa5a940] {
|
|
627
607
|
width: 80px;
|
|
628
608
|
}
|
|
629
|
-
.nodeView[data-v-
|
|
609
|
+
.nodeView[data-v-5911272d] {
|
|
630
610
|
box-sizing: border-box;
|
|
631
611
|
margin: 10px 10px;
|
|
632
612
|
width: 180px;
|
|
@@ -635,7 +615,7 @@
|
|
|
635
615
|
border-radius: 2px 2px 2px 2px;
|
|
636
616
|
padding: 20px 10px;
|
|
637
617
|
}
|
|
638
|
-
.nodeTitle[data-v-
|
|
618
|
+
.nodeTitle[data-v-5911272d] {
|
|
639
619
|
width: 90px;
|
|
640
620
|
height: 15px;
|
|
641
621
|
font-weight: 400;
|
|
@@ -650,7 +630,7 @@
|
|
|
650
630
|
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
651
631
|
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
652
632
|
}
|
|
653
|
-
.nodeContent[data-v-
|
|
633
|
+
.nodeContent[data-v-5911272d] {
|
|
654
634
|
/* width: 100%; */
|
|
655
635
|
height: 15px;
|
|
656
636
|
font-weight: 400;
|
|
@@ -665,19 +645,19 @@
|
|
|
665
645
|
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
666
646
|
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
667
647
|
}
|
|
668
|
-
.nodeContent-desc[data-v-
|
|
648
|
+
.nodeContent-desc[data-v-5911272d]{
|
|
669
649
|
}
|
|
670
|
-
.el-divider--horizontal[data-v-
|
|
650
|
+
.el-divider--horizontal[data-v-5911272d] {
|
|
671
651
|
margin: 12px 0;
|
|
672
652
|
}
|
|
673
|
-
.nodeView[data-v-
|
|
653
|
+
.nodeView[data-v-5911272d] {
|
|
674
654
|
border: 1px solid #5a90f9;
|
|
675
655
|
background: #eef3fe;
|
|
676
656
|
}
|
|
677
|
-
.nodeTitle[data-v-
|
|
657
|
+
.nodeTitle[data-v-5911272d] {
|
|
678
658
|
width: 80px;
|
|
679
659
|
}
|
|
680
|
-
.nodeView[data-v-
|
|
660
|
+
.nodeView[data-v-df366d04] {
|
|
681
661
|
box-sizing: border-box;
|
|
682
662
|
margin: 10px 10px;
|
|
683
663
|
width: 180px;
|
|
@@ -686,7 +666,7 @@
|
|
|
686
666
|
border-radius: 2px 2px 2px 2px;
|
|
687
667
|
padding: 20px 10px;
|
|
688
668
|
}
|
|
689
|
-
.nodeTitle[data-v-
|
|
669
|
+
.nodeTitle[data-v-df366d04] {
|
|
690
670
|
width: 90px;
|
|
691
671
|
height: 15px;
|
|
692
672
|
font-weight: 400;
|
|
@@ -701,7 +681,7 @@
|
|
|
701
681
|
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
702
682
|
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
703
683
|
}
|
|
704
|
-
.nodeContent[data-v-
|
|
684
|
+
.nodeContent[data-v-df366d04] {
|
|
705
685
|
/* width: 100%; */
|
|
706
686
|
height: 15px;
|
|
707
687
|
font-weight: 400;
|
|
@@ -716,20 +696,19 @@
|
|
|
716
696
|
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
717
697
|
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
718
698
|
}
|
|
719
|
-
.nodeContent-desc[data-v-
|
|
699
|
+
.nodeContent-desc[data-v-df366d04]{
|
|
720
700
|
}
|
|
721
|
-
.el-divider--horizontal[data-v-
|
|
701
|
+
.el-divider--horizontal[data-v-df366d04] {
|
|
722
702
|
margin: 12px 0;
|
|
723
703
|
}
|
|
724
|
-
.nodeView[data-v-
|
|
704
|
+
.nodeView[data-v-df366d04] {
|
|
725
705
|
border: 1px solid #5a90f9;
|
|
726
|
-
background: #eef3fe;
|
|
727
|
-
width: 180px;
|
|
728
|
-
min-height: 95px;
|
|
706
|
+
background: #eef3fe;
|
|
729
707
|
}
|
|
730
|
-
.
|
|
708
|
+
.nodeTitle[data-v-df366d04] {
|
|
709
|
+
width: 80px;
|
|
731
710
|
}
|
|
732
|
-
.nodeView[data-v-
|
|
711
|
+
.nodeView[data-v-c176feb6] {
|
|
733
712
|
box-sizing: border-box;
|
|
734
713
|
margin: 10px 10px;
|
|
735
714
|
width: 180px;
|
|
@@ -738,7 +717,7 @@
|
|
|
738
717
|
border-radius: 2px 2px 2px 2px;
|
|
739
718
|
padding: 20px 10px;
|
|
740
719
|
}
|
|
741
|
-
.nodeTitle[data-v-
|
|
720
|
+
.nodeTitle[data-v-c176feb6] {
|
|
742
721
|
width: 90px;
|
|
743
722
|
height: 15px;
|
|
744
723
|
font-weight: 400;
|
|
@@ -753,7 +732,7 @@
|
|
|
753
732
|
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
754
733
|
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
755
734
|
}
|
|
756
|
-
.nodeContent[data-v-
|
|
735
|
+
.nodeContent[data-v-c176feb6] {
|
|
757
736
|
/* width: 100%; */
|
|
758
737
|
height: 15px;
|
|
759
738
|
font-weight: 400;
|
|
@@ -768,19 +747,20 @@
|
|
|
768
747
|
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
769
748
|
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
770
749
|
}
|
|
771
|
-
.nodeContent-desc[data-v-
|
|
750
|
+
.nodeContent-desc[data-v-c176feb6]{
|
|
772
751
|
}
|
|
773
|
-
.el-divider--horizontal[data-v-
|
|
752
|
+
.el-divider--horizontal[data-v-c176feb6] {
|
|
774
753
|
margin: 12px 0;
|
|
775
754
|
}
|
|
776
|
-
.nodeView[data-v-
|
|
755
|
+
.nodeView[data-v-c176feb6] {
|
|
777
756
|
border: 1px solid #5a90f9;
|
|
778
|
-
background: #eef3fe;
|
|
757
|
+
background: #eef3fe;
|
|
758
|
+
width: 180px;
|
|
759
|
+
min-height: 95px;
|
|
779
760
|
}
|
|
780
|
-
.
|
|
781
|
-
width: 80px;
|
|
761
|
+
.nodeContent[data-v-c176feb6] {
|
|
782
762
|
}
|
|
783
|
-
.nodeView[data-v-
|
|
763
|
+
.nodeView[data-v-9fff2753] {
|
|
784
764
|
box-sizing: border-box;
|
|
785
765
|
margin: 10px 10px;
|
|
786
766
|
width: 180px;
|
|
@@ -789,7 +769,7 @@
|
|
|
789
769
|
border-radius: 2px 2px 2px 2px;
|
|
790
770
|
padding: 20px 10px;
|
|
791
771
|
}
|
|
792
|
-
.nodeTitle[data-v-
|
|
772
|
+
.nodeTitle[data-v-9fff2753] {
|
|
793
773
|
width: 90px;
|
|
794
774
|
height: 15px;
|
|
795
775
|
font-weight: 400;
|
|
@@ -804,7 +784,7 @@
|
|
|
804
784
|
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
805
785
|
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
806
786
|
}
|
|
807
|
-
.nodeContent[data-v-
|
|
787
|
+
.nodeContent[data-v-9fff2753] {
|
|
808
788
|
/* width: 100%; */
|
|
809
789
|
height: 15px;
|
|
810
790
|
font-weight: 400;
|
|
@@ -819,19 +799,19 @@
|
|
|
819
799
|
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
820
800
|
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
821
801
|
}
|
|
822
|
-
.nodeContent-desc[data-v-
|
|
802
|
+
.nodeContent-desc[data-v-9fff2753]{
|
|
823
803
|
}
|
|
824
|
-
.el-divider--horizontal[data-v-
|
|
804
|
+
.el-divider--horizontal[data-v-9fff2753] {
|
|
825
805
|
margin: 12px 0;
|
|
826
806
|
}
|
|
827
|
-
.nodeView[data-v-
|
|
807
|
+
.nodeView[data-v-9fff2753] {
|
|
828
808
|
border: 1px solid #5a90f9;
|
|
829
809
|
background: #eef3fe;
|
|
830
810
|
}
|
|
831
|
-
.nodeTitle[data-v-
|
|
811
|
+
.nodeTitle[data-v-9fff2753] {
|
|
832
812
|
width: 80px;
|
|
833
813
|
}
|
|
834
|
-
.nodeView[data-v-
|
|
814
|
+
.nodeView[data-v-b01d3a50] {
|
|
835
815
|
box-sizing: border-box;
|
|
836
816
|
margin: 10px 10px;
|
|
837
817
|
width: 180px;
|
|
@@ -840,7 +820,7 @@
|
|
|
840
820
|
border-radius: 2px 2px 2px 2px;
|
|
841
821
|
padding: 20px 10px;
|
|
842
822
|
}
|
|
843
|
-
.nodeTitle[data-v-
|
|
823
|
+
.nodeTitle[data-v-b01d3a50] {
|
|
844
824
|
width: 90px;
|
|
845
825
|
height: 15px;
|
|
846
826
|
font-weight: 400;
|
|
@@ -855,7 +835,7 @@
|
|
|
855
835
|
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
856
836
|
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
857
837
|
}
|
|
858
|
-
.nodeContent[data-v-
|
|
838
|
+
.nodeContent[data-v-b01d3a50] {
|
|
859
839
|
/* width: 100%; */
|
|
860
840
|
height: 15px;
|
|
861
841
|
font-weight: 400;
|
|
@@ -870,19 +850,19 @@
|
|
|
870
850
|
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
871
851
|
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
872
852
|
}
|
|
873
|
-
.nodeContent-desc[data-v-
|
|
853
|
+
.nodeContent-desc[data-v-b01d3a50]{
|
|
874
854
|
}
|
|
875
|
-
.el-divider--horizontal[data-v-
|
|
855
|
+
.el-divider--horizontal[data-v-b01d3a50] {
|
|
876
856
|
margin: 12px 0;
|
|
877
857
|
}
|
|
878
|
-
.nodeView[data-v-
|
|
858
|
+
.nodeView[data-v-b01d3a50] {
|
|
879
859
|
border: 1px solid #5a90f9;
|
|
880
860
|
background: #eef3fe;
|
|
881
861
|
}
|
|
882
|
-
.nodeTitle[data-v-
|
|
862
|
+
.nodeTitle[data-v-b01d3a50] {
|
|
883
863
|
width: 80px;
|
|
884
864
|
}
|
|
885
|
-
.nodeView[data-v-
|
|
865
|
+
.nodeView[data-v-bd32480c] {
|
|
886
866
|
box-sizing: border-box;
|
|
887
867
|
margin: 10px 10px;
|
|
888
868
|
width: 180px;
|
|
@@ -891,7 +871,7 @@
|
|
|
891
871
|
border-radius: 2px 2px 2px 2px;
|
|
892
872
|
padding: 20px 10px;
|
|
893
873
|
}
|
|
894
|
-
.nodeTitle[data-v-
|
|
874
|
+
.nodeTitle[data-v-bd32480c] {
|
|
895
875
|
width: 90px;
|
|
896
876
|
height: 15px;
|
|
897
877
|
font-weight: 400;
|
|
@@ -906,7 +886,7 @@
|
|
|
906
886
|
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
907
887
|
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
908
888
|
}
|
|
909
|
-
.nodeContent[data-v-
|
|
889
|
+
.nodeContent[data-v-bd32480c] {
|
|
910
890
|
/* width: 100%; */
|
|
911
891
|
height: 15px;
|
|
912
892
|
font-weight: 400;
|
|
@@ -921,27 +901,28 @@
|
|
|
921
901
|
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
922
902
|
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
923
903
|
}
|
|
924
|
-
.nodeContent-desc[data-v-
|
|
904
|
+
.nodeContent-desc[data-v-bd32480c]{
|
|
925
905
|
}
|
|
926
|
-
.el-divider--horizontal[data-v-
|
|
906
|
+
.el-divider--horizontal[data-v-bd32480c] {
|
|
927
907
|
margin: 12px 0;
|
|
928
908
|
}
|
|
929
|
-
.nodeView[data-v-
|
|
909
|
+
.nodeView[data-v-bd32480c] {
|
|
930
910
|
border: 1px solid #5a90f9;
|
|
931
|
-
background: #eef3fe;
|
|
911
|
+
background: #eef3fe;
|
|
912
|
+
width: 180px;
|
|
913
|
+
min-height: 95px;
|
|
932
914
|
}
|
|
933
|
-
.
|
|
934
|
-
width: 80px;
|
|
915
|
+
.nodeContent[data-v-bd32480c] {
|
|
935
916
|
}
|
|
936
917
|
|
|
937
|
-
.node-content[data-v-
|
|
918
|
+
.node-content[data-v-b28923f3] {
|
|
938
919
|
width: 120px;
|
|
939
920
|
height: 44px;
|
|
940
921
|
background: #ffffff;
|
|
941
922
|
box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
|
|
942
923
|
border-radius: 2px 2px 2px 2px;
|
|
943
924
|
}
|
|
944
|
-
.content[data-v-
|
|
925
|
+
.content[data-v-b28923f3] {
|
|
945
926
|
width: 28px;
|
|
946
927
|
height: 15px;
|
|
947
928
|
font-weight: 400;
|
|
@@ -953,7 +934,7 @@
|
|
|
953
934
|
text-transform: none;
|
|
954
935
|
padding: 5px 0px 4px 10px;
|
|
955
936
|
}
|
|
956
|
-
.nodeView[data-v-
|
|
937
|
+
.nodeView[data-v-b1d2a966] {
|
|
957
938
|
box-sizing: border-box;
|
|
958
939
|
margin: 10px 10px;
|
|
959
940
|
width: 180px;
|
|
@@ -962,7 +943,7 @@
|
|
|
962
943
|
border-radius: 2px 2px 2px 2px;
|
|
963
944
|
padding: 20px 10px;
|
|
964
945
|
}
|
|
965
|
-
.nodeTitle[data-v-
|
|
946
|
+
.nodeTitle[data-v-b1d2a966] {
|
|
966
947
|
width: 90px;
|
|
967
948
|
height: 15px;
|
|
968
949
|
font-weight: 400;
|
|
@@ -977,7 +958,7 @@
|
|
|
977
958
|
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
978
959
|
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
979
960
|
}
|
|
980
|
-
.nodeContent[data-v-
|
|
961
|
+
.nodeContent[data-v-b1d2a966] {
|
|
981
962
|
/* width: 100%; */
|
|
982
963
|
height: 15px;
|
|
983
964
|
font-weight: 400;
|
|
@@ -992,19 +973,19 @@
|
|
|
992
973
|
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
993
974
|
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
994
975
|
}
|
|
995
|
-
.nodeContent-desc[data-v-
|
|
976
|
+
.nodeContent-desc[data-v-b1d2a966]{
|
|
996
977
|
}
|
|
997
|
-
.el-divider--horizontal[data-v-
|
|
978
|
+
.el-divider--horizontal[data-v-b1d2a966] {
|
|
998
979
|
margin: 12px 0;
|
|
999
980
|
}
|
|
1000
|
-
.nodeView[data-v-
|
|
981
|
+
.nodeView[data-v-b1d2a966] {
|
|
1001
982
|
border: 1px solid #5a90f9;
|
|
1002
983
|
background: #eef3fe;
|
|
1003
984
|
}
|
|
1004
|
-
.nodeTitle[data-v-
|
|
985
|
+
.nodeTitle[data-v-b1d2a966] {
|
|
1005
986
|
width: 80px;
|
|
1006
987
|
}
|
|
1007
|
-
.nodeView[data-v-
|
|
988
|
+
.nodeView[data-v-4c6dfa4a] {
|
|
1008
989
|
box-sizing: border-box;
|
|
1009
990
|
margin: 10px 10px;
|
|
1010
991
|
width: 180px;
|
|
@@ -1013,7 +994,7 @@
|
|
|
1013
994
|
border-radius: 2px 2px 2px 2px;
|
|
1014
995
|
padding: 20px 10px;
|
|
1015
996
|
}
|
|
1016
|
-
.nodeTitle[data-v-
|
|
997
|
+
.nodeTitle[data-v-4c6dfa4a] {
|
|
1017
998
|
width: 90px;
|
|
1018
999
|
height: 15px;
|
|
1019
1000
|
font-weight: 400;
|
|
@@ -1028,7 +1009,7 @@
|
|
|
1028
1009
|
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
1029
1010
|
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
1030
1011
|
}
|
|
1031
|
-
.nodeContent[data-v-
|
|
1012
|
+
.nodeContent[data-v-4c6dfa4a] {
|
|
1032
1013
|
/* width: 100%; */
|
|
1033
1014
|
height: 15px;
|
|
1034
1015
|
font-weight: 400;
|
|
@@ -1043,40 +1024,20 @@
|
|
|
1043
1024
|
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
1044
1025
|
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
1045
1026
|
}
|
|
1046
|
-
.nodeContent-desc[data-v-
|
|
1027
|
+
.nodeContent-desc[data-v-4c6dfa4a]{
|
|
1047
1028
|
}
|
|
1048
|
-
.el-divider--horizontal[data-v-
|
|
1029
|
+
.el-divider--horizontal[data-v-4c6dfa4a] {
|
|
1049
1030
|
margin: 12px 0;
|
|
1050
1031
|
}
|
|
1051
|
-
.nodeView[data-v-
|
|
1032
|
+
.nodeView[data-v-4c6dfa4a] {
|
|
1052
1033
|
border: 1px solid #5a90f9;
|
|
1053
1034
|
background: #eef3fe;
|
|
1054
1035
|
width: 180px;
|
|
1055
1036
|
min-height: 95px;
|
|
1056
1037
|
}
|
|
1057
|
-
.nodeContent[data-v-
|
|
1058
|
-
}
|
|
1059
|
-
|
|
1060
|
-
.aaa[data-v-8bd72b80] {
|
|
1061
|
-
width: 300px;
|
|
1062
|
-
height: 200px;
|
|
1063
|
-
background: #ffffff;
|
|
1064
|
-
box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
|
|
1065
|
-
border-radius: 2px 2px 2px 2px;
|
|
1066
|
-
}
|
|
1067
|
-
.content[data-v-8bd72b80] {
|
|
1068
|
-
width: 28px;
|
|
1069
|
-
height: 15px;
|
|
1070
|
-
font-weight: 400;
|
|
1071
|
-
font-size: 14px;
|
|
1072
|
-
color: #333333;
|
|
1073
|
-
line-height: 14px;
|
|
1074
|
-
text-align: left;
|
|
1075
|
-
font-style: normal;
|
|
1076
|
-
text-transform: none;
|
|
1077
|
-
padding: 5px 0px 4px 10px;
|
|
1038
|
+
.nodeContent[data-v-4c6dfa4a] {
|
|
1078
1039
|
}
|
|
1079
|
-
.nodeView[data-v-
|
|
1040
|
+
.nodeView[data-v-221a60f8] {
|
|
1080
1041
|
box-sizing: border-box;
|
|
1081
1042
|
margin: 10px 10px;
|
|
1082
1043
|
width: 180px;
|
|
@@ -1085,7 +1046,7 @@
|
|
|
1085
1046
|
border-radius: 2px 2px 2px 2px;
|
|
1086
1047
|
padding: 20px 10px;
|
|
1087
1048
|
}
|
|
1088
|
-
.nodeTitle[data-v-
|
|
1049
|
+
.nodeTitle[data-v-221a60f8] {
|
|
1089
1050
|
width: 90px;
|
|
1090
1051
|
height: 15px;
|
|
1091
1052
|
font-weight: 400;
|
|
@@ -1100,7 +1061,7 @@
|
|
|
1100
1061
|
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
1101
1062
|
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
1102
1063
|
}
|
|
1103
|
-
.nodeContent[data-v-
|
|
1064
|
+
.nodeContent[data-v-221a60f8] {
|
|
1104
1065
|
/* width: 100%; */
|
|
1105
1066
|
height: 15px;
|
|
1106
1067
|
font-weight: 400;
|
|
@@ -1115,19 +1076,39 @@
|
|
|
1115
1076
|
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
1116
1077
|
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
1117
1078
|
}
|
|
1118
|
-
.nodeContent-desc[data-v-
|
|
1079
|
+
.nodeContent-desc[data-v-221a60f8]{
|
|
1119
1080
|
}
|
|
1120
|
-
.el-divider--horizontal[data-v-
|
|
1081
|
+
.el-divider--horizontal[data-v-221a60f8] {
|
|
1121
1082
|
margin: 12px 0;
|
|
1122
1083
|
}
|
|
1123
|
-
.nodeView[data-v-
|
|
1084
|
+
.nodeView[data-v-221a60f8] {
|
|
1124
1085
|
border: 1px solid #5a90f9;
|
|
1125
1086
|
background: #eef3fe;
|
|
1126
1087
|
}
|
|
1127
|
-
.nodeTitle[data-v-
|
|
1088
|
+
.nodeTitle[data-v-221a60f8] {
|
|
1128
1089
|
width: 80px;
|
|
1129
1090
|
}
|
|
1130
|
-
|
|
1091
|
+
|
|
1092
|
+
.node-content[data-v-69a854a3] {
|
|
1093
|
+
width: 120px;
|
|
1094
|
+
height: 44px;
|
|
1095
|
+
background: #ffffff;
|
|
1096
|
+
box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
|
|
1097
|
+
border-radius: 2px 2px 2px 2px;
|
|
1098
|
+
}
|
|
1099
|
+
.content[data-v-69a854a3] {
|
|
1100
|
+
width: 28px;
|
|
1101
|
+
height: 15px;
|
|
1102
|
+
font-weight: 400;
|
|
1103
|
+
font-size: 14px;
|
|
1104
|
+
color: #333333;
|
|
1105
|
+
line-height: 14px;
|
|
1106
|
+
text-align: left;
|
|
1107
|
+
font-style: normal;
|
|
1108
|
+
text-transform: none;
|
|
1109
|
+
padding: 5px 0px 4px 10px;
|
|
1110
|
+
}
|
|
1111
|
+
.nodeView[data-v-7702fcdb] {
|
|
1131
1112
|
box-sizing: border-box;
|
|
1132
1113
|
margin: 10px 10px;
|
|
1133
1114
|
width: 180px;
|
|
@@ -1136,7 +1117,7 @@
|
|
|
1136
1117
|
border-radius: 2px 2px 2px 2px;
|
|
1137
1118
|
padding: 20px 10px;
|
|
1138
1119
|
}
|
|
1139
|
-
.nodeTitle[data-v-
|
|
1120
|
+
.nodeTitle[data-v-7702fcdb] {
|
|
1140
1121
|
width: 90px;
|
|
1141
1122
|
height: 15px;
|
|
1142
1123
|
font-weight: 400;
|
|
@@ -1151,7 +1132,7 @@
|
|
|
1151
1132
|
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
1152
1133
|
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
1153
1134
|
}
|
|
1154
|
-
.nodeContent[data-v-
|
|
1135
|
+
.nodeContent[data-v-7702fcdb] {
|
|
1155
1136
|
/* width: 100%; */
|
|
1156
1137
|
height: 15px;
|
|
1157
1138
|
font-weight: 400;
|
|
@@ -1166,19 +1147,39 @@
|
|
|
1166
1147
|
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
1167
1148
|
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
1168
1149
|
}
|
|
1169
|
-
.nodeContent-desc[data-v-
|
|
1150
|
+
.nodeContent-desc[data-v-7702fcdb]{
|
|
1170
1151
|
}
|
|
1171
|
-
.el-divider--horizontal[data-v-
|
|
1152
|
+
.el-divider--horizontal[data-v-7702fcdb] {
|
|
1172
1153
|
margin: 12px 0;
|
|
1173
1154
|
}
|
|
1174
|
-
.nodeView[data-v-
|
|
1155
|
+
.nodeView[data-v-7702fcdb] {
|
|
1175
1156
|
border: 1px solid #5a90f9;
|
|
1176
1157
|
background: #eef3fe;
|
|
1177
1158
|
}
|
|
1178
|
-
.nodeTitle[data-v-
|
|
1159
|
+
.nodeTitle[data-v-7702fcdb] {
|
|
1179
1160
|
width: 80px;
|
|
1180
1161
|
}
|
|
1181
|
-
|
|
1162
|
+
|
|
1163
|
+
.aaa[data-v-8bd72b80] {
|
|
1164
|
+
width: 300px;
|
|
1165
|
+
height: 200px;
|
|
1166
|
+
background: #ffffff;
|
|
1167
|
+
box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
|
|
1168
|
+
border-radius: 2px 2px 2px 2px;
|
|
1169
|
+
}
|
|
1170
|
+
.content[data-v-8bd72b80] {
|
|
1171
|
+
width: 28px;
|
|
1172
|
+
height: 15px;
|
|
1173
|
+
font-weight: 400;
|
|
1174
|
+
font-size: 14px;
|
|
1175
|
+
color: #333333;
|
|
1176
|
+
line-height: 14px;
|
|
1177
|
+
text-align: left;
|
|
1178
|
+
font-style: normal;
|
|
1179
|
+
text-transform: none;
|
|
1180
|
+
padding: 5px 0px 4px 10px;
|
|
1181
|
+
}
|
|
1182
|
+
.nodeView[data-v-b604c489] {
|
|
1182
1183
|
box-sizing: border-box;
|
|
1183
1184
|
margin: 10px 10px;
|
|
1184
1185
|
width: 180px;
|
|
@@ -1187,7 +1188,7 @@
|
|
|
1187
1188
|
border-radius: 2px 2px 2px 2px;
|
|
1188
1189
|
padding: 20px 10px;
|
|
1189
1190
|
}
|
|
1190
|
-
.nodeTitle[data-v-
|
|
1191
|
+
.nodeTitle[data-v-b604c489] {
|
|
1191
1192
|
width: 90px;
|
|
1192
1193
|
height: 15px;
|
|
1193
1194
|
font-weight: 400;
|
|
@@ -1202,7 +1203,7 @@
|
|
|
1202
1203
|
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
1203
1204
|
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
1204
1205
|
}
|
|
1205
|
-
.nodeContent[data-v-
|
|
1206
|
+
.nodeContent[data-v-b604c489] {
|
|
1206
1207
|
/* width: 100%; */
|
|
1207
1208
|
height: 15px;
|
|
1208
1209
|
font-weight: 400;
|
|
@@ -1217,28 +1218,17 @@
|
|
|
1217
1218
|
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
1218
1219
|
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
1219
1220
|
}
|
|
1220
|
-
.nodeContent-desc[data-v-
|
|
1221
|
+
.nodeContent-desc[data-v-b604c489]{
|
|
1221
1222
|
}
|
|
1222
|
-
.el-divider--horizontal[data-v-
|
|
1223
|
+
.el-divider--horizontal[data-v-b604c489] {
|
|
1223
1224
|
margin: 12px 0;
|
|
1224
1225
|
}
|
|
1225
|
-
.nodeView[data-v-
|
|
1226
|
+
.nodeView[data-v-b604c489] {
|
|
1226
1227
|
border: 1px solid #5a90f9;
|
|
1227
|
-
background: #eef3fe;
|
|
1228
|
-
width: 180px;
|
|
1229
|
-
min-height: 95px;
|
|
1230
|
-
}
|
|
1231
|
-
.nodeContent[data-v-4c6dfa4a] {
|
|
1232
|
-
}
|
|
1233
|
-
|
|
1234
|
-
.el-select + .el-input[data-v-7fcf8a84] {
|
|
1235
|
-
margin-left: 10px;
|
|
1236
|
-
}
|
|
1237
|
-
.el-input + .el-input[data-v-7fcf8a84] {
|
|
1238
|
-
margin-left: 10px;
|
|
1228
|
+
background: #eef3fe;
|
|
1239
1229
|
}
|
|
1240
|
-
.
|
|
1241
|
-
|
|
1230
|
+
.nodeTitle[data-v-b604c489] {
|
|
1231
|
+
width: 80px;
|
|
1242
1232
|
}
|
|
1243
1233
|
|
|
1244
1234
|
.el-select + .el-input[data-v-3918f594] {
|
|
@@ -1262,6 +1252,16 @@
|
|
|
1262
1252
|
margin-top: 0px;
|
|
1263
1253
|
}
|
|
1264
1254
|
|
|
1255
|
+
.el-select + .el-input[data-v-7fcf8a84] {
|
|
1256
|
+
margin-left: 10px;
|
|
1257
|
+
}
|
|
1258
|
+
.el-input + .el-input[data-v-7fcf8a84] {
|
|
1259
|
+
margin-left: 10px;
|
|
1260
|
+
}
|
|
1261
|
+
.el-input + .el-button[data-v-7fcf8a84] {
|
|
1262
|
+
margin-left: 10px;
|
|
1263
|
+
}
|
|
1264
|
+
|
|
1265
1265
|
[data-v-9cc733d7] .el-cascader-menu {
|
|
1266
1266
|
min-width: 120px !important;
|
|
1267
1267
|
}
|
|
@@ -1276,13 +1276,13 @@
|
|
|
1276
1276
|
cursor: pointer;
|
|
1277
1277
|
}
|
|
1278
1278
|
|
|
1279
|
+
[data-v-9a3ee19e] .el-dropdown {
|
|
1280
|
+
vertical-align: middle;
|
|
1281
|
+
}
|
|
1282
|
+
|
|
1279
1283
|
[data-v-2d06523b] .el-upload {
|
|
1280
1284
|
width: 100%;
|
|
1281
1285
|
}
|
|
1282
1286
|
[data-v-2d06523b] .el-button {
|
|
1283
1287
|
width: 100%;
|
|
1284
1288
|
}
|
|
1285
|
-
|
|
1286
|
-
[data-v-9a3ee19e] .el-dropdown {
|
|
1287
|
-
vertical-align: middle;
|
|
1288
|
-
}
|