service-flow-designer 1.1.18-tmp1 → 2.0.1
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/assets/icon/aggregateQuery.svg.js +4 -0
- package/dist/es/assets/icon/base.png.js +4 -0
- package/dist/es/assets/icon/clean.svg.js +4 -0
- package/dist/es/assets/icon/condition.png.js +4 -0
- package/dist/es/assets/icon/connect.svg.js +4 -0
- package/dist/es/assets/icon/dynamicSql.svg.js +4 -0
- package/dist/es/assets/icon/end.png.js +4 -0
- package/dist/es/assets/icon/function.png.js +4 -0
- package/dist/es/assets/icon/http-service.svg.js +4 -0
- package/dist/es/assets/icon/loop.svg.js +4 -0
- package/dist/es/assets/icon/notification.svg.js +4 -0
- package/dist/es/assets/icon/regularQuery.svg.js +4 -0
- package/dist/es/assets/icon/sort.svg.js +4 -0
- package/dist/es/assets/icon/split-joint.svg.js +4 -0
- package/dist/es/assets/icon/statistics.svg.js +4 -0
- package/dist/es/designer/common/components/database-select.vue.js +1 -1
- package/dist/es/designer/common/components/database-select.vue2.js +21 -11
- package/dist/es/designer/common/components/datatable-select.vue.js +1 -1
- package/dist/es/designer/common/components/datatable-select.vue2.js +26 -14
- package/dist/es/designer/common/components/file-upload.vue.js +1 -1
- package/dist/es/designer/common/components/file-upload.vue2.js +10 -5
- package/dist/es/designer/common/components/json-view/json-view-dialog.vue.js +5 -2
- package/dist/es/designer/common/components/node-base-config.vue.js +11 -5
- package/dist/es/designer/common/components/value-set-input/option.js +4 -4
- package/dist/es/designer/common/components/value-set-input/value-set-input.vue.d.ts +8 -0
- package/dist/es/designer/common/components/value-set-input/value-set-input.vue.js +1 -1
- package/dist/es/designer/common/components/value-set-input/value-set-input.vue2.js +180 -28
- package/dist/es/designer/desginer-index.vue.js +1 -1
- package/dist/es/designer/desginer-index.vue2.js +13 -8
- package/dist/es/designer/service-components/base/custom-function/config.vue2.js +13 -6
- package/dist/es/designer/service-components/base/custom-function/index.vue2.js +5 -2
- package/dist/es/designer/service-components/base/judge-condition/config.vue2.js +28 -13
- package/dist/es/designer/service-components/base/judge-condition/index.js +2 -2
- package/dist/es/designer/service-components/base/judge-condition/index.vue.js +2 -2
- package/dist/es/designer/service-components/base/judge-condition/index.vue2.js +5 -2
- package/dist/es/designer/service-components/base/loop-node/config.vue2.js +11 -5
- package/dist/es/designer/service-components/base/loop-node/index.js +4 -1
- package/dist/es/designer/service-components/base/notification/config.vue2.js +28 -11
- package/dist/es/designer/service-components/base/notification/index.vue2.js +5 -2
- package/dist/{lib/designer/service-components/service/common/query-params.vue.d.ts → es/designer/service-components/base/notification/quill-example.vue.d.ts} +6 -5
- package/dist/es/designer/service-components/base/notification/recipients-select.vue2.js +10 -4
- package/dist/es/designer/service-components/base/notification/select-mail-template.vue.js +8 -3
- package/dist/es/designer/service-components/components-icons.d.ts +18 -0
- package/dist/es/designer/service-components/components-icons.js +35 -0
- package/dist/es/designer/service-components/computation/clean/config.vue2.js +23 -11
- package/dist/es/designer/service-components/computation/clean/index.vue2.js +5 -2
- package/dist/es/designer/service-components/computation/connect/config.vue2.js +29 -14
- package/dist/es/designer/service-components/computation/connect/index.vue2.js +5 -2
- package/dist/es/designer/service-components/computation/sort/config.vue2.js +23 -11
- package/dist/es/designer/service-components/computation/sort/index.vue2.js +5 -2
- package/dist/es/designer/service-components/computation/split-joint/config.vue2.js +27 -13
- package/dist/es/designer/service-components/computation/split-joint/index.vue.js +1 -7
- package/dist/es/designer/service-components/computation/statistics/config.vue2.js +25 -12
- package/dist/es/designer/service-components/computation/statistics/index.vue2.js +5 -2
- package/dist/es/designer/service-components/database/aggregate-query/config.vue.js +1 -1
- package/dist/es/designer/service-components/database/aggregate-query/config.vue2.js +175 -97
- package/dist/es/designer/service-components/database/aggregate-query/dimension-statistical.vue.js +54 -21
- package/dist/es/designer/service-components/database/aggregate-query/filter-conditions.vue.js +216 -59
- package/dist/es/designer/service-components/database/aggregate-query/index.vue.js +1 -1
- package/dist/es/designer/service-components/database/aggregate-query/index.vue2.js +13 -5
- package/dist/es/designer/service-components/database/aggregate-query/sort-conditions.vue.js +38 -25
- package/dist/es/designer/service-components/database/aggregate-query/statistical-formula.vue.d.ts +6 -2
- package/dist/es/designer/service-components/database/aggregate-query/statistical-formula.vue.js +40 -24
- package/dist/es/designer/service-components/database/dynamic-sql/config.vue.js +1 -1
- package/dist/es/designer/service-components/database/dynamic-sql/config.vue2.js +39 -20
- package/dist/es/designer/service-components/database/dynamic-sql/index.vue2.js +5 -2
- package/dist/es/designer/service-components/database/regular-query/config.vue.js +1 -1
- package/dist/es/designer/service-components/database/regular-query/config.vue2.js +33 -17
- package/dist/es/designer/service-components/database/regular-query/index.vue2.js +5 -2
- package/dist/es/designer/service-components/{import-index.js → index.js} +30 -22
- package/dist/es/designer/service-components/service/common/cookie-data.vue.js +11 -5
- package/dist/es/designer/service-components/service/common/form-data.vue.js +15 -7
- package/dist/es/designer/service-components/service/common/header-data.vue.js +11 -5
- package/dist/es/designer/service-components/service/common/json-data.vue2.js +11 -5
- package/dist/es/designer/service-components/service/common/param-config.vue2.js +15 -7
- package/dist/es/designer/service-components/service/common/query-params.vue.js +11 -5
- package/dist/es/designer/service-components/service/custom-bean/config.vue2.js +11 -5
- package/dist/es/designer/service-components/service/custom-bean/index.vue2.js +5 -2
- package/dist/es/designer/service-components/service/http-service/config.vue2.js +21 -10
- package/dist/es/designer/service-components/service/http-service/index.vue2.js +5 -2
- package/dist/es/designer/service-components/service/http-service/response-json-setting.vue.js +21 -10
- package/dist/es/designer/service-components/service/http-service/response-text-setting.vue.js +7 -3
- package/dist/es/designer/service-components/service/http-service/response-xml-setting.vue.js +21 -10
- package/dist/es/designer/service-components/util/common-options.js +10 -8
- package/dist/es/designer/service-flow-view/flow-util.js +1 -1
- package/dist/es/designer/service-flow-view/service-flow-tool.vue2.js +11 -5
- package/dist/es/designer/service-flow-view/service-node-config.vue.js +1 -1
- package/dist/es/designer/service-flow-view/service-node-config.vue2.js +7 -4
- package/dist/es/designer/service-flow-view/service-params.vue.js +74 -32
- package/dist/es/designer/service-flow-view/service-result.vue.js +109 -66
- package/dist/es/designer/service-flow-view/service-test/request-params.vue.js +25 -12
- package/dist/es/designer/service-flow-view/service-test/service-test.vue.js +19 -9
- 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 +21 -11
- package/dist/es/designer/service-flow-view/view-index.vue.d.ts +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 +14 -8
- package/dist/es/designer/service-panel/component-panel.vue.js +1 -1
- package/dist/es/designer/service-panel/component-panel.vue2.js +14 -13
- package/dist/es/designer/service-panel/service-list.vue.js +1 -1
- package/dist/es/designer/service-panel/service-list.vue2.js +28 -15
- package/dist/es/designer/service-panel/service-panel.vue.js +1 -1
- package/dist/es/designer/service-panel/service-panel.vue2.js +1 -1
- package/dist/es/index.d.ts +2 -3
- package/dist/es/index.js +2 -4
- package/dist/es/stores/page-store.js +1 -1
- package/dist/es/style.css +414 -372
- package/dist/es/utils/common-util.d.ts +21 -0
- package/dist/es/utils/common-util.js +235 -0
- package/package.json +29 -43
- package/dist/es/designer/index.d.ts +0 -3
- package/dist/es/designer/index.js +0 -4
- package/dist/es/designer/service-components/computation/split-joint/index.js +0 -39
- package/dist/es/designer/service-components/computation/split-joint/index.vue2.js +0 -41
- package/dist/es/designer/service-components/database/aggregate-query/dimension-additional.vue.js +0 -178
- package/dist/es/designer/service-components/database/aggregate-query/dimension-additional.vue2.js +0 -4
- package/dist/es/wf-editor/index.d.ts +0 -3
- package/dist/es/wf-editor/index.js +0 -4
- package/dist/es/wf-editor/wf-editor.vue.d.ts +0 -2
- package/dist/es/wf-editor/wf-editor.vue.js +0 -16
- package/dist/es/wf-editor/wf-editor.vue2.js +0 -1
- package/dist/lib/_virtual/_plugin-vue_export-helper.js +0 -9
- package/dist/lib/assets/icon/end.svg.js +0 -3
- package/dist/lib/assets/icon/start.png.js +0 -3
- package/dist/lib/assets/icon/vardef-v.png.js +0 -3
- package/dist/lib/designer/common/components/database-select.vue.d.ts +0 -20
- package/dist/lib/designer/common/components/database-select.vue.js +0 -6
- package/dist/lib/designer/common/components/database-select.vue2.js +0 -207
- package/dist/lib/designer/common/components/database-select.vue3.js +0 -1
- package/dist/lib/designer/common/components/datatable-select.vue.d.ts +0 -38
- package/dist/lib/designer/common/components/datatable-select.vue.js +0 -6
- package/dist/lib/designer/common/components/datatable-select.vue2.js +0 -295
- package/dist/lib/designer/common/components/datatable-select.vue3.js +0 -1
- package/dist/lib/designer/common/components/file-upload.vue.d.ts +0 -20
- package/dist/lib/designer/common/components/file-upload.vue.js +0 -6
- package/dist/lib/designer/common/components/file-upload.vue2.js +0 -98
- package/dist/lib/designer/common/components/file-upload.vue3.js +0 -1
- package/dist/lib/designer/common/components/json-view/index.d.ts +0 -4
- package/dist/lib/designer/common/components/json-view/json-view-dialog.vue.d.ts +0 -36
- package/dist/lib/designer/common/components/json-view/json-view-dialog.vue.js +0 -60
- package/dist/lib/designer/common/components/json-view/json-view-dialog.vue2.js +0 -3
- package/dist/lib/designer/common/components/json-view/json-view.vue.d.ts +0 -32
- package/dist/lib/designer/common/components/json-view/json-view.vue.js +0 -141
- package/dist/lib/designer/common/components/json-view/json-view.vue2.js +0 -3
- package/dist/lib/designer/common/components/node-base-config.vue.d.ts +0 -14
- package/dist/lib/designer/common/components/node-base-config.vue.js +0 -63
- package/dist/lib/designer/common/components/node-base-config.vue2.js +0 -3
- package/dist/lib/designer/common/components/value-set-input/index.d.ts +0 -3
- package/dist/lib/designer/common/components/value-set-input/index.js +0 -3
- package/dist/lib/designer/common/components/value-set-input/option.d.ts +0 -12
- package/dist/lib/designer/common/components/value-set-input/option.js +0 -62
- package/dist/lib/designer/common/components/value-set-input/value-set-input.vue.d.ts +0 -145
- package/dist/lib/designer/common/components/value-set-input/value-set-input.vue.js +0 -6
- package/dist/lib/designer/common/components/value-set-input/value-set-input.vue2.js +0 -419
- package/dist/lib/designer/common/components/value-set-input/value-set-input.vue3.js +0 -1
- package/dist/lib/designer/common/types/common-type.d.ts +0 -18
- package/dist/lib/designer/common/types/select.d.ts +0 -7
- package/dist/lib/designer/common/util/node-util.d.ts +0 -27
- package/dist/lib/designer/common/util/node-util.js +0 -56
- package/dist/lib/designer/desginer-index.vue.d.ts +0 -14
- package/dist/lib/designer/desginer-index.vue.js +0 -6
- package/dist/lib/designer/desginer-index.vue2.js +0 -108
- package/dist/lib/designer/desginer-index.vue3.js +0 -1
- package/dist/lib/designer/flow/base/AbLogicNode.d.ts +0 -11
- package/dist/lib/designer/flow/base/AbLogicNode.js +0 -28
- package/dist/lib/designer/flow/base/AbLogicNodeModel.d.ts +0 -14
- package/dist/lib/designer/flow/base/AbLogicNodeModel.js +0 -70
- package/dist/lib/designer/flow/base/AbLogicResizeNode.d.ts +0 -11
- package/dist/lib/designer/flow/base/AbLogicResizeNode.js +0 -28
- package/dist/lib/designer/flow/base/AbLogicResizeNodeModel.d.ts +0 -9
- package/dist/lib/designer/flow/base/AbLogicResizeNodeModel.js +0 -44
- package/dist/lib/designer/flow/base/index.d.ts +0 -6
- package/dist/lib/designer/flow/edge/CustomLine.d.ts +0 -25
- package/dist/lib/designer/flow/edge/CustomLine.js +0 -48
- package/dist/lib/designer/index.d.ts +0 -3
- package/dist/lib/designer/index.js +0 -3
- package/dist/lib/designer/service-components/base/custom-function/config.vue.d.ts +0 -18
- package/dist/lib/designer/service-components/base/custom-function/config.vue.js +0 -6
- package/dist/lib/designer/service-components/base/custom-function/config.vue2.js +0 -313
- package/dist/lib/designer/service-components/base/custom-function/config.vue3.js +0 -1
- package/dist/lib/designer/service-components/base/custom-function/index.d.ts +0 -14
- package/dist/lib/designer/service-components/base/custom-function/index.js +0 -38
- package/dist/lib/designer/service-components/base/custom-function/index.vue.d.ts +0 -20
- package/dist/lib/designer/service-components/base/custom-function/index.vue.js +0 -6
- package/dist/lib/designer/service-components/base/custom-function/index.vue2.js +0 -40
- package/dist/lib/designer/service-components/base/custom-function/index.vue3.js +0 -1
- package/dist/lib/designer/service-components/base/end-node/index.d.ts +0 -19
- package/dist/lib/designer/service-components/base/end-node/index.js +0 -83
- package/dist/lib/designer/service-components/base/end-node/index.vue.js +0 -6
- package/dist/lib/designer/service-components/base/end-node/index.vue2.js +0 -30
- package/dist/lib/designer/service-components/base/end-node/index.vue3.js +0 -1
- package/dist/lib/designer/service-components/base/judge-condition/config.vue.d.ts +0 -40
- package/dist/lib/designer/service-components/base/judge-condition/config.vue.js +0 -3
- package/dist/lib/designer/service-components/base/judge-condition/config.vue2.js +0 -573
- package/dist/lib/designer/service-components/base/judge-condition/index.d.ts +0 -16
- package/dist/lib/designer/service-components/base/judge-condition/index.js +0 -48
- package/dist/lib/designer/service-components/base/judge-condition/index.vue.d.ts +0 -36
- package/dist/lib/designer/service-components/base/judge-condition/index.vue.js +0 -6
- package/dist/lib/designer/service-components/base/judge-condition/index.vue2.js +0 -63
- package/dist/lib/designer/service-components/base/judge-condition/index.vue3.js +0 -1
- package/dist/lib/designer/service-components/base/loop-node/config.vue.d.ts +0 -14
- package/dist/lib/designer/service-components/base/loop-node/config.vue.js +0 -6
- package/dist/lib/designer/service-components/base/loop-node/config.vue2.js +0 -73
- package/dist/lib/designer/service-components/base/loop-node/config.vue3.js +0 -1
- package/dist/lib/designer/service-components/base/loop-node/index.d.ts +0 -42
- package/dist/lib/designer/service-components/base/loop-node/index.js +0 -173
- package/dist/lib/designer/service-components/base/notification/config.vue.d.ts +0 -18
- package/dist/lib/designer/service-components/base/notification/config.vue.js +0 -3
- package/dist/lib/designer/service-components/base/notification/config.vue2.js +0 -321
- package/dist/lib/designer/service-components/base/notification/index.d.ts +0 -14
- package/dist/lib/designer/service-components/base/notification/index.js +0 -38
- package/dist/lib/designer/service-components/base/notification/index.vue.d.ts +0 -20
- package/dist/lib/designer/service-components/base/notification/index.vue.js +0 -6
- package/dist/lib/designer/service-components/base/notification/index.vue2.js +0 -40
- package/dist/lib/designer/service-components/base/notification/index.vue3.js +0 -1
- package/dist/lib/designer/service-components/base/notification/recipients-select.vue.d.ts +0 -47
- package/dist/lib/designer/service-components/base/notification/recipients-select.vue.js +0 -6
- package/dist/lib/designer/service-components/base/notification/recipients-select.vue2.js +0 -146
- package/dist/lib/designer/service-components/base/notification/recipients-select.vue3.js +0 -1
- package/dist/lib/designer/service-components/base/notification/select-mail-template.vue.d.ts +0 -18
- package/dist/lib/designer/service-components/base/notification/select-mail-template.vue.js +0 -104
- package/dist/lib/designer/service-components/base/notification/select-mail-template.vue2.js +0 -3
- package/dist/lib/designer/service-components/base/start-node/index.d.ts +0 -19
- package/dist/lib/designer/service-components/base/start-node/index.js +0 -84
- package/dist/lib/designer/service-components/base/start-node/index.vue.d.ts +0 -8
- package/dist/lib/designer/service-components/base/start-node/index.vue.js +0 -6
- package/dist/lib/designer/service-components/base/start-node/index.vue2.js +0 -30
- package/dist/lib/designer/service-components/base/start-node/index.vue3.js +0 -1
- package/dist/lib/designer/service-components/computation/clean/config.vue.d.ts +0 -25
- package/dist/lib/designer/service-components/computation/clean/config.vue.js +0 -6
- package/dist/lib/designer/service-components/computation/clean/config.vue2.js +0 -421
- package/dist/lib/designer/service-components/computation/clean/config.vue3.js +0 -1
- package/dist/lib/designer/service-components/computation/clean/index.d.ts +0 -14
- package/dist/lib/designer/service-components/computation/clean/index.js +0 -38
- package/dist/lib/designer/service-components/computation/clean/index.vue.d.ts +0 -20
- package/dist/lib/designer/service-components/computation/clean/index.vue.js +0 -6
- package/dist/lib/designer/service-components/computation/clean/index.vue2.js +0 -40
- package/dist/lib/designer/service-components/computation/clean/index.vue3.js +0 -1
- package/dist/lib/designer/service-components/computation/connect/config.vue.d.ts +0 -23
- package/dist/lib/designer/service-components/computation/connect/config.vue.js +0 -6
- package/dist/lib/designer/service-components/computation/connect/config.vue2.js +0 -506
- package/dist/lib/designer/service-components/computation/connect/config.vue3.js +0 -1
- package/dist/lib/designer/service-components/computation/connect/index.d.ts +0 -14
- package/dist/lib/designer/service-components/computation/connect/index.js +0 -38
- package/dist/lib/designer/service-components/computation/connect/index.vue.d.ts +0 -20
- package/dist/lib/designer/service-components/computation/connect/index.vue.js +0 -6
- package/dist/lib/designer/service-components/computation/connect/index.vue2.js +0 -40
- package/dist/lib/designer/service-components/computation/connect/index.vue3.js +0 -1
- package/dist/lib/designer/service-components/computation/sort/config.vue.d.ts +0 -23
- package/dist/lib/designer/service-components/computation/sort/config.vue.js +0 -6
- package/dist/lib/designer/service-components/computation/sort/config.vue2.js +0 -300
- package/dist/lib/designer/service-components/computation/sort/config.vue3.js +0 -1
- package/dist/lib/designer/service-components/computation/sort/index.d.ts +0 -14
- package/dist/lib/designer/service-components/computation/sort/index.js +0 -38
- package/dist/lib/designer/service-components/computation/sort/index.vue.d.ts +0 -20
- package/dist/lib/designer/service-components/computation/sort/index.vue.js +0 -6
- package/dist/lib/designer/service-components/computation/sort/index.vue2.js +0 -40
- package/dist/lib/designer/service-components/computation/sort/index.vue3.js +0 -1
- package/dist/lib/designer/service-components/computation/split-joint/config.vue.d.ts +0 -23
- package/dist/lib/designer/service-components/computation/split-joint/config.vue.js +0 -6
- package/dist/lib/designer/service-components/computation/split-joint/config.vue2.js +0 -328
- package/dist/lib/designer/service-components/computation/split-joint/config.vue3.js +0 -1
- package/dist/lib/designer/service-components/computation/split-joint/index.d.ts +0 -14
- package/dist/lib/designer/service-components/computation/split-joint/index.js +0 -38
- package/dist/lib/designer/service-components/computation/split-joint/index.vue.d.ts +0 -20
- package/dist/lib/designer/service-components/computation/split-joint/index.vue.js +0 -6
- package/dist/lib/designer/service-components/computation/split-joint/index.vue2.js +0 -40
- package/dist/lib/designer/service-components/computation/split-joint/index.vue3.js +0 -1
- package/dist/lib/designer/service-components/computation/statistics/config.vue.d.ts +0 -23
- package/dist/lib/designer/service-components/computation/statistics/config.vue.js +0 -6
- package/dist/lib/designer/service-components/computation/statistics/config.vue2.js +0 -438
- package/dist/lib/designer/service-components/computation/statistics/config.vue3.js +0 -1
- package/dist/lib/designer/service-components/computation/statistics/index.d.ts +0 -14
- package/dist/lib/designer/service-components/computation/statistics/index.js +0 -38
- package/dist/lib/designer/service-components/computation/statistics/index.vue.d.ts +0 -20
- package/dist/lib/designer/service-components/computation/statistics/index.vue.js +0 -6
- package/dist/lib/designer/service-components/computation/statistics/index.vue2.js +0 -40
- package/dist/lib/designer/service-components/computation/statistics/index.vue3.js +0 -1
- package/dist/lib/designer/service-components/database/aggregate-query/config.vue.d.ts +0 -40
- package/dist/lib/designer/service-components/database/aggregate-query/config.vue.js +0 -6
- package/dist/lib/designer/service-components/database/aggregate-query/config.vue2.js +0 -273
- package/dist/lib/designer/service-components/database/aggregate-query/config.vue3.js +0 -1
- package/dist/lib/designer/service-components/database/aggregate-query/dimension-additional.vue.d.ts +0 -57
- package/dist/lib/designer/service-components/database/aggregate-query/dimension-additional.vue.js +0 -177
- package/dist/lib/designer/service-components/database/aggregate-query/dimension-additional.vue2.js +0 -3
- package/dist/lib/designer/service-components/database/aggregate-query/dimension-statistical.vue.d.ts +0 -57
- package/dist/lib/designer/service-components/database/aggregate-query/dimension-statistical.vue.js +0 -194
- package/dist/lib/designer/service-components/database/aggregate-query/dimension-statistical.vue2.js +0 -3
- package/dist/lib/designer/service-components/database/aggregate-query/filter-conditions.vue.d.ts +0 -53
- package/dist/lib/designer/service-components/database/aggregate-query/filter-conditions.vue.js +0 -289
- package/dist/lib/designer/service-components/database/aggregate-query/filter-conditions.vue2.js +0 -3
- package/dist/lib/designer/service-components/database/aggregate-query/index.d.ts +0 -16
- package/dist/lib/designer/service-components/database/aggregate-query/index.js +0 -48
- package/dist/lib/designer/service-components/database/aggregate-query/index.vue.d.ts +0 -36
- package/dist/lib/designer/service-components/database/aggregate-query/index.vue.js +0 -6
- package/dist/lib/designer/service-components/database/aggregate-query/index.vue2.js +0 -86
- package/dist/lib/designer/service-components/database/aggregate-query/index.vue3.js +0 -1
- package/dist/lib/designer/service-components/database/aggregate-query/sort-conditions.vue.d.ts +0 -53
- package/dist/lib/designer/service-components/database/aggregate-query/sort-conditions.vue.js +0 -173
- package/dist/lib/designer/service-components/database/aggregate-query/sort-conditions.vue2.js +0 -3
- package/dist/lib/designer/service-components/database/aggregate-query/statistical-formula.vue.d.ts +0 -53
- package/dist/lib/designer/service-components/database/aggregate-query/statistical-formula.vue.js +0 -178
- package/dist/lib/designer/service-components/database/aggregate-query/statistical-formula.vue2.js +0 -3
- package/dist/lib/designer/service-components/database/dynamic-sql/config.vue.d.ts +0 -18
- package/dist/lib/designer/service-components/database/dynamic-sql/config.vue.js +0 -6
- package/dist/lib/designer/service-components/database/dynamic-sql/config.vue2.js +0 -485
- package/dist/lib/designer/service-components/database/dynamic-sql/config.vue3.js +0 -1
- package/dist/lib/designer/service-components/database/dynamic-sql/index.d.ts +0 -14
- package/dist/lib/designer/service-components/database/dynamic-sql/index.js +0 -38
- package/dist/lib/designer/service-components/database/dynamic-sql/index.vue.d.ts +0 -20
- package/dist/lib/designer/service-components/database/dynamic-sql/index.vue.js +0 -6
- package/dist/lib/designer/service-components/database/dynamic-sql/index.vue2.js +0 -40
- package/dist/lib/designer/service-components/database/dynamic-sql/index.vue3.js +0 -1
- package/dist/lib/designer/service-components/database/regular-query/config.vue.d.ts +0 -42
- package/dist/lib/designer/service-components/database/regular-query/config.vue.js +0 -6
- package/dist/lib/designer/service-components/database/regular-query/config.vue2.js +0 -658
- package/dist/lib/designer/service-components/database/regular-query/config.vue3.js +0 -1
- package/dist/lib/designer/service-components/database/regular-query/index.d.ts +0 -16
- package/dist/lib/designer/service-components/database/regular-query/index.js +0 -48
- package/dist/lib/designer/service-components/database/regular-query/index.vue.d.ts +0 -36
- package/dist/lib/designer/service-components/database/regular-query/index.vue.js +0 -6
- package/dist/lib/designer/service-components/database/regular-query/index.vue2.js +0 -86
- package/dist/lib/designer/service-components/database/regular-query/index.vue3.js +0 -1
- package/dist/lib/designer/service-components/import-index.d.ts +0 -19
- package/dist/lib/designer/service-components/import-index.js +0 -230
- package/dist/lib/designer/service-components/service/common/cookie-data.vue.d.ts +0 -18
- package/dist/lib/designer/service-components/service/common/cookie-data.vue.js +0 -125
- package/dist/lib/designer/service-components/service/common/cookie-data.vue2.js +0 -3
- package/dist/lib/designer/service-components/service/common/form-data.vue.d.ts +0 -22
- package/dist/lib/designer/service-components/service/common/form-data.vue.js +0 -153
- package/dist/lib/designer/service-components/service/common/form-data.vue2.js +0 -3
- package/dist/lib/designer/service-components/service/common/header-data.vue.d.ts +0 -18
- package/dist/lib/designer/service-components/service/common/header-data.vue.js +0 -126
- package/dist/lib/designer/service-components/service/common/header-data.vue2.js +0 -3
- package/dist/lib/designer/service-components/service/common/json-data.vue.d.ts +0 -18
- package/dist/lib/designer/service-components/service/common/json-data.vue.js +0 -6
- package/dist/lib/designer/service-components/service/common/json-data.vue2.js +0 -127
- package/dist/lib/designer/service-components/service/common/json-data.vue3.js +0 -1
- package/dist/lib/designer/service-components/service/common/param-config.vue.d.ts +0 -18
- package/dist/lib/designer/service-components/service/common/param-config.vue.js +0 -6
- package/dist/lib/designer/service-components/service/common/param-config.vue2.js +0 -214
- package/dist/lib/designer/service-components/service/common/param-config.vue3.js +0 -1
- package/dist/lib/designer/service-components/service/common/query-params.vue.js +0 -126
- package/dist/lib/designer/service-components/service/common/query-params.vue2.js +0 -3
- package/dist/lib/designer/service-components/service/common/raw-data.vue.d.ts +0 -22
- package/dist/lib/designer/service-components/service/common/raw-data.vue.js +0 -95
- package/dist/lib/designer/service-components/service/common/raw-data.vue2.js +0 -3
- package/dist/lib/designer/service-components/service/common/xml-data.vue.d.ts +0 -21
- package/dist/lib/designer/service-components/service/custom-bean/config.vue.d.ts +0 -14
- package/dist/lib/designer/service-components/service/custom-bean/config.vue.js +0 -3
- package/dist/lib/designer/service-components/service/custom-bean/config.vue2.js +0 -64
- package/dist/lib/designer/service-components/service/custom-bean/index.d.ts +0 -14
- package/dist/lib/designer/service-components/service/custom-bean/index.js +0 -38
- package/dist/lib/designer/service-components/service/custom-bean/index.vue.d.ts +0 -20
- package/dist/lib/designer/service-components/service/custom-bean/index.vue.js +0 -6
- package/dist/lib/designer/service-components/service/custom-bean/index.vue2.js +0 -40
- package/dist/lib/designer/service-components/service/custom-bean/index.vue3.js +0 -1
- package/dist/lib/designer/service-components/service/http-service/config.vue.d.ts +0 -14
- package/dist/lib/designer/service-components/service/http-service/config.vue.js +0 -6
- package/dist/lib/designer/service-components/service/http-service/config.vue2.js +0 -296
- package/dist/lib/designer/service-components/service/http-service/config.vue3.js +0 -1
- package/dist/lib/designer/service-components/service/http-service/index.d.ts +0 -14
- package/dist/lib/designer/service-components/service/http-service/index.js +0 -38
- package/dist/lib/designer/service-components/service/http-service/index.vue.d.ts +0 -20
- package/dist/lib/designer/service-components/service/http-service/index.vue.js +0 -6
- package/dist/lib/designer/service-components/service/http-service/index.vue2.js +0 -40
- package/dist/lib/designer/service-components/service/http-service/index.vue3.js +0 -1
- package/dist/lib/designer/service-components/service/http-service/response-json-setting.vue.d.ts +0 -27
- package/dist/lib/designer/service-components/service/http-service/response-json-setting.vue.js +0 -263
- package/dist/lib/designer/service-components/service/http-service/response-json-setting.vue2.js +0 -3
- package/dist/lib/designer/service-components/service/http-service/response-text-setting.vue.d.ts +0 -27
- package/dist/lib/designer/service-components/service/http-service/response-text-setting.vue.js +0 -63
- package/dist/lib/designer/service-components/service/http-service/response-text-setting.vue2.js +0 -3
- package/dist/lib/designer/service-components/service/http-service/response-xml-setting.vue.d.ts +0 -27
- package/dist/lib/designer/service-components/service/http-service/response-xml-setting.vue.js +0 -263
- package/dist/lib/designer/service-components/service/http-service/response-xml-setting.vue2.js +0 -3
- package/dist/lib/designer/service-components/util/common-options.d.ts +0 -36
- package/dist/lib/designer/service-components/util/common-options.js +0 -131
- package/dist/lib/designer/service-flow-view/flow-tool-util.d.ts +0 -2
- package/dist/lib/designer/service-flow-view/flow-tool-util.js +0 -44
- package/dist/lib/designer/service-flow-view/flow-util.d.ts +0 -53
- package/dist/lib/designer/service-flow-view/flow-util.js +0 -123
- package/dist/lib/designer/service-flow-view/service-flow-tool.vue.d.ts +0 -33
- package/dist/lib/designer/service-flow-view/service-flow-tool.vue.js +0 -6
- package/dist/lib/designer/service-flow-view/service-flow-tool.vue2.js +0 -187
- package/dist/lib/designer/service-flow-view/service-flow-tool.vue3.js +0 -1
- package/dist/lib/designer/service-flow-view/service-node-config.vue.d.ts +0 -49
- package/dist/lib/designer/service-flow-view/service-node-config.vue.js +0 -6
- package/dist/lib/designer/service-flow-view/service-node-config.vue2.js +0 -149
- package/dist/lib/designer/service-flow-view/service-node-config.vue3.js +0 -1
- package/dist/lib/designer/service-flow-view/service-params.vue.d.ts +0 -18
- package/dist/lib/designer/service-flow-view/service-params.vue.js +0 -386
- package/dist/lib/designer/service-flow-view/service-params.vue2.js +0 -3
- package/dist/lib/designer/service-flow-view/service-result.vue.d.ts +0 -18
- package/dist/lib/designer/service-flow-view/service-result.vue.js +0 -273
- package/dist/lib/designer/service-flow-view/service-result.vue2.js +0 -3
- package/dist/lib/designer/service-flow-view/service-test/request-params.vue.d.ts +0 -16
- package/dist/lib/designer/service-flow-view/service-test/request-params.vue.js +0 -308
- package/dist/lib/designer/service-flow-view/service-test/request-params.vue2.js +0 -3
- package/dist/lib/designer/service-flow-view/service-test/service-test.vue.d.ts +0 -47
- package/dist/lib/designer/service-flow-view/service-test/service-test.vue.js +0 -439
- package/dist/lib/designer/service-flow-view/service-test/service-test.vue2.js +0 -3
- package/dist/lib/designer/service-flow-view/service-update-log.vue.d.ts +0 -41
- package/dist/lib/designer/service-flow-view/service-update-log.vue.js +0 -6
- package/dist/lib/designer/service-flow-view/service-update-log.vue2.js +0 -204
- package/dist/lib/designer/service-flow-view/service-update-log.vue3.js +0 -1
- package/dist/lib/designer/service-flow-view/view-index.vue.d.ts +0 -41
- package/dist/lib/designer/service-flow-view/view-index.vue.js +0 -6
- package/dist/lib/designer/service-flow-view/view-index.vue2.js +0 -347
- package/dist/lib/designer/service-flow-view/view-index.vue3.js +0 -1
- package/dist/lib/designer/service-panel/component-panel.vue.d.ts +0 -6
- package/dist/lib/designer/service-panel/component-panel.vue.js +0 -6
- package/dist/lib/designer/service-panel/component-panel.vue2.js +0 -87
- package/dist/lib/designer/service-panel/component-panel.vue3.js +0 -1
- package/dist/lib/designer/service-panel/service-list.vue.d.ts +0 -22
- package/dist/lib/designer/service-panel/service-list.vue.js +0 -6
- package/dist/lib/designer/service-panel/service-list.vue2.js +0 -338
- package/dist/lib/designer/service-panel/service-list.vue3.js +0 -1
- package/dist/lib/designer/service-panel/service-panel.vue.d.ts +0 -35
- package/dist/lib/designer/service-panel/service-panel.vue.js +0 -6
- package/dist/lib/designer/service-panel/service-panel.vue2.js +0 -80
- package/dist/lib/designer/service-panel/service-panel.vue3.js +0 -1
- package/dist/lib/favicon.ico +0 -0
- package/dist/lib/index.d.ts +0 -4
- package/dist/lib/index.js +0 -6
- package/dist/lib/stores/page-store.d.ts +0 -23
- package/dist/lib/stores/page-store.js +0 -79
- package/dist/lib/style.css +0 -1246
- package/dist/lib/wf-editor/index.d.ts +0 -3
- package/dist/lib/wf-editor/index.js +0 -3
- package/dist/lib/wf-editor/wf-editor.vue.d.ts +0 -2
- package/dist/lib/wf-editor/wf-editor.vue.js +0 -15
- package/dist/lib/wf-editor/wf-editor.vue2.js +0 -1
- /package/dist/{lib/designer/service-components/base/end-node → es/designer/service-components/base/loop-node}/index.vue.d.ts +0 -0
- /package/dist/es/designer/service-components/{computation/split-joint/index.vue3.js → base/loop-node/index.vue.js} +0 -0
- /package/dist/es/designer/service-components/{import-index.d.ts → index.d.ts} +0 -0
package/dist/es/style.css
CHANGED
|
@@ -1,33 +1,29 @@
|
|
|
1
|
-
|
|
2
|
-
button[data-v-e87c59d8] {
|
|
3
|
-
color: blue;
|
|
4
|
-
}
|
|
5
|
-
.amb-container-left[data-v-afc09bd6] {
|
|
1
|
+
.amb-container-left[data-v-9cfa34b7] {
|
|
6
2
|
width: 260px;
|
|
7
3
|
padding-right: 20px;
|
|
8
4
|
overflow-y: auto;
|
|
9
5
|
}
|
|
10
|
-
.amb-container-main[data-v-
|
|
6
|
+
.amb-container-main[data-v-9cfa34b7] {
|
|
11
7
|
padding: 0 10px 0 0;
|
|
12
8
|
}
|
|
13
|
-
.amb-container-main[data-v-
|
|
9
|
+
.amb-container-main[data-v-9cfa34b7]::-webkit-scrollbar {
|
|
14
10
|
width: 1px;
|
|
15
11
|
}
|
|
16
|
-
.amb-container-attr[data-v-
|
|
12
|
+
.amb-container-attr[data-v-9cfa34b7] {
|
|
17
13
|
width: 300px;
|
|
18
14
|
padding-left: 20px;
|
|
19
15
|
}
|
|
20
16
|
/**
|
|
21
17
|
解决右侧弹出属性配置遮罩层打开后页面其他地方无法点击问题
|
|
22
18
|
*/
|
|
23
|
-
[data-v-
|
|
19
|
+
[data-v-9cfa34b7]:v-deep(.el-drawer__header) {
|
|
24
20
|
margin-bottom: 0 !important;
|
|
25
21
|
}
|
|
26
|
-
[data-v-
|
|
22
|
+
[data-v-9cfa34b7] .el-overlay {
|
|
27
23
|
position: static;
|
|
28
24
|
}
|
|
29
25
|
|
|
30
|
-
.amb-design-assembly-content[data-v-
|
|
26
|
+
.amb-design-assembly-content[data-v-59e0837d] {
|
|
31
27
|
background: #ffffff;
|
|
32
28
|
box-shadow: 1px 0px 10px 0px rgba(0, 0, 0, 0.05);
|
|
33
29
|
height: 100%;
|
|
@@ -36,10 +32,10 @@ button[data-v-e87c59d8] {
|
|
|
36
32
|
overflow: auto;
|
|
37
33
|
}
|
|
38
34
|
/*控制滚动条宽度*/
|
|
39
|
-
.amb-design-assembly-content[data-v-
|
|
35
|
+
.amb-design-assembly-content[data-v-59e0837d]::-webkit-scrollbar {
|
|
40
36
|
width: 1px;
|
|
41
37
|
}
|
|
42
|
-
.amb-assembly-header[data-v-
|
|
38
|
+
.amb-assembly-header[data-v-59e0837d] {
|
|
43
39
|
position: absolute;
|
|
44
40
|
width: 220px;
|
|
45
41
|
text-align: center;
|
|
@@ -47,27 +43,27 @@ button[data-v-e87c59d8] {
|
|
|
47
43
|
padding-bottom: 14px;
|
|
48
44
|
background-color: #ffffff;
|
|
49
45
|
}
|
|
50
|
-
.amb-assembly-header-type[data-v-
|
|
46
|
+
.amb-assembly-header-type[data-v-59e0837d] {
|
|
51
47
|
border-radius: 100px 100px 100px 100px;
|
|
52
48
|
background: #ffffff;
|
|
53
49
|
box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
|
|
54
50
|
padding: 10px;
|
|
55
51
|
padding-bottom: 12px;
|
|
56
52
|
}
|
|
57
|
-
.amb-assembly-header-type > label[data-v-
|
|
53
|
+
.amb-assembly-header-type > label[data-v-59e0837d] {
|
|
58
54
|
padding: 4px 14px;
|
|
59
55
|
cursor: pointer;
|
|
60
56
|
font-size: 14px;
|
|
61
57
|
}
|
|
62
|
-
.amb-assembly-header-type > label.selected[data-v-
|
|
58
|
+
.amb-assembly-header-type > label.selected[data-v-59e0837d] {
|
|
63
59
|
border-radius: 100px 100px 100px 100px;
|
|
64
60
|
background: #5893ef;
|
|
65
61
|
color: #ffffff;
|
|
66
62
|
}
|
|
67
|
-
.amb-design-assembly-list[data-v-
|
|
63
|
+
.amb-design-assembly-list[data-v-59e0837d] {
|
|
68
64
|
padding-top: 80px;
|
|
69
65
|
}
|
|
70
|
-
.amb-design-content[data-v-
|
|
66
|
+
.amb-design-content[data-v-ff04c7d7] {
|
|
71
67
|
overflow: auto;
|
|
72
68
|
display: block;
|
|
73
69
|
flex: none;
|
|
@@ -75,10 +71,10 @@ button[data-v-e87c59d8] {
|
|
|
75
71
|
width: 100%;
|
|
76
72
|
height: 100%;
|
|
77
73
|
}
|
|
78
|
-
.amb-design-content[data-v-
|
|
74
|
+
.amb-design-content[data-v-ff04c7d7]::-webkit-scrollbar {
|
|
79
75
|
width: 1px;
|
|
80
76
|
}
|
|
81
|
-
.amb-design-tool[data-v-
|
|
77
|
+
.amb-design-tool[data-v-ff04c7d7] {
|
|
82
78
|
position: -webkit-sticky; /**Safari */
|
|
83
79
|
position: sticky;
|
|
84
80
|
width: 100%;
|
|
@@ -91,7 +87,7 @@ button[data-v-e87c59d8] {
|
|
|
91
87
|
border-radius: 6px 6px 6px 6px;
|
|
92
88
|
z-index: 0;
|
|
93
89
|
}
|
|
94
|
-
.amb-page-type[data-v-
|
|
90
|
+
.amb-page-type[data-v-ff04c7d7] {
|
|
95
91
|
padding-top: 11px;
|
|
96
92
|
padding-left: 6px;
|
|
97
93
|
padding-right: 6px;
|
|
@@ -99,14 +95,14 @@ button[data-v-e87c59d8] {
|
|
|
99
95
|
border-radius: 4px 4px 4px 4px;
|
|
100
96
|
cursor: pointer;
|
|
101
97
|
}
|
|
102
|
-
.amb-page-type[data-v-
|
|
98
|
+
.amb-page-type[data-v-ff04c7d7]:hover {
|
|
103
99
|
background: rgba(11, 45, 101, 0.105);
|
|
104
100
|
}
|
|
105
|
-
.amb-page-type.selected[data-v-
|
|
101
|
+
.amb-page-type.selected[data-v-ff04c7d7] {
|
|
106
102
|
background: #5893ef;
|
|
107
103
|
color: #ffffff;
|
|
108
104
|
}
|
|
109
|
-
.amb-page-type > label[data-v-
|
|
105
|
+
.amb-page-type > label[data-v-ff04c7d7] {
|
|
110
106
|
font-size: 14px;
|
|
111
107
|
padding-left: 6px;
|
|
112
108
|
padding-right: 6px;
|
|
@@ -115,11 +111,11 @@ button[data-v-e87c59d8] {
|
|
|
115
111
|
position: relative;
|
|
116
112
|
cursor: pointer;
|
|
117
113
|
}
|
|
118
|
-
.amb-design-tool-split[data-v-
|
|
114
|
+
.amb-design-tool-split[data-v-ff04c7d7] {
|
|
119
115
|
height: 25px;
|
|
120
116
|
margin-top: -12px;
|
|
121
117
|
}
|
|
122
|
-
.amb-design-board[data-v-
|
|
118
|
+
.amb-design-board[data-v-ff04c7d7] {
|
|
123
119
|
margin: 0 auto;
|
|
124
120
|
margin-top: 28px;
|
|
125
121
|
overflow-y: auto;
|
|
@@ -129,24 +125,24 @@ button[data-v-e87c59d8] {
|
|
|
129
125
|
box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.08);
|
|
130
126
|
padding-bottom: 20px;
|
|
131
127
|
}
|
|
132
|
-
.container[data-v-
|
|
128
|
+
.container[data-v-ff04c7d7] {
|
|
133
129
|
height: 100%;
|
|
134
130
|
width: 100%;
|
|
135
131
|
}
|
|
136
|
-
.amb-item-ghost[data-v-
|
|
132
|
+
.amb-item-ghost[data-v-ff04c7d7] {
|
|
137
133
|
background-color: #5893ef;
|
|
138
134
|
height: 5px;
|
|
139
135
|
line-height: 5px;
|
|
140
136
|
overflow: hidden;
|
|
141
137
|
}
|
|
142
138
|
/* 将你的自定义样式添加到这里 */
|
|
143
|
-
.draggable-placeholder[data-v-
|
|
139
|
+
.draggable-placeholder[data-v-ff04c7d7] {
|
|
144
140
|
background-color: red;
|
|
145
141
|
border: 1px dashed #ddd;
|
|
146
142
|
margin: 5px;
|
|
147
143
|
padding: 10px;
|
|
148
144
|
}
|
|
149
|
-
#LF-view[data-v-
|
|
145
|
+
#LF-view[data-v-ff04c7d7] {
|
|
150
146
|
width: calc(100% - 100px);
|
|
151
147
|
height: 80%;
|
|
152
148
|
outline: none;
|
|
@@ -158,10 +154,10 @@ button[data-v-e87c59d8] {
|
|
|
158
154
|
/**
|
|
159
155
|
解决右侧弹出属性配置遮罩层打开后页面其他地方无法点击问题
|
|
160
156
|
*/
|
|
161
|
-
[data-v-
|
|
157
|
+
[data-v-ff04c7d7] .el-overlay {
|
|
162
158
|
position: static !important;
|
|
163
159
|
}
|
|
164
|
-
.triangle[data-v-
|
|
160
|
+
.triangle[data-v-ff04c7d7] {
|
|
165
161
|
display: inline-block;
|
|
166
162
|
width: 0;
|
|
167
163
|
height: 0;
|
|
@@ -169,106 +165,17 @@ button[data-v-e87c59d8] {
|
|
|
169
165
|
border-width: 0 50px 100px 50px;
|
|
170
166
|
border-color: transparent transparent var(--el-skeleton-color) transparent;
|
|
171
167
|
}
|
|
172
|
-
.amb-design-attr-base-content[data-v-6e10a7d8] {
|
|
173
|
-
background: #ffffff;
|
|
174
|
-
box-shadow: 1px 0px 10px 0px rgba(0, 0, 0, 0.05);
|
|
175
|
-
height: 100%;
|
|
176
|
-
padding-left: 10px;
|
|
177
|
-
padding-right: 10px;
|
|
178
|
-
overflow: auto;
|
|
179
|
-
}
|
|
180
|
-
.amb-design-attr-item[data-v-6e10a7d8] {
|
|
181
|
-
margin-bottom: 8px;
|
|
182
|
-
}
|
|
183
|
-
.amb-design-attr-group-header > button[data-v-6e10a7d8] {
|
|
184
|
-
background: #f5f6f8;
|
|
185
|
-
padding-left: 10px;
|
|
186
|
-
font-size: 14px;
|
|
187
|
-
height: 42px;
|
|
188
|
-
}
|
|
189
|
-
.amb-design-attr-content[data-v-6e10a7d8] {
|
|
190
|
-
background: #ffffff;
|
|
191
|
-
box-shadow: 1px 0px 10px 0px rgba(0, 0, 0, 0.05);
|
|
192
|
-
height: 100%;
|
|
193
|
-
padding-left: 10px;
|
|
194
|
-
padding-right: 10px;
|
|
195
|
-
overflow: auto;
|
|
196
|
-
position: relative;
|
|
197
|
-
}
|
|
198
|
-
.amb-design-attr-header-search[data-v-6e10a7d8] {
|
|
199
|
-
margin-top: 16px;
|
|
200
|
-
}
|
|
201
|
-
.amb-design-attr-header-select[data-v-6e10a7d8] {
|
|
202
|
-
width: 90px;
|
|
203
|
-
height: 36px;
|
|
204
|
-
}
|
|
205
|
-
.amb-design-page-param-row[data-v-6e10a7d8] {
|
|
206
|
-
height: 34px;
|
|
207
|
-
}
|
|
208
|
-
.el-table__cell > .cell[data-v-6e10a7d8] {
|
|
209
|
-
white-space: nowrap !important;
|
|
210
|
-
}
|
|
211
|
-
.serviceflow-item[data-v-6e10a7d8] {
|
|
212
|
-
background: rgba(88, 147, 239, 0.06);
|
|
213
|
-
border: 1px dashed rgba(88, 147, 239, 0.06);
|
|
214
|
-
border-radius: 4px 4px 4px 4px;
|
|
215
|
-
text-align: center;
|
|
216
|
-
margin-top: 12px;
|
|
217
|
-
padding: 10px 5px 10px 5px;
|
|
218
|
-
font-size: 12px;
|
|
219
|
-
cursor: move;
|
|
220
|
-
height: 60px;
|
|
221
|
-
overflow: hidden;
|
|
222
|
-
box-sizing: border-box;
|
|
223
|
-
color: #333333;
|
|
224
|
-
text-overflow: ellipsis;
|
|
225
|
-
white-space: nowrap;
|
|
226
|
-
-webkit-user-select: none; /* Safari */
|
|
227
|
-
-moz-user-select: none; /* Firefox */
|
|
228
|
-
-ms-user-select: none; /* Internet Explorer/Edge */
|
|
229
|
-
user-select: none; /* 标准语法 */
|
|
230
|
-
}
|
|
231
|
-
.serviceflow-item[data-v-6e10a7d8]:hover {
|
|
232
|
-
background: rgba(11, 45, 101, 0.105);
|
|
233
|
-
border: 1px dashed rgba(11, 45, 101, 0.227);
|
|
234
|
-
}
|
|
235
|
-
.amb-assembly-item-drag[data-v-6e10a7d8] {
|
|
236
|
-
opacity: 1 !important;
|
|
237
|
-
}
|
|
238
168
|
|
|
239
|
-
[data-v-
|
|
240
|
-
|
|
241
|
-
}
|
|
242
|
-
/** 右键菜单样式 */
|
|
243
|
-
.context-menu[data-v-8f3bcac1] {
|
|
244
|
-
position: absolute;
|
|
245
|
-
background: #fff;
|
|
246
|
-
z-index: 999;
|
|
247
|
-
margin: 5;
|
|
248
|
-
padding: 8px 8px;
|
|
249
|
-
box-shadow: 0 5px 7px 1px rgba(0, 0, 0, 0.1);
|
|
250
|
-
border: 1px solid #bbbbbb;
|
|
251
|
-
border-radius: 10px;
|
|
252
|
-
font-size: 14px;
|
|
169
|
+
.editorTool[data-v-d55ab098] {
|
|
170
|
+
margin-left: auto;
|
|
253
171
|
}
|
|
254
|
-
.
|
|
255
|
-
|
|
256
|
-
min-width: 75px;
|
|
257
|
-
line-height: 28px;
|
|
258
|
-
text-align: left;
|
|
259
|
-
border-radius: 5px;
|
|
260
|
-
padding-left: 5px;
|
|
172
|
+
.editorOption[data-v-d55ab098] {
|
|
173
|
+
margin-right: 10px;
|
|
261
174
|
cursor: pointer;
|
|
262
175
|
}
|
|
263
|
-
.
|
|
264
|
-
background: #0165e1;
|
|
265
|
-
color: #fff;
|
|
266
|
-
}
|
|
267
|
-
/** 右键菜单样式 */
|
|
268
|
-
.custom-tree-node[data-v-8f3bcac1] {
|
|
269
|
-
font-size: 14px;
|
|
270
|
-
padding-right: 8px;
|
|
176
|
+
.pppp[data-v-d55ab098] {
|
|
271
177
|
display: flex; /* 使用Flex布局 */
|
|
178
|
+
justify-content: flex-start;
|
|
272
179
|
align-items: center; /* 子元素在交叉轴(垂直方向)上居中对齐 */
|
|
273
180
|
}
|
|
274
181
|
|
|
@@ -276,67 +183,26 @@ button[data-v-e87c59d8] {
|
|
|
276
183
|
margin-top: 10px;
|
|
277
184
|
}
|
|
278
185
|
|
|
279
|
-
[data-v-
|
|
186
|
+
[data-v-65e38bfb] .el-radio {
|
|
280
187
|
margin: 0;
|
|
281
188
|
}
|
|
282
|
-
.el-radio + .el-radio[data-v-
|
|
189
|
+
.el-radio + .el-radio[data-v-65e38bfb] {
|
|
283
190
|
margin-left: 10px;
|
|
284
191
|
}
|
|
285
192
|
|
|
286
|
-
.
|
|
287
|
-
margin-top: 10px;
|
|
288
|
-
}
|
|
289
|
-
.el-table + .el-alert[data-v-028fb838] {
|
|
290
|
-
margin: 10px 0;
|
|
291
|
-
}
|
|
292
|
-
|
|
293
|
-
.editorTool[data-v-ffee0416] {
|
|
294
|
-
margin-left: auto;
|
|
295
|
-
}
|
|
296
|
-
.editorOption[data-v-ffee0416] {
|
|
297
|
-
margin-right: 10px;
|
|
298
|
-
cursor: pointer;
|
|
299
|
-
}
|
|
300
|
-
.pppp[data-v-ffee0416] {
|
|
301
|
-
display: flex; /* 使用Flex布局 */
|
|
302
|
-
justify-content: flex-start;
|
|
303
|
-
align-items: center; /* 子元素在交叉轴(垂直方向)上居中对齐 */
|
|
304
|
-
}
|
|
305
|
-
|
|
306
|
-
.editorTool[data-v-d55ab098] {
|
|
193
|
+
.editorTool[data-v-684c1f08] {
|
|
307
194
|
margin-left: auto;
|
|
308
195
|
}
|
|
309
|
-
.editorOption[data-v-
|
|
196
|
+
.editorOption[data-v-684c1f08] {
|
|
310
197
|
margin-right: 10px;
|
|
311
198
|
cursor: pointer;
|
|
312
199
|
}
|
|
313
|
-
.pppp[data-v-
|
|
200
|
+
.pppp[data-v-684c1f08] {
|
|
314
201
|
display: flex; /* 使用Flex布局 */
|
|
315
202
|
justify-content: flex-start;
|
|
316
203
|
align-items: center; /* 子元素在交叉轴(垂直方向)上居中对齐 */
|
|
317
204
|
}
|
|
318
205
|
|
|
319
|
-
[data-v-56c86041] .el-radio {
|
|
320
|
-
margin: 0;
|
|
321
|
-
}
|
|
322
|
-
.el-radio + .el-radio[data-v-56c86041] {
|
|
323
|
-
margin-left: 10px;
|
|
324
|
-
}
|
|
325
|
-
|
|
326
|
-
.el-alert + .el-form-item[data-v-32875028] {
|
|
327
|
-
margin-top: 10px;
|
|
328
|
-
}
|
|
329
|
-
.el-alert + .el-table[data-v-32875028] {
|
|
330
|
-
margin: 10px 0;
|
|
331
|
-
}
|
|
332
|
-
|
|
333
|
-
.el-alert + .el-table[data-v-82e0dfef] {
|
|
334
|
-
margin-top: 10px;
|
|
335
|
-
}
|
|
336
|
-
.el-alert + .el-form-item[data-v-82e0dfef] {
|
|
337
|
-
margin-top: 10px;
|
|
338
|
-
}
|
|
339
|
-
|
|
340
206
|
.el-alert + .el-table[data-v-e27c4c1e] {
|
|
341
207
|
margin-top: 10px;
|
|
342
208
|
}
|
|
@@ -347,20 +213,13 @@ button[data-v-e87c59d8] {
|
|
|
347
213
|
margin-top: 10px;
|
|
348
214
|
}
|
|
349
215
|
|
|
350
|
-
.el-tabs + .el-alert[data-v-08737620] {
|
|
351
|
-
margin-top: 10px;
|
|
352
|
-
}
|
|
353
|
-
.el-alert + .el-form-item[data-v-08737620] {
|
|
354
|
-
margin-top: 10px;
|
|
355
|
-
}
|
|
356
|
-
|
|
357
216
|
.el-drawer__header {
|
|
358
217
|
margin-bottom: 0 !important;
|
|
359
218
|
}
|
|
360
219
|
/**
|
|
361
220
|
解决右侧弹出属性配置遮罩层打开后页面其他地方无法点击问题
|
|
362
221
|
*/
|
|
363
|
-
[data-v-
|
|
222
|
+
[data-v-c51cce99] .el-overlay {
|
|
364
223
|
position: static;
|
|
365
224
|
}
|
|
366
225
|
.control-item[data-v-fdc6ec07] {
|
|
@@ -494,6 +353,115 @@ button[data-v-e87c59d8] {
|
|
|
494
353
|
margin-left: 50px;
|
|
495
354
|
}
|
|
496
355
|
|
|
356
|
+
[data-v-a5cc897b] .el-table__row {
|
|
357
|
+
cursor: pointer;
|
|
358
|
+
}
|
|
359
|
+
/** 右键菜单样式 */
|
|
360
|
+
.context-menu[data-v-a5cc897b] {
|
|
361
|
+
position: absolute;
|
|
362
|
+
background: #fff;
|
|
363
|
+
z-index: 999;
|
|
364
|
+
margin: 5;
|
|
365
|
+
padding: 8px 8px;
|
|
366
|
+
box-shadow: 0 5px 7px 1px rgba(0, 0, 0, 0.1);
|
|
367
|
+
border: 1px solid #bbbbbb;
|
|
368
|
+
border-radius: 10px;
|
|
369
|
+
font-size: 14px;
|
|
370
|
+
}
|
|
371
|
+
.context-menu li[data-v-a5cc897b] {
|
|
372
|
+
list-style-type: none;
|
|
373
|
+
min-width: 75px;
|
|
374
|
+
line-height: 28px;
|
|
375
|
+
text-align: left;
|
|
376
|
+
border-radius: 5px;
|
|
377
|
+
padding-left: 5px;
|
|
378
|
+
cursor: pointer;
|
|
379
|
+
}
|
|
380
|
+
.context-menu li[data-v-a5cc897b]:hover {
|
|
381
|
+
background: #0165e1;
|
|
382
|
+
color: #fff;
|
|
383
|
+
}
|
|
384
|
+
/** 右键菜单样式 */
|
|
385
|
+
.custom-tree-node[data-v-a5cc897b] {
|
|
386
|
+
font-size: 14px;
|
|
387
|
+
padding-right: 8px;
|
|
388
|
+
display: flex; /* 使用Flex布局 */
|
|
389
|
+
align-items: center; /* 子元素在交叉轴(垂直方向)上居中对齐 */
|
|
390
|
+
}
|
|
391
|
+
|
|
392
|
+
.el-alert + .el-table[data-v-82e0dfef] {
|
|
393
|
+
margin-top: 10px;
|
|
394
|
+
}
|
|
395
|
+
.el-alert + .el-form-item[data-v-82e0dfef] {
|
|
396
|
+
margin-top: 10px;
|
|
397
|
+
}
|
|
398
|
+
.amb-design-attr-base-content[data-v-ce167986] {
|
|
399
|
+
background: #ffffff;
|
|
400
|
+
box-shadow: 1px 0px 10px 0px rgba(0, 0, 0, 0.05);
|
|
401
|
+
height: 100%;
|
|
402
|
+
padding-left: 10px;
|
|
403
|
+
padding-right: 10px;
|
|
404
|
+
overflow: auto;
|
|
405
|
+
}
|
|
406
|
+
.amb-design-attr-item[data-v-ce167986] {
|
|
407
|
+
margin-bottom: 8px;
|
|
408
|
+
}
|
|
409
|
+
.amb-design-attr-group-header > button[data-v-ce167986] {
|
|
410
|
+
background: #f5f6f8;
|
|
411
|
+
padding-left: 10px;
|
|
412
|
+
font-size: 14px;
|
|
413
|
+
height: 42px;
|
|
414
|
+
}
|
|
415
|
+
.amb-design-attr-content[data-v-ce167986] {
|
|
416
|
+
background: #ffffff;
|
|
417
|
+
box-shadow: 1px 0px 10px 0px rgba(0, 0, 0, 0.05);
|
|
418
|
+
height: 100%;
|
|
419
|
+
padding-left: 10px;
|
|
420
|
+
padding-right: 10px;
|
|
421
|
+
overflow: auto;
|
|
422
|
+
position: relative;
|
|
423
|
+
}
|
|
424
|
+
.amb-design-attr-header-search[data-v-ce167986] {
|
|
425
|
+
margin-top: 16px;
|
|
426
|
+
}
|
|
427
|
+
.amb-design-attr-header-select[data-v-ce167986] {
|
|
428
|
+
width: 90px;
|
|
429
|
+
height: 36px;
|
|
430
|
+
}
|
|
431
|
+
.amb-design-page-param-row[data-v-ce167986] {
|
|
432
|
+
height: 34px;
|
|
433
|
+
}
|
|
434
|
+
.el-table__cell > .cell[data-v-ce167986] {
|
|
435
|
+
white-space: nowrap !important;
|
|
436
|
+
}
|
|
437
|
+
.serviceflow-item[data-v-ce167986] {
|
|
438
|
+
background: rgba(88, 147, 239, 0.06);
|
|
439
|
+
border: 1px dashed rgba(88, 147, 239, 0.06);
|
|
440
|
+
border-radius: 4px 4px 4px 4px;
|
|
441
|
+
text-align: center;
|
|
442
|
+
margin-top: 12px;
|
|
443
|
+
padding: 10px 5px 10px 5px;
|
|
444
|
+
font-size: 12px;
|
|
445
|
+
cursor: move;
|
|
446
|
+
height: 60px;
|
|
447
|
+
overflow: hidden;
|
|
448
|
+
box-sizing: border-box;
|
|
449
|
+
color: #333333;
|
|
450
|
+
text-overflow: ellipsis;
|
|
451
|
+
white-space: nowrap;
|
|
452
|
+
-webkit-user-select: none; /* Safari */
|
|
453
|
+
-moz-user-select: none; /* Firefox */
|
|
454
|
+
-ms-user-select: none; /* Internet Explorer/Edge */
|
|
455
|
+
user-select: none; /* 标准语法 */
|
|
456
|
+
}
|
|
457
|
+
.serviceflow-item[data-v-ce167986]:hover {
|
|
458
|
+
background: rgba(11, 45, 101, 0.105);
|
|
459
|
+
border: 1px dashed rgba(11, 45, 101, 0.227);
|
|
460
|
+
}
|
|
461
|
+
.amb-assembly-item-drag[data-v-ce167986] {
|
|
462
|
+
opacity: 1 !important;
|
|
463
|
+
}
|
|
464
|
+
|
|
497
465
|
.el-alert + .el-table[data-v-d978e7dc] {
|
|
498
466
|
margin-top: 10px;
|
|
499
467
|
}
|
|
@@ -504,11 +472,39 @@ button[data-v-e87c59d8] {
|
|
|
504
472
|
margin-top: 10px;
|
|
505
473
|
}
|
|
506
474
|
|
|
507
|
-
.el-
|
|
475
|
+
.el-alert + .el-table[data-v-028fb838] {
|
|
476
|
+
margin-top: 10px;
|
|
477
|
+
}
|
|
478
|
+
.el-table + .el-alert[data-v-028fb838] {
|
|
479
|
+
margin: 10px 0;
|
|
480
|
+
}
|
|
481
|
+
|
|
482
|
+
.el-tabs + .el-alert[data-v-08737620] {
|
|
483
|
+
margin-top: 10px;
|
|
484
|
+
}
|
|
485
|
+
.el-alert + .el-form-item[data-v-08737620] {
|
|
486
|
+
margin-top: 10px;
|
|
487
|
+
}
|
|
488
|
+
|
|
489
|
+
.el-alert + .el-form-item[data-v-32875028] {
|
|
490
|
+
margin-top: 10px;
|
|
491
|
+
}
|
|
492
|
+
.el-alert + .el-table[data-v-32875028] {
|
|
493
|
+
margin: 10px 0;
|
|
494
|
+
}
|
|
495
|
+
|
|
496
|
+
.el-dialog__wrapper[data-v-24162035] {
|
|
508
497
|
overflow: hidden !important;
|
|
509
498
|
padding-right: 0 !important;
|
|
510
499
|
}
|
|
511
|
-
|
|
500
|
+
|
|
501
|
+
[data-v-808a13e1] .el-radio {
|
|
502
|
+
margin: 0;
|
|
503
|
+
}
|
|
504
|
+
.el-radio + .el-radio[data-v-808a13e1] {
|
|
505
|
+
margin-left: 10px;
|
|
506
|
+
}
|
|
507
|
+
.nodeView[data-v-5911272d] {
|
|
512
508
|
box-sizing: border-box;
|
|
513
509
|
margin: 10px 10px;
|
|
514
510
|
width: 180px;
|
|
@@ -517,7 +513,7 @@ button[data-v-e87c59d8] {
|
|
|
517
513
|
border-radius: 2px 2px 2px 2px;
|
|
518
514
|
padding: 20px 10px;
|
|
519
515
|
}
|
|
520
|
-
.nodeTitle[data-v-
|
|
516
|
+
.nodeTitle[data-v-5911272d] {
|
|
521
517
|
width: 90px;
|
|
522
518
|
height: 15px;
|
|
523
519
|
font-weight: 400;
|
|
@@ -532,8 +528,8 @@ button[data-v-e87c59d8] {
|
|
|
532
528
|
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
533
529
|
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
534
530
|
}
|
|
535
|
-
.nodeContent[data-v-
|
|
536
|
-
width:
|
|
531
|
+
.nodeContent[data-v-5911272d] {
|
|
532
|
+
/* width: 100%; */
|
|
537
533
|
height: 15px;
|
|
538
534
|
font-weight: 400;
|
|
539
535
|
font-size: 14px;
|
|
@@ -542,23 +538,96 @@ button[data-v-e87c59d8] {
|
|
|
542
538
|
text-align: left;
|
|
543
539
|
font-style: normal;
|
|
544
540
|
text-transform: none;
|
|
541
|
+
padding: 0px 0px;
|
|
542
|
+
white-space: nowrap; /* 确保文本在一行内显示 */
|
|
543
|
+
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
544
|
+
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
545
|
+
}
|
|
546
|
+
.nodeContent-desc[data-v-5911272d]{
|
|
547
|
+
}
|
|
548
|
+
.el-divider--horizontal[data-v-5911272d] {
|
|
549
|
+
margin: 12px 0;
|
|
550
|
+
}
|
|
551
|
+
.nodeView[data-v-5911272d] {
|
|
552
|
+
border: 1px solid #5a90f9;
|
|
553
|
+
background: #eef3fe;
|
|
554
|
+
}
|
|
555
|
+
.nodeTitle[data-v-5911272d] {
|
|
556
|
+
width: 80px;
|
|
557
|
+
}
|
|
558
|
+
.nodeView[data-v-4c6dfa4a] {
|
|
559
|
+
box-sizing: border-box;
|
|
560
|
+
margin: 10px 10px;
|
|
561
|
+
width: 180px;
|
|
562
|
+
height: 95px;
|
|
563
|
+
box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
|
|
564
|
+
border-radius: 2px 2px 2px 2px;
|
|
565
|
+
padding: 20px 10px;
|
|
566
|
+
}
|
|
567
|
+
.nodeTitle[data-v-4c6dfa4a] {
|
|
568
|
+
width: 90px;
|
|
569
|
+
height: 15px;
|
|
570
|
+
font-weight: 400;
|
|
571
|
+
font-size: 16px;
|
|
572
|
+
color: #333333;
|
|
573
|
+
line-height: 14px;
|
|
574
|
+
text-align: left;
|
|
575
|
+
font-style: normal;
|
|
576
|
+
text-transform: none;
|
|
545
577
|
padding: 0px 24px;
|
|
546
578
|
white-space: nowrap; /* 确保文本在一行内显示 */
|
|
547
579
|
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
548
580
|
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
549
581
|
}
|
|
550
|
-
.
|
|
582
|
+
.nodeContent[data-v-4c6dfa4a] {
|
|
583
|
+
/* width: 100%; */
|
|
584
|
+
height: 15px;
|
|
585
|
+
font-weight: 400;
|
|
586
|
+
font-size: 14px;
|
|
587
|
+
color: #666666;
|
|
588
|
+
line-height: 14px;
|
|
589
|
+
text-align: left;
|
|
590
|
+
font-style: normal;
|
|
591
|
+
text-transform: none;
|
|
592
|
+
padding: 0px 0px;
|
|
593
|
+
white-space: nowrap; /* 确保文本在一行内显示 */
|
|
594
|
+
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
595
|
+
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
596
|
+
}
|
|
597
|
+
.nodeContent-desc[data-v-4c6dfa4a]{
|
|
598
|
+
}
|
|
599
|
+
.el-divider--horizontal[data-v-4c6dfa4a] {
|
|
551
600
|
margin: 12px 0;
|
|
552
601
|
}
|
|
553
|
-
.nodeView[data-v-
|
|
602
|
+
.nodeView[data-v-4c6dfa4a] {
|
|
554
603
|
border: 1px solid #5a90f9;
|
|
555
604
|
background: #eef3fe;
|
|
556
605
|
width: 180px;
|
|
557
606
|
min-height: 95px;
|
|
558
607
|
}
|
|
559
|
-
.nodeContent[data-v-
|
|
608
|
+
.nodeContent[data-v-4c6dfa4a] {
|
|
560
609
|
}
|
|
561
|
-
|
|
610
|
+
|
|
611
|
+
.node-content[data-v-b28923f3] {
|
|
612
|
+
width: 120px;
|
|
613
|
+
height: 44px;
|
|
614
|
+
background: #ffffff;
|
|
615
|
+
box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
|
|
616
|
+
border-radius: 2px 2px 2px 2px;
|
|
617
|
+
}
|
|
618
|
+
.content[data-v-b28923f3] {
|
|
619
|
+
width: 28px;
|
|
620
|
+
height: 15px;
|
|
621
|
+
font-weight: 400;
|
|
622
|
+
font-size: 14px;
|
|
623
|
+
color: #333333;
|
|
624
|
+
line-height: 14px;
|
|
625
|
+
text-align: left;
|
|
626
|
+
font-style: normal;
|
|
627
|
+
text-transform: none;
|
|
628
|
+
padding: 5px 0px 4px 10px;
|
|
629
|
+
}
|
|
630
|
+
.nodeView[data-v-221a60f8] {
|
|
562
631
|
box-sizing: border-box;
|
|
563
632
|
margin: 10px 10px;
|
|
564
633
|
width: 180px;
|
|
@@ -567,7 +636,7 @@ button[data-v-e87c59d8] {
|
|
|
567
636
|
border-radius: 2px 2px 2px 2px;
|
|
568
637
|
padding: 20px 10px;
|
|
569
638
|
}
|
|
570
|
-
.nodeTitle[data-v-
|
|
639
|
+
.nodeTitle[data-v-221a60f8] {
|
|
571
640
|
width: 90px;
|
|
572
641
|
height: 15px;
|
|
573
642
|
font-weight: 400;
|
|
@@ -582,8 +651,8 @@ button[data-v-e87c59d8] {
|
|
|
582
651
|
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
583
652
|
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
584
653
|
}
|
|
585
|
-
.nodeContent[data-v-
|
|
586
|
-
width:
|
|
654
|
+
.nodeContent[data-v-221a60f8] {
|
|
655
|
+
/* width: 100%; */
|
|
587
656
|
height: 15px;
|
|
588
657
|
font-weight: 400;
|
|
589
658
|
font-size: 14px;
|
|
@@ -592,22 +661,24 @@ button[data-v-e87c59d8] {
|
|
|
592
661
|
text-align: left;
|
|
593
662
|
font-style: normal;
|
|
594
663
|
text-transform: none;
|
|
595
|
-
padding: 0px
|
|
664
|
+
padding: 0px 0px;
|
|
596
665
|
white-space: nowrap; /* 确保文本在一行内显示 */
|
|
597
666
|
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
598
667
|
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
599
668
|
}
|
|
600
|
-
.
|
|
669
|
+
.nodeContent-desc[data-v-221a60f8]{
|
|
670
|
+
}
|
|
671
|
+
.el-divider--horizontal[data-v-221a60f8] {
|
|
601
672
|
margin: 12px 0;
|
|
602
673
|
}
|
|
603
|
-
.nodeView[data-v-
|
|
674
|
+
.nodeView[data-v-221a60f8] {
|
|
604
675
|
border: 1px solid #5a90f9;
|
|
605
676
|
background: #eef3fe;
|
|
606
677
|
}
|
|
607
|
-
.nodeTitle[data-v-
|
|
678
|
+
.nodeTitle[data-v-221a60f8] {
|
|
608
679
|
width: 80px;
|
|
609
680
|
}
|
|
610
|
-
.nodeView[data-v-
|
|
681
|
+
.nodeView[data-v-df366d04] {
|
|
611
682
|
box-sizing: border-box;
|
|
612
683
|
margin: 10px 10px;
|
|
613
684
|
width: 180px;
|
|
@@ -616,7 +687,7 @@ button[data-v-e87c59d8] {
|
|
|
616
687
|
border-radius: 2px 2px 2px 2px;
|
|
617
688
|
padding: 20px 10px;
|
|
618
689
|
}
|
|
619
|
-
.nodeTitle[data-v-
|
|
690
|
+
.nodeTitle[data-v-df366d04] {
|
|
620
691
|
width: 90px;
|
|
621
692
|
height: 15px;
|
|
622
693
|
font-weight: 400;
|
|
@@ -631,8 +702,8 @@ button[data-v-e87c59d8] {
|
|
|
631
702
|
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
632
703
|
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
633
704
|
}
|
|
634
|
-
.nodeContent[data-v-
|
|
635
|
-
width:
|
|
705
|
+
.nodeContent[data-v-df366d04] {
|
|
706
|
+
/* width: 100%; */
|
|
636
707
|
height: 15px;
|
|
637
708
|
font-weight: 400;
|
|
638
709
|
font-size: 14px;
|
|
@@ -641,62 +712,24 @@ button[data-v-e87c59d8] {
|
|
|
641
712
|
text-align: left;
|
|
642
713
|
font-style: normal;
|
|
643
714
|
text-transform: none;
|
|
644
|
-
padding: 0px
|
|
715
|
+
padding: 0px 0px;
|
|
645
716
|
white-space: nowrap; /* 确保文本在一行内显示 */
|
|
646
717
|
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
647
718
|
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
648
719
|
}
|
|
649
|
-
.
|
|
720
|
+
.nodeContent-desc[data-v-df366d04]{
|
|
721
|
+
}
|
|
722
|
+
.el-divider--horizontal[data-v-df366d04] {
|
|
650
723
|
margin: 12px 0;
|
|
651
724
|
}
|
|
652
|
-
.nodeView[data-v-
|
|
725
|
+
.nodeView[data-v-df366d04] {
|
|
653
726
|
border: 1px solid #5a90f9;
|
|
654
727
|
background: #eef3fe;
|
|
655
728
|
}
|
|
656
|
-
.nodeTitle[data-v-
|
|
729
|
+
.nodeTitle[data-v-df366d04] {
|
|
657
730
|
width: 80px;
|
|
658
731
|
}
|
|
659
|
-
|
|
660
|
-
.node-content[data-v-b28923f3] {
|
|
661
|
-
width: 120px;
|
|
662
|
-
height: 44px;
|
|
663
|
-
background: #ffffff;
|
|
664
|
-
box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
|
|
665
|
-
border-radius: 2px 2px 2px 2px;
|
|
666
|
-
}
|
|
667
|
-
.content[data-v-b28923f3] {
|
|
668
|
-
width: 28px;
|
|
669
|
-
height: 15px;
|
|
670
|
-
font-weight: 400;
|
|
671
|
-
font-size: 14px;
|
|
672
|
-
color: #333333;
|
|
673
|
-
line-height: 14px;
|
|
674
|
-
text-align: left;
|
|
675
|
-
font-style: normal;
|
|
676
|
-
text-transform: none;
|
|
677
|
-
padding: 5px 0px 4px 10px;
|
|
678
|
-
}
|
|
679
|
-
|
|
680
|
-
.node-content[data-v-69a854a3] {
|
|
681
|
-
width: 120px;
|
|
682
|
-
height: 44px;
|
|
683
|
-
background: #ffffff;
|
|
684
|
-
box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
|
|
685
|
-
border-radius: 2px 2px 2px 2px;
|
|
686
|
-
}
|
|
687
|
-
.content[data-v-69a854a3] {
|
|
688
|
-
width: 28px;
|
|
689
|
-
height: 15px;
|
|
690
|
-
font-weight: 400;
|
|
691
|
-
font-size: 14px;
|
|
692
|
-
color: #333333;
|
|
693
|
-
line-height: 14px;
|
|
694
|
-
text-align: left;
|
|
695
|
-
font-style: normal;
|
|
696
|
-
text-transform: none;
|
|
697
|
-
padding: 5px 0px 4px 10px;
|
|
698
|
-
}
|
|
699
|
-
.nodeView[data-v-9fff2753] {
|
|
732
|
+
.nodeView[data-v-b1d2a966] {
|
|
700
733
|
box-sizing: border-box;
|
|
701
734
|
margin: 10px 10px;
|
|
702
735
|
width: 180px;
|
|
@@ -705,7 +738,7 @@ button[data-v-e87c59d8] {
|
|
|
705
738
|
border-radius: 2px 2px 2px 2px;
|
|
706
739
|
padding: 20px 10px;
|
|
707
740
|
}
|
|
708
|
-
.nodeTitle[data-v-
|
|
741
|
+
.nodeTitle[data-v-b1d2a966] {
|
|
709
742
|
width: 90px;
|
|
710
743
|
height: 15px;
|
|
711
744
|
font-weight: 400;
|
|
@@ -720,8 +753,8 @@ button[data-v-e87c59d8] {
|
|
|
720
753
|
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
721
754
|
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
722
755
|
}
|
|
723
|
-
.nodeContent[data-v-
|
|
724
|
-
width:
|
|
756
|
+
.nodeContent[data-v-b1d2a966] {
|
|
757
|
+
/* width: 100%; */
|
|
725
758
|
height: 15px;
|
|
726
759
|
font-weight: 400;
|
|
727
760
|
font-size: 14px;
|
|
@@ -730,22 +763,24 @@ button[data-v-e87c59d8] {
|
|
|
730
763
|
text-align: left;
|
|
731
764
|
font-style: normal;
|
|
732
765
|
text-transform: none;
|
|
733
|
-
padding: 0px
|
|
766
|
+
padding: 0px 0px;
|
|
734
767
|
white-space: nowrap; /* 确保文本在一行内显示 */
|
|
735
768
|
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
736
769
|
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
737
770
|
}
|
|
738
|
-
.
|
|
771
|
+
.nodeContent-desc[data-v-b1d2a966]{
|
|
772
|
+
}
|
|
773
|
+
.el-divider--horizontal[data-v-b1d2a966] {
|
|
739
774
|
margin: 12px 0;
|
|
740
775
|
}
|
|
741
|
-
.nodeView[data-v-
|
|
776
|
+
.nodeView[data-v-b1d2a966] {
|
|
742
777
|
border: 1px solid #5a90f9;
|
|
743
778
|
background: #eef3fe;
|
|
744
779
|
}
|
|
745
|
-
.nodeTitle[data-v-
|
|
780
|
+
.nodeTitle[data-v-b1d2a966] {
|
|
746
781
|
width: 80px;
|
|
747
782
|
}
|
|
748
|
-
.nodeView[data-v-
|
|
783
|
+
.nodeView[data-v-7702fcdb] {
|
|
749
784
|
box-sizing: border-box;
|
|
750
785
|
margin: 10px 10px;
|
|
751
786
|
width: 180px;
|
|
@@ -754,7 +789,7 @@ button[data-v-e87c59d8] {
|
|
|
754
789
|
border-radius: 2px 2px 2px 2px;
|
|
755
790
|
padding: 20px 10px;
|
|
756
791
|
}
|
|
757
|
-
.nodeTitle[data-v-
|
|
792
|
+
.nodeTitle[data-v-7702fcdb] {
|
|
758
793
|
width: 90px;
|
|
759
794
|
height: 15px;
|
|
760
795
|
font-weight: 400;
|
|
@@ -769,8 +804,8 @@ button[data-v-e87c59d8] {
|
|
|
769
804
|
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
770
805
|
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
771
806
|
}
|
|
772
|
-
.nodeContent[data-v-
|
|
773
|
-
width:
|
|
807
|
+
.nodeContent[data-v-7702fcdb] {
|
|
808
|
+
/* width: 100%; */
|
|
774
809
|
height: 15px;
|
|
775
810
|
font-weight: 400;
|
|
776
811
|
font-size: 14px;
|
|
@@ -779,19 +814,21 @@ button[data-v-e87c59d8] {
|
|
|
779
814
|
text-align: left;
|
|
780
815
|
font-style: normal;
|
|
781
816
|
text-transform: none;
|
|
782
|
-
padding: 0px
|
|
817
|
+
padding: 0px 0px;
|
|
783
818
|
white-space: nowrap; /* 确保文本在一行内显示 */
|
|
784
819
|
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
785
820
|
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
786
821
|
}
|
|
787
|
-
.
|
|
822
|
+
.nodeContent-desc[data-v-7702fcdb]{
|
|
823
|
+
}
|
|
824
|
+
.el-divider--horizontal[data-v-7702fcdb] {
|
|
788
825
|
margin: 12px 0;
|
|
789
826
|
}
|
|
790
|
-
.nodeView[data-v-
|
|
827
|
+
.nodeView[data-v-7702fcdb] {
|
|
791
828
|
border: 1px solid #5a90f9;
|
|
792
829
|
background: #eef3fe;
|
|
793
830
|
}
|
|
794
|
-
.nodeTitle[data-v-
|
|
831
|
+
.nodeTitle[data-v-7702fcdb] {
|
|
795
832
|
width: 80px;
|
|
796
833
|
}
|
|
797
834
|
.nodeView[data-v-b604c489] {
|
|
@@ -819,7 +856,7 @@ button[data-v-e87c59d8] {
|
|
|
819
856
|
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
820
857
|
}
|
|
821
858
|
.nodeContent[data-v-b604c489] {
|
|
822
|
-
width:
|
|
859
|
+
/* width: 100%; */
|
|
823
860
|
height: 15px;
|
|
824
861
|
font-weight: 400;
|
|
825
862
|
font-size: 14px;
|
|
@@ -828,11 +865,13 @@ button[data-v-e87c59d8] {
|
|
|
828
865
|
text-align: left;
|
|
829
866
|
font-style: normal;
|
|
830
867
|
text-transform: none;
|
|
831
|
-
padding: 0px
|
|
868
|
+
padding: 0px 0px;
|
|
832
869
|
white-space: nowrap; /* 确保文本在一行内显示 */
|
|
833
870
|
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
834
871
|
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
835
872
|
}
|
|
873
|
+
.nodeContent-desc[data-v-b604c489]{
|
|
874
|
+
}
|
|
836
875
|
.el-divider--horizontal[data-v-b604c489] {
|
|
837
876
|
margin: 12px 0;
|
|
838
877
|
}
|
|
@@ -843,7 +882,27 @@ button[data-v-e87c59d8] {
|
|
|
843
882
|
.nodeTitle[data-v-b604c489] {
|
|
844
883
|
width: 80px;
|
|
845
884
|
}
|
|
846
|
-
|
|
885
|
+
|
|
886
|
+
.aaa[data-v-8bd72b80] {
|
|
887
|
+
width: 300px;
|
|
888
|
+
height: 200px;
|
|
889
|
+
background: #ffffff;
|
|
890
|
+
box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
|
|
891
|
+
border-radius: 2px 2px 2px 2px;
|
|
892
|
+
}
|
|
893
|
+
.content[data-v-8bd72b80] {
|
|
894
|
+
width: 28px;
|
|
895
|
+
height: 15px;
|
|
896
|
+
font-weight: 400;
|
|
897
|
+
font-size: 14px;
|
|
898
|
+
color: #333333;
|
|
899
|
+
line-height: 14px;
|
|
900
|
+
text-align: left;
|
|
901
|
+
font-style: normal;
|
|
902
|
+
text-transform: none;
|
|
903
|
+
padding: 5px 0px 4px 10px;
|
|
904
|
+
}
|
|
905
|
+
.nodeView[data-v-b01d3a50] {
|
|
847
906
|
box-sizing: border-box;
|
|
848
907
|
margin: 10px 10px;
|
|
849
908
|
width: 180px;
|
|
@@ -852,7 +911,7 @@ button[data-v-e87c59d8] {
|
|
|
852
911
|
border-radius: 2px 2px 2px 2px;
|
|
853
912
|
padding: 20px 10px;
|
|
854
913
|
}
|
|
855
|
-
.nodeTitle[data-v-
|
|
914
|
+
.nodeTitle[data-v-b01d3a50] {
|
|
856
915
|
width: 90px;
|
|
857
916
|
height: 15px;
|
|
858
917
|
font-weight: 400;
|
|
@@ -867,8 +926,8 @@ button[data-v-e87c59d8] {
|
|
|
867
926
|
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
868
927
|
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
869
928
|
}
|
|
870
|
-
.nodeContent[data-v-
|
|
871
|
-
width:
|
|
929
|
+
.nodeContent[data-v-b01d3a50] {
|
|
930
|
+
/* width: 100%; */
|
|
872
931
|
height: 15px;
|
|
873
932
|
font-weight: 400;
|
|
874
933
|
font-size: 14px;
|
|
@@ -877,22 +936,24 @@ button[data-v-e87c59d8] {
|
|
|
877
936
|
text-align: left;
|
|
878
937
|
font-style: normal;
|
|
879
938
|
text-transform: none;
|
|
880
|
-
padding: 0px
|
|
939
|
+
padding: 0px 0px;
|
|
881
940
|
white-space: nowrap; /* 确保文本在一行内显示 */
|
|
882
941
|
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
883
942
|
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
884
943
|
}
|
|
885
|
-
.
|
|
944
|
+
.nodeContent-desc[data-v-b01d3a50]{
|
|
945
|
+
}
|
|
946
|
+
.el-divider--horizontal[data-v-b01d3a50] {
|
|
886
947
|
margin: 12px 0;
|
|
887
948
|
}
|
|
888
|
-
.nodeView[data-v-
|
|
949
|
+
.nodeView[data-v-b01d3a50] {
|
|
889
950
|
border: 1px solid #5a90f9;
|
|
890
951
|
background: #eef3fe;
|
|
891
952
|
}
|
|
892
|
-
.nodeTitle[data-v-
|
|
953
|
+
.nodeTitle[data-v-b01d3a50] {
|
|
893
954
|
width: 80px;
|
|
894
955
|
}
|
|
895
|
-
.nodeView[data-v-
|
|
956
|
+
.nodeView[data-v-6d0cd280] {
|
|
896
957
|
box-sizing: border-box;
|
|
897
958
|
margin: 10px 10px;
|
|
898
959
|
width: 180px;
|
|
@@ -901,7 +962,7 @@ button[data-v-e87c59d8] {
|
|
|
901
962
|
border-radius: 2px 2px 2px 2px;
|
|
902
963
|
padding: 20px 10px;
|
|
903
964
|
}
|
|
904
|
-
.nodeTitle[data-v-
|
|
965
|
+
.nodeTitle[data-v-6d0cd280] {
|
|
905
966
|
width: 90px;
|
|
906
967
|
height: 15px;
|
|
907
968
|
font-weight: 400;
|
|
@@ -916,8 +977,8 @@ button[data-v-e87c59d8] {
|
|
|
916
977
|
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
917
978
|
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
918
979
|
}
|
|
919
|
-
.nodeContent[data-v-
|
|
920
|
-
width:
|
|
980
|
+
.nodeContent[data-v-6d0cd280] {
|
|
981
|
+
/* width: 100%; */
|
|
921
982
|
height: 15px;
|
|
922
983
|
font-weight: 400;
|
|
923
984
|
font-size: 14px;
|
|
@@ -926,22 +987,24 @@ button[data-v-e87c59d8] {
|
|
|
926
987
|
text-align: left;
|
|
927
988
|
font-style: normal;
|
|
928
989
|
text-transform: none;
|
|
929
|
-
padding: 0px
|
|
990
|
+
padding: 0px 0px;
|
|
930
991
|
white-space: nowrap; /* 确保文本在一行内显示 */
|
|
931
992
|
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
932
993
|
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
933
994
|
}
|
|
934
|
-
.
|
|
995
|
+
.nodeContent-desc[data-v-6d0cd280]{
|
|
996
|
+
}
|
|
997
|
+
.el-divider--horizontal[data-v-6d0cd280] {
|
|
935
998
|
margin: 12px 0;
|
|
936
999
|
}
|
|
937
|
-
.nodeView[data-v-
|
|
1000
|
+
.nodeView[data-v-6d0cd280] {
|
|
938
1001
|
border: 1px solid #5a90f9;
|
|
939
1002
|
background: #eef3fe;
|
|
940
1003
|
}
|
|
941
|
-
.nodeTitle[data-v-
|
|
1004
|
+
.nodeTitle[data-v-6d0cd280] {
|
|
942
1005
|
width: 80px;
|
|
943
1006
|
}
|
|
944
|
-
.nodeView[data-v-
|
|
1007
|
+
.nodeView[data-v-c176feb6] {
|
|
945
1008
|
box-sizing: border-box;
|
|
946
1009
|
margin: 10px 10px;
|
|
947
1010
|
width: 180px;
|
|
@@ -950,7 +1013,7 @@ button[data-v-e87c59d8] {
|
|
|
950
1013
|
border-radius: 2px 2px 2px 2px;
|
|
951
1014
|
padding: 20px 10px;
|
|
952
1015
|
}
|
|
953
|
-
.nodeTitle[data-v-
|
|
1016
|
+
.nodeTitle[data-v-c176feb6] {
|
|
954
1017
|
width: 90px;
|
|
955
1018
|
height: 15px;
|
|
956
1019
|
font-weight: 400;
|
|
@@ -965,8 +1028,8 @@ button[data-v-e87c59d8] {
|
|
|
965
1028
|
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
966
1029
|
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
967
1030
|
}
|
|
968
|
-
.nodeContent[data-v-
|
|
969
|
-
width:
|
|
1031
|
+
.nodeContent[data-v-c176feb6] {
|
|
1032
|
+
/* width: 100%; */
|
|
970
1033
|
height: 15px;
|
|
971
1034
|
font-weight: 400;
|
|
972
1035
|
font-size: 14px;
|
|
@@ -975,72 +1038,45 @@ button[data-v-e87c59d8] {
|
|
|
975
1038
|
text-align: left;
|
|
976
1039
|
font-style: normal;
|
|
977
1040
|
text-transform: none;
|
|
978
|
-
padding: 0px
|
|
1041
|
+
padding: 0px 0px;
|
|
979
1042
|
white-space: nowrap; /* 确保文本在一行内显示 */
|
|
980
1043
|
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
981
1044
|
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
982
1045
|
}
|
|
983
|
-
.
|
|
1046
|
+
.nodeContent-desc[data-v-c176feb6]{
|
|
1047
|
+
}
|
|
1048
|
+
.el-divider--horizontal[data-v-c176feb6] {
|
|
984
1049
|
margin: 12px 0;
|
|
985
1050
|
}
|
|
986
|
-
.nodeView[data-v-
|
|
1051
|
+
.nodeView[data-v-c176feb6] {
|
|
987
1052
|
border: 1px solid #5a90f9;
|
|
988
1053
|
background: #eef3fe;
|
|
989
1054
|
width: 180px;
|
|
990
1055
|
min-height: 95px;
|
|
991
1056
|
}
|
|
992
|
-
.nodeContent[data-v-
|
|
1057
|
+
.nodeContent[data-v-c176feb6] {
|
|
993
1058
|
}
|
|
994
|
-
|
|
995
|
-
|
|
996
|
-
|
|
997
|
-
|
|
998
|
-
|
|
1059
|
+
|
|
1060
|
+
.node-content[data-v-69a854a3] {
|
|
1061
|
+
width: 120px;
|
|
1062
|
+
height: 44px;
|
|
1063
|
+
background: #ffffff;
|
|
999
1064
|
box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
|
|
1000
|
-
border-radius: 2px 2px 2px 2px;
|
|
1001
|
-
padding: 20px 10px;
|
|
1002
|
-
}
|
|
1003
|
-
.nodeTitle[data-v-5911272d] {
|
|
1004
|
-
width: 90px;
|
|
1005
|
-
height: 15px;
|
|
1006
|
-
font-weight: 400;
|
|
1007
|
-
font-size: 16px;
|
|
1008
|
-
color: #333333;
|
|
1009
|
-
line-height: 14px;
|
|
1010
|
-
text-align: left;
|
|
1011
|
-
font-style: normal;
|
|
1012
|
-
text-transform: none;
|
|
1013
|
-
padding: 0px 24px;
|
|
1014
|
-
white-space: nowrap; /* 确保文本在一行内显示 */
|
|
1015
|
-
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
1016
|
-
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
1065
|
+
border-radius: 2px 2px 2px 2px;
|
|
1017
1066
|
}
|
|
1018
|
-
.
|
|
1019
|
-
width:
|
|
1067
|
+
.content[data-v-69a854a3] {
|
|
1068
|
+
width: 28px;
|
|
1020
1069
|
height: 15px;
|
|
1021
1070
|
font-weight: 400;
|
|
1022
1071
|
font-size: 14px;
|
|
1023
|
-
color: #
|
|
1072
|
+
color: #333333;
|
|
1024
1073
|
line-height: 14px;
|
|
1025
1074
|
text-align: left;
|
|
1026
1075
|
font-style: normal;
|
|
1027
1076
|
text-transform: none;
|
|
1028
|
-
padding: 0px
|
|
1029
|
-
white-space: nowrap; /* 确保文本在一行内显示 */
|
|
1030
|
-
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
1031
|
-
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
1032
|
-
}
|
|
1033
|
-
.el-divider--horizontal[data-v-5911272d] {
|
|
1034
|
-
margin: 12px 0;
|
|
1035
|
-
}
|
|
1036
|
-
.nodeView[data-v-5911272d] {
|
|
1037
|
-
border: 1px solid #5a90f9;
|
|
1038
|
-
background: #eef3fe;
|
|
1039
|
-
}
|
|
1040
|
-
.nodeTitle[data-v-5911272d] {
|
|
1041
|
-
width: 80px;
|
|
1077
|
+
padding: 5px 0px 4px 10px;
|
|
1042
1078
|
}
|
|
1043
|
-
.nodeView[data-v-
|
|
1079
|
+
.nodeView[data-v-bd32480c] {
|
|
1044
1080
|
box-sizing: border-box;
|
|
1045
1081
|
margin: 10px 10px;
|
|
1046
1082
|
width: 180px;
|
|
@@ -1049,7 +1085,7 @@ button[data-v-e87c59d8] {
|
|
|
1049
1085
|
border-radius: 2px 2px 2px 2px;
|
|
1050
1086
|
padding: 20px 10px;
|
|
1051
1087
|
}
|
|
1052
|
-
.nodeTitle[data-v-
|
|
1088
|
+
.nodeTitle[data-v-bd32480c] {
|
|
1053
1089
|
width: 90px;
|
|
1054
1090
|
height: 15px;
|
|
1055
1091
|
font-weight: 400;
|
|
@@ -1064,8 +1100,8 @@ button[data-v-e87c59d8] {
|
|
|
1064
1100
|
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
1065
1101
|
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
1066
1102
|
}
|
|
1067
|
-
.nodeContent[data-v-
|
|
1068
|
-
width:
|
|
1103
|
+
.nodeContent[data-v-bd32480c] {
|
|
1104
|
+
/* width: 100%; */
|
|
1069
1105
|
height: 15px;
|
|
1070
1106
|
font-weight: 400;
|
|
1071
1107
|
font-size: 14px;
|
|
@@ -1074,23 +1110,25 @@ button[data-v-e87c59d8] {
|
|
|
1074
1110
|
text-align: left;
|
|
1075
1111
|
font-style: normal;
|
|
1076
1112
|
text-transform: none;
|
|
1077
|
-
padding: 0px
|
|
1113
|
+
padding: 0px 0px;
|
|
1078
1114
|
white-space: nowrap; /* 确保文本在一行内显示 */
|
|
1079
1115
|
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
1080
1116
|
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
1081
1117
|
}
|
|
1082
|
-
.
|
|
1118
|
+
.nodeContent-desc[data-v-bd32480c]{
|
|
1119
|
+
}
|
|
1120
|
+
.el-divider--horizontal[data-v-bd32480c] {
|
|
1083
1121
|
margin: 12px 0;
|
|
1084
1122
|
}
|
|
1085
|
-
.nodeView[data-v-
|
|
1123
|
+
.nodeView[data-v-bd32480c] {
|
|
1086
1124
|
border: 1px solid #5a90f9;
|
|
1087
1125
|
background: #eef3fe;
|
|
1088
1126
|
width: 180px;
|
|
1089
1127
|
min-height: 95px;
|
|
1090
1128
|
}
|
|
1091
|
-
.nodeContent[data-v-
|
|
1129
|
+
.nodeContent[data-v-bd32480c] {
|
|
1092
1130
|
}
|
|
1093
|
-
.nodeView[data-v-
|
|
1131
|
+
.nodeView[data-v-faa5a940] {
|
|
1094
1132
|
box-sizing: border-box;
|
|
1095
1133
|
margin: 10px 10px;
|
|
1096
1134
|
width: 180px;
|
|
@@ -1099,7 +1137,7 @@ button[data-v-e87c59d8] {
|
|
|
1099
1137
|
border-radius: 2px 2px 2px 2px;
|
|
1100
1138
|
padding: 20px 10px;
|
|
1101
1139
|
}
|
|
1102
|
-
.nodeTitle[data-v-
|
|
1140
|
+
.nodeTitle[data-v-faa5a940] {
|
|
1103
1141
|
width: 90px;
|
|
1104
1142
|
height: 15px;
|
|
1105
1143
|
font-weight: 400;
|
|
@@ -1114,8 +1152,8 @@ button[data-v-e87c59d8] {
|
|
|
1114
1152
|
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
1115
1153
|
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
1116
1154
|
}
|
|
1117
|
-
.nodeContent[data-v-
|
|
1118
|
-
width:
|
|
1155
|
+
.nodeContent[data-v-faa5a940] {
|
|
1156
|
+
/* width: 100%; */
|
|
1119
1157
|
height: 15px;
|
|
1120
1158
|
font-weight: 400;
|
|
1121
1159
|
font-size: 14px;
|
|
@@ -1124,22 +1162,24 @@ button[data-v-e87c59d8] {
|
|
|
1124
1162
|
text-align: left;
|
|
1125
1163
|
font-style: normal;
|
|
1126
1164
|
text-transform: none;
|
|
1127
|
-
padding: 0px
|
|
1165
|
+
padding: 0px 0px;
|
|
1128
1166
|
white-space: nowrap; /* 确保文本在一行内显示 */
|
|
1129
1167
|
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
1130
1168
|
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
1131
1169
|
}
|
|
1132
|
-
.
|
|
1170
|
+
.nodeContent-desc[data-v-faa5a940]{
|
|
1171
|
+
}
|
|
1172
|
+
.el-divider--horizontal[data-v-faa5a940] {
|
|
1133
1173
|
margin: 12px 0;
|
|
1134
1174
|
}
|
|
1135
|
-
.nodeView[data-v-
|
|
1175
|
+
.nodeView[data-v-faa5a940] {
|
|
1136
1176
|
border: 1px solid #5a90f9;
|
|
1137
1177
|
background: #eef3fe;
|
|
1138
1178
|
}
|
|
1139
|
-
.nodeTitle[data-v-
|
|
1179
|
+
.nodeTitle[data-v-faa5a940] {
|
|
1140
1180
|
width: 80px;
|
|
1141
1181
|
}
|
|
1142
|
-
.nodeView[data-v-
|
|
1182
|
+
.nodeView[data-v-9fff2753] {
|
|
1143
1183
|
box-sizing: border-box;
|
|
1144
1184
|
margin: 10px 10px;
|
|
1145
1185
|
width: 180px;
|
|
@@ -1148,7 +1188,7 @@ button[data-v-e87c59d8] {
|
|
|
1148
1188
|
border-radius: 2px 2px 2px 2px;
|
|
1149
1189
|
padding: 20px 10px;
|
|
1150
1190
|
}
|
|
1151
|
-
.nodeTitle[data-v-
|
|
1191
|
+
.nodeTitle[data-v-9fff2753] {
|
|
1152
1192
|
width: 90px;
|
|
1153
1193
|
height: 15px;
|
|
1154
1194
|
font-weight: 400;
|
|
@@ -1163,8 +1203,8 @@ button[data-v-e87c59d8] {
|
|
|
1163
1203
|
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
1164
1204
|
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
1165
1205
|
}
|
|
1166
|
-
.nodeContent[data-v-
|
|
1167
|
-
width:
|
|
1206
|
+
.nodeContent[data-v-9fff2753] {
|
|
1207
|
+
/* width: 100%; */
|
|
1168
1208
|
height: 15px;
|
|
1169
1209
|
font-weight: 400;
|
|
1170
1210
|
font-size: 14px;
|
|
@@ -1173,39 +1213,31 @@ button[data-v-e87c59d8] {
|
|
|
1173
1213
|
text-align: left;
|
|
1174
1214
|
font-style: normal;
|
|
1175
1215
|
text-transform: none;
|
|
1176
|
-
padding: 0px
|
|
1216
|
+
padding: 0px 0px;
|
|
1177
1217
|
white-space: nowrap; /* 确保文本在一行内显示 */
|
|
1178
1218
|
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
1179
1219
|
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
1180
1220
|
}
|
|
1181
|
-
.
|
|
1221
|
+
.nodeContent-desc[data-v-9fff2753]{
|
|
1222
|
+
}
|
|
1223
|
+
.el-divider--horizontal[data-v-9fff2753] {
|
|
1182
1224
|
margin: 12px 0;
|
|
1183
1225
|
}
|
|
1184
|
-
.nodeView[data-v-
|
|
1226
|
+
.nodeView[data-v-9fff2753] {
|
|
1185
1227
|
border: 1px solid #5a90f9;
|
|
1186
1228
|
background: #eef3fe;
|
|
1187
1229
|
}
|
|
1188
|
-
.nodeTitle[data-v-
|
|
1230
|
+
.nodeTitle[data-v-9fff2753] {
|
|
1189
1231
|
width: 80px;
|
|
1190
1232
|
}
|
|
1191
1233
|
|
|
1192
|
-
.el-select + .el-input[data-v-
|
|
1193
|
-
margin-left: 10px;
|
|
1194
|
-
}
|
|
1195
|
-
.el-input + .el-input[data-v-393fc753] {
|
|
1196
|
-
margin-left: 10px;
|
|
1197
|
-
}
|
|
1198
|
-
.el-input + .el-button[data-v-393fc753] {
|
|
1199
|
-
margin-left: 10px;
|
|
1200
|
-
}
|
|
1201
|
-
|
|
1202
|
-
.el-select + .el-input[data-v-b4ce2c56] {
|
|
1234
|
+
.el-select + .el-input[data-v-dbffbd8f] {
|
|
1203
1235
|
margin-left: 10px;
|
|
1204
1236
|
}
|
|
1205
|
-
.el-input + .el-input[data-v-
|
|
1237
|
+
.el-input + .el-input[data-v-dbffbd8f] {
|
|
1206
1238
|
margin-left: 10px;
|
|
1207
1239
|
}
|
|
1208
|
-
.el-input + .el-button[data-v-
|
|
1240
|
+
.el-input + .el-button[data-v-dbffbd8f] {
|
|
1209
1241
|
margin-left: 10px;
|
|
1210
1242
|
}
|
|
1211
1243
|
|
|
@@ -1220,27 +1252,37 @@ button[data-v-e87c59d8] {
|
|
|
1220
1252
|
margin-top: 0px;
|
|
1221
1253
|
}
|
|
1222
1254
|
|
|
1223
|
-
[data-v-
|
|
1255
|
+
.el-select + .el-input[data-v-92a1d6cc] {
|
|
1256
|
+
margin-left: 10px;
|
|
1257
|
+
}
|
|
1258
|
+
.el-input + .el-input[data-v-92a1d6cc] {
|
|
1259
|
+
margin-left: 10px;
|
|
1260
|
+
}
|
|
1261
|
+
.el-input + .el-button[data-v-92a1d6cc] {
|
|
1262
|
+
margin-left: 10px;
|
|
1263
|
+
}
|
|
1264
|
+
|
|
1265
|
+
[data-v-9cc733d7] .el-cascader-menu {
|
|
1224
1266
|
min-width: 120px !important;
|
|
1225
1267
|
}
|
|
1226
|
-
.totalStyle[data-v-
|
|
1268
|
+
.totalStyle[data-v-9cc733d7] {
|
|
1227
1269
|
display: flex;
|
|
1228
1270
|
height: 15px;
|
|
1229
1271
|
align-items: center;
|
|
1230
1272
|
justify-content: center;
|
|
1231
1273
|
font-size: 10px;
|
|
1232
1274
|
}
|
|
1233
|
-
[data-v-
|
|
1275
|
+
[data-v-9cc733d7] .el-input-group__append {
|
|
1234
1276
|
cursor: pointer;
|
|
1235
1277
|
}
|
|
1236
1278
|
|
|
1237
|
-
[data-v-
|
|
1238
|
-
vertical-align: middle;
|
|
1239
|
-
}
|
|
1240
|
-
|
|
1241
|
-
[data-v-7171cd1f] .el-upload {
|
|
1279
|
+
[data-v-2d06523b] .el-upload {
|
|
1242
1280
|
width: 100%;
|
|
1243
1281
|
}
|
|
1244
|
-
[data-v-
|
|
1282
|
+
[data-v-2d06523b] .el-button {
|
|
1245
1283
|
width: 100%;
|
|
1246
1284
|
}
|
|
1285
|
+
|
|
1286
|
+
[data-v-9a3ee19e] .el-dropdown {
|
|
1287
|
+
vertical-align: middle;
|
|
1288
|
+
}
|