service-flow-designer 2.0.18 → 2.0.24
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/common/components/json-view/json-view-dialog.vue.js +1 -1
- package/dist/es/designer/common/components/json-view/json-view.vue.js +139 -1
- package/dist/es/designer/common/components/json-view/json-view.vue2.js +1 -139
- 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-test/service-test.vue.js +1 -1
- 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 +305 -305
- package/dist/es/utils/common-util.js +1 -1
- package/package.json +2 -2
package/dist/es/style.css
CHANGED
|
@@ -1,27 +1,68 @@
|
|
|
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
|
+
|
|
26
|
+
.amb-design-assembly-content[data-v-59e0837d] {
|
|
27
|
+
background: #ffffff;
|
|
28
|
+
box-shadow: 1px 0px 10px 0px rgba(0, 0, 0, 0.05);
|
|
29
|
+
height: 100%;
|
|
30
|
+
padding-left: 10px;
|
|
31
|
+
padding-right: 10px;
|
|
32
|
+
overflow: auto;
|
|
33
|
+
}
|
|
34
|
+
/*控制滚动条宽度*/
|
|
35
|
+
.amb-design-assembly-content[data-v-59e0837d]::-webkit-scrollbar {
|
|
36
|
+
width: 1px;
|
|
37
|
+
}
|
|
38
|
+
.amb-assembly-header[data-v-59e0837d] {
|
|
39
|
+
position: absolute;
|
|
40
|
+
width: 220px;
|
|
41
|
+
text-align: center;
|
|
42
|
+
padding: 18px 0px 10px 0px;
|
|
43
|
+
padding-bottom: 14px;
|
|
44
|
+
background-color: #ffffff;
|
|
45
|
+
}
|
|
46
|
+
.amb-assembly-header-type[data-v-59e0837d] {
|
|
47
|
+
border-radius: 100px 100px 100px 100px;
|
|
48
|
+
background: #ffffff;
|
|
49
|
+
box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
|
|
50
|
+
padding: 10px;
|
|
51
|
+
padding-bottom: 12px;
|
|
52
|
+
}
|
|
53
|
+
.amb-assembly-header-type > label[data-v-59e0837d] {
|
|
54
|
+
padding: 4px 14px;
|
|
55
|
+
cursor: pointer;
|
|
56
|
+
font-size: 14px;
|
|
57
|
+
}
|
|
58
|
+
.amb-assembly-header-type > label.selected[data-v-59e0837d] {
|
|
59
|
+
border-radius: 100px 100px 100px 100px;
|
|
60
|
+
background: #5893ef;
|
|
61
|
+
color: #ffffff;
|
|
62
|
+
}
|
|
63
|
+
.amb-design-assembly-list[data-v-59e0837d] {
|
|
64
|
+
padding-top: 80px;
|
|
65
|
+
}
|
|
25
66
|
.amb-design-content[data-v-ff04c7d7] {
|
|
26
67
|
overflow: auto;
|
|
27
68
|
display: block;
|
|
@@ -125,51 +166,6 @@
|
|
|
125
166
|
border-color: transparent transparent var(--el-skeleton-color) transparent;
|
|
126
167
|
}
|
|
127
168
|
|
|
128
|
-
.amb-design-assembly-content[data-v-59e0837d] {
|
|
129
|
-
background: #ffffff;
|
|
130
|
-
box-shadow: 1px 0px 10px 0px rgba(0, 0, 0, 0.05);
|
|
131
|
-
height: 100%;
|
|
132
|
-
padding-left: 10px;
|
|
133
|
-
padding-right: 10px;
|
|
134
|
-
overflow: auto;
|
|
135
|
-
}
|
|
136
|
-
/*控制滚动条宽度*/
|
|
137
|
-
.amb-design-assembly-content[data-v-59e0837d]::-webkit-scrollbar {
|
|
138
|
-
width: 1px;
|
|
139
|
-
}
|
|
140
|
-
.amb-assembly-header[data-v-59e0837d] {
|
|
141
|
-
position: absolute;
|
|
142
|
-
width: 220px;
|
|
143
|
-
text-align: center;
|
|
144
|
-
padding: 18px 0px 10px 0px;
|
|
145
|
-
padding-bottom: 14px;
|
|
146
|
-
background-color: #ffffff;
|
|
147
|
-
}
|
|
148
|
-
.amb-assembly-header-type[data-v-59e0837d] {
|
|
149
|
-
border-radius: 100px 100px 100px 100px;
|
|
150
|
-
background: #ffffff;
|
|
151
|
-
box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
|
|
152
|
-
padding: 10px;
|
|
153
|
-
padding-bottom: 12px;
|
|
154
|
-
}
|
|
155
|
-
.amb-assembly-header-type > label[data-v-59e0837d] {
|
|
156
|
-
padding: 4px 14px;
|
|
157
|
-
cursor: pointer;
|
|
158
|
-
font-size: 14px;
|
|
159
|
-
}
|
|
160
|
-
.amb-assembly-header-type > label.selected[data-v-59e0837d] {
|
|
161
|
-
border-radius: 100px 100px 100px 100px;
|
|
162
|
-
background: #5893ef;
|
|
163
|
-
color: #ffffff;
|
|
164
|
-
}
|
|
165
|
-
.amb-design-assembly-list[data-v-59e0837d] {
|
|
166
|
-
padding-top: 80px;
|
|
167
|
-
}
|
|
168
|
-
|
|
169
|
-
.el-alert + .el-form-item[data-v-a158f309] {
|
|
170
|
-
margin-top: 10px;
|
|
171
|
-
}
|
|
172
|
-
|
|
173
169
|
.editorTool[data-v-d55ab098] {
|
|
174
170
|
margin-left: auto;
|
|
175
171
|
}
|
|
@@ -183,28 +179,21 @@
|
|
|
183
179
|
align-items: center; /* 子元素在交叉轴(垂直方向)上居中对齐 */
|
|
184
180
|
}
|
|
185
181
|
|
|
186
|
-
[data-v-
|
|
187
|
-
margin:
|
|
188
|
-
}
|
|
189
|
-
.el-radio + .el-radio[data-v-808a13e1] {
|
|
190
|
-
margin-left: 10px;
|
|
191
|
-
}
|
|
192
|
-
|
|
193
|
-
.el-drawer__header {
|
|
194
|
-
margin-bottom: 0 !important;
|
|
195
|
-
}
|
|
196
|
-
/**
|
|
197
|
-
解决右侧弹出属性配置遮罩层打开后页面其他地方无法点击问题
|
|
198
|
-
*/
|
|
199
|
-
[data-v-c51cce99] .el-overlay {
|
|
200
|
-
position: static;
|
|
182
|
+
.el-alert + .el-form-item[data-v-a158f309] {
|
|
183
|
+
margin-top: 10px;
|
|
201
184
|
}
|
|
202
185
|
|
|
203
|
-
.
|
|
204
|
-
margin-
|
|
186
|
+
.editorTool[data-v-684c1f08] {
|
|
187
|
+
margin-left: auto;
|
|
205
188
|
}
|
|
206
|
-
.
|
|
207
|
-
margin-
|
|
189
|
+
.editorOption[data-v-684c1f08] {
|
|
190
|
+
margin-right: 10px;
|
|
191
|
+
cursor: pointer;
|
|
192
|
+
}
|
|
193
|
+
.pppp[data-v-684c1f08] {
|
|
194
|
+
display: flex; /* 使用Flex布局 */
|
|
195
|
+
justify-content: flex-start;
|
|
196
|
+
align-items: center; /* 子元素在交叉轴(垂直方向)上居中对齐 */
|
|
208
197
|
}
|
|
209
198
|
|
|
210
199
|
[data-v-65e38bfb] .el-radio {
|
|
@@ -214,28 +203,80 @@
|
|
|
214
203
|
margin-left: 10px;
|
|
215
204
|
}
|
|
216
205
|
|
|
217
|
-
.el-alert + .el-table[data-v-
|
|
218
|
-
margin-top: 10px;
|
|
219
|
-
}
|
|
220
|
-
.el-table + .el-alert[data-v-028fb838] {
|
|
221
|
-
margin: 10px 0;
|
|
222
|
-
}
|
|
223
|
-
|
|
224
|
-
.el-alert + .el-table[data-v-d978e7dc] {
|
|
206
|
+
.el-alert + .el-table[data-v-e27c4c1e] {
|
|
225
207
|
margin-top: 10px;
|
|
226
208
|
}
|
|
227
|
-
.el-table + .el-alert[data-v-
|
|
209
|
+
.el-table + .el-alert[data-v-e27c4c1e] {
|
|
228
210
|
margin: 10px 0;
|
|
229
211
|
}
|
|
230
|
-
.el-alert + .el-form-item[data-v-
|
|
212
|
+
.el-alert + .el-form-item[data-v-e27c4c1e] {
|
|
231
213
|
margin-top: 10px;
|
|
232
214
|
}
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
215
|
+
.amb-design-attr-base-content[data-v-ce167986] {
|
|
216
|
+
background: #ffffff;
|
|
217
|
+
box-shadow: 1px 0px 10px 0px rgba(0, 0, 0, 0.05);
|
|
218
|
+
height: 100%;
|
|
219
|
+
padding-left: 10px;
|
|
220
|
+
padding-right: 10px;
|
|
221
|
+
overflow: auto;
|
|
236
222
|
}
|
|
237
|
-
.
|
|
238
|
-
margin-
|
|
223
|
+
.amb-design-attr-item[data-v-ce167986] {
|
|
224
|
+
margin-bottom: 8px;
|
|
225
|
+
}
|
|
226
|
+
.amb-design-attr-group-header > button[data-v-ce167986] {
|
|
227
|
+
background: #f5f6f8;
|
|
228
|
+
padding-left: 10px;
|
|
229
|
+
font-size: 14px;
|
|
230
|
+
height: 42px;
|
|
231
|
+
}
|
|
232
|
+
.amb-design-attr-content[data-v-ce167986] {
|
|
233
|
+
background: #ffffff;
|
|
234
|
+
box-shadow: 1px 0px 10px 0px rgba(0, 0, 0, 0.05);
|
|
235
|
+
height: 100%;
|
|
236
|
+
padding-left: 10px;
|
|
237
|
+
padding-right: 10px;
|
|
238
|
+
overflow: auto;
|
|
239
|
+
position: relative;
|
|
240
|
+
}
|
|
241
|
+
.amb-design-attr-header-search[data-v-ce167986] {
|
|
242
|
+
margin-top: 16px;
|
|
243
|
+
}
|
|
244
|
+
.amb-design-attr-header-select[data-v-ce167986] {
|
|
245
|
+
width: 90px;
|
|
246
|
+
height: 36px;
|
|
247
|
+
}
|
|
248
|
+
.amb-design-page-param-row[data-v-ce167986] {
|
|
249
|
+
height: 34px;
|
|
250
|
+
}
|
|
251
|
+
.el-table__cell > .cell[data-v-ce167986] {
|
|
252
|
+
white-space: nowrap !important;
|
|
253
|
+
}
|
|
254
|
+
.serviceflow-item[data-v-ce167986] {
|
|
255
|
+
background: rgba(88, 147, 239, 0.06);
|
|
256
|
+
border: 1px dashed rgba(88, 147, 239, 0.06);
|
|
257
|
+
border-radius: 4px 4px 4px 4px;
|
|
258
|
+
text-align: center;
|
|
259
|
+
margin-top: 12px;
|
|
260
|
+
padding: 10px 5px 10px 5px;
|
|
261
|
+
font-size: 12px;
|
|
262
|
+
cursor: move;
|
|
263
|
+
height: 60px;
|
|
264
|
+
overflow: hidden;
|
|
265
|
+
box-sizing: border-box;
|
|
266
|
+
color: #333333;
|
|
267
|
+
text-overflow: ellipsis;
|
|
268
|
+
white-space: nowrap;
|
|
269
|
+
-webkit-user-select: none; /* Safari */
|
|
270
|
+
-moz-user-select: none; /* Firefox */
|
|
271
|
+
-ms-user-select: none; /* Internet Explorer/Edge */
|
|
272
|
+
user-select: none; /* 标准语法 */
|
|
273
|
+
}
|
|
274
|
+
.serviceflow-item[data-v-ce167986]:hover {
|
|
275
|
+
background: rgba(11, 45, 101, 0.105);
|
|
276
|
+
border: 1px dashed rgba(11, 45, 101, 0.227);
|
|
277
|
+
}
|
|
278
|
+
.amb-assembly-item-drag[data-v-ce167986] {
|
|
279
|
+
opacity: 1 !important;
|
|
239
280
|
}
|
|
240
281
|
.control-item[data-v-fdc6ec07] {
|
|
241
282
|
top: -5px;
|
|
@@ -368,46 +409,59 @@
|
|
|
368
409
|
margin-left: 50px;
|
|
369
410
|
}
|
|
370
411
|
|
|
371
|
-
.el-alert + .el-
|
|
412
|
+
.el-alert + .el-table[data-v-d978e7dc] {
|
|
372
413
|
margin-top: 10px;
|
|
373
414
|
}
|
|
374
|
-
.el-
|
|
415
|
+
.el-table + .el-alert[data-v-d978e7dc] {
|
|
375
416
|
margin: 10px 0;
|
|
417
|
+
}
|
|
418
|
+
.el-alert + .el-form-item[data-v-d978e7dc] {
|
|
419
|
+
margin-top: 10px;
|
|
376
420
|
}
|
|
377
421
|
|
|
378
|
-
.el-
|
|
422
|
+
.el-tabs + .el-alert[data-v-08737620] {
|
|
379
423
|
margin-top: 10px;
|
|
380
424
|
}
|
|
381
|
-
.el-
|
|
382
|
-
margin: 10px 0;
|
|
383
|
-
}
|
|
384
|
-
.el-alert + .el-form-item[data-v-e27c4c1e] {
|
|
425
|
+
.el-alert + .el-form-item[data-v-08737620] {
|
|
385
426
|
margin-top: 10px;
|
|
386
427
|
}
|
|
387
428
|
|
|
388
|
-
.el-
|
|
389
|
-
|
|
390
|
-
|
|
429
|
+
.el-alert + .el-table[data-v-82e0dfef] {
|
|
430
|
+
margin-top: 10px;
|
|
431
|
+
}
|
|
432
|
+
.el-alert + .el-form-item[data-v-82e0dfef] {
|
|
433
|
+
margin-top: 10px;
|
|
391
434
|
}
|
|
392
435
|
|
|
393
|
-
.
|
|
394
|
-
margin-
|
|
436
|
+
.el-alert + .el-table[data-v-028fb838] {
|
|
437
|
+
margin-top: 10px;
|
|
395
438
|
}
|
|
396
|
-
.
|
|
397
|
-
margin
|
|
398
|
-
|
|
439
|
+
.el-table + .el-alert[data-v-028fb838] {
|
|
440
|
+
margin: 10px 0;
|
|
441
|
+
}
|
|
442
|
+
|
|
443
|
+
[data-v-808a13e1] .el-radio {
|
|
444
|
+
margin: 0;
|
|
399
445
|
}
|
|
400
|
-
.
|
|
401
|
-
|
|
402
|
-
justify-content: flex-start;
|
|
403
|
-
align-items: center; /* 子元素在交叉轴(垂直方向)上居中对齐 */
|
|
446
|
+
.el-radio + .el-radio[data-v-808a13e1] {
|
|
447
|
+
margin-left: 10px;
|
|
404
448
|
}
|
|
405
449
|
|
|
406
|
-
|
|
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 {
|
|
407
461
|
cursor: pointer;
|
|
408
462
|
}
|
|
409
463
|
/** 右键菜单样式 */
|
|
410
|
-
.context-menu[data-v-
|
|
464
|
+
.context-menu[data-v-2badb0bb] {
|
|
411
465
|
position: absolute;
|
|
412
466
|
background: #fff;
|
|
413
467
|
z-index: 999;
|
|
@@ -418,7 +472,7 @@
|
|
|
418
472
|
border-radius: 10px;
|
|
419
473
|
font-size: 14px;
|
|
420
474
|
}
|
|
421
|
-
.context-menu li[data-v-
|
|
475
|
+
.context-menu li[data-v-2badb0bb] {
|
|
422
476
|
list-style-type: none;
|
|
423
477
|
min-width: 75px;
|
|
424
478
|
line-height: 28px;
|
|
@@ -427,92 +481,38 @@
|
|
|
427
481
|
padding-left: 5px;
|
|
428
482
|
cursor: pointer;
|
|
429
483
|
}
|
|
430
|
-
.context-menu li[data-v-
|
|
484
|
+
.context-menu li[data-v-2badb0bb]:hover {
|
|
431
485
|
background: #0165e1;
|
|
432
486
|
color: #fff;
|
|
433
487
|
}
|
|
434
488
|
/** 右键菜单样式 */
|
|
435
|
-
.custom-tree-node[data-v-
|
|
489
|
+
.custom-tree-node[data-v-2badb0bb] {
|
|
436
490
|
font-size: 14px;
|
|
437
491
|
padding-right: 8px;
|
|
438
492
|
display: flex; /* 使用Flex布局 */
|
|
439
493
|
align-items: center; /* 子元素在交叉轴(垂直方向)上居中对齐 */
|
|
440
494
|
}
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
height: 100%;
|
|
445
|
-
padding-left: 10px;
|
|
446
|
-
padding-right: 10px;
|
|
447
|
-
overflow: auto;
|
|
448
|
-
}
|
|
449
|
-
.amb-design-attr-item[data-v-ce167986] {
|
|
450
|
-
margin-bottom: 8px;
|
|
451
|
-
}
|
|
452
|
-
.amb-design-attr-group-header > button[data-v-ce167986] {
|
|
453
|
-
background: #f5f6f8;
|
|
454
|
-
padding-left: 10px;
|
|
455
|
-
font-size: 14px;
|
|
456
|
-
height: 42px;
|
|
457
|
-
}
|
|
458
|
-
.amb-design-attr-content[data-v-ce167986] {
|
|
459
|
-
background: #ffffff;
|
|
460
|
-
box-shadow: 1px 0px 10px 0px rgba(0, 0, 0, 0.05);
|
|
461
|
-
height: 100%;
|
|
462
|
-
padding-left: 10px;
|
|
463
|
-
padding-right: 10px;
|
|
464
|
-
overflow: auto;
|
|
465
|
-
position: relative;
|
|
466
|
-
}
|
|
467
|
-
.amb-design-attr-header-search[data-v-ce167986] {
|
|
468
|
-
margin-top: 16px;
|
|
469
|
-
}
|
|
470
|
-
.amb-design-attr-header-select[data-v-ce167986] {
|
|
471
|
-
width: 90px;
|
|
472
|
-
height: 36px;
|
|
473
|
-
}
|
|
474
|
-
.amb-design-page-param-row[data-v-ce167986] {
|
|
475
|
-
height: 34px;
|
|
476
|
-
}
|
|
477
|
-
.el-table__cell > .cell[data-v-ce167986] {
|
|
478
|
-
white-space: nowrap !important;
|
|
479
|
-
}
|
|
480
|
-
.serviceflow-item[data-v-ce167986] {
|
|
481
|
-
background: rgba(88, 147, 239, 0.06);
|
|
482
|
-
border: 1px dashed rgba(88, 147, 239, 0.06);
|
|
483
|
-
border-radius: 4px 4px 4px 4px;
|
|
484
|
-
text-align: center;
|
|
485
|
-
margin-top: 12px;
|
|
486
|
-
padding: 10px 5px 10px 5px;
|
|
487
|
-
font-size: 12px;
|
|
488
|
-
cursor: move;
|
|
489
|
-
height: 60px;
|
|
490
|
-
overflow: hidden;
|
|
491
|
-
box-sizing: border-box;
|
|
492
|
-
color: #333333;
|
|
493
|
-
text-overflow: ellipsis;
|
|
494
|
-
white-space: nowrap;
|
|
495
|
-
-webkit-user-select: none; /* Safari */
|
|
496
|
-
-moz-user-select: none; /* Firefox */
|
|
497
|
-
-ms-user-select: none; /* Internet Explorer/Edge */
|
|
498
|
-
user-select: none; /* 标准语法 */
|
|
499
|
-
}
|
|
500
|
-
.serviceflow-item[data-v-ce167986]:hover {
|
|
501
|
-
background: rgba(11, 45, 101, 0.105);
|
|
502
|
-
border: 1px dashed rgba(11, 45, 101, 0.227);
|
|
495
|
+
|
|
496
|
+
.el-alert + .el-form-item[data-v-32875028] {
|
|
497
|
+
margin-top: 10px;
|
|
503
498
|
}
|
|
504
|
-
.
|
|
505
|
-
|
|
499
|
+
.el-alert + .el-table[data-v-32875028] {
|
|
500
|
+
margin: 10px 0;
|
|
506
501
|
}
|
|
507
502
|
|
|
508
|
-
.
|
|
503
|
+
.el-dialog__wrapper[data-v-d41cb0ad] {
|
|
504
|
+
overflow: hidden !important;
|
|
505
|
+
padding-right: 0 !important;
|
|
506
|
+
}
|
|
507
|
+
|
|
508
|
+
.node-content[data-v-b28923f3] {
|
|
509
509
|
width: 120px;
|
|
510
510
|
height: 44px;
|
|
511
511
|
background: #ffffff;
|
|
512
512
|
box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
|
|
513
513
|
border-radius: 2px 2px 2px 2px;
|
|
514
514
|
}
|
|
515
|
-
.content[data-v-
|
|
515
|
+
.content[data-v-b28923f3] {
|
|
516
516
|
width: 28px;
|
|
517
517
|
height: 15px;
|
|
518
518
|
font-weight: 400;
|
|
@@ -524,7 +524,7 @@
|
|
|
524
524
|
text-transform: none;
|
|
525
525
|
padding: 5px 0px 4px 10px;
|
|
526
526
|
}
|
|
527
|
-
.nodeView[data-v-
|
|
527
|
+
.nodeView[data-v-221a60f8] {
|
|
528
528
|
box-sizing: border-box;
|
|
529
529
|
margin: 10px 10px;
|
|
530
530
|
width: 180px;
|
|
@@ -533,7 +533,7 @@
|
|
|
533
533
|
border-radius: 2px 2px 2px 2px;
|
|
534
534
|
padding: 20px 10px;
|
|
535
535
|
}
|
|
536
|
-
.nodeTitle[data-v-
|
|
536
|
+
.nodeTitle[data-v-221a60f8] {
|
|
537
537
|
width: 90px;
|
|
538
538
|
height: 15px;
|
|
539
539
|
font-weight: 400;
|
|
@@ -548,7 +548,7 @@
|
|
|
548
548
|
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
549
549
|
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
550
550
|
}
|
|
551
|
-
.nodeContent[data-v-
|
|
551
|
+
.nodeContent[data-v-221a60f8] {
|
|
552
552
|
/* width: 100%; */
|
|
553
553
|
height: 15px;
|
|
554
554
|
font-weight: 400;
|
|
@@ -563,19 +563,19 @@
|
|
|
563
563
|
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
564
564
|
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
565
565
|
}
|
|
566
|
-
.nodeContent-desc[data-v-
|
|
566
|
+
.nodeContent-desc[data-v-221a60f8]{
|
|
567
567
|
}
|
|
568
|
-
.el-divider--horizontal[data-v-
|
|
568
|
+
.el-divider--horizontal[data-v-221a60f8] {
|
|
569
569
|
margin: 12px 0;
|
|
570
570
|
}
|
|
571
|
-
.nodeView[data-v-
|
|
571
|
+
.nodeView[data-v-221a60f8] {
|
|
572
572
|
border: 1px solid #5a90f9;
|
|
573
573
|
background: #eef3fe;
|
|
574
574
|
}
|
|
575
|
-
.nodeTitle[data-v-
|
|
575
|
+
.nodeTitle[data-v-221a60f8] {
|
|
576
576
|
width: 80px;
|
|
577
577
|
}
|
|
578
|
-
.nodeView[data-v-
|
|
578
|
+
.nodeView[data-v-b604c489] {
|
|
579
579
|
box-sizing: border-box;
|
|
580
580
|
margin: 10px 10px;
|
|
581
581
|
width: 180px;
|
|
@@ -584,7 +584,7 @@
|
|
|
584
584
|
border-radius: 2px 2px 2px 2px;
|
|
585
585
|
padding: 20px 10px;
|
|
586
586
|
}
|
|
587
|
-
.nodeTitle[data-v-
|
|
587
|
+
.nodeTitle[data-v-b604c489] {
|
|
588
588
|
width: 90px;
|
|
589
589
|
height: 15px;
|
|
590
590
|
font-weight: 400;
|
|
@@ -599,7 +599,7 @@
|
|
|
599
599
|
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
600
600
|
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
601
601
|
}
|
|
602
|
-
.nodeContent[data-v-
|
|
602
|
+
.nodeContent[data-v-b604c489] {
|
|
603
603
|
/* width: 100%; */
|
|
604
604
|
height: 15px;
|
|
605
605
|
font-weight: 400;
|
|
@@ -614,19 +614,19 @@
|
|
|
614
614
|
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
615
615
|
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
616
616
|
}
|
|
617
|
-
.nodeContent-desc[data-v-
|
|
617
|
+
.nodeContent-desc[data-v-b604c489]{
|
|
618
618
|
}
|
|
619
|
-
.el-divider--horizontal[data-v-
|
|
619
|
+
.el-divider--horizontal[data-v-b604c489] {
|
|
620
620
|
margin: 12px 0;
|
|
621
621
|
}
|
|
622
|
-
.nodeView[data-v-
|
|
622
|
+
.nodeView[data-v-b604c489] {
|
|
623
623
|
border: 1px solid #5a90f9;
|
|
624
624
|
background: #eef3fe;
|
|
625
625
|
}
|
|
626
|
-
.nodeTitle[data-v-
|
|
626
|
+
.nodeTitle[data-v-b604c489] {
|
|
627
627
|
width: 80px;
|
|
628
628
|
}
|
|
629
|
-
.nodeView[data-v-
|
|
629
|
+
.nodeView[data-v-6d0cd280] {
|
|
630
630
|
box-sizing: border-box;
|
|
631
631
|
margin: 10px 10px;
|
|
632
632
|
width: 180px;
|
|
@@ -635,7 +635,7 @@
|
|
|
635
635
|
border-radius: 2px 2px 2px 2px;
|
|
636
636
|
padding: 20px 10px;
|
|
637
637
|
}
|
|
638
|
-
.nodeTitle[data-v-
|
|
638
|
+
.nodeTitle[data-v-6d0cd280] {
|
|
639
639
|
width: 90px;
|
|
640
640
|
height: 15px;
|
|
641
641
|
font-weight: 400;
|
|
@@ -650,7 +650,7 @@
|
|
|
650
650
|
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
651
651
|
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
652
652
|
}
|
|
653
|
-
.nodeContent[data-v-
|
|
653
|
+
.nodeContent[data-v-6d0cd280] {
|
|
654
654
|
/* width: 100%; */
|
|
655
655
|
height: 15px;
|
|
656
656
|
font-weight: 400;
|
|
@@ -665,20 +665,19 @@
|
|
|
665
665
|
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
666
666
|
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
667
667
|
}
|
|
668
|
-
.nodeContent-desc[data-v-
|
|
668
|
+
.nodeContent-desc[data-v-6d0cd280]{
|
|
669
669
|
}
|
|
670
|
-
.el-divider--horizontal[data-v-
|
|
670
|
+
.el-divider--horizontal[data-v-6d0cd280] {
|
|
671
671
|
margin: 12px 0;
|
|
672
672
|
}
|
|
673
|
-
.nodeView[data-v-
|
|
673
|
+
.nodeView[data-v-6d0cd280] {
|
|
674
674
|
border: 1px solid #5a90f9;
|
|
675
|
-
background: #eef3fe;
|
|
676
|
-
width: 180px;
|
|
677
|
-
min-height: 95px;
|
|
675
|
+
background: #eef3fe;
|
|
678
676
|
}
|
|
679
|
-
.
|
|
677
|
+
.nodeTitle[data-v-6d0cd280] {
|
|
678
|
+
width: 80px;
|
|
680
679
|
}
|
|
681
|
-
.nodeView[data-v-
|
|
680
|
+
.nodeView[data-v-c176feb6] {
|
|
682
681
|
box-sizing: border-box;
|
|
683
682
|
margin: 10px 10px;
|
|
684
683
|
width: 180px;
|
|
@@ -687,7 +686,7 @@
|
|
|
687
686
|
border-radius: 2px 2px 2px 2px;
|
|
688
687
|
padding: 20px 10px;
|
|
689
688
|
}
|
|
690
|
-
.nodeTitle[data-v-
|
|
689
|
+
.nodeTitle[data-v-c176feb6] {
|
|
691
690
|
width: 90px;
|
|
692
691
|
height: 15px;
|
|
693
692
|
font-weight: 400;
|
|
@@ -702,7 +701,7 @@
|
|
|
702
701
|
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
703
702
|
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
704
703
|
}
|
|
705
|
-
.nodeContent[data-v-
|
|
704
|
+
.nodeContent[data-v-c176feb6] {
|
|
706
705
|
/* width: 100%; */
|
|
707
706
|
height: 15px;
|
|
708
707
|
font-weight: 400;
|
|
@@ -717,19 +716,20 @@
|
|
|
717
716
|
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
718
717
|
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
719
718
|
}
|
|
720
|
-
.nodeContent-desc[data-v-
|
|
719
|
+
.nodeContent-desc[data-v-c176feb6]{
|
|
721
720
|
}
|
|
722
|
-
.el-divider--horizontal[data-v-
|
|
721
|
+
.el-divider--horizontal[data-v-c176feb6] {
|
|
723
722
|
margin: 12px 0;
|
|
724
723
|
}
|
|
725
|
-
.nodeView[data-v-
|
|
724
|
+
.nodeView[data-v-c176feb6] {
|
|
726
725
|
border: 1px solid #5a90f9;
|
|
727
|
-
background: #eef3fe;
|
|
726
|
+
background: #eef3fe;
|
|
727
|
+
width: 180px;
|
|
728
|
+
min-height: 95px;
|
|
728
729
|
}
|
|
729
|
-
.
|
|
730
|
-
width: 80px;
|
|
730
|
+
.nodeContent[data-v-c176feb6] {
|
|
731
731
|
}
|
|
732
|
-
.nodeView[data-v-
|
|
732
|
+
.nodeView[data-v-b01d3a50] {
|
|
733
733
|
box-sizing: border-box;
|
|
734
734
|
margin: 10px 10px;
|
|
735
735
|
width: 180px;
|
|
@@ -738,7 +738,7 @@
|
|
|
738
738
|
border-radius: 2px 2px 2px 2px;
|
|
739
739
|
padding: 20px 10px;
|
|
740
740
|
}
|
|
741
|
-
.nodeTitle[data-v-
|
|
741
|
+
.nodeTitle[data-v-b01d3a50] {
|
|
742
742
|
width: 90px;
|
|
743
743
|
height: 15px;
|
|
744
744
|
font-weight: 400;
|
|
@@ -753,7 +753,7 @@
|
|
|
753
753
|
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
754
754
|
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
755
755
|
}
|
|
756
|
-
.nodeContent[data-v-
|
|
756
|
+
.nodeContent[data-v-b01d3a50] {
|
|
757
757
|
/* width: 100%; */
|
|
758
758
|
height: 15px;
|
|
759
759
|
font-weight: 400;
|
|
@@ -768,19 +768,19 @@
|
|
|
768
768
|
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
769
769
|
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
770
770
|
}
|
|
771
|
-
.nodeContent-desc[data-v-
|
|
771
|
+
.nodeContent-desc[data-v-b01d3a50]{
|
|
772
772
|
}
|
|
773
|
-
.el-divider--horizontal[data-v-
|
|
773
|
+
.el-divider--horizontal[data-v-b01d3a50] {
|
|
774
774
|
margin: 12px 0;
|
|
775
775
|
}
|
|
776
|
-
.nodeView[data-v-
|
|
776
|
+
.nodeView[data-v-b01d3a50] {
|
|
777
777
|
border: 1px solid #5a90f9;
|
|
778
778
|
background: #eef3fe;
|
|
779
779
|
}
|
|
780
|
-
.nodeTitle[data-v-
|
|
780
|
+
.nodeTitle[data-v-b01d3a50] {
|
|
781
781
|
width: 80px;
|
|
782
782
|
}
|
|
783
|
-
.nodeView[data-v-
|
|
783
|
+
.nodeView[data-v-5911272d] {
|
|
784
784
|
box-sizing: border-box;
|
|
785
785
|
margin: 10px 10px;
|
|
786
786
|
width: 180px;
|
|
@@ -789,7 +789,7 @@
|
|
|
789
789
|
border-radius: 2px 2px 2px 2px;
|
|
790
790
|
padding: 20px 10px;
|
|
791
791
|
}
|
|
792
|
-
.nodeTitle[data-v-
|
|
792
|
+
.nodeTitle[data-v-5911272d] {
|
|
793
793
|
width: 90px;
|
|
794
794
|
height: 15px;
|
|
795
795
|
font-weight: 400;
|
|
@@ -804,7 +804,7 @@
|
|
|
804
804
|
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
805
805
|
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
806
806
|
}
|
|
807
|
-
.nodeContent[data-v-
|
|
807
|
+
.nodeContent[data-v-5911272d] {
|
|
808
808
|
/* width: 100%; */
|
|
809
809
|
height: 15px;
|
|
810
810
|
font-weight: 400;
|
|
@@ -819,19 +819,19 @@
|
|
|
819
819
|
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
820
820
|
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
821
821
|
}
|
|
822
|
-
.nodeContent-desc[data-v-
|
|
822
|
+
.nodeContent-desc[data-v-5911272d]{
|
|
823
823
|
}
|
|
824
|
-
.el-divider--horizontal[data-v-
|
|
824
|
+
.el-divider--horizontal[data-v-5911272d] {
|
|
825
825
|
margin: 12px 0;
|
|
826
826
|
}
|
|
827
|
-
.nodeView[data-v-
|
|
827
|
+
.nodeView[data-v-5911272d] {
|
|
828
828
|
border: 1px solid #5a90f9;
|
|
829
829
|
background: #eef3fe;
|
|
830
830
|
}
|
|
831
|
-
.nodeTitle[data-v-
|
|
831
|
+
.nodeTitle[data-v-5911272d] {
|
|
832
832
|
width: 80px;
|
|
833
833
|
}
|
|
834
|
-
.nodeView[data-v-
|
|
834
|
+
.nodeView[data-v-7702fcdb] {
|
|
835
835
|
box-sizing: border-box;
|
|
836
836
|
margin: 10px 10px;
|
|
837
837
|
width: 180px;
|
|
@@ -840,7 +840,7 @@
|
|
|
840
840
|
border-radius: 2px 2px 2px 2px;
|
|
841
841
|
padding: 20px 10px;
|
|
842
842
|
}
|
|
843
|
-
.nodeTitle[data-v-
|
|
843
|
+
.nodeTitle[data-v-7702fcdb] {
|
|
844
844
|
width: 90px;
|
|
845
845
|
height: 15px;
|
|
846
846
|
font-weight: 400;
|
|
@@ -855,7 +855,7 @@
|
|
|
855
855
|
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
856
856
|
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
857
857
|
}
|
|
858
|
-
.nodeContent[data-v-
|
|
858
|
+
.nodeContent[data-v-7702fcdb] {
|
|
859
859
|
/* width: 100%; */
|
|
860
860
|
height: 15px;
|
|
861
861
|
font-weight: 400;
|
|
@@ -870,19 +870,19 @@
|
|
|
870
870
|
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
871
871
|
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
872
872
|
}
|
|
873
|
-
.nodeContent-desc[data-v-
|
|
873
|
+
.nodeContent-desc[data-v-7702fcdb]{
|
|
874
874
|
}
|
|
875
|
-
.el-divider--horizontal[data-v-
|
|
875
|
+
.el-divider--horizontal[data-v-7702fcdb] {
|
|
876
876
|
margin: 12px 0;
|
|
877
877
|
}
|
|
878
|
-
.nodeView[data-v-
|
|
878
|
+
.nodeView[data-v-7702fcdb] {
|
|
879
879
|
border: 1px solid #5a90f9;
|
|
880
880
|
background: #eef3fe;
|
|
881
881
|
}
|
|
882
|
-
.nodeTitle[data-v-
|
|
882
|
+
.nodeTitle[data-v-7702fcdb] {
|
|
883
883
|
width: 80px;
|
|
884
884
|
}
|
|
885
|
-
.nodeView[data-v-
|
|
885
|
+
.nodeView[data-v-b1d2a966] {
|
|
886
886
|
box-sizing: border-box;
|
|
887
887
|
margin: 10px 10px;
|
|
888
888
|
width: 180px;
|
|
@@ -891,7 +891,7 @@
|
|
|
891
891
|
border-radius: 2px 2px 2px 2px;
|
|
892
892
|
padding: 20px 10px;
|
|
893
893
|
}
|
|
894
|
-
.nodeTitle[data-v-
|
|
894
|
+
.nodeTitle[data-v-b1d2a966] {
|
|
895
895
|
width: 90px;
|
|
896
896
|
height: 15px;
|
|
897
897
|
font-weight: 400;
|
|
@@ -906,7 +906,7 @@
|
|
|
906
906
|
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
907
907
|
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
908
908
|
}
|
|
909
|
-
.nodeContent[data-v-
|
|
909
|
+
.nodeContent[data-v-b1d2a966] {
|
|
910
910
|
/* width: 100%; */
|
|
911
911
|
height: 15px;
|
|
912
912
|
font-weight: 400;
|
|
@@ -921,27 +921,27 @@
|
|
|
921
921
|
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
922
922
|
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
923
923
|
}
|
|
924
|
-
.nodeContent-desc[data-v-
|
|
924
|
+
.nodeContent-desc[data-v-b1d2a966]{
|
|
925
925
|
}
|
|
926
|
-
.el-divider--horizontal[data-v-
|
|
926
|
+
.el-divider--horizontal[data-v-b1d2a966] {
|
|
927
927
|
margin: 12px 0;
|
|
928
928
|
}
|
|
929
|
-
.nodeView[data-v-
|
|
929
|
+
.nodeView[data-v-b1d2a966] {
|
|
930
930
|
border: 1px solid #5a90f9;
|
|
931
931
|
background: #eef3fe;
|
|
932
932
|
}
|
|
933
|
-
.nodeTitle[data-v-
|
|
933
|
+
.nodeTitle[data-v-b1d2a966] {
|
|
934
934
|
width: 80px;
|
|
935
935
|
}
|
|
936
936
|
|
|
937
|
-
.node-content[data-v-
|
|
937
|
+
.node-content[data-v-69a854a3] {
|
|
938
938
|
width: 120px;
|
|
939
939
|
height: 44px;
|
|
940
940
|
background: #ffffff;
|
|
941
941
|
box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
|
|
942
942
|
border-radius: 2px 2px 2px 2px;
|
|
943
943
|
}
|
|
944
|
-
.content[data-v-
|
|
944
|
+
.content[data-v-69a854a3] {
|
|
945
945
|
width: 28px;
|
|
946
946
|
height: 15px;
|
|
947
947
|
font-weight: 400;
|
|
@@ -1004,7 +1004,7 @@
|
|
|
1004
1004
|
.nodeTitle[data-v-faa5a940] {
|
|
1005
1005
|
width: 80px;
|
|
1006
1006
|
}
|
|
1007
|
-
.nodeView[data-v-
|
|
1007
|
+
.nodeView[data-v-bd32480c] {
|
|
1008
1008
|
box-sizing: border-box;
|
|
1009
1009
|
margin: 10px 10px;
|
|
1010
1010
|
width: 180px;
|
|
@@ -1013,7 +1013,7 @@
|
|
|
1013
1013
|
border-radius: 2px 2px 2px 2px;
|
|
1014
1014
|
padding: 20px 10px;
|
|
1015
1015
|
}
|
|
1016
|
-
.nodeTitle[data-v-
|
|
1016
|
+
.nodeTitle[data-v-bd32480c] {
|
|
1017
1017
|
width: 90px;
|
|
1018
1018
|
height: 15px;
|
|
1019
1019
|
font-weight: 400;
|
|
@@ -1028,7 +1028,7 @@
|
|
|
1028
1028
|
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
1029
1029
|
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
1030
1030
|
}
|
|
1031
|
-
.nodeContent[data-v-
|
|
1031
|
+
.nodeContent[data-v-bd32480c] {
|
|
1032
1032
|
/* width: 100%; */
|
|
1033
1033
|
height: 15px;
|
|
1034
1034
|
font-weight: 400;
|
|
@@ -1043,19 +1043,40 @@
|
|
|
1043
1043
|
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
1044
1044
|
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
1045
1045
|
}
|
|
1046
|
-
.nodeContent-desc[data-v-
|
|
1046
|
+
.nodeContent-desc[data-v-bd32480c]{
|
|
1047
1047
|
}
|
|
1048
|
-
.el-divider--horizontal[data-v-
|
|
1048
|
+
.el-divider--horizontal[data-v-bd32480c] {
|
|
1049
1049
|
margin: 12px 0;
|
|
1050
1050
|
}
|
|
1051
|
-
.nodeView[data-v-
|
|
1051
|
+
.nodeView[data-v-bd32480c] {
|
|
1052
1052
|
border: 1px solid #5a90f9;
|
|
1053
|
-
background: #eef3fe;
|
|
1053
|
+
background: #eef3fe;
|
|
1054
|
+
width: 180px;
|
|
1055
|
+
min-height: 95px;
|
|
1054
1056
|
}
|
|
1055
|
-
.
|
|
1056
|
-
width: 80px;
|
|
1057
|
+
.nodeContent[data-v-bd32480c] {
|
|
1057
1058
|
}
|
|
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;
|
|
1078
|
+
}
|
|
1079
|
+
.nodeView[data-v-9fff2753] {
|
|
1059
1080
|
box-sizing: border-box;
|
|
1060
1081
|
margin: 10px 10px;
|
|
1061
1082
|
width: 180px;
|
|
@@ -1064,7 +1085,7 @@
|
|
|
1064
1085
|
border-radius: 2px 2px 2px 2px;
|
|
1065
1086
|
padding: 20px 10px;
|
|
1066
1087
|
}
|
|
1067
|
-
.nodeTitle[data-v-
|
|
1088
|
+
.nodeTitle[data-v-9fff2753] {
|
|
1068
1089
|
width: 90px;
|
|
1069
1090
|
height: 15px;
|
|
1070
1091
|
font-weight: 400;
|
|
@@ -1079,7 +1100,7 @@
|
|
|
1079
1100
|
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
1080
1101
|
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
1081
1102
|
}
|
|
1082
|
-
.nodeContent[data-v-
|
|
1103
|
+
.nodeContent[data-v-9fff2753] {
|
|
1083
1104
|
/* width: 100%; */
|
|
1084
1105
|
height: 15px;
|
|
1085
1106
|
font-weight: 400;
|
|
@@ -1094,38 +1115,17 @@
|
|
|
1094
1115
|
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
1095
1116
|
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
1096
1117
|
}
|
|
1097
|
-
.nodeContent-desc[data-v-
|
|
1118
|
+
.nodeContent-desc[data-v-9fff2753]{
|
|
1098
1119
|
}
|
|
1099
|
-
.el-divider--horizontal[data-v-
|
|
1120
|
+
.el-divider--horizontal[data-v-9fff2753] {
|
|
1100
1121
|
margin: 12px 0;
|
|
1101
1122
|
}
|
|
1102
|
-
.nodeView[data-v-
|
|
1123
|
+
.nodeView[data-v-9fff2753] {
|
|
1103
1124
|
border: 1px solid #5a90f9;
|
|
1104
|
-
background: #eef3fe;
|
|
1105
|
-
width: 180px;
|
|
1106
|
-
min-height: 95px;
|
|
1107
|
-
}
|
|
1108
|
-
.nodeContent[data-v-c176feb6] {
|
|
1109
|
-
}
|
|
1110
|
-
|
|
1111
|
-
.aaa[data-v-8bd72b80] {
|
|
1112
|
-
width: 300px;
|
|
1113
|
-
height: 200px;
|
|
1114
|
-
background: #ffffff;
|
|
1115
|
-
box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
|
|
1116
|
-
border-radius: 2px 2px 2px 2px;
|
|
1125
|
+
background: #eef3fe;
|
|
1117
1126
|
}
|
|
1118
|
-
.
|
|
1119
|
-
width:
|
|
1120
|
-
height: 15px;
|
|
1121
|
-
font-weight: 400;
|
|
1122
|
-
font-size: 14px;
|
|
1123
|
-
color: #333333;
|
|
1124
|
-
line-height: 14px;
|
|
1125
|
-
text-align: left;
|
|
1126
|
-
font-style: normal;
|
|
1127
|
-
text-transform: none;
|
|
1128
|
-
padding: 5px 0px 4px 10px;
|
|
1127
|
+
.nodeTitle[data-v-9fff2753] {
|
|
1128
|
+
width: 80px;
|
|
1129
1129
|
}
|
|
1130
1130
|
.nodeView[data-v-df366d04] {
|
|
1131
1131
|
box-sizing: border-box;
|
|
@@ -1178,7 +1178,7 @@
|
|
|
1178
1178
|
.nodeTitle[data-v-df366d04] {
|
|
1179
1179
|
width: 80px;
|
|
1180
1180
|
}
|
|
1181
|
-
.nodeView[data-v-
|
|
1181
|
+
.nodeView[data-v-4c6dfa4a] {
|
|
1182
1182
|
box-sizing: border-box;
|
|
1183
1183
|
margin: 10px 10px;
|
|
1184
1184
|
width: 180px;
|
|
@@ -1187,7 +1187,7 @@
|
|
|
1187
1187
|
border-radius: 2px 2px 2px 2px;
|
|
1188
1188
|
padding: 20px 10px;
|
|
1189
1189
|
}
|
|
1190
|
-
.nodeTitle[data-v-
|
|
1190
|
+
.nodeTitle[data-v-4c6dfa4a] {
|
|
1191
1191
|
width: 90px;
|
|
1192
1192
|
height: 15px;
|
|
1193
1193
|
font-weight: 400;
|
|
@@ -1202,7 +1202,7 @@
|
|
|
1202
1202
|
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
1203
1203
|
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
1204
1204
|
}
|
|
1205
|
-
.nodeContent[data-v-
|
|
1205
|
+
.nodeContent[data-v-4c6dfa4a] {
|
|
1206
1206
|
/* width: 100%; */
|
|
1207
1207
|
height: 15px;
|
|
1208
1208
|
font-weight: 400;
|
|
@@ -1217,51 +1217,51 @@
|
|
|
1217
1217
|
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
1218
1218
|
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
1219
1219
|
}
|
|
1220
|
-
.nodeContent-desc[data-v-
|
|
1220
|
+
.nodeContent-desc[data-v-4c6dfa4a]{
|
|
1221
1221
|
}
|
|
1222
|
-
.el-divider--horizontal[data-v-
|
|
1222
|
+
.el-divider--horizontal[data-v-4c6dfa4a] {
|
|
1223
1223
|
margin: 12px 0;
|
|
1224
1224
|
}
|
|
1225
|
-
.nodeView[data-v-
|
|
1225
|
+
.nodeView[data-v-4c6dfa4a] {
|
|
1226
1226
|
border: 1px solid #5a90f9;
|
|
1227
1227
|
background: #eef3fe;
|
|
1228
1228
|
width: 180px;
|
|
1229
1229
|
min-height: 95px;
|
|
1230
1230
|
}
|
|
1231
|
-
.nodeContent[data-v-
|
|
1232
|
-
}
|
|
1233
|
-
|
|
1234
|
-
.el-radio[data-v-1bbd6187] {
|
|
1235
|
-
margin-right: 10px;
|
|
1236
|
-
}
|
|
1237
|
-
|
|
1238
|
-
.el-radio[data-v-1ee0eb33] {
|
|
1239
|
-
margin-right: 10px;
|
|
1240
|
-
}
|
|
1241
|
-
[data-v-1ee0eb33] .el-empty__description {
|
|
1242
|
-
margin-top: 0px;
|
|
1231
|
+
.nodeContent[data-v-4c6dfa4a] {
|
|
1243
1232
|
}
|
|
1244
1233
|
|
|
1245
|
-
.el-select + .el-input[data-v-
|
|
1234
|
+
.el-select + .el-input[data-v-7fcf8a84] {
|
|
1246
1235
|
margin-left: 10px;
|
|
1247
1236
|
}
|
|
1248
|
-
.el-input + .el-input[data-v-
|
|
1237
|
+
.el-input + .el-input[data-v-7fcf8a84] {
|
|
1249
1238
|
margin-left: 10px;
|
|
1250
1239
|
}
|
|
1251
|
-
.el-input + .el-button[data-v-
|
|
1240
|
+
.el-input + .el-button[data-v-7fcf8a84] {
|
|
1252
1241
|
margin-left: 10px;
|
|
1253
1242
|
}
|
|
1254
1243
|
|
|
1255
|
-
.el-select + .el-input[data-v-
|
|
1244
|
+
.el-select + .el-input[data-v-3918f594] {
|
|
1256
1245
|
margin-left: 10px;
|
|
1257
1246
|
}
|
|
1258
|
-
.el-input + .el-input[data-v-
|
|
1247
|
+
.el-input + .el-input[data-v-3918f594] {
|
|
1259
1248
|
margin-left: 10px;
|
|
1260
1249
|
}
|
|
1261
|
-
.el-input + .el-button[data-v-
|
|
1250
|
+
.el-input + .el-button[data-v-3918f594] {
|
|
1262
1251
|
margin-left: 10px;
|
|
1263
1252
|
}
|
|
1264
1253
|
|
|
1254
|
+
.el-radio[data-v-1bbd6187] {
|
|
1255
|
+
margin-right: 10px;
|
|
1256
|
+
}
|
|
1257
|
+
|
|
1258
|
+
.el-radio[data-v-1ee0eb33] {
|
|
1259
|
+
margin-right: 10px;
|
|
1260
|
+
}
|
|
1261
|
+
[data-v-1ee0eb33] .el-empty__description {
|
|
1262
|
+
margin-top: 0px;
|
|
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
|
-
|
|
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
|
+
}
|