diff --git a/src/components/flowEditor/context-menu.vue b/src/components/flowEditor/context-menu.vue index c721fa7..e152a8c 100644 --- a/src/components/flowEditor/context-menu.vue +++ b/src/components/flowEditor/context-menu.vue @@ -1,27 +1,33 @@ @@ -45,8 +51,9 @@ const handleCancel = () => { left: 0; top: 0; background-color: #ffffff; - padding: 8px 16px; + padding: 4px 12px; box-shadow: 0 0 5px 2px #efefef; cursor: pointer; + font-size: 12px; } diff --git a/src/views/data-flow-editor/components/join.vue b/src/views/data-flow-editor/components/join.vue index 84f4fd7..d810d9c 100644 --- a/src/views/data-flow-editor/components/join.vue +++ b/src/views/data-flow-editor/components/join.vue @@ -5,7 +5,7 @@

1.设置连接方式

- + {{item.label}}
@@ -132,9 +132,9 @@ const disposeLineList = () => { data.value.rightNodeId = conArrData.value[1].id; passIf.value = true; - // if (nodeValue.value.data) { - // data.value = JSON.parse(nodeValue.value.data); - // } + if (nodeValue.value.data) { + data.value = JSON.parse(nodeValue.value.data); + } } else { passIf.value = false; } diff --git a/src/views/data-flow-editor/index.vue b/src/views/data-flow-editor/index.vue index 6c9d766..842b4fd 100644 --- a/src/views/data-flow-editor/index.vue +++ b/src/views/data-flow-editor/index.vue @@ -84,7 +84,7 @@