service-flow-designer 2.0.5 → 2.0.7
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.d.ts +20 -0
- package/dist/es/designer/common/components/datatable-select.vue.d.ts +38 -0
- package/dist/es/designer/common/components/file-upload.vue.d.ts +20 -0
- package/dist/es/designer/common/components/json-view/index.d.ts +4 -0
- package/dist/es/designer/common/components/json-view/json-view-dialog.vue.d.ts +36 -0
- package/dist/es/designer/common/components/json-view/json-view.vue.d.ts +32 -0
- package/dist/es/designer/common/components/node-base-config.vue.d.ts +14 -0
- package/dist/es/designer/common/components/value-set-input/index.d.ts +3 -0
- package/dist/es/designer/common/components/value-set-input/option.d.ts +12 -0
- package/dist/es/designer/common/components/value-set-input/value-set-input.vue.d.ts +153 -0
- package/dist/es/designer/common/types/common-type.d.ts +18 -0
- package/dist/es/designer/common/types/select.d.ts +7 -0
- package/dist/es/designer/common/util/node-util.d.ts +27 -0
- package/dist/es/designer/flow/base/AbLogicNode.d.ts +11 -0
- package/dist/es/designer/flow/base/AbLogicNodeModel.d.ts +14 -0
- package/dist/es/designer/flow/base/AbLogicResizeNode.d.ts +11 -0
- package/dist/es/designer/flow/base/AbLogicResizeNodeModel.d.ts +9 -0
- package/dist/es/designer/flow/base/index.d.ts +6 -0
- package/dist/es/designer/flow/edge/CustomLine.d.ts +25 -0
- package/dist/es/designer/service-components/base/custom-function/config.vue.d.ts +18 -0
- package/dist/es/designer/service-components/base/custom-function/index.d.ts +14 -0
- package/dist/es/designer/service-components/base/custom-function/index.vue.d.ts +20 -0
- package/dist/es/designer/service-components/base/end-node/index.d.ts +19 -0
- package/dist/es/designer/service-components/base/end-node/index.vue.d.ts +8 -0
- package/dist/es/designer/service-components/base/judge-condition/config.vue.d.ts +40 -0
- package/dist/es/designer/service-components/base/judge-condition/index.d.ts +16 -0
- package/dist/es/designer/service-components/base/judge-condition/index.vue.d.ts +36 -0
- package/dist/es/designer/service-components/base/loop-node/config.vue.d.ts +14 -0
- package/dist/es/designer/service-components/base/loop-node/index.d.ts +42 -0
- package/dist/es/designer/service-components/base/loop-node/index.vue.d.ts +8 -0
- package/dist/es/designer/service-components/base/notification/config.vue.d.ts +18 -0
- package/dist/es/designer/service-components/base/notification/index.d.ts +14 -0
- package/dist/es/designer/service-components/base/notification/index.vue.d.ts +20 -0
- package/dist/es/designer/service-components/base/notification/quill-example.vue.d.ts +19 -0
- package/dist/es/designer/service-components/base/notification/recipients-select.vue.d.ts +47 -0
- package/dist/es/designer/service-components/base/notification/select-mail-template.vue.d.ts +18 -0
- package/dist/es/designer/service-components/base/start-node/index.d.ts +19 -0
- package/dist/es/designer/service-components/base/start-node/index.vue.d.ts +8 -0
- package/dist/es/designer/service-components/components-icons.d.ts +18 -0
- package/dist/es/designer/service-components/computation/clean/config.vue.d.ts +25 -0
- package/dist/es/designer/service-components/computation/clean/index.d.ts +14 -0
- package/dist/es/designer/service-components/computation/clean/index.vue.d.ts +20 -0
- package/dist/es/designer/service-components/computation/connect/config.vue.d.ts +23 -0
- package/dist/es/designer/service-components/computation/connect/index.d.ts +14 -0
- package/dist/es/designer/service-components/computation/connect/index.vue.d.ts +20 -0
- package/dist/es/designer/service-components/computation/sort/config.vue.d.ts +23 -0
- package/dist/es/designer/service-components/computation/sort/index.d.ts +14 -0
- package/dist/es/designer/service-components/computation/sort/index.vue.d.ts +20 -0
- package/dist/es/designer/service-components/computation/split-joint/config.vue.d.ts +23 -0
- package/dist/es/designer/service-components/computation/split-joint/index.d.ts +14 -0
- package/dist/es/designer/service-components/computation/split-joint/index.vue.d.ts +20 -0
- package/dist/es/designer/service-components/computation/statistics/config.vue.d.ts +23 -0
- package/dist/es/designer/service-components/computation/statistics/index.d.ts +14 -0
- package/dist/es/designer/service-components/computation/statistics/index.vue.d.ts +20 -0
- package/dist/es/designer/service-components/database/aggregate-query/config.vue.d.ts +40 -0
- package/dist/es/designer/service-components/database/aggregate-query/dimension-additional.vue.d.ts +57 -0
- package/dist/es/designer/service-components/database/aggregate-query/dimension-statistical.vue.d.ts +57 -0
- package/dist/es/designer/service-components/database/aggregate-query/filter-conditions.vue.d.ts +53 -0
- package/dist/es/designer/service-components/database/aggregate-query/index.d.ts +16 -0
- package/dist/es/designer/service-components/database/aggregate-query/index.vue.d.ts +36 -0
- package/dist/es/designer/service-components/database/aggregate-query/sort-conditions.vue.d.ts +53 -0
- package/dist/es/designer/service-components/database/aggregate-query/statistical-formula.vue.d.ts +57 -0
- package/dist/es/designer/service-components/database/dynamic-sql/config.vue.d.ts +18 -0
- package/dist/es/designer/service-components/database/dynamic-sql/index.d.ts +14 -0
- package/dist/es/designer/service-components/database/dynamic-sql/index.vue.d.ts +20 -0
- package/dist/es/designer/service-components/database/regular-query/config.vue.d.ts +42 -0
- package/dist/es/designer/service-components/database/regular-query/index.d.ts +16 -0
- package/dist/es/designer/service-components/database/regular-query/index.vue.d.ts +36 -0
- package/dist/es/designer/service-components/index.d.ts +19 -0
- package/dist/es/designer/service-components/service/common/cookie-data.vue.d.ts +18 -0
- package/dist/es/designer/service-components/service/common/form-data.vue.d.ts +22 -0
- package/dist/es/designer/service-components/service/common/header-data.vue.d.ts +18 -0
- package/dist/es/designer/service-components/service/common/json-data.vue.d.ts +18 -0
- package/dist/es/designer/service-components/service/common/param-config.vue.d.ts +18 -0
- package/dist/es/designer/service-components/service/common/query-params.vue.d.ts +18 -0
- package/dist/es/designer/service-components/service/common/raw-data.vue.d.ts +22 -0
- package/dist/es/designer/service-components/service/common/xml-data.vue.d.ts +21 -0
- package/dist/es/designer/service-components/service/custom-bean/config.vue.d.ts +14 -0
- package/dist/es/designer/service-components/service/custom-bean/index.d.ts +14 -0
- package/dist/es/designer/service-components/service/custom-bean/index.vue.d.ts +20 -0
- package/dist/es/designer/service-components/service/http-service/config.vue.d.ts +14 -0
- package/dist/es/designer/service-components/service/http-service/index.d.ts +14 -0
- package/dist/es/designer/service-components/service/http-service/index.vue.d.ts +20 -0
- package/dist/es/designer/service-components/service/http-service/response-json-setting.vue.d.ts +27 -0
- package/dist/es/designer/service-components/service/http-service/response-text-setting.vue.d.ts +27 -0
- package/dist/es/designer/service-components/service/http-service/response-xml-setting.vue.d.ts +27 -0
- package/dist/es/designer/service-components/util/common-options.d.ts +36 -0
- package/dist/es/designer/service-flow-view/flow-tool-util.d.ts +2 -0
- package/dist/es/designer/service-flow-view/flow-util.d.ts +53 -0
- package/dist/es/designer/service-flow-view/service-flow-tool.vue.d.ts +32 -1
- package/dist/es/designer/service-flow-view/service-node-config.vue.d.ts +1 -1
- package/dist/es/designer/service-flow-view/service-test/service-test.vue.d.ts +46 -1
- package/dist/es/designer/service-flow-view/view-index.vue.d.ts +39 -1
- package/dist/es/designer/service-panel/service-panel.vue.d.ts +34 -1
- package/dist/es/stores/page-store.d.ts +23 -0
- package/dist/es/style.css +308 -308
- package/dist/es/utils/common-util.d.ts +21 -0
- package/package.json +8 -9
package/dist/es/style.css
CHANGED
|
@@ -166,6 +166,10 @@
|
|
|
166
166
|
border-color: transparent transparent var(--el-skeleton-color) transparent;
|
|
167
167
|
}
|
|
168
168
|
|
|
169
|
+
.el-alert + .el-form-item[data-v-a158f309] {
|
|
170
|
+
margin-top: 10px;
|
|
171
|
+
}
|
|
172
|
+
|
|
169
173
|
.editorTool[data-v-d55ab098] {
|
|
170
174
|
margin-left: auto;
|
|
171
175
|
}
|
|
@@ -179,15 +183,116 @@
|
|
|
179
183
|
align-items: center; /* 子元素在交叉轴(垂直方向)上居中对齐 */
|
|
180
184
|
}
|
|
181
185
|
|
|
182
|
-
.el-alert + .el-
|
|
186
|
+
.el-alert + .el-table[data-v-e27c4c1e] {
|
|
187
|
+
margin-top: 10px;
|
|
188
|
+
}
|
|
189
|
+
.el-table + .el-alert[data-v-e27c4c1e] {
|
|
190
|
+
margin: 10px 0;
|
|
191
|
+
}
|
|
192
|
+
.el-alert + .el-form-item[data-v-e27c4c1e] {
|
|
183
193
|
margin-top: 10px;
|
|
184
194
|
}
|
|
195
|
+
.amb-design-attr-base-content[data-v-ce167986] {
|
|
196
|
+
background: #ffffff;
|
|
197
|
+
box-shadow: 1px 0px 10px 0px rgba(0, 0, 0, 0.05);
|
|
198
|
+
height: 100%;
|
|
199
|
+
padding-left: 10px;
|
|
200
|
+
padding-right: 10px;
|
|
201
|
+
overflow: auto;
|
|
202
|
+
}
|
|
203
|
+
.amb-design-attr-item[data-v-ce167986] {
|
|
204
|
+
margin-bottom: 8px;
|
|
205
|
+
}
|
|
206
|
+
.amb-design-attr-group-header > button[data-v-ce167986] {
|
|
207
|
+
background: #f5f6f8;
|
|
208
|
+
padding-left: 10px;
|
|
209
|
+
font-size: 14px;
|
|
210
|
+
height: 42px;
|
|
211
|
+
}
|
|
212
|
+
.amb-design-attr-content[data-v-ce167986] {
|
|
213
|
+
background: #ffffff;
|
|
214
|
+
box-shadow: 1px 0px 10px 0px rgba(0, 0, 0, 0.05);
|
|
215
|
+
height: 100%;
|
|
216
|
+
padding-left: 10px;
|
|
217
|
+
padding-right: 10px;
|
|
218
|
+
overflow: auto;
|
|
219
|
+
position: relative;
|
|
220
|
+
}
|
|
221
|
+
.amb-design-attr-header-search[data-v-ce167986] {
|
|
222
|
+
margin-top: 16px;
|
|
223
|
+
}
|
|
224
|
+
.amb-design-attr-header-select[data-v-ce167986] {
|
|
225
|
+
width: 90px;
|
|
226
|
+
height: 36px;
|
|
227
|
+
}
|
|
228
|
+
.amb-design-page-param-row[data-v-ce167986] {
|
|
229
|
+
height: 34px;
|
|
230
|
+
}
|
|
231
|
+
.el-table__cell > .cell[data-v-ce167986] {
|
|
232
|
+
white-space: nowrap !important;
|
|
233
|
+
}
|
|
234
|
+
.serviceflow-item[data-v-ce167986] {
|
|
235
|
+
background: rgba(88, 147, 239, 0.06);
|
|
236
|
+
border: 1px dashed rgba(88, 147, 239, 0.06);
|
|
237
|
+
border-radius: 4px 4px 4px 4px;
|
|
238
|
+
text-align: center;
|
|
239
|
+
margin-top: 12px;
|
|
240
|
+
padding: 10px 5px 10px 5px;
|
|
241
|
+
font-size: 12px;
|
|
242
|
+
cursor: move;
|
|
243
|
+
height: 60px;
|
|
244
|
+
overflow: hidden;
|
|
245
|
+
box-sizing: border-box;
|
|
246
|
+
color: #333333;
|
|
247
|
+
text-overflow: ellipsis;
|
|
248
|
+
white-space: nowrap;
|
|
249
|
+
-webkit-user-select: none; /* Safari */
|
|
250
|
+
-moz-user-select: none; /* Firefox */
|
|
251
|
+
-ms-user-select: none; /* Internet Explorer/Edge */
|
|
252
|
+
user-select: none; /* 标准语法 */
|
|
253
|
+
}
|
|
254
|
+
.serviceflow-item[data-v-ce167986]:hover {
|
|
255
|
+
background: rgba(11, 45, 101, 0.105);
|
|
256
|
+
border: 1px dashed rgba(11, 45, 101, 0.227);
|
|
257
|
+
}
|
|
258
|
+
.amb-assembly-item-drag[data-v-ce167986] {
|
|
259
|
+
opacity: 1 !important;
|
|
260
|
+
}
|
|
185
261
|
|
|
186
|
-
[data-v-
|
|
187
|
-
margin:
|
|
262
|
+
.el-alert + .el-form-item[data-v-32875028] {
|
|
263
|
+
margin-top: 10px;
|
|
188
264
|
}
|
|
189
|
-
.el-
|
|
190
|
-
margin
|
|
265
|
+
.el-alert + .el-table[data-v-32875028] {
|
|
266
|
+
margin: 10px 0;
|
|
267
|
+
}
|
|
268
|
+
|
|
269
|
+
.el-tabs + .el-alert[data-v-08737620] {
|
|
270
|
+
margin-top: 10px;
|
|
271
|
+
}
|
|
272
|
+
.el-alert + .el-form-item[data-v-08737620] {
|
|
273
|
+
margin-top: 10px;
|
|
274
|
+
}
|
|
275
|
+
|
|
276
|
+
.el-dialog__wrapper[data-v-24162035] {
|
|
277
|
+
overflow: hidden !important;
|
|
278
|
+
padding-right: 0 !important;
|
|
279
|
+
}
|
|
280
|
+
|
|
281
|
+
.el-drawer__header {
|
|
282
|
+
margin-bottom: 0 !important;
|
|
283
|
+
}
|
|
284
|
+
/**
|
|
285
|
+
解决右侧弹出属性配置遮罩层打开后页面其他地方无法点击问题
|
|
286
|
+
*/
|
|
287
|
+
[data-v-c51cce99] .el-overlay {
|
|
288
|
+
position: static;
|
|
289
|
+
}
|
|
290
|
+
|
|
291
|
+
.el-alert + .el-table[data-v-028fb838] {
|
|
292
|
+
margin-top: 10px;
|
|
293
|
+
}
|
|
294
|
+
.el-table + .el-alert[data-v-028fb838] {
|
|
295
|
+
margin: 10px 0;
|
|
191
296
|
}
|
|
192
297
|
|
|
193
298
|
[data-v-a5cc897b] .el-table__row {
|
|
@@ -225,20 +330,6 @@
|
|
|
225
330
|
display: flex; /* 使用Flex布局 */
|
|
226
331
|
align-items: center; /* 子元素在交叉轴(垂直方向)上居中对齐 */
|
|
227
332
|
}
|
|
228
|
-
|
|
229
|
-
.el-tabs + .el-alert[data-v-08737620] {
|
|
230
|
-
margin-top: 10px;
|
|
231
|
-
}
|
|
232
|
-
.el-alert + .el-form-item[data-v-08737620] {
|
|
233
|
-
margin-top: 10px;
|
|
234
|
-
}
|
|
235
|
-
|
|
236
|
-
.el-alert + .el-table[data-v-028fb838] {
|
|
237
|
-
margin-top: 10px;
|
|
238
|
-
}
|
|
239
|
-
.el-table + .el-alert[data-v-028fb838] {
|
|
240
|
-
margin: 10px 0;
|
|
241
|
-
}
|
|
242
333
|
.control-item[data-v-fdc6ec07] {
|
|
243
334
|
top: -5px;
|
|
244
335
|
position: relative;
|
|
@@ -370,99 +461,6 @@
|
|
|
370
461
|
margin-left: 50px;
|
|
371
462
|
}
|
|
372
463
|
|
|
373
|
-
.el-drawer__header {
|
|
374
|
-
margin-bottom: 0 !important;
|
|
375
|
-
}
|
|
376
|
-
/**
|
|
377
|
-
解决右侧弹出属性配置遮罩层打开后页面其他地方无法点击问题
|
|
378
|
-
*/
|
|
379
|
-
[data-v-c51cce99] .el-overlay {
|
|
380
|
-
position: static;
|
|
381
|
-
}
|
|
382
|
-
|
|
383
|
-
[data-v-808a13e1] .el-radio {
|
|
384
|
-
margin: 0;
|
|
385
|
-
}
|
|
386
|
-
.el-radio + .el-radio[data-v-808a13e1] {
|
|
387
|
-
margin-left: 10px;
|
|
388
|
-
}
|
|
389
|
-
.amb-design-attr-base-content[data-v-ce167986] {
|
|
390
|
-
background: #ffffff;
|
|
391
|
-
box-shadow: 1px 0px 10px 0px rgba(0, 0, 0, 0.05);
|
|
392
|
-
height: 100%;
|
|
393
|
-
padding-left: 10px;
|
|
394
|
-
padding-right: 10px;
|
|
395
|
-
overflow: auto;
|
|
396
|
-
}
|
|
397
|
-
.amb-design-attr-item[data-v-ce167986] {
|
|
398
|
-
margin-bottom: 8px;
|
|
399
|
-
}
|
|
400
|
-
.amb-design-attr-group-header > button[data-v-ce167986] {
|
|
401
|
-
background: #f5f6f8;
|
|
402
|
-
padding-left: 10px;
|
|
403
|
-
font-size: 14px;
|
|
404
|
-
height: 42px;
|
|
405
|
-
}
|
|
406
|
-
.amb-design-attr-content[data-v-ce167986] {
|
|
407
|
-
background: #ffffff;
|
|
408
|
-
box-shadow: 1px 0px 10px 0px rgba(0, 0, 0, 0.05);
|
|
409
|
-
height: 100%;
|
|
410
|
-
padding-left: 10px;
|
|
411
|
-
padding-right: 10px;
|
|
412
|
-
overflow: auto;
|
|
413
|
-
position: relative;
|
|
414
|
-
}
|
|
415
|
-
.amb-design-attr-header-search[data-v-ce167986] {
|
|
416
|
-
margin-top: 16px;
|
|
417
|
-
}
|
|
418
|
-
.amb-design-attr-header-select[data-v-ce167986] {
|
|
419
|
-
width: 90px;
|
|
420
|
-
height: 36px;
|
|
421
|
-
}
|
|
422
|
-
.amb-design-page-param-row[data-v-ce167986] {
|
|
423
|
-
height: 34px;
|
|
424
|
-
}
|
|
425
|
-
.el-table__cell > .cell[data-v-ce167986] {
|
|
426
|
-
white-space: nowrap !important;
|
|
427
|
-
}
|
|
428
|
-
.serviceflow-item[data-v-ce167986] {
|
|
429
|
-
background: rgba(88, 147, 239, 0.06);
|
|
430
|
-
border: 1px dashed rgba(88, 147, 239, 0.06);
|
|
431
|
-
border-radius: 4px 4px 4px 4px;
|
|
432
|
-
text-align: center;
|
|
433
|
-
margin-top: 12px;
|
|
434
|
-
padding: 10px 5px 10px 5px;
|
|
435
|
-
font-size: 12px;
|
|
436
|
-
cursor: move;
|
|
437
|
-
height: 60px;
|
|
438
|
-
overflow: hidden;
|
|
439
|
-
box-sizing: border-box;
|
|
440
|
-
color: #333333;
|
|
441
|
-
text-overflow: ellipsis;
|
|
442
|
-
white-space: nowrap;
|
|
443
|
-
-webkit-user-select: none; /* Safari */
|
|
444
|
-
-moz-user-select: none; /* Firefox */
|
|
445
|
-
-ms-user-select: none; /* Internet Explorer/Edge */
|
|
446
|
-
user-select: none; /* 标准语法 */
|
|
447
|
-
}
|
|
448
|
-
.serviceflow-item[data-v-ce167986]:hover {
|
|
449
|
-
background: rgba(11, 45, 101, 0.105);
|
|
450
|
-
border: 1px dashed rgba(11, 45, 101, 0.227);
|
|
451
|
-
}
|
|
452
|
-
.amb-assembly-item-drag[data-v-ce167986] {
|
|
453
|
-
opacity: 1 !important;
|
|
454
|
-
}
|
|
455
|
-
|
|
456
|
-
.el-alert + .el-table[data-v-e27c4c1e] {
|
|
457
|
-
margin-top: 10px;
|
|
458
|
-
}
|
|
459
|
-
.el-table + .el-alert[data-v-e27c4c1e] {
|
|
460
|
-
margin: 10px 0;
|
|
461
|
-
}
|
|
462
|
-
.el-alert + .el-form-item[data-v-e27c4c1e] {
|
|
463
|
-
margin-top: 10px;
|
|
464
|
-
}
|
|
465
|
-
|
|
466
464
|
.editorTool[data-v-684c1f08] {
|
|
467
465
|
margin-left: auto;
|
|
468
466
|
}
|
|
@@ -476,23 +474,25 @@
|
|
|
476
474
|
align-items: center; /* 子元素在交叉轴(垂直方向)上居中对齐 */
|
|
477
475
|
}
|
|
478
476
|
|
|
479
|
-
.el-alert + .el-
|
|
477
|
+
.el-alert + .el-table[data-v-82e0dfef] {
|
|
480
478
|
margin-top: 10px;
|
|
481
479
|
}
|
|
482
|
-
.el-alert + .el-
|
|
483
|
-
margin: 10px
|
|
480
|
+
.el-alert + .el-form-item[data-v-82e0dfef] {
|
|
481
|
+
margin-top: 10px;
|
|
484
482
|
}
|
|
485
483
|
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
|
|
484
|
+
[data-v-808a13e1] .el-radio {
|
|
485
|
+
margin: 0;
|
|
486
|
+
}
|
|
487
|
+
.el-radio + .el-radio[data-v-808a13e1] {
|
|
488
|
+
margin-left: 10px;
|
|
489
489
|
}
|
|
490
490
|
|
|
491
|
-
|
|
492
|
-
margin
|
|
491
|
+
[data-v-65e38bfb] .el-radio {
|
|
492
|
+
margin: 0;
|
|
493
493
|
}
|
|
494
|
-
.el-
|
|
495
|
-
margin-
|
|
494
|
+
.el-radio + .el-radio[data-v-65e38bfb] {
|
|
495
|
+
margin-left: 10px;
|
|
496
496
|
}
|
|
497
497
|
|
|
498
498
|
.el-alert + .el-table[data-v-d978e7dc] {
|
|
@@ -504,27 +504,7 @@
|
|
|
504
504
|
.el-alert + .el-form-item[data-v-d978e7dc] {
|
|
505
505
|
margin-top: 10px;
|
|
506
506
|
}
|
|
507
|
-
|
|
508
|
-
.aaa[data-v-8bd72b80] {
|
|
509
|
-
width: 300px;
|
|
510
|
-
height: 200px;
|
|
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-8bd72b80] {
|
|
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-c176feb6] {
|
|
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-c176feb6] {
|
|
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-c176feb6] {
|
|
552
532
|
/* width: 100%; */
|
|
553
533
|
height: 15px;
|
|
554
534
|
font-weight: 400;
|
|
@@ -563,19 +543,20 @@
|
|
|
563
543
|
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
564
544
|
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
565
545
|
}
|
|
566
|
-
.nodeContent-desc[data-v-
|
|
546
|
+
.nodeContent-desc[data-v-c176feb6]{
|
|
567
547
|
}
|
|
568
|
-
.el-divider--horizontal[data-v-
|
|
548
|
+
.el-divider--horizontal[data-v-c176feb6] {
|
|
569
549
|
margin: 12px 0;
|
|
570
550
|
}
|
|
571
|
-
.nodeView[data-v-
|
|
551
|
+
.nodeView[data-v-c176feb6] {
|
|
572
552
|
border: 1px solid #5a90f9;
|
|
573
|
-
background: #eef3fe;
|
|
553
|
+
background: #eef3fe;
|
|
554
|
+
width: 180px;
|
|
555
|
+
min-height: 95px;
|
|
574
556
|
}
|
|
575
|
-
.
|
|
576
|
-
width: 80px;
|
|
557
|
+
.nodeContent[data-v-c176feb6] {
|
|
577
558
|
}
|
|
578
|
-
.nodeView[data-v-
|
|
559
|
+
.nodeView[data-v-df366d04] {
|
|
579
560
|
box-sizing: border-box;
|
|
580
561
|
margin: 10px 10px;
|
|
581
562
|
width: 180px;
|
|
@@ -584,7 +565,7 @@
|
|
|
584
565
|
border-radius: 2px 2px 2px 2px;
|
|
585
566
|
padding: 20px 10px;
|
|
586
567
|
}
|
|
587
|
-
.nodeTitle[data-v-
|
|
568
|
+
.nodeTitle[data-v-df366d04] {
|
|
588
569
|
width: 90px;
|
|
589
570
|
height: 15px;
|
|
590
571
|
font-weight: 400;
|
|
@@ -599,7 +580,7 @@
|
|
|
599
580
|
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
600
581
|
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
601
582
|
}
|
|
602
|
-
.nodeContent[data-v-
|
|
583
|
+
.nodeContent[data-v-df366d04] {
|
|
603
584
|
/* width: 100%; */
|
|
604
585
|
height: 15px;
|
|
605
586
|
font-weight: 400;
|
|
@@ -614,72 +595,39 @@
|
|
|
614
595
|
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
615
596
|
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
616
597
|
}
|
|
617
|
-
.nodeContent-desc[data-v-
|
|
598
|
+
.nodeContent-desc[data-v-df366d04]{
|
|
618
599
|
}
|
|
619
|
-
.el-divider--horizontal[data-v-
|
|
600
|
+
.el-divider--horizontal[data-v-df366d04] {
|
|
620
601
|
margin: 12px 0;
|
|
621
602
|
}
|
|
622
|
-
.nodeView[data-v-
|
|
603
|
+
.nodeView[data-v-df366d04] {
|
|
623
604
|
border: 1px solid #5a90f9;
|
|
624
|
-
background: #eef3fe;
|
|
625
|
-
width: 180px;
|
|
626
|
-
min-height: 95px;
|
|
605
|
+
background: #eef3fe;
|
|
627
606
|
}
|
|
628
|
-
.
|
|
607
|
+
.nodeTitle[data-v-df366d04] {
|
|
608
|
+
width: 80px;
|
|
629
609
|
}
|
|
630
|
-
|
|
631
|
-
|
|
632
|
-
|
|
633
|
-
|
|
634
|
-
|
|
610
|
+
|
|
611
|
+
.node-content[data-v-69a854a3] {
|
|
612
|
+
width: 120px;
|
|
613
|
+
height: 44px;
|
|
614
|
+
background: #ffffff;
|
|
635
615
|
box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
|
|
636
|
-
border-radius: 2px 2px 2px 2px;
|
|
637
|
-
padding: 20px 10px;
|
|
638
|
-
}
|
|
639
|
-
.nodeTitle[data-v-c176feb6] {
|
|
640
|
-
width: 90px;
|
|
641
|
-
height: 15px;
|
|
642
|
-
font-weight: 400;
|
|
643
|
-
font-size: 16px;
|
|
644
|
-
color: #333333;
|
|
645
|
-
line-height: 14px;
|
|
646
|
-
text-align: left;
|
|
647
|
-
font-style: normal;
|
|
648
|
-
text-transform: none;
|
|
649
|
-
padding: 0px 24px;
|
|
650
|
-
white-space: nowrap; /* 确保文本在一行内显示 */
|
|
651
|
-
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
652
|
-
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
616
|
+
border-radius: 2px 2px 2px 2px;
|
|
653
617
|
}
|
|
654
|
-
.
|
|
655
|
-
|
|
618
|
+
.content[data-v-69a854a3] {
|
|
619
|
+
width: 28px;
|
|
656
620
|
height: 15px;
|
|
657
621
|
font-weight: 400;
|
|
658
622
|
font-size: 14px;
|
|
659
|
-
color: #
|
|
623
|
+
color: #333333;
|
|
660
624
|
line-height: 14px;
|
|
661
625
|
text-align: left;
|
|
662
626
|
font-style: normal;
|
|
663
627
|
text-transform: none;
|
|
664
|
-
padding: 0px
|
|
665
|
-
white-space: nowrap; /* 确保文本在一行内显示 */
|
|
666
|
-
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
667
|
-
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
668
|
-
}
|
|
669
|
-
.nodeContent-desc[data-v-c176feb6]{
|
|
670
|
-
}
|
|
671
|
-
.el-divider--horizontal[data-v-c176feb6] {
|
|
672
|
-
margin: 12px 0;
|
|
673
|
-
}
|
|
674
|
-
.nodeView[data-v-c176feb6] {
|
|
675
|
-
border: 1px solid #5a90f9;
|
|
676
|
-
background: #eef3fe;
|
|
677
|
-
width: 180px;
|
|
678
|
-
min-height: 95px;
|
|
679
|
-
}
|
|
680
|
-
.nodeContent[data-v-c176feb6] {
|
|
628
|
+
padding: 5px 0px 4px 10px;
|
|
681
629
|
}
|
|
682
|
-
.nodeView[data-v-
|
|
630
|
+
.nodeView[data-v-221a60f8] {
|
|
683
631
|
box-sizing: border-box;
|
|
684
632
|
margin: 10px 10px;
|
|
685
633
|
width: 180px;
|
|
@@ -688,7 +636,7 @@
|
|
|
688
636
|
border-radius: 2px 2px 2px 2px;
|
|
689
637
|
padding: 20px 10px;
|
|
690
638
|
}
|
|
691
|
-
.nodeTitle[data-v-
|
|
639
|
+
.nodeTitle[data-v-221a60f8] {
|
|
692
640
|
width: 90px;
|
|
693
641
|
height: 15px;
|
|
694
642
|
font-weight: 400;
|
|
@@ -703,7 +651,7 @@
|
|
|
703
651
|
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
704
652
|
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
705
653
|
}
|
|
706
|
-
.nodeContent[data-v-
|
|
654
|
+
.nodeContent[data-v-221a60f8] {
|
|
707
655
|
/* width: 100%; */
|
|
708
656
|
height: 15px;
|
|
709
657
|
font-weight: 400;
|
|
@@ -718,19 +666,19 @@
|
|
|
718
666
|
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
719
667
|
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
720
668
|
}
|
|
721
|
-
.nodeContent-desc[data-v-
|
|
669
|
+
.nodeContent-desc[data-v-221a60f8]{
|
|
722
670
|
}
|
|
723
|
-
.el-divider--horizontal[data-v-
|
|
671
|
+
.el-divider--horizontal[data-v-221a60f8] {
|
|
724
672
|
margin: 12px 0;
|
|
725
673
|
}
|
|
726
|
-
.nodeView[data-v-
|
|
674
|
+
.nodeView[data-v-221a60f8] {
|
|
727
675
|
border: 1px solid #5a90f9;
|
|
728
676
|
background: #eef3fe;
|
|
729
677
|
}
|
|
730
|
-
.nodeTitle[data-v-
|
|
678
|
+
.nodeTitle[data-v-221a60f8] {
|
|
731
679
|
width: 80px;
|
|
732
680
|
}
|
|
733
|
-
.nodeView[data-v-
|
|
681
|
+
.nodeView[data-v-b1d2a966] {
|
|
734
682
|
box-sizing: border-box;
|
|
735
683
|
margin: 10px 10px;
|
|
736
684
|
width: 180px;
|
|
@@ -739,7 +687,7 @@
|
|
|
739
687
|
border-radius: 2px 2px 2px 2px;
|
|
740
688
|
padding: 20px 10px;
|
|
741
689
|
}
|
|
742
|
-
.nodeTitle[data-v-
|
|
690
|
+
.nodeTitle[data-v-b1d2a966] {
|
|
743
691
|
width: 90px;
|
|
744
692
|
height: 15px;
|
|
745
693
|
font-weight: 400;
|
|
@@ -754,7 +702,7 @@
|
|
|
754
702
|
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
755
703
|
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
756
704
|
}
|
|
757
|
-
.nodeContent[data-v-
|
|
705
|
+
.nodeContent[data-v-b1d2a966] {
|
|
758
706
|
/* width: 100%; */
|
|
759
707
|
height: 15px;
|
|
760
708
|
font-weight: 400;
|
|
@@ -769,19 +717,19 @@
|
|
|
769
717
|
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
770
718
|
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
771
719
|
}
|
|
772
|
-
.nodeContent-desc[data-v-
|
|
720
|
+
.nodeContent-desc[data-v-b1d2a966]{
|
|
773
721
|
}
|
|
774
|
-
.el-divider--horizontal[data-v-
|
|
722
|
+
.el-divider--horizontal[data-v-b1d2a966] {
|
|
775
723
|
margin: 12px 0;
|
|
776
724
|
}
|
|
777
|
-
.nodeView[data-v-
|
|
725
|
+
.nodeView[data-v-b1d2a966] {
|
|
778
726
|
border: 1px solid #5a90f9;
|
|
779
727
|
background: #eef3fe;
|
|
780
728
|
}
|
|
781
|
-
.nodeTitle[data-v-
|
|
729
|
+
.nodeTitle[data-v-b1d2a966] {
|
|
782
730
|
width: 80px;
|
|
783
731
|
}
|
|
784
|
-
.nodeView[data-v-
|
|
732
|
+
.nodeView[data-v-6d0cd280] {
|
|
785
733
|
box-sizing: border-box;
|
|
786
734
|
margin: 10px 10px;
|
|
787
735
|
width: 180px;
|
|
@@ -790,7 +738,7 @@
|
|
|
790
738
|
border-radius: 2px 2px 2px 2px;
|
|
791
739
|
padding: 20px 10px;
|
|
792
740
|
}
|
|
793
|
-
.nodeTitle[data-v-
|
|
741
|
+
.nodeTitle[data-v-6d0cd280] {
|
|
794
742
|
width: 90px;
|
|
795
743
|
height: 15px;
|
|
796
744
|
font-weight: 400;
|
|
@@ -805,7 +753,7 @@
|
|
|
805
753
|
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
806
754
|
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
807
755
|
}
|
|
808
|
-
.nodeContent[data-v-
|
|
756
|
+
.nodeContent[data-v-6d0cd280] {
|
|
809
757
|
/* width: 100%; */
|
|
810
758
|
height: 15px;
|
|
811
759
|
font-weight: 400;
|
|
@@ -820,39 +768,19 @@
|
|
|
820
768
|
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
821
769
|
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
822
770
|
}
|
|
823
|
-
.nodeContent-desc[data-v-
|
|
771
|
+
.nodeContent-desc[data-v-6d0cd280]{
|
|
824
772
|
}
|
|
825
|
-
.el-divider--horizontal[data-v-
|
|
773
|
+
.el-divider--horizontal[data-v-6d0cd280] {
|
|
826
774
|
margin: 12px 0;
|
|
827
775
|
}
|
|
828
|
-
.nodeView[data-v-
|
|
776
|
+
.nodeView[data-v-6d0cd280] {
|
|
829
777
|
border: 1px solid #5a90f9;
|
|
830
778
|
background: #eef3fe;
|
|
831
779
|
}
|
|
832
|
-
.nodeTitle[data-v-
|
|
780
|
+
.nodeTitle[data-v-6d0cd280] {
|
|
833
781
|
width: 80px;
|
|
834
782
|
}
|
|
835
|
-
|
|
836
|
-
.node-content[data-v-69a854a3] {
|
|
837
|
-
width: 120px;
|
|
838
|
-
height: 44px;
|
|
839
|
-
background: #ffffff;
|
|
840
|
-
box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
|
|
841
|
-
border-radius: 2px 2px 2px 2px;
|
|
842
|
-
}
|
|
843
|
-
.content[data-v-69a854a3] {
|
|
844
|
-
width: 28px;
|
|
845
|
-
height: 15px;
|
|
846
|
-
font-weight: 400;
|
|
847
|
-
font-size: 14px;
|
|
848
|
-
color: #333333;
|
|
849
|
-
line-height: 14px;
|
|
850
|
-
text-align: left;
|
|
851
|
-
font-style: normal;
|
|
852
|
-
text-transform: none;
|
|
853
|
-
padding: 5px 0px 4px 10px;
|
|
854
|
-
}
|
|
855
|
-
.nodeView[data-v-bd32480c] {
|
|
783
|
+
.nodeView[data-v-b604c489] {
|
|
856
784
|
box-sizing: border-box;
|
|
857
785
|
margin: 10px 10px;
|
|
858
786
|
width: 180px;
|
|
@@ -861,7 +789,7 @@
|
|
|
861
789
|
border-radius: 2px 2px 2px 2px;
|
|
862
790
|
padding: 20px 10px;
|
|
863
791
|
}
|
|
864
|
-
.nodeTitle[data-v-
|
|
792
|
+
.nodeTitle[data-v-b604c489] {
|
|
865
793
|
width: 90px;
|
|
866
794
|
height: 15px;
|
|
867
795
|
font-weight: 400;
|
|
@@ -876,7 +804,7 @@
|
|
|
876
804
|
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
877
805
|
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
878
806
|
}
|
|
879
|
-
.nodeContent[data-v-
|
|
807
|
+
.nodeContent[data-v-b604c489] {
|
|
880
808
|
/* width: 100%; */
|
|
881
809
|
height: 15px;
|
|
882
810
|
font-weight: 400;
|
|
@@ -891,20 +819,19 @@
|
|
|
891
819
|
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
892
820
|
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
893
821
|
}
|
|
894
|
-
.nodeContent-desc[data-v-
|
|
822
|
+
.nodeContent-desc[data-v-b604c489]{
|
|
895
823
|
}
|
|
896
|
-
.el-divider--horizontal[data-v-
|
|
824
|
+
.el-divider--horizontal[data-v-b604c489] {
|
|
897
825
|
margin: 12px 0;
|
|
898
826
|
}
|
|
899
|
-
.nodeView[data-v-
|
|
827
|
+
.nodeView[data-v-b604c489] {
|
|
900
828
|
border: 1px solid #5a90f9;
|
|
901
|
-
background: #eef3fe;
|
|
902
|
-
width: 180px;
|
|
903
|
-
min-height: 95px;
|
|
829
|
+
background: #eef3fe;
|
|
904
830
|
}
|
|
905
|
-
.
|
|
831
|
+
.nodeTitle[data-v-b604c489] {
|
|
832
|
+
width: 80px;
|
|
906
833
|
}
|
|
907
|
-
.nodeView[data-v-
|
|
834
|
+
.nodeView[data-v-7702fcdb] {
|
|
908
835
|
box-sizing: border-box;
|
|
909
836
|
margin: 10px 10px;
|
|
910
837
|
width: 180px;
|
|
@@ -913,7 +840,7 @@
|
|
|
913
840
|
border-radius: 2px 2px 2px 2px;
|
|
914
841
|
padding: 20px 10px;
|
|
915
842
|
}
|
|
916
|
-
.nodeTitle[data-v-
|
|
843
|
+
.nodeTitle[data-v-7702fcdb] {
|
|
917
844
|
width: 90px;
|
|
918
845
|
height: 15px;
|
|
919
846
|
font-weight: 400;
|
|
@@ -928,7 +855,7 @@
|
|
|
928
855
|
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
929
856
|
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
930
857
|
}
|
|
931
|
-
.nodeContent[data-v-
|
|
858
|
+
.nodeContent[data-v-7702fcdb] {
|
|
932
859
|
/* width: 100%; */
|
|
933
860
|
height: 15px;
|
|
934
861
|
font-weight: 400;
|
|
@@ -943,19 +870,19 @@
|
|
|
943
870
|
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
944
871
|
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
945
872
|
}
|
|
946
|
-
.nodeContent-desc[data-v-
|
|
873
|
+
.nodeContent-desc[data-v-7702fcdb]{
|
|
947
874
|
}
|
|
948
|
-
.el-divider--horizontal[data-v-
|
|
875
|
+
.el-divider--horizontal[data-v-7702fcdb] {
|
|
949
876
|
margin: 12px 0;
|
|
950
877
|
}
|
|
951
|
-
.nodeView[data-v-
|
|
878
|
+
.nodeView[data-v-7702fcdb] {
|
|
952
879
|
border: 1px solid #5a90f9;
|
|
953
880
|
background: #eef3fe;
|
|
954
881
|
}
|
|
955
|
-
.nodeTitle[data-v-
|
|
882
|
+
.nodeTitle[data-v-7702fcdb] {
|
|
956
883
|
width: 80px;
|
|
957
884
|
}
|
|
958
|
-
.nodeView[data-v-
|
|
885
|
+
.nodeView[data-v-bd32480c] {
|
|
959
886
|
box-sizing: border-box;
|
|
960
887
|
margin: 10px 10px;
|
|
961
888
|
width: 180px;
|
|
@@ -964,7 +891,7 @@
|
|
|
964
891
|
border-radius: 2px 2px 2px 2px;
|
|
965
892
|
padding: 20px 10px;
|
|
966
893
|
}
|
|
967
|
-
.nodeTitle[data-v-
|
|
894
|
+
.nodeTitle[data-v-bd32480c] {
|
|
968
895
|
width: 90px;
|
|
969
896
|
height: 15px;
|
|
970
897
|
font-weight: 400;
|
|
@@ -979,7 +906,7 @@
|
|
|
979
906
|
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
980
907
|
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
981
908
|
}
|
|
982
|
-
.nodeContent[data-v-
|
|
909
|
+
.nodeContent[data-v-bd32480c] {
|
|
983
910
|
/* width: 100%; */
|
|
984
911
|
height: 15px;
|
|
985
912
|
font-weight: 400;
|
|
@@ -994,17 +921,38 @@
|
|
|
994
921
|
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
995
922
|
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
996
923
|
}
|
|
997
|
-
.nodeContent-desc[data-v-
|
|
924
|
+
.nodeContent-desc[data-v-bd32480c]{
|
|
998
925
|
}
|
|
999
|
-
.el-divider--horizontal[data-v-
|
|
926
|
+
.el-divider--horizontal[data-v-bd32480c] {
|
|
1000
927
|
margin: 12px 0;
|
|
1001
928
|
}
|
|
1002
|
-
.nodeView[data-v-
|
|
929
|
+
.nodeView[data-v-bd32480c] {
|
|
1003
930
|
border: 1px solid #5a90f9;
|
|
1004
|
-
background: #eef3fe;
|
|
931
|
+
background: #eef3fe;
|
|
932
|
+
width: 180px;
|
|
933
|
+
min-height: 95px;
|
|
1005
934
|
}
|
|
1006
|
-
.
|
|
1007
|
-
|
|
935
|
+
.nodeContent[data-v-bd32480c] {
|
|
936
|
+
}
|
|
937
|
+
|
|
938
|
+
.aaa[data-v-8bd72b80] {
|
|
939
|
+
width: 300px;
|
|
940
|
+
height: 200px;
|
|
941
|
+
background: #ffffff;
|
|
942
|
+
box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
|
|
943
|
+
border-radius: 2px 2px 2px 2px;
|
|
944
|
+
}
|
|
945
|
+
.content[data-v-8bd72b80] {
|
|
946
|
+
width: 28px;
|
|
947
|
+
height: 15px;
|
|
948
|
+
font-weight: 400;
|
|
949
|
+
font-size: 14px;
|
|
950
|
+
color: #333333;
|
|
951
|
+
line-height: 14px;
|
|
952
|
+
text-align: left;
|
|
953
|
+
font-style: normal;
|
|
954
|
+
text-transform: none;
|
|
955
|
+
padding: 5px 0px 4px 10px;
|
|
1008
956
|
}
|
|
1009
957
|
.nodeView[data-v-9fff2753] {
|
|
1010
958
|
box-sizing: border-box;
|
|
@@ -1057,7 +1005,7 @@
|
|
|
1057
1005
|
.nodeTitle[data-v-9fff2753] {
|
|
1058
1006
|
width: 80px;
|
|
1059
1007
|
}
|
|
1060
|
-
.nodeView[data-v-
|
|
1008
|
+
.nodeView[data-v-4c6dfa4a] {
|
|
1061
1009
|
box-sizing: border-box;
|
|
1062
1010
|
margin: 10px 10px;
|
|
1063
1011
|
width: 180px;
|
|
@@ -1066,7 +1014,7 @@
|
|
|
1066
1014
|
border-radius: 2px 2px 2px 2px;
|
|
1067
1015
|
padding: 20px 10px;
|
|
1068
1016
|
}
|
|
1069
|
-
.nodeTitle[data-v-
|
|
1017
|
+
.nodeTitle[data-v-4c6dfa4a] {
|
|
1070
1018
|
width: 90px;
|
|
1071
1019
|
height: 15px;
|
|
1072
1020
|
font-weight: 400;
|
|
@@ -1081,7 +1029,7 @@
|
|
|
1081
1029
|
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
1082
1030
|
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
1083
1031
|
}
|
|
1084
|
-
.nodeContent[data-v-
|
|
1032
|
+
.nodeContent[data-v-4c6dfa4a] {
|
|
1085
1033
|
/* width: 100%; */
|
|
1086
1034
|
height: 15px;
|
|
1087
1035
|
font-weight: 400;
|
|
@@ -1096,17 +1044,18 @@
|
|
|
1096
1044
|
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
1097
1045
|
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
1098
1046
|
}
|
|
1099
|
-
.nodeContent-desc[data-v-
|
|
1047
|
+
.nodeContent-desc[data-v-4c6dfa4a]{
|
|
1100
1048
|
}
|
|
1101
|
-
.el-divider--horizontal[data-v-
|
|
1049
|
+
.el-divider--horizontal[data-v-4c6dfa4a] {
|
|
1102
1050
|
margin: 12px 0;
|
|
1103
1051
|
}
|
|
1104
|
-
.nodeView[data-v-
|
|
1052
|
+
.nodeView[data-v-4c6dfa4a] {
|
|
1105
1053
|
border: 1px solid #5a90f9;
|
|
1106
|
-
background: #eef3fe;
|
|
1054
|
+
background: #eef3fe;
|
|
1055
|
+
width: 180px;
|
|
1056
|
+
min-height: 95px;
|
|
1107
1057
|
}
|
|
1108
|
-
.
|
|
1109
|
-
width: 80px;
|
|
1058
|
+
.nodeContent[data-v-4c6dfa4a] {
|
|
1110
1059
|
}
|
|
1111
1060
|
|
|
1112
1061
|
.node-content[data-v-b28923f3] {
|
|
@@ -1128,7 +1077,7 @@
|
|
|
1128
1077
|
text-transform: none;
|
|
1129
1078
|
padding: 5px 0px 4px 10px;
|
|
1130
1079
|
}
|
|
1131
|
-
.nodeView[data-v-
|
|
1080
|
+
.nodeView[data-v-faa5a940] {
|
|
1132
1081
|
box-sizing: border-box;
|
|
1133
1082
|
margin: 10px 10px;
|
|
1134
1083
|
width: 180px;
|
|
@@ -1137,7 +1086,7 @@
|
|
|
1137
1086
|
border-radius: 2px 2px 2px 2px;
|
|
1138
1087
|
padding: 20px 10px;
|
|
1139
1088
|
}
|
|
1140
|
-
.nodeTitle[data-v-
|
|
1089
|
+
.nodeTitle[data-v-faa5a940] {
|
|
1141
1090
|
width: 90px;
|
|
1142
1091
|
height: 15px;
|
|
1143
1092
|
font-weight: 400;
|
|
@@ -1152,7 +1101,7 @@
|
|
|
1152
1101
|
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
1153
1102
|
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
1154
1103
|
}
|
|
1155
|
-
.nodeContent[data-v-
|
|
1104
|
+
.nodeContent[data-v-faa5a940] {
|
|
1156
1105
|
/* width: 100%; */
|
|
1157
1106
|
height: 15px;
|
|
1158
1107
|
font-weight: 400;
|
|
@@ -1167,19 +1116,19 @@
|
|
|
1167
1116
|
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
1168
1117
|
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
1169
1118
|
}
|
|
1170
|
-
.nodeContent-desc[data-v-
|
|
1119
|
+
.nodeContent-desc[data-v-faa5a940]{
|
|
1171
1120
|
}
|
|
1172
|
-
.el-divider--horizontal[data-v-
|
|
1121
|
+
.el-divider--horizontal[data-v-faa5a940] {
|
|
1173
1122
|
margin: 12px 0;
|
|
1174
1123
|
}
|
|
1175
|
-
.nodeView[data-v-
|
|
1124
|
+
.nodeView[data-v-faa5a940] {
|
|
1176
1125
|
border: 1px solid #5a90f9;
|
|
1177
1126
|
background: #eef3fe;
|
|
1178
1127
|
}
|
|
1179
|
-
.nodeTitle[data-v-
|
|
1128
|
+
.nodeTitle[data-v-faa5a940] {
|
|
1180
1129
|
width: 80px;
|
|
1181
1130
|
}
|
|
1182
|
-
.nodeView[data-v-
|
|
1131
|
+
.nodeView[data-v-b01d3a50] {
|
|
1183
1132
|
box-sizing: border-box;
|
|
1184
1133
|
margin: 10px 10px;
|
|
1185
1134
|
width: 180px;
|
|
@@ -1188,7 +1137,7 @@
|
|
|
1188
1137
|
border-radius: 2px 2px 2px 2px;
|
|
1189
1138
|
padding: 20px 10px;
|
|
1190
1139
|
}
|
|
1191
|
-
.nodeTitle[data-v-
|
|
1140
|
+
.nodeTitle[data-v-b01d3a50] {
|
|
1192
1141
|
width: 90px;
|
|
1193
1142
|
height: 15px;
|
|
1194
1143
|
font-weight: 400;
|
|
@@ -1203,7 +1152,7 @@
|
|
|
1203
1152
|
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
1204
1153
|
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
1205
1154
|
}
|
|
1206
|
-
.nodeContent[data-v-
|
|
1155
|
+
.nodeContent[data-v-b01d3a50] {
|
|
1207
1156
|
/* width: 100%; */
|
|
1208
1157
|
height: 15px;
|
|
1209
1158
|
font-weight: 400;
|
|
@@ -1218,27 +1167,72 @@
|
|
|
1218
1167
|
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
1219
1168
|
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
1220
1169
|
}
|
|
1221
|
-
.nodeContent-desc[data-v-
|
|
1170
|
+
.nodeContent-desc[data-v-b01d3a50]{
|
|
1222
1171
|
}
|
|
1223
|
-
.el-divider--horizontal[data-v-
|
|
1172
|
+
.el-divider--horizontal[data-v-b01d3a50] {
|
|
1224
1173
|
margin: 12px 0;
|
|
1225
1174
|
}
|
|
1226
|
-
.nodeView[data-v-
|
|
1175
|
+
.nodeView[data-v-b01d3a50] {
|
|
1227
1176
|
border: 1px solid #5a90f9;
|
|
1228
1177
|
background: #eef3fe;
|
|
1229
1178
|
}
|
|
1230
|
-
.nodeTitle[data-v-
|
|
1179
|
+
.nodeTitle[data-v-b01d3a50] {
|
|
1231
1180
|
width: 80px;
|
|
1232
1181
|
}
|
|
1233
|
-
|
|
1234
|
-
|
|
1235
|
-
margin
|
|
1182
|
+
.nodeView[data-v-5911272d] {
|
|
1183
|
+
box-sizing: border-box;
|
|
1184
|
+
margin: 10px 10px;
|
|
1185
|
+
width: 180px;
|
|
1186
|
+
height: 95px;
|
|
1187
|
+
box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
|
|
1188
|
+
border-radius: 2px 2px 2px 2px;
|
|
1189
|
+
padding: 20px 10px;
|
|
1236
1190
|
}
|
|
1237
|
-
.
|
|
1238
|
-
|
|
1191
|
+
.nodeTitle[data-v-5911272d] {
|
|
1192
|
+
width: 90px;
|
|
1193
|
+
height: 15px;
|
|
1194
|
+
font-weight: 400;
|
|
1195
|
+
font-size: 16px;
|
|
1196
|
+
color: #333333;
|
|
1197
|
+
line-height: 14px;
|
|
1198
|
+
text-align: left;
|
|
1199
|
+
font-style: normal;
|
|
1200
|
+
text-transform: none;
|
|
1201
|
+
padding: 0px 24px;
|
|
1202
|
+
white-space: nowrap; /* 确保文本在一行内显示 */
|
|
1203
|
+
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
1204
|
+
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
1239
1205
|
}
|
|
1240
|
-
.
|
|
1241
|
-
|
|
1206
|
+
.nodeContent[data-v-5911272d] {
|
|
1207
|
+
/* width: 100%; */
|
|
1208
|
+
height: 15px;
|
|
1209
|
+
font-weight: 400;
|
|
1210
|
+
font-size: 14px;
|
|
1211
|
+
color: #666666;
|
|
1212
|
+
line-height: 14px;
|
|
1213
|
+
text-align: left;
|
|
1214
|
+
font-style: normal;
|
|
1215
|
+
text-transform: none;
|
|
1216
|
+
padding: 0px 0px;
|
|
1217
|
+
white-space: nowrap; /* 确保文本在一行内显示 */
|
|
1218
|
+
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
1219
|
+
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
1220
|
+
}
|
|
1221
|
+
.nodeContent-desc[data-v-5911272d]{
|
|
1222
|
+
}
|
|
1223
|
+
.el-divider--horizontal[data-v-5911272d] {
|
|
1224
|
+
margin: 12px 0;
|
|
1225
|
+
}
|
|
1226
|
+
.nodeView[data-v-5911272d] {
|
|
1227
|
+
border: 1px solid #5a90f9;
|
|
1228
|
+
background: #eef3fe;
|
|
1229
|
+
}
|
|
1230
|
+
.nodeTitle[data-v-5911272d] {
|
|
1231
|
+
width: 80px;
|
|
1232
|
+
}
|
|
1233
|
+
|
|
1234
|
+
.el-radio[data-v-1bbd6187] {
|
|
1235
|
+
margin-right: 10px;
|
|
1242
1236
|
}
|
|
1243
1237
|
|
|
1244
1238
|
.el-radio[data-v-1ee0eb33] {
|
|
@@ -1248,10 +1242,6 @@
|
|
|
1248
1242
|
margin-top: 0px;
|
|
1249
1243
|
}
|
|
1250
1244
|
|
|
1251
|
-
.el-radio[data-v-1bbd6187] {
|
|
1252
|
-
margin-right: 10px;
|
|
1253
|
-
}
|
|
1254
|
-
|
|
1255
1245
|
.el-select + .el-input[data-v-92a1d6cc] {
|
|
1256
1246
|
margin-left: 10px;
|
|
1257
1247
|
}
|
|
@@ -1262,6 +1252,16 @@
|
|
|
1262
1252
|
margin-left: 10px;
|
|
1263
1253
|
}
|
|
1264
1254
|
|
|
1255
|
+
.el-select + .el-input[data-v-dbffbd8f] {
|
|
1256
|
+
margin-left: 10px;
|
|
1257
|
+
}
|
|
1258
|
+
.el-input + .el-input[data-v-dbffbd8f] {
|
|
1259
|
+
margin-left: 10px;
|
|
1260
|
+
}
|
|
1261
|
+
.el-input + .el-button[data-v-dbffbd8f] {
|
|
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
|
-
}
|