service-flow-designer 1.1.18-tmp1 → 1.1.18
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.css +10 -0
- package/dist/es/designer/common/components/database-select.vue.js +1 -1
- package/dist/es/designer/common/components/datatable-select.css +10 -0
- package/dist/es/designer/common/components/datatable-select.vue.js +1 -1
- package/dist/es/designer/common/components/file-upload.css +7 -0
- package/dist/es/designer/common/components/file-upload.vue.js +1 -1
- package/dist/es/designer/common/components/value-set-input/value-set-input.css +14 -0
- package/dist/es/designer/common/components/value-set-input/value-set-input.vue.js +1 -1
- package/dist/es/designer/desginer-index.css +24 -0
- package/dist/es/designer/desginer-index.vue.js +1 -1
- package/dist/es/designer/service-components/base/custom-function/config.css +13 -0
- package/dist/es/designer/service-components/base/custom-function/config.vue.js +1 -1
- package/dist/es/designer/service-components/base/custom-function/index.css +49 -0
- package/dist/es/designer/service-components/base/custom-function/index.vue.js +1 -1
- package/dist/es/designer/service-components/base/end-node/index.css +20 -0
- package/dist/es/designer/service-components/base/end-node/index.vue.js +1 -1
- package/dist/es/designer/service-components/base/judge-condition/index.css +50 -0
- package/dist/es/designer/service-components/base/judge-condition/index.vue.js +1 -1
- package/dist/es/designer/service-components/base/loop-node/config.css +4 -0
- package/dist/es/designer/service-components/base/loop-node/config.vue.js +1 -1
- package/dist/es/designer/service-components/base/notification/index.css +49 -0
- package/dist/es/designer/service-components/base/notification/index.vue.js +1 -1
- package/dist/es/designer/service-components/base/notification/recipients-select.css +4 -0
- package/dist/es/designer/service-components/base/notification/recipients-select.vue.js +1 -1
- package/dist/es/designer/service-components/base/start-node/index.css +20 -0
- package/dist/es/designer/service-components/base/start-node/index.vue.js +1 -1
- package/dist/es/designer/service-components/computation/clean/config.css +10 -0
- package/dist/es/designer/service-components/computation/clean/config.vue.js +1 -1
- package/dist/es/designer/service-components/computation/clean/index.css +49 -0
- package/dist/es/designer/service-components/computation/clean/index.vue.js +1 -1
- package/dist/es/designer/service-components/computation/connect/config.css +7 -0
- package/dist/es/designer/service-components/computation/connect/config.vue.js +1 -1
- package/dist/es/designer/service-components/computation/connect/index.css +49 -0
- package/dist/es/designer/service-components/computation/connect/index.vue.js +1 -1
- package/dist/es/designer/service-components/computation/sort/config.css +10 -0
- package/dist/es/designer/service-components/computation/sort/config.vue.js +1 -1
- package/dist/es/designer/service-components/computation/sort/index.css +49 -0
- package/dist/es/designer/service-components/computation/sort/index.vue.js +1 -1
- package/dist/es/designer/service-components/computation/split-joint/config.css +7 -0
- package/dist/es/designer/service-components/computation/split-joint/config.vue.js +1 -1
- package/dist/es/designer/service-components/computation/split-joint/index.css +49 -0
- package/dist/es/designer/service-components/computation/split-joint/index.vue.js +1 -1
- package/dist/es/designer/service-components/computation/statistics/config.css +7 -0
- package/dist/es/designer/service-components/computation/statistics/config.vue.js +1 -1
- package/dist/es/designer/service-components/computation/statistics/index.css +49 -0
- package/dist/es/designer/service-components/computation/statistics/index.vue.js +1 -1
- package/dist/es/designer/service-components/database/aggregate-query/config.css +7 -0
- package/dist/es/designer/service-components/database/aggregate-query/config.vue.js +1 -1
- package/dist/es/designer/service-components/database/aggregate-query/index.css +50 -0
- package/dist/es/designer/service-components/database/aggregate-query/index.vue.js +1 -1
- package/dist/es/designer/service-components/database/dynamic-sql/config.css +13 -0
- package/dist/es/designer/service-components/database/dynamic-sql/config.vue.js +1 -1
- package/dist/es/designer/service-components/database/dynamic-sql/index.css +49 -0
- package/dist/es/designer/service-components/database/dynamic-sql/index.vue.js +1 -1
- package/dist/es/designer/service-components/database/regular-query/config.css +7 -0
- package/dist/es/designer/service-components/database/regular-query/config.vue.js +1 -1
- package/dist/es/designer/service-components/database/regular-query/index.css +50 -0
- package/dist/es/designer/service-components/database/regular-query/index.vue.js +1 -1
- package/dist/es/designer/service-components/service/common/json-data.css +4 -0
- package/dist/es/designer/service-components/service/common/json-data.vue.js +1 -1
- package/dist/es/designer/service-components/service/common/param-config.css +7 -0
- package/dist/es/designer/service-components/service/common/param-config.vue.js +1 -1
- package/dist/es/designer/service-components/service/custom-bean/index.css +49 -0
- package/dist/es/designer/service-components/service/custom-bean/index.vue.js +1 -1
- package/dist/es/designer/service-components/service/http-service/config.css +7 -0
- package/dist/es/designer/service-components/service/http-service/config.vue.js +1 -1
- package/dist/es/designer/service-components/service/http-service/index.css +49 -0
- package/dist/es/designer/service-components/service/http-service/index.vue.js +1 -1
- package/dist/es/{style.css → designer/service-flow-view/service-flow-tool.css} +0 -1116
- package/dist/es/designer/service-flow-view/service-flow-tool.vue.js +1 -1
- package/dist/es/designer/service-flow-view/service-node-config.css +10 -0
- package/dist/es/designer/service-flow-view/service-node-config.vue.js +1 -1
- package/dist/es/designer/service-flow-view/service-update-log.css +5 -0
- package/dist/es/designer/service-flow-view/service-update-log.vue.js +1 -1
- package/dist/es/designer/service-flow-view/view-index.css +102 -0
- package/dist/es/designer/service-flow-view/view-index.vue.js +1 -1
- package/dist/es/designer/service-panel/component-panel.css +66 -0
- package/dist/es/designer/service-panel/component-panel.vue.js +1 -1
- package/dist/es/designer/service-panel/service-list.css +36 -0
- package/dist/es/designer/service-panel/service-list.vue.js +1 -1
- package/dist/es/designer/service-panel/service-panel.css +41 -0
- package/dist/es/designer/service-panel/service-panel.vue.js +1 -1
- package/dist/es/wf-editor/wf-editor.css +4 -0
- package/dist/es/wf-editor/wf-editor.vue.js +1 -1
- package/dist/lib/designer/common/components/database-select.css +10 -0
- package/dist/lib/designer/common/components/database-select.vue.js +1 -1
- package/dist/lib/designer/common/components/datatable-select.css +10 -0
- package/dist/lib/designer/common/components/datatable-select.vue.js +1 -1
- package/dist/lib/designer/common/components/file-upload.css +7 -0
- package/dist/lib/designer/common/components/file-upload.vue.js +1 -1
- package/dist/lib/designer/common/components/value-set-input/value-set-input.css +14 -0
- package/dist/lib/designer/common/components/value-set-input/value-set-input.vue.js +1 -1
- package/dist/lib/designer/desginer-index.css +24 -0
- package/dist/lib/designer/desginer-index.vue.js +1 -1
- package/dist/lib/designer/service-components/base/custom-function/config.css +13 -0
- package/dist/lib/designer/service-components/base/custom-function/config.vue.js +1 -1
- package/dist/lib/designer/service-components/base/custom-function/index.css +49 -0
- package/dist/lib/designer/service-components/base/custom-function/index.vue.js +1 -1
- package/dist/lib/designer/service-components/base/end-node/index.css +20 -0
- package/dist/lib/designer/service-components/base/end-node/index.vue.js +1 -1
- package/dist/lib/designer/service-components/base/judge-condition/index.css +50 -0
- package/dist/lib/designer/service-components/base/judge-condition/index.vue.js +1 -1
- package/dist/lib/designer/service-components/base/loop-node/config.css +4 -0
- package/dist/lib/designer/service-components/base/loop-node/config.vue.js +1 -1
- package/dist/lib/designer/service-components/base/notification/index.css +49 -0
- package/dist/lib/designer/service-components/base/notification/index.vue.js +1 -1
- package/dist/lib/designer/service-components/base/notification/recipients-select.css +4 -0
- package/dist/lib/designer/service-components/base/notification/recipients-select.vue.js +1 -1
- package/dist/lib/designer/service-components/base/start-node/index.css +20 -0
- package/dist/lib/designer/service-components/base/start-node/index.vue.js +1 -1
- package/dist/lib/designer/service-components/computation/clean/config.css +10 -0
- package/dist/lib/designer/service-components/computation/clean/config.vue.js +1 -1
- package/dist/lib/designer/service-components/computation/clean/index.css +49 -0
- package/dist/lib/designer/service-components/computation/clean/index.vue.js +1 -1
- package/dist/lib/designer/service-components/computation/connect/config.css +7 -0
- package/dist/lib/designer/service-components/computation/connect/config.vue.js +1 -1
- package/dist/lib/designer/service-components/computation/connect/index.css +49 -0
- package/dist/lib/designer/service-components/computation/connect/index.vue.js +1 -1
- package/dist/lib/designer/service-components/computation/sort/config.css +10 -0
- package/dist/lib/designer/service-components/computation/sort/config.vue.js +1 -1
- package/dist/lib/designer/service-components/computation/sort/index.css +49 -0
- package/dist/lib/designer/service-components/computation/sort/index.vue.js +1 -1
- package/dist/lib/designer/service-components/computation/split-joint/config.css +7 -0
- package/dist/lib/designer/service-components/computation/split-joint/config.vue.js +1 -1
- package/dist/lib/designer/service-components/computation/split-joint/index.css +49 -0
- package/dist/lib/designer/service-components/computation/split-joint/index.vue.js +1 -1
- package/dist/lib/designer/service-components/computation/statistics/config.css +7 -0
- package/dist/lib/designer/service-components/computation/statistics/config.vue.js +1 -1
- package/dist/lib/designer/service-components/computation/statistics/index.css +49 -0
- package/dist/lib/designer/service-components/computation/statistics/index.vue.js +1 -1
- package/dist/lib/designer/service-components/database/aggregate-query/config.css +7 -0
- package/dist/lib/designer/service-components/database/aggregate-query/config.vue.js +1 -1
- package/dist/lib/designer/service-components/database/aggregate-query/index.css +50 -0
- package/dist/lib/designer/service-components/database/aggregate-query/index.vue.js +1 -1
- package/dist/lib/designer/service-components/database/dynamic-sql/config.css +13 -0
- package/dist/lib/designer/service-components/database/dynamic-sql/config.vue.js +1 -1
- package/dist/lib/designer/service-components/database/dynamic-sql/index.css +49 -0
- package/dist/lib/designer/service-components/database/dynamic-sql/index.vue.js +1 -1
- package/dist/lib/designer/service-components/database/regular-query/config.css +7 -0
- package/dist/lib/designer/service-components/database/regular-query/config.vue.js +1 -1
- package/dist/lib/designer/service-components/database/regular-query/index.css +50 -0
- package/dist/lib/designer/service-components/database/regular-query/index.vue.js +1 -1
- package/dist/lib/designer/service-components/service/common/json-data.css +4 -0
- package/dist/lib/designer/service-components/service/common/json-data.vue.js +1 -1
- package/dist/lib/designer/service-components/service/common/param-config.css +7 -0
- package/dist/lib/designer/service-components/service/common/param-config.vue.js +1 -1
- package/dist/lib/designer/service-components/service/custom-bean/index.css +49 -0
- package/dist/lib/designer/service-components/service/custom-bean/index.vue.js +1 -1
- package/dist/lib/designer/service-components/service/http-service/config.css +7 -0
- package/dist/lib/designer/service-components/service/http-service/config.vue.js +1 -1
- package/dist/lib/designer/service-components/service/http-service/index.css +49 -0
- package/dist/lib/designer/service-components/service/http-service/index.vue.js +1 -1
- package/dist/lib/{style.css → designer/service-flow-view/service-flow-tool.css} +0 -1116
- package/dist/lib/designer/service-flow-view/service-flow-tool.vue.js +1 -1
- package/dist/lib/designer/service-flow-view/service-node-config.css +10 -0
- package/dist/lib/designer/service-flow-view/service-node-config.vue.js +1 -1
- package/dist/lib/designer/service-flow-view/service-update-log.css +5 -0
- package/dist/lib/designer/service-flow-view/service-update-log.vue.js +1 -1
- package/dist/lib/designer/service-flow-view/view-index.css +102 -0
- package/dist/lib/designer/service-flow-view/view-index.vue.js +1 -1
- package/dist/lib/designer/service-panel/component-panel.css +66 -0
- package/dist/lib/designer/service-panel/component-panel.vue.js +1 -1
- package/dist/lib/designer/service-panel/service-list.css +36 -0
- package/dist/lib/designer/service-panel/service-list.vue.js +1 -1
- package/dist/lib/designer/service-panel/service-panel.css +41 -0
- package/dist/lib/designer/service-panel/service-panel.vue.js +1 -1
- package/dist/lib/wf-editor/wf-editor.css +4 -0
- package/dist/lib/wf-editor/wf-editor.vue.js +1 -1
- package/package.json +1 -1
- package/dist/es/designer/common/components/database-select.vue3.js +0 -1
- package/dist/es/designer/common/components/datatable-select.vue3.js +0 -1
- package/dist/es/designer/common/components/file-upload.vue3.js +0 -1
- package/dist/es/designer/common/components/value-set-input/value-set-input.vue3.js +0 -1
- package/dist/es/designer/desginer-index.vue3.js +0 -1
- package/dist/es/designer/service-components/base/custom-function/config.vue3.js +0 -1
- package/dist/es/designer/service-components/base/custom-function/index.vue3.js +0 -1
- package/dist/es/designer/service-components/base/end-node/index.vue3.js +0 -1
- package/dist/es/designer/service-components/base/judge-condition/index.vue3.js +0 -1
- package/dist/es/designer/service-components/base/loop-node/config.vue3.js +0 -1
- package/dist/es/designer/service-components/base/notification/index.vue3.js +0 -1
- package/dist/es/designer/service-components/base/notification/recipients-select.vue3.js +0 -1
- package/dist/es/designer/service-components/base/start-node/index.vue3.js +0 -1
- package/dist/es/designer/service-components/computation/clean/config.vue3.js +0 -1
- package/dist/es/designer/service-components/computation/clean/index.vue3.js +0 -1
- package/dist/es/designer/service-components/computation/connect/config.vue3.js +0 -1
- package/dist/es/designer/service-components/computation/connect/index.vue3.js +0 -1
- package/dist/es/designer/service-components/computation/sort/config.vue3.js +0 -1
- package/dist/es/designer/service-components/computation/sort/index.vue3.js +0 -1
- package/dist/es/designer/service-components/computation/split-joint/config.vue3.js +0 -1
- package/dist/es/designer/service-components/computation/split-joint/index.vue3.js +0 -1
- package/dist/es/designer/service-components/computation/statistics/config.vue3.js +0 -1
- package/dist/es/designer/service-components/computation/statistics/index.vue3.js +0 -1
- package/dist/es/designer/service-components/database/aggregate-query/config.vue3.js +0 -1
- package/dist/es/designer/service-components/database/aggregate-query/index.vue3.js +0 -1
- package/dist/es/designer/service-components/database/dynamic-sql/config.vue3.js +0 -1
- package/dist/es/designer/service-components/database/dynamic-sql/index.vue3.js +0 -1
- package/dist/es/designer/service-components/database/regular-query/config.vue3.js +0 -1
- package/dist/es/designer/service-components/database/regular-query/index.vue3.js +0 -1
- package/dist/es/designer/service-components/service/common/json-data.vue3.js +0 -1
- package/dist/es/designer/service-components/service/common/param-config.vue3.js +0 -1
- package/dist/es/designer/service-components/service/custom-bean/index.vue3.js +0 -1
- package/dist/es/designer/service-components/service/http-service/config.vue3.js +0 -1
- package/dist/es/designer/service-components/service/http-service/index.vue3.js +0 -1
- package/dist/es/designer/service-flow-view/service-flow-tool.vue3.js +0 -1
- package/dist/es/designer/service-flow-view/service-node-config.vue3.js +0 -1
- package/dist/es/designer/service-flow-view/service-update-log.vue3.js +0 -1
- package/dist/es/designer/service-flow-view/view-index.vue3.js +0 -1
- package/dist/es/designer/service-panel/component-panel.vue3.js +0 -1
- package/dist/es/designer/service-panel/service-list.vue3.js +0 -1
- package/dist/es/designer/service-panel/service-panel.vue3.js +0 -1
- package/dist/es/wf-editor/wf-editor.vue2.js +0 -1
- package/dist/lib/designer/common/components/database-select.vue3.js +0 -1
- package/dist/lib/designer/common/components/datatable-select.vue3.js +0 -1
- package/dist/lib/designer/common/components/file-upload.vue3.js +0 -1
- package/dist/lib/designer/common/components/value-set-input/value-set-input.vue3.js +0 -1
- package/dist/lib/designer/desginer-index.vue3.js +0 -1
- package/dist/lib/designer/service-components/base/custom-function/config.vue3.js +0 -1
- package/dist/lib/designer/service-components/base/custom-function/index.vue3.js +0 -1
- package/dist/lib/designer/service-components/base/end-node/index.vue3.js +0 -1
- package/dist/lib/designer/service-components/base/judge-condition/index.vue3.js +0 -1
- package/dist/lib/designer/service-components/base/loop-node/config.vue3.js +0 -1
- package/dist/lib/designer/service-components/base/notification/index.vue3.js +0 -1
- package/dist/lib/designer/service-components/base/notification/recipients-select.vue3.js +0 -1
- package/dist/lib/designer/service-components/base/start-node/index.vue3.js +0 -1
- package/dist/lib/designer/service-components/computation/clean/config.vue3.js +0 -1
- package/dist/lib/designer/service-components/computation/clean/index.vue3.js +0 -1
- package/dist/lib/designer/service-components/computation/connect/config.vue3.js +0 -1
- package/dist/lib/designer/service-components/computation/connect/index.vue3.js +0 -1
- package/dist/lib/designer/service-components/computation/sort/config.vue3.js +0 -1
- package/dist/lib/designer/service-components/computation/sort/index.vue3.js +0 -1
- package/dist/lib/designer/service-components/computation/split-joint/config.vue3.js +0 -1
- package/dist/lib/designer/service-components/computation/split-joint/index.vue3.js +0 -1
- package/dist/lib/designer/service-components/computation/statistics/config.vue3.js +0 -1
- package/dist/lib/designer/service-components/computation/statistics/index.vue3.js +0 -1
- package/dist/lib/designer/service-components/database/aggregate-query/config.vue3.js +0 -1
- package/dist/lib/designer/service-components/database/aggregate-query/index.vue3.js +0 -1
- package/dist/lib/designer/service-components/database/dynamic-sql/config.vue3.js +0 -1
- package/dist/lib/designer/service-components/database/dynamic-sql/index.vue3.js +0 -1
- package/dist/lib/designer/service-components/database/regular-query/config.vue3.js +0 -1
- package/dist/lib/designer/service-components/database/regular-query/index.vue3.js +0 -1
- package/dist/lib/designer/service-components/service/common/json-data.vue3.js +0 -1
- package/dist/lib/designer/service-components/service/common/param-config.vue3.js +0 -1
- package/dist/lib/designer/service-components/service/custom-bean/index.vue3.js +0 -1
- package/dist/lib/designer/service-components/service/http-service/config.vue3.js +0 -1
- package/dist/lib/designer/service-components/service/http-service/index.vue3.js +0 -1
- package/dist/lib/designer/service-flow-view/service-flow-tool.vue3.js +0 -1
- package/dist/lib/designer/service-flow-view/service-node-config.vue3.js +0 -1
- package/dist/lib/designer/service-flow-view/service-update-log.vue3.js +0 -1
- package/dist/lib/designer/service-flow-view/view-index.vue3.js +0 -1
- package/dist/lib/designer/service-panel/component-panel.vue3.js +0 -1
- package/dist/lib/designer/service-panel/service-list.vue3.js +0 -1
- package/dist/lib/designer/service-panel/service-panel.vue3.js +0 -1
- package/dist/lib/wf-editor/wf-editor.vue2.js +0 -1
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import _sfc_main from "./service-flow-tool.vue2.js";
|
|
2
|
-
|
|
2
|
+
/* empty css */
|
|
3
3
|
import _export_sfc from "../../_virtual/_plugin-vue_export-helper.js";
|
|
4
4
|
const serviceFlowTool = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-fdc6ec07"]]);
|
|
5
5
|
export {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import _sfc_main from "./service-node-config.vue2.js";
|
|
2
|
-
|
|
2
|
+
/* empty css */
|
|
3
3
|
import _export_sfc from "../../_virtual/_plugin-vue_export-helper.js";
|
|
4
4
|
const serviceNodeConfig = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-b7147464"]]);
|
|
5
5
|
export {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import _sfc_main from "./service-update-log.vue2.js";
|
|
2
|
-
|
|
2
|
+
/* empty css */
|
|
3
3
|
import _export_sfc from "../../_virtual/_plugin-vue_export-helper.js";
|
|
4
4
|
const serviceUpdateLog = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-690da6a6"]]);
|
|
5
5
|
export {
|
|
@@ -0,0 +1,102 @@
|
|
|
1
|
+
.amb-design-content[data-v-284a6117] {
|
|
2
|
+
overflow: auto;
|
|
3
|
+
display: block;
|
|
4
|
+
flex: none;
|
|
5
|
+
position: relative;
|
|
6
|
+
width: 100%;
|
|
7
|
+
height: 100%;
|
|
8
|
+
}
|
|
9
|
+
.amb-design-content[data-v-284a6117]::-webkit-scrollbar {
|
|
10
|
+
width: 1px;
|
|
11
|
+
}
|
|
12
|
+
.amb-design-tool[data-v-284a6117] {
|
|
13
|
+
position: -webkit-sticky; /**Safari */
|
|
14
|
+
position: sticky;
|
|
15
|
+
width: 100%;
|
|
16
|
+
top: 14px;
|
|
17
|
+
background: #ffffff;
|
|
18
|
+
height: 40px;
|
|
19
|
+
line-height: 40px;
|
|
20
|
+
padding-top: 10px;
|
|
21
|
+
box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.08);
|
|
22
|
+
border-radius: 6px 6px 6px 6px;
|
|
23
|
+
z-index: 0;
|
|
24
|
+
}
|
|
25
|
+
.amb-page-type[data-v-284a6117] {
|
|
26
|
+
padding-top: 11px;
|
|
27
|
+
padding-left: 6px;
|
|
28
|
+
padding-right: 6px;
|
|
29
|
+
margin-right: 10px;
|
|
30
|
+
border-radius: 4px 4px 4px 4px;
|
|
31
|
+
cursor: pointer;
|
|
32
|
+
}
|
|
33
|
+
.amb-page-type[data-v-284a6117]:hover {
|
|
34
|
+
background: rgba(11, 45, 101, 0.105);
|
|
35
|
+
}
|
|
36
|
+
.amb-page-type.selected[data-v-284a6117] {
|
|
37
|
+
background: #5893ef;
|
|
38
|
+
color: #ffffff;
|
|
39
|
+
}
|
|
40
|
+
.amb-page-type > label[data-v-284a6117] {
|
|
41
|
+
font-size: 14px;
|
|
42
|
+
padding-left: 6px;
|
|
43
|
+
padding-right: 6px;
|
|
44
|
+
padding-bottom: 15px;
|
|
45
|
+
top: -5px;
|
|
46
|
+
position: relative;
|
|
47
|
+
cursor: pointer;
|
|
48
|
+
}
|
|
49
|
+
.amb-design-tool-split[data-v-284a6117] {
|
|
50
|
+
height: 25px;
|
|
51
|
+
margin-top: -12px;
|
|
52
|
+
}
|
|
53
|
+
.amb-design-board[data-v-284a6117] {
|
|
54
|
+
margin: 0 auto;
|
|
55
|
+
margin-top: 28px;
|
|
56
|
+
overflow-y: auto;
|
|
57
|
+
overflow-x: auto;
|
|
58
|
+
background: #ffffff;
|
|
59
|
+
border-radius: 2px 2px 2px 2px;
|
|
60
|
+
box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.08);
|
|
61
|
+
padding-bottom: 20px;
|
|
62
|
+
}
|
|
63
|
+
.container[data-v-284a6117] {
|
|
64
|
+
height: 100%;
|
|
65
|
+
width: 100%;
|
|
66
|
+
}
|
|
67
|
+
.amb-item-ghost[data-v-284a6117] {
|
|
68
|
+
background-color: #5893ef;
|
|
69
|
+
height: 5px;
|
|
70
|
+
line-height: 5px;
|
|
71
|
+
overflow: hidden;
|
|
72
|
+
}
|
|
73
|
+
/* 将你的自定义样式添加到这里 */
|
|
74
|
+
.draggable-placeholder[data-v-284a6117] {
|
|
75
|
+
background-color: red;
|
|
76
|
+
border: 1px dashed #ddd;
|
|
77
|
+
margin: 5px;
|
|
78
|
+
padding: 10px;
|
|
79
|
+
}
|
|
80
|
+
#LF-view[data-v-284a6117] {
|
|
81
|
+
width: calc(100% - 100px);
|
|
82
|
+
height: 80%;
|
|
83
|
+
outline: none;
|
|
84
|
+
margin-left: 50px;
|
|
85
|
+
}
|
|
86
|
+
.el-drawer__header {
|
|
87
|
+
margin-bottom: 0 !important;
|
|
88
|
+
}
|
|
89
|
+
/**
|
|
90
|
+
解决右侧弹出属性配置遮罩层打开后页面其他地方无法点击问题
|
|
91
|
+
*/
|
|
92
|
+
[data-v-284a6117] .el-overlay {
|
|
93
|
+
position: static !important;
|
|
94
|
+
}
|
|
95
|
+
.triangle[data-v-284a6117] {
|
|
96
|
+
display: inline-block;
|
|
97
|
+
width: 0;
|
|
98
|
+
height: 0;
|
|
99
|
+
border-style: solid;
|
|
100
|
+
border-width: 0 50px 100px 50px;
|
|
101
|
+
border-color: transparent transparent var(--el-skeleton-color) transparent;
|
|
102
|
+
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import _sfc_main from "./view-index.vue2.js";
|
|
2
|
-
|
|
2
|
+
/* empty css */
|
|
3
3
|
import _export_sfc from "../../_virtual/_plugin-vue_export-helper.js";
|
|
4
4
|
const ServiceFlowView = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-284a6117"]]);
|
|
5
5
|
export {
|
|
@@ -0,0 +1,66 @@
|
|
|
1
|
+
.amb-design-attr-base-content[data-v-6e10a7d8] {
|
|
2
|
+
background: #ffffff;
|
|
3
|
+
box-shadow: 1px 0px 10px 0px rgba(0, 0, 0, 0.05);
|
|
4
|
+
height: 100%;
|
|
5
|
+
padding-left: 10px;
|
|
6
|
+
padding-right: 10px;
|
|
7
|
+
overflow: auto;
|
|
8
|
+
}
|
|
9
|
+
.amb-design-attr-item[data-v-6e10a7d8] {
|
|
10
|
+
margin-bottom: 8px;
|
|
11
|
+
}
|
|
12
|
+
.amb-design-attr-group-header > button[data-v-6e10a7d8] {
|
|
13
|
+
background: #f5f6f8;
|
|
14
|
+
padding-left: 10px;
|
|
15
|
+
font-size: 14px;
|
|
16
|
+
height: 42px;
|
|
17
|
+
}
|
|
18
|
+
.amb-design-attr-content[data-v-6e10a7d8] {
|
|
19
|
+
background: #ffffff;
|
|
20
|
+
box-shadow: 1px 0px 10px 0px rgba(0, 0, 0, 0.05);
|
|
21
|
+
height: 100%;
|
|
22
|
+
padding-left: 10px;
|
|
23
|
+
padding-right: 10px;
|
|
24
|
+
overflow: auto;
|
|
25
|
+
position: relative;
|
|
26
|
+
}
|
|
27
|
+
.amb-design-attr-header-search[data-v-6e10a7d8] {
|
|
28
|
+
margin-top: 16px;
|
|
29
|
+
}
|
|
30
|
+
.amb-design-attr-header-select[data-v-6e10a7d8] {
|
|
31
|
+
width: 90px;
|
|
32
|
+
height: 36px;
|
|
33
|
+
}
|
|
34
|
+
.amb-design-page-param-row[data-v-6e10a7d8] {
|
|
35
|
+
height: 34px;
|
|
36
|
+
}
|
|
37
|
+
.el-table__cell > .cell[data-v-6e10a7d8] {
|
|
38
|
+
white-space: nowrap !important;
|
|
39
|
+
}
|
|
40
|
+
.serviceflow-item[data-v-6e10a7d8] {
|
|
41
|
+
background: rgba(88, 147, 239, 0.06);
|
|
42
|
+
border: 1px dashed rgba(88, 147, 239, 0.06);
|
|
43
|
+
border-radius: 4px 4px 4px 4px;
|
|
44
|
+
text-align: center;
|
|
45
|
+
margin-top: 12px;
|
|
46
|
+
padding: 10px 5px 10px 5px;
|
|
47
|
+
font-size: 12px;
|
|
48
|
+
cursor: move;
|
|
49
|
+
height: 60px;
|
|
50
|
+
overflow: hidden;
|
|
51
|
+
box-sizing: border-box;
|
|
52
|
+
color: #333333;
|
|
53
|
+
text-overflow: ellipsis;
|
|
54
|
+
white-space: nowrap;
|
|
55
|
+
-webkit-user-select: none; /* Safari */
|
|
56
|
+
-moz-user-select: none; /* Firefox */
|
|
57
|
+
-ms-user-select: none; /* Internet Explorer/Edge */
|
|
58
|
+
user-select: none; /* 标准语法 */
|
|
59
|
+
}
|
|
60
|
+
.serviceflow-item[data-v-6e10a7d8]:hover {
|
|
61
|
+
background: rgba(11, 45, 101, 0.105);
|
|
62
|
+
border: 1px dashed rgba(11, 45, 101, 0.227);
|
|
63
|
+
}
|
|
64
|
+
.amb-assembly-item-drag[data-v-6e10a7d8] {
|
|
65
|
+
opacity: 1 !important;
|
|
66
|
+
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import _sfc_main from "./component-panel.vue2.js";
|
|
2
|
-
|
|
2
|
+
/* empty css */
|
|
3
3
|
import _export_sfc from "../../_virtual/_plugin-vue_export-helper.js";
|
|
4
4
|
const ComponentPanel = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-6e10a7d8"]]);
|
|
5
5
|
export {
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
|
|
2
|
+
[data-v-8f3bcac1] .el-table__row {
|
|
3
|
+
cursor: pointer;
|
|
4
|
+
}
|
|
5
|
+
/** 右键菜单样式 */
|
|
6
|
+
.context-menu[data-v-8f3bcac1] {
|
|
7
|
+
position: absolute;
|
|
8
|
+
background: #fff;
|
|
9
|
+
z-index: 999;
|
|
10
|
+
margin: 5;
|
|
11
|
+
padding: 8px 8px;
|
|
12
|
+
box-shadow: 0 5px 7px 1px rgba(0, 0, 0, 0.1);
|
|
13
|
+
border: 1px solid #bbbbbb;
|
|
14
|
+
border-radius: 10px;
|
|
15
|
+
font-size: 14px;
|
|
16
|
+
}
|
|
17
|
+
.context-menu li[data-v-8f3bcac1] {
|
|
18
|
+
list-style-type: none;
|
|
19
|
+
min-width: 75px;
|
|
20
|
+
line-height: 28px;
|
|
21
|
+
text-align: left;
|
|
22
|
+
border-radius: 5px;
|
|
23
|
+
padding-left: 5px;
|
|
24
|
+
cursor: pointer;
|
|
25
|
+
}
|
|
26
|
+
.context-menu li[data-v-8f3bcac1]:hover {
|
|
27
|
+
background: #0165e1;
|
|
28
|
+
color: #fff;
|
|
29
|
+
}
|
|
30
|
+
/** 右键菜单样式 */
|
|
31
|
+
.custom-tree-node[data-v-8f3bcac1] {
|
|
32
|
+
font-size: 14px;
|
|
33
|
+
padding-right: 8px;
|
|
34
|
+
display: flex; /* 使用Flex布局 */
|
|
35
|
+
align-items: center; /* 子元素在交叉轴(垂直方向)上居中对齐 */
|
|
36
|
+
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import _sfc_main from "./service-list.vue2.js";
|
|
2
|
-
|
|
2
|
+
/* empty css */
|
|
3
3
|
import _export_sfc from "../../_virtual/_plugin-vue_export-helper.js";
|
|
4
4
|
const ServiceList = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-8f3bcac1"]]);
|
|
5
5
|
export {
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
|
|
2
|
+
.amb-design-assembly-content[data-v-841ca28e] {
|
|
3
|
+
background: #ffffff;
|
|
4
|
+
box-shadow: 1px 0px 10px 0px rgba(0, 0, 0, 0.05);
|
|
5
|
+
height: 100%;
|
|
6
|
+
padding-left: 10px;
|
|
7
|
+
padding-right: 10px;
|
|
8
|
+
overflow: auto;
|
|
9
|
+
}
|
|
10
|
+
/*控制滚动条宽度*/
|
|
11
|
+
.amb-design-assembly-content[data-v-841ca28e]::-webkit-scrollbar {
|
|
12
|
+
width: 1px;
|
|
13
|
+
}
|
|
14
|
+
.amb-assembly-header[data-v-841ca28e] {
|
|
15
|
+
position: absolute;
|
|
16
|
+
width: 220px;
|
|
17
|
+
text-align: center;
|
|
18
|
+
padding: 18px 0px 10px 0px;
|
|
19
|
+
padding-bottom: 14px;
|
|
20
|
+
background-color: #ffffff;
|
|
21
|
+
}
|
|
22
|
+
.amb-assembly-header-type[data-v-841ca28e] {
|
|
23
|
+
border-radius: 100px 100px 100px 100px;
|
|
24
|
+
background: #ffffff;
|
|
25
|
+
box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
|
|
26
|
+
padding: 10px;
|
|
27
|
+
padding-bottom: 12px;
|
|
28
|
+
}
|
|
29
|
+
.amb-assembly-header-type > label[data-v-841ca28e] {
|
|
30
|
+
padding: 4px 14px;
|
|
31
|
+
cursor: pointer;
|
|
32
|
+
font-size: 14px;
|
|
33
|
+
}
|
|
34
|
+
.amb-assembly-header-type > label.selected[data-v-841ca28e] {
|
|
35
|
+
border-radius: 100px 100px 100px 100px;
|
|
36
|
+
background: #5893ef;
|
|
37
|
+
color: #ffffff;
|
|
38
|
+
}
|
|
39
|
+
.amb-design-assembly-list[data-v-841ca28e] {
|
|
40
|
+
padding-top: 80px;
|
|
41
|
+
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import _sfc_main from "./service-panel.vue2.js";
|
|
2
|
-
|
|
2
|
+
/* empty css */
|
|
3
3
|
import _export_sfc from "../../_virtual/_plugin-vue_export-helper.js";
|
|
4
4
|
const ServicePanel = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-841ca28e"]]);
|
|
5
5
|
export {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { openBlock, createElementBlock, pushScopeId, popScopeId, createElementVNode } from "vue";
|
|
2
|
-
|
|
2
|
+
/* empty css */
|
|
3
3
|
import _export_sfc from "../_virtual/_plugin-vue_export-helper.js";
|
|
4
4
|
const _sfc_main = {};
|
|
5
5
|
const _withScopeId = (n) => (pushScopeId("data-v-e87c59d8"), n = n(), popScopeId(), n);
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
const databaseSelect_vue_vue_type_script_setup_true_lang = require("./database-select.vue2.js");
|
|
3
|
-
|
|
3
|
+
;/* empty css */
|
|
4
4
|
const _pluginVue_exportHelper = require("../../../_virtual/_plugin-vue_export-helper.js");
|
|
5
5
|
const DatabaseSelect = /* @__PURE__ */ _pluginVue_exportHelper(databaseSelect_vue_vue_type_script_setup_true_lang, [["__scopeId", "data-v-393fc753"]]);
|
|
6
6
|
module.exports = DatabaseSelect;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
const datatableSelect_vue_vue_type_script_setup_true_lang = require("./datatable-select.vue2.js");
|
|
3
|
-
|
|
3
|
+
;/* empty css */
|
|
4
4
|
const _pluginVue_exportHelper = require("../../../_virtual/_plugin-vue_export-helper.js");
|
|
5
5
|
const DatatableSelect = /* @__PURE__ */ _pluginVue_exportHelper(datatableSelect_vue_vue_type_script_setup_true_lang, [["__scopeId", "data-v-b4ce2c56"]]);
|
|
6
6
|
module.exports = DatatableSelect;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
const fileUpload_vue_vue_type_script_setup_true_lang = require("./file-upload.vue2.js");
|
|
3
|
-
|
|
3
|
+
;/* empty css */
|
|
4
4
|
const _pluginVue_exportHelper = require("../../../_virtual/_plugin-vue_export-helper.js");
|
|
5
5
|
const fileUpload = /* @__PURE__ */ _pluginVue_exportHelper(fileUpload_vue_vue_type_script_setup_true_lang, [["__scopeId", "data-v-7171cd1f"]]);
|
|
6
6
|
module.exports = fileUpload;
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
|
|
2
|
+
[data-v-f8186126] .el-cascader-menu {
|
|
3
|
+
min-width: 120px !important;
|
|
4
|
+
}
|
|
5
|
+
.totalStyle[data-v-f8186126] {
|
|
6
|
+
display: flex;
|
|
7
|
+
height: 15px;
|
|
8
|
+
align-items: center;
|
|
9
|
+
justify-content: center;
|
|
10
|
+
font-size: 10px;
|
|
11
|
+
}
|
|
12
|
+
[data-v-f8186126] .el-input-group__append {
|
|
13
|
+
cursor: pointer;
|
|
14
|
+
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
const valueSetInput_vue_vue_type_script_setup_true_lang = require("./value-set-input.vue2.js");
|
|
3
|
-
|
|
3
|
+
;/* empty css */
|
|
4
4
|
const _pluginVue_exportHelper = require("../../../../_virtual/_plugin-vue_export-helper.js");
|
|
5
5
|
const ValueSetInput = /* @__PURE__ */ _pluginVue_exportHelper(valueSetInput_vue_vue_type_script_setup_true_lang, [["__scopeId", "data-v-f8186126"]]);
|
|
6
6
|
module.exports = ValueSetInput;
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
.amb-container-left[data-v-afc09bd6] {
|
|
2
|
+
width: 260px;
|
|
3
|
+
padding-right: 20px;
|
|
4
|
+
overflow-y: auto;
|
|
5
|
+
}
|
|
6
|
+
.amb-container-main[data-v-afc09bd6] {
|
|
7
|
+
padding: 0 10px 0 0;
|
|
8
|
+
}
|
|
9
|
+
.amb-container-main[data-v-afc09bd6]::-webkit-scrollbar {
|
|
10
|
+
width: 1px;
|
|
11
|
+
}
|
|
12
|
+
.amb-container-attr[data-v-afc09bd6] {
|
|
13
|
+
width: 300px;
|
|
14
|
+
padding-left: 20px;
|
|
15
|
+
}
|
|
16
|
+
/**
|
|
17
|
+
解决右侧弹出属性配置遮罩层打开后页面其他地方无法点击问题
|
|
18
|
+
*/
|
|
19
|
+
[data-v-afc09bd6]:v-deep(.el-drawer__header) {
|
|
20
|
+
margin-bottom: 0 !important;
|
|
21
|
+
}
|
|
22
|
+
[data-v-afc09bd6] .el-overlay {
|
|
23
|
+
position: static;
|
|
24
|
+
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
const desginerIndex_vue_vue_type_script_setup_true_lang = require("./desginer-index.vue2.js");
|
|
3
|
-
|
|
3
|
+
;/* empty css */
|
|
4
4
|
const _pluginVue_exportHelper = require("../_virtual/_plugin-vue_export-helper.js");
|
|
5
5
|
const ServiceFlowDesginer = /* @__PURE__ */ _pluginVue_exportHelper(desginerIndex_vue_vue_type_script_setup_true_lang, [["__scopeId", "data-v-afc09bd6"]]);
|
|
6
6
|
module.exports = ServiceFlowDesginer;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
|
|
2
|
+
.editorTool[data-v-d55ab098] {
|
|
3
|
+
margin-left: auto;
|
|
4
|
+
}
|
|
5
|
+
.editorOption[data-v-d55ab098] {
|
|
6
|
+
margin-right: 10px;
|
|
7
|
+
cursor: pointer;
|
|
8
|
+
}
|
|
9
|
+
.pppp[data-v-d55ab098] {
|
|
10
|
+
display: flex; /* 使用Flex布局 */
|
|
11
|
+
justify-content: flex-start;
|
|
12
|
+
align-items: center; /* 子元素在交叉轴(垂直方向)上居中对齐 */
|
|
13
|
+
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
const config_vue_vue_type_script_setup_true_lang = require("./config.vue2.js");
|
|
3
|
-
|
|
3
|
+
;/* empty css */
|
|
4
4
|
const _pluginVue_exportHelper = require("../../../../_virtual/_plugin-vue_export-helper.js");
|
|
5
5
|
const config = /* @__PURE__ */ _pluginVue_exportHelper(config_vue_vue_type_script_setup_true_lang, [["__scopeId", "data-v-d55ab098"]]);
|
|
6
6
|
module.exports = config;
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
.nodeView[data-v-faa5a940] {
|
|
2
|
+
box-sizing: border-box;
|
|
3
|
+
margin: 10px 10px;
|
|
4
|
+
width: 180px;
|
|
5
|
+
height: 95px;
|
|
6
|
+
box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
|
|
7
|
+
border-radius: 2px 2px 2px 2px;
|
|
8
|
+
padding: 20px 10px;
|
|
9
|
+
}
|
|
10
|
+
.nodeTitle[data-v-faa5a940] {
|
|
11
|
+
width: 90px;
|
|
12
|
+
height: 15px;
|
|
13
|
+
font-weight: 400;
|
|
14
|
+
font-size: 16px;
|
|
15
|
+
color: #333333;
|
|
16
|
+
line-height: 14px;
|
|
17
|
+
text-align: left;
|
|
18
|
+
font-style: normal;
|
|
19
|
+
text-transform: none;
|
|
20
|
+
padding: 0px 24px;
|
|
21
|
+
white-space: nowrap; /* 确保文本在一行内显示 */
|
|
22
|
+
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
23
|
+
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
24
|
+
}
|
|
25
|
+
.nodeContent[data-v-faa5a940] {
|
|
26
|
+
width: 112px;
|
|
27
|
+
height: 15px;
|
|
28
|
+
font-weight: 400;
|
|
29
|
+
font-size: 14px;
|
|
30
|
+
color: #666666;
|
|
31
|
+
line-height: 14px;
|
|
32
|
+
text-align: left;
|
|
33
|
+
font-style: normal;
|
|
34
|
+
text-transform: none;
|
|
35
|
+
padding: 0px 24px;
|
|
36
|
+
white-space: nowrap; /* 确保文本在一行内显示 */
|
|
37
|
+
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
38
|
+
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
39
|
+
}
|
|
40
|
+
.el-divider--horizontal[data-v-faa5a940] {
|
|
41
|
+
margin: 12px 0;
|
|
42
|
+
}
|
|
43
|
+
.nodeView[data-v-faa5a940] {
|
|
44
|
+
border: 1px solid #5a90f9;
|
|
45
|
+
background: #eef3fe;
|
|
46
|
+
}
|
|
47
|
+
.nodeTitle[data-v-faa5a940] {
|
|
48
|
+
width: 80px;
|
|
49
|
+
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
const index_vue_vue_type_script_setup_true_lang = require("./index.vue2.js");
|
|
3
|
-
|
|
3
|
+
;/* empty css */
|
|
4
4
|
const _pluginVue_exportHelper = require("../../../../_virtual/_plugin-vue_export-helper.js");
|
|
5
5
|
const CustomFunction = /* @__PURE__ */ _pluginVue_exportHelper(index_vue_vue_type_script_setup_true_lang, [["__scopeId", "data-v-faa5a940"]]);
|
|
6
6
|
module.exports = CustomFunction;
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
|
|
2
|
+
.node-content[data-v-b28923f3] {
|
|
3
|
+
width: 120px;
|
|
4
|
+
height: 44px;
|
|
5
|
+
background: #ffffff;
|
|
6
|
+
box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
|
|
7
|
+
border-radius: 2px 2px 2px 2px;
|
|
8
|
+
}
|
|
9
|
+
.content[data-v-b28923f3] {
|
|
10
|
+
width: 28px;
|
|
11
|
+
height: 15px;
|
|
12
|
+
font-weight: 400;
|
|
13
|
+
font-size: 14px;
|
|
14
|
+
color: #333333;
|
|
15
|
+
line-height: 14px;
|
|
16
|
+
text-align: left;
|
|
17
|
+
font-style: normal;
|
|
18
|
+
text-transform: none;
|
|
19
|
+
padding: 5px 0px 4px 10px;
|
|
20
|
+
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
const index_vue_vue_type_script_setup_true_lang = require("./index.vue2.js");
|
|
3
|
-
|
|
3
|
+
;/* empty css */
|
|
4
4
|
const _pluginVue_exportHelper = require("../../../../_virtual/_plugin-vue_export-helper.js");
|
|
5
5
|
const Start = /* @__PURE__ */ _pluginVue_exportHelper(index_vue_vue_type_script_setup_true_lang, [["__scopeId", "data-v-b28923f3"]]);
|
|
6
6
|
module.exports = Start;
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
.nodeView[data-v-c176feb6] {
|
|
2
|
+
box-sizing: border-box;
|
|
3
|
+
margin: 10px 10px;
|
|
4
|
+
width: 180px;
|
|
5
|
+
height: 95px;
|
|
6
|
+
box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
|
|
7
|
+
border-radius: 2px 2px 2px 2px;
|
|
8
|
+
padding: 20px 10px;
|
|
9
|
+
}
|
|
10
|
+
.nodeTitle[data-v-c176feb6] {
|
|
11
|
+
width: 90px;
|
|
12
|
+
height: 15px;
|
|
13
|
+
font-weight: 400;
|
|
14
|
+
font-size: 16px;
|
|
15
|
+
color: #333333;
|
|
16
|
+
line-height: 14px;
|
|
17
|
+
text-align: left;
|
|
18
|
+
font-style: normal;
|
|
19
|
+
text-transform: none;
|
|
20
|
+
padding: 0px 24px;
|
|
21
|
+
white-space: nowrap; /* 确保文本在一行内显示 */
|
|
22
|
+
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
23
|
+
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
24
|
+
}
|
|
25
|
+
.nodeContent[data-v-c176feb6] {
|
|
26
|
+
width: 112px;
|
|
27
|
+
height: 15px;
|
|
28
|
+
font-weight: 400;
|
|
29
|
+
font-size: 14px;
|
|
30
|
+
color: #666666;
|
|
31
|
+
line-height: 14px;
|
|
32
|
+
text-align: left;
|
|
33
|
+
font-style: normal;
|
|
34
|
+
text-transform: none;
|
|
35
|
+
padding: 0px 24px;
|
|
36
|
+
white-space: nowrap; /* 确保文本在一行内显示 */
|
|
37
|
+
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
38
|
+
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
39
|
+
}
|
|
40
|
+
.el-divider--horizontal[data-v-c176feb6] {
|
|
41
|
+
margin: 12px 0;
|
|
42
|
+
}
|
|
43
|
+
.nodeView[data-v-c176feb6] {
|
|
44
|
+
border: 1px solid #5a90f9;
|
|
45
|
+
background: #eef3fe;
|
|
46
|
+
width: 180px;
|
|
47
|
+
min-height: 95px;
|
|
48
|
+
}
|
|
49
|
+
.nodeContent[data-v-c176feb6] {
|
|
50
|
+
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
const index_vue_vue_type_script_setup_true_lang = require("./index.vue2.js");
|
|
3
|
-
|
|
3
|
+
;/* empty css */
|
|
4
4
|
const _pluginVue_exportHelper = require("../../../../_virtual/_plugin-vue_export-helper.js");
|
|
5
5
|
const myJudgeCondition = /* @__PURE__ */ _pluginVue_exportHelper(index_vue_vue_type_script_setup_true_lang, [["__scopeId", "data-v-c176feb6"]]);
|
|
6
6
|
module.exports = myJudgeCondition;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
const config_vue_vue_type_script_setup_true_lang = require("./config.vue2.js");
|
|
3
|
-
|
|
3
|
+
;/* empty css */
|
|
4
4
|
const _pluginVue_exportHelper = require("../../../../_virtual/_plugin-vue_export-helper.js");
|
|
5
5
|
const config = /* @__PURE__ */ _pluginVue_exportHelper(config_vue_vue_type_script_setup_true_lang, [["__scopeId", "data-v-a158f309"]]);
|
|
6
6
|
module.exports = config;
|