service-flow-designer 2.0.21 → 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 +310 -310
- 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,9 +183,91 @@
|
|
|
183
183
|
margin-top: 10px;
|
|
184
184
|
}
|
|
185
185
|
|
|
186
|
-
.el-
|
|
187
|
-
|
|
188
|
-
|
|
186
|
+
.el-alert + .el-table[data-v-028fb838] {
|
|
187
|
+
margin-top: 10px;
|
|
188
|
+
}
|
|
189
|
+
.el-table + .el-alert[data-v-028fb838] {
|
|
190
|
+
margin: 10px 0;
|
|
191
|
+
}
|
|
192
|
+
|
|
193
|
+
[data-v-65e38bfb] .el-radio {
|
|
194
|
+
margin: 0;
|
|
195
|
+
}
|
|
196
|
+
.el-radio + .el-radio[data-v-65e38bfb] {
|
|
197
|
+
margin-left: 10px;
|
|
198
|
+
}
|
|
199
|
+
|
|
200
|
+
.el-tabs + .el-alert[data-v-08737620] {
|
|
201
|
+
margin-top: 10px;
|
|
202
|
+
}
|
|
203
|
+
.el-alert + .el-form-item[data-v-08737620] {
|
|
204
|
+
margin-top: 10px;
|
|
205
|
+
}
|
|
206
|
+
.amb-design-attr-base-content[data-v-ce167986] {
|
|
207
|
+
background: #ffffff;
|
|
208
|
+
box-shadow: 1px 0px 10px 0px rgba(0, 0, 0, 0.05);
|
|
209
|
+
height: 100%;
|
|
210
|
+
padding-left: 10px;
|
|
211
|
+
padding-right: 10px;
|
|
212
|
+
overflow: auto;
|
|
213
|
+
}
|
|
214
|
+
.amb-design-attr-item[data-v-ce167986] {
|
|
215
|
+
margin-bottom: 8px;
|
|
216
|
+
}
|
|
217
|
+
.amb-design-attr-group-header > button[data-v-ce167986] {
|
|
218
|
+
background: #f5f6f8;
|
|
219
|
+
padding-left: 10px;
|
|
220
|
+
font-size: 14px;
|
|
221
|
+
height: 42px;
|
|
222
|
+
}
|
|
223
|
+
.amb-design-attr-content[data-v-ce167986] {
|
|
224
|
+
background: #ffffff;
|
|
225
|
+
box-shadow: 1px 0px 10px 0px rgba(0, 0, 0, 0.05);
|
|
226
|
+
height: 100%;
|
|
227
|
+
padding-left: 10px;
|
|
228
|
+
padding-right: 10px;
|
|
229
|
+
overflow: auto;
|
|
230
|
+
position: relative;
|
|
231
|
+
}
|
|
232
|
+
.amb-design-attr-header-search[data-v-ce167986] {
|
|
233
|
+
margin-top: 16px;
|
|
234
|
+
}
|
|
235
|
+
.amb-design-attr-header-select[data-v-ce167986] {
|
|
236
|
+
width: 90px;
|
|
237
|
+
height: 36px;
|
|
238
|
+
}
|
|
239
|
+
.amb-design-page-param-row[data-v-ce167986] {
|
|
240
|
+
height: 34px;
|
|
241
|
+
}
|
|
242
|
+
.el-table__cell > .cell[data-v-ce167986] {
|
|
243
|
+
white-space: nowrap !important;
|
|
244
|
+
}
|
|
245
|
+
.serviceflow-item[data-v-ce167986] {
|
|
246
|
+
background: rgba(88, 147, 239, 0.06);
|
|
247
|
+
border: 1px dashed rgba(88, 147, 239, 0.06);
|
|
248
|
+
border-radius: 4px 4px 4px 4px;
|
|
249
|
+
text-align: center;
|
|
250
|
+
margin-top: 12px;
|
|
251
|
+
padding: 10px 5px 10px 5px;
|
|
252
|
+
font-size: 12px;
|
|
253
|
+
cursor: move;
|
|
254
|
+
height: 60px;
|
|
255
|
+
overflow: hidden;
|
|
256
|
+
box-sizing: border-box;
|
|
257
|
+
color: #333333;
|
|
258
|
+
text-overflow: ellipsis;
|
|
259
|
+
white-space: nowrap;
|
|
260
|
+
-webkit-user-select: none; /* Safari */
|
|
261
|
+
-moz-user-select: none; /* Firefox */
|
|
262
|
+
-ms-user-select: none; /* Internet Explorer/Edge */
|
|
263
|
+
user-select: none; /* 标准语法 */
|
|
264
|
+
}
|
|
265
|
+
.serviceflow-item[data-v-ce167986]:hover {
|
|
266
|
+
background: rgba(11, 45, 101, 0.105);
|
|
267
|
+
border: 1px dashed rgba(11, 45, 101, 0.227);
|
|
268
|
+
}
|
|
269
|
+
.amb-assembly-item-drag[data-v-ce167986] {
|
|
270
|
+
opacity: 1 !important;
|
|
189
271
|
}
|
|
190
272
|
|
|
191
273
|
.editorTool[data-v-684c1f08] {
|
|
@@ -201,23 +283,6 @@
|
|
|
201
283
|
align-items: center; /* 子元素在交叉轴(垂直方向)上居中对齐 */
|
|
202
284
|
}
|
|
203
285
|
|
|
204
|
-
[data-v-808a13e1] .el-radio {
|
|
205
|
-
margin: 0;
|
|
206
|
-
}
|
|
207
|
-
.el-radio + .el-radio[data-v-808a13e1] {
|
|
208
|
-
margin-left: 10px;
|
|
209
|
-
}
|
|
210
|
-
|
|
211
|
-
.el-drawer__header {
|
|
212
|
-
margin-bottom: 0 !important;
|
|
213
|
-
}
|
|
214
|
-
/**
|
|
215
|
-
解决右侧弹出属性配置遮罩层打开后页面其他地方无法点击问题
|
|
216
|
-
*/
|
|
217
|
-
[data-v-c51cce99] .el-overlay {
|
|
218
|
-
position: static;
|
|
219
|
-
}
|
|
220
|
-
|
|
221
286
|
.el-alert + .el-table[data-v-e27c4c1e] {
|
|
222
287
|
margin-top: 10px;
|
|
223
288
|
}
|
|
@@ -228,10 +293,46 @@
|
|
|
228
293
|
margin-top: 10px;
|
|
229
294
|
}
|
|
230
295
|
|
|
231
|
-
[data-v-
|
|
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 {
|
|
232
333
|
margin: 0;
|
|
233
334
|
}
|
|
234
|
-
.el-radio + .el-radio[data-v-
|
|
335
|
+
.el-radio + .el-radio[data-v-808a13e1] {
|
|
235
336
|
margin-left: 10px;
|
|
236
337
|
}
|
|
237
338
|
.control-item[data-v-fdc6ec07] {
|
|
@@ -365,47 +466,14 @@
|
|
|
365
466
|
margin-left: 50px;
|
|
366
467
|
}
|
|
367
468
|
|
|
368
|
-
.el-
|
|
369
|
-
margin-
|
|
370
|
-
}
|
|
371
|
-
.el-alert + .el-form-item[data-v-82e0dfef] {
|
|
372
|
-
margin-top: 10px;
|
|
373
|
-
}
|
|
374
|
-
|
|
375
|
-
[data-v-2badb0bb] .el-table__row {
|
|
376
|
-
cursor: pointer;
|
|
377
|
-
}
|
|
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;
|
|
469
|
+
.el-drawer__header {
|
|
470
|
+
margin-bottom: 0 !important;
|
|
402
471
|
}
|
|
403
|
-
/**
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
align-items: center; /* 子元素在交叉轴(垂直方向)上居中对齐 */
|
|
472
|
+
/**
|
|
473
|
+
解决右侧弹出属性配置遮罩层打开后页面其他地方无法点击问题
|
|
474
|
+
*/
|
|
475
|
+
[data-v-c51cce99] .el-overlay {
|
|
476
|
+
position: static;
|
|
409
477
|
}
|
|
410
478
|
|
|
411
479
|
.el-alert + .el-form-item[data-v-32875028] {
|
|
@@ -414,77 +482,11 @@
|
|
|
414
482
|
.el-alert + .el-table[data-v-32875028] {
|
|
415
483
|
margin: 10px 0;
|
|
416
484
|
}
|
|
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] {
|
|
447
|
-
width: 90px;
|
|
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;
|
|
468
|
-
color: #333333;
|
|
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; /* 标准语法 */
|
|
475
|
-
}
|
|
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
485
|
|
|
484
|
-
.el-
|
|
486
|
+
.el-alert + .el-table[data-v-82e0dfef] {
|
|
485
487
|
margin-top: 10px;
|
|
486
488
|
}
|
|
487
|
-
.el-alert + .el-form-item[data-v-
|
|
489
|
+
.el-alert + .el-form-item[data-v-82e0dfef] {
|
|
488
490
|
margin-top: 10px;
|
|
489
491
|
}
|
|
490
492
|
|
|
@@ -498,33 +500,11 @@
|
|
|
498
500
|
margin-top: 10px;
|
|
499
501
|
}
|
|
500
502
|
|
|
501
|
-
.el-
|
|
502
|
-
|
|
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;
|
|
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;
|
|
503
|
+
.el-dialog__wrapper[data-v-d41cb0ad] {
|
|
504
|
+
overflow: hidden !important;
|
|
505
|
+
padding-right: 0 !important;
|
|
526
506
|
}
|
|
527
|
-
.nodeView[data-v-
|
|
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,16 +696,16 @@
|
|
|
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
706
|
background: #eef3fe;
|
|
727
707
|
}
|
|
728
|
-
.nodeTitle[data-v-
|
|
708
|
+
.nodeTitle[data-v-df366d04] {
|
|
729
709
|
width: 80px;
|
|
730
710
|
}
|
|
731
711
|
.nodeView[data-v-c176feb6] {
|
|
@@ -780,7 +760,7 @@
|
|
|
780
760
|
}
|
|
781
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,59 +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
|
-
|
|
835
|
-
.node-content[data-v-69a854a3] {
|
|
836
|
-
width: 120px;
|
|
837
|
-
height: 44px;
|
|
838
|
-
background: #ffffff;
|
|
839
|
-
box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
|
|
840
|
-
border-radius: 2px 2px 2px 2px;
|
|
841
|
-
}
|
|
842
|
-
.content[data-v-69a854a3] {
|
|
843
|
-
width: 28px;
|
|
844
|
-
height: 15px;
|
|
845
|
-
font-weight: 400;
|
|
846
|
-
font-size: 14px;
|
|
847
|
-
color: #333333;
|
|
848
|
-
line-height: 14px;
|
|
849
|
-
text-align: left;
|
|
850
|
-
font-style: normal;
|
|
851
|
-
text-transform: none;
|
|
852
|
-
padding: 5px 0px 4px 10px;
|
|
853
|
-
}
|
|
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] {
|
|
814
|
+
.nodeView[data-v-b01d3a50] {
|
|
875
815
|
box-sizing: border-box;
|
|
876
816
|
margin: 10px 10px;
|
|
877
817
|
width: 180px;
|
|
@@ -880,7 +820,7 @@
|
|
|
880
820
|
border-radius: 2px 2px 2px 2px;
|
|
881
821
|
padding: 20px 10px;
|
|
882
822
|
}
|
|
883
|
-
.nodeTitle[data-v-
|
|
823
|
+
.nodeTitle[data-v-b01d3a50] {
|
|
884
824
|
width: 90px;
|
|
885
825
|
height: 15px;
|
|
886
826
|
font-weight: 400;
|
|
@@ -895,7 +835,7 @@
|
|
|
895
835
|
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
896
836
|
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
897
837
|
}
|
|
898
|
-
.nodeContent[data-v-
|
|
838
|
+
.nodeContent[data-v-b01d3a50] {
|
|
899
839
|
/* width: 100%; */
|
|
900
840
|
height: 15px;
|
|
901
841
|
font-weight: 400;
|
|
@@ -910,16 +850,16 @@
|
|
|
910
850
|
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
911
851
|
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
912
852
|
}
|
|
913
|
-
.nodeContent-desc[data-v-
|
|
853
|
+
.nodeContent-desc[data-v-b01d3a50]{
|
|
914
854
|
}
|
|
915
|
-
.el-divider--horizontal[data-v-
|
|
855
|
+
.el-divider--horizontal[data-v-b01d3a50] {
|
|
916
856
|
margin: 12px 0;
|
|
917
857
|
}
|
|
918
|
-
.nodeView[data-v-
|
|
858
|
+
.nodeView[data-v-b01d3a50] {
|
|
919
859
|
border: 1px solid #5a90f9;
|
|
920
860
|
background: #eef3fe;
|
|
921
861
|
}
|
|
922
|
-
.nodeTitle[data-v-
|
|
862
|
+
.nodeTitle[data-v-b01d3a50] {
|
|
923
863
|
width: 80px;
|
|
924
864
|
}
|
|
925
865
|
.nodeView[data-v-bd32480c] {
|
|
@@ -974,7 +914,27 @@
|
|
|
974
914
|
}
|
|
975
915
|
.nodeContent[data-v-bd32480c] {
|
|
976
916
|
}
|
|
977
|
-
|
|
917
|
+
|
|
918
|
+
.node-content[data-v-b28923f3] {
|
|
919
|
+
width: 120px;
|
|
920
|
+
height: 44px;
|
|
921
|
+
background: #ffffff;
|
|
922
|
+
box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
|
|
923
|
+
border-radius: 2px 2px 2px 2px;
|
|
924
|
+
}
|
|
925
|
+
.content[data-v-b28923f3] {
|
|
926
|
+
width: 28px;
|
|
927
|
+
height: 15px;
|
|
928
|
+
font-weight: 400;
|
|
929
|
+
font-size: 14px;
|
|
930
|
+
color: #333333;
|
|
931
|
+
line-height: 14px;
|
|
932
|
+
text-align: left;
|
|
933
|
+
font-style: normal;
|
|
934
|
+
text-transform: none;
|
|
935
|
+
padding: 5px 0px 4px 10px;
|
|
936
|
+
}
|
|
937
|
+
.nodeView[data-v-b1d2a966] {
|
|
978
938
|
box-sizing: border-box;
|
|
979
939
|
margin: 10px 10px;
|
|
980
940
|
width: 180px;
|
|
@@ -983,7 +943,7 @@
|
|
|
983
943
|
border-radius: 2px 2px 2px 2px;
|
|
984
944
|
padding: 20px 10px;
|
|
985
945
|
}
|
|
986
|
-
.nodeTitle[data-v-
|
|
946
|
+
.nodeTitle[data-v-b1d2a966] {
|
|
987
947
|
width: 90px;
|
|
988
948
|
height: 15px;
|
|
989
949
|
font-weight: 400;
|
|
@@ -998,7 +958,7 @@
|
|
|
998
958
|
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
999
959
|
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
1000
960
|
}
|
|
1001
|
-
.nodeContent[data-v-
|
|
961
|
+
.nodeContent[data-v-b1d2a966] {
|
|
1002
962
|
/* width: 100%; */
|
|
1003
963
|
height: 15px;
|
|
1004
964
|
font-weight: 400;
|
|
@@ -1013,19 +973,19 @@
|
|
|
1013
973
|
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
1014
974
|
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
1015
975
|
}
|
|
1016
|
-
.nodeContent-desc[data-v-
|
|
976
|
+
.nodeContent-desc[data-v-b1d2a966]{
|
|
1017
977
|
}
|
|
1018
|
-
.el-divider--horizontal[data-v-
|
|
978
|
+
.el-divider--horizontal[data-v-b1d2a966] {
|
|
1019
979
|
margin: 12px 0;
|
|
1020
980
|
}
|
|
1021
|
-
.nodeView[data-v-
|
|
981
|
+
.nodeView[data-v-b1d2a966] {
|
|
1022
982
|
border: 1px solid #5a90f9;
|
|
1023
983
|
background: #eef3fe;
|
|
1024
984
|
}
|
|
1025
|
-
.nodeTitle[data-v-
|
|
985
|
+
.nodeTitle[data-v-b1d2a966] {
|
|
1026
986
|
width: 80px;
|
|
1027
987
|
}
|
|
1028
|
-
.nodeView[data-v-
|
|
988
|
+
.nodeView[data-v-4c6dfa4a] {
|
|
1029
989
|
box-sizing: border-box;
|
|
1030
990
|
margin: 10px 10px;
|
|
1031
991
|
width: 180px;
|
|
@@ -1034,7 +994,7 @@
|
|
|
1034
994
|
border-radius: 2px 2px 2px 2px;
|
|
1035
995
|
padding: 20px 10px;
|
|
1036
996
|
}
|
|
1037
|
-
.nodeTitle[data-v-
|
|
997
|
+
.nodeTitle[data-v-4c6dfa4a] {
|
|
1038
998
|
width: 90px;
|
|
1039
999
|
height: 15px;
|
|
1040
1000
|
font-weight: 400;
|
|
@@ -1049,7 +1009,7 @@
|
|
|
1049
1009
|
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
1050
1010
|
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
1051
1011
|
}
|
|
1052
|
-
.nodeContent[data-v-
|
|
1012
|
+
.nodeContent[data-v-4c6dfa4a] {
|
|
1053
1013
|
/* width: 100%; */
|
|
1054
1014
|
height: 15px;
|
|
1055
1015
|
font-weight: 400;
|
|
@@ -1064,19 +1024,20 @@
|
|
|
1064
1024
|
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
1065
1025
|
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
1066
1026
|
}
|
|
1067
|
-
.nodeContent-desc[data-v-
|
|
1027
|
+
.nodeContent-desc[data-v-4c6dfa4a]{
|
|
1068
1028
|
}
|
|
1069
|
-
.el-divider--horizontal[data-v-
|
|
1029
|
+
.el-divider--horizontal[data-v-4c6dfa4a] {
|
|
1070
1030
|
margin: 12px 0;
|
|
1071
1031
|
}
|
|
1072
|
-
.nodeView[data-v-
|
|
1032
|
+
.nodeView[data-v-4c6dfa4a] {
|
|
1073
1033
|
border: 1px solid #5a90f9;
|
|
1074
|
-
background: #eef3fe;
|
|
1034
|
+
background: #eef3fe;
|
|
1035
|
+
width: 180px;
|
|
1036
|
+
min-height: 95px;
|
|
1075
1037
|
}
|
|
1076
|
-
.
|
|
1077
|
-
width: 80px;
|
|
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,20 +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
|
-
background: #eef3fe;
|
|
1177
|
-
width: 180px;
|
|
1178
|
-
min-height: 95px;
|
|
1157
|
+
background: #eef3fe;
|
|
1179
1158
|
}
|
|
1180
|
-
.
|
|
1159
|
+
.nodeTitle[data-v-7702fcdb] {
|
|
1160
|
+
width: 80px;
|
|
1181
1161
|
}
|
|
1182
|
-
|
|
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] {
|
|
1183
1183
|
box-sizing: border-box;
|
|
1184
1184
|
margin: 10px 10px;
|
|
1185
1185
|
width: 180px;
|
|
@@ -1188,7 +1188,7 @@
|
|
|
1188
1188
|
border-radius: 2px 2px 2px 2px;
|
|
1189
1189
|
padding: 20px 10px;
|
|
1190
1190
|
}
|
|
1191
|
-
.nodeTitle[data-v-
|
|
1191
|
+
.nodeTitle[data-v-b604c489] {
|
|
1192
1192
|
width: 90px;
|
|
1193
1193
|
height: 15px;
|
|
1194
1194
|
font-weight: 400;
|
|
@@ -1203,7 +1203,7 @@
|
|
|
1203
1203
|
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
1204
1204
|
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
1205
1205
|
}
|
|
1206
|
-
.nodeContent[data-v-
|
|
1206
|
+
.nodeContent[data-v-b604c489] {
|
|
1207
1207
|
/* width: 100%; */
|
|
1208
1208
|
height: 15px;
|
|
1209
1209
|
font-weight: 400;
|
|
@@ -1218,33 +1218,19 @@
|
|
|
1218
1218
|
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
1219
1219
|
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
1220
1220
|
}
|
|
1221
|
-
.nodeContent-desc[data-v-
|
|
1221
|
+
.nodeContent-desc[data-v-b604c489]{
|
|
1222
1222
|
}
|
|
1223
|
-
.el-divider--horizontal[data-v-
|
|
1223
|
+
.el-divider--horizontal[data-v-b604c489] {
|
|
1224
1224
|
margin: 12px 0;
|
|
1225
1225
|
}
|
|
1226
|
-
.nodeView[data-v-
|
|
1226
|
+
.nodeView[data-v-b604c489] {
|
|
1227
1227
|
border: 1px solid #5a90f9;
|
|
1228
1228
|
background: #eef3fe;
|
|
1229
1229
|
}
|
|
1230
|
-
.nodeTitle[data-v-
|
|
1230
|
+
.nodeTitle[data-v-b604c489] {
|
|
1231
1231
|
width: 80px;
|
|
1232
1232
|
}
|
|
1233
1233
|
|
|
1234
|
-
.el-radio[data-v-1bbd6187] {
|
|
1235
|
-
margin-right: 10px;
|
|
1236
|
-
}
|
|
1237
|
-
|
|
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
1234
|
.el-select + .el-input[data-v-3918f594] {
|
|
1249
1235
|
margin-left: 10px;
|
|
1250
1236
|
}
|
|
@@ -1255,6 +1241,10 @@
|
|
|
1255
1241
|
margin-left: 10px;
|
|
1256
1242
|
}
|
|
1257
1243
|
|
|
1244
|
+
.el-radio[data-v-1bbd6187] {
|
|
1245
|
+
margin-right: 10px;
|
|
1246
|
+
}
|
|
1247
|
+
|
|
1258
1248
|
.el-radio[data-v-1ee0eb33] {
|
|
1259
1249
|
margin-right: 10px;
|
|
1260
1250
|
}
|
|
@@ -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
|
-
}
|