From e8c559580a9fc74b950cb40f327082fdf9e5d8a1 Mon Sep 17 00:00:00 2001 From: wangdan-fit2cloud Date: Mon, 3 Mar 2025 15:27:50 +0800 Subject: [PATCH] perf: Optimization codemirror title --- ui/src/components/codemirror-editor/index.vue | 8 ++------ ui/src/components/dynamics-form/items/JsonInput.vue | 2 +- .../views/function-lib/component/FunctionFormDrawer.vue | 6 +++++- ui/src/workflow/nodes/function-node/index.vue | 1 + ui/src/workflow/nodes/variable-assign-node/index.vue | 1 + 5 files changed, 10 insertions(+), 8 deletions(-) diff --git a/ui/src/components/codemirror-editor/index.vue b/ui/src/components/codemirror-editor/index.vue index 0d9d81cac..52fc72367 100644 --- a/ui/src/components/codemirror-editor/index.vue +++ b/ui/src/components/codemirror-editor/index.vue @@ -16,12 +16,7 @@ - + () const emit = defineEmits(['update:modelValue', 'submitDialog']) diff --git a/ui/src/components/dynamics-form/items/JsonInput.vue b/ui/src/components/dynamics-form/items/JsonInput.vue index 6e55fcf0e..19b68a901 100644 --- a/ui/src/components/dynamics-form/items/JsonInput.vue +++ b/ui/src/components/dynamics-form/items/JsonInput.vue @@ -22,7 +22,7 @@ diff --git a/ui/src/views/function-lib/component/FunctionFormDrawer.vue b/ui/src/views/function-lib/component/FunctionFormDrawer.vue index 2b8031e8c..1435aca93 100644 --- a/ui/src/views/function-lib/component/FunctionFormDrawer.vue +++ b/ui/src/views/function-lib/component/FunctionFormDrawer.vue @@ -134,7 +134,11 @@
- +

{{ $t('common.param.outputParam') }} diff --git a/ui/src/workflow/nodes/function-node/index.vue b/ui/src/workflow/nodes/function-node/index.vue index 0bbd5158a..26bf9c46b 100644 --- a/ui/src/workflow/nodes/function-node/index.vue +++ b/ui/src/workflow/nodes/function-node/index.vue @@ -79,6 +79,7 @@