From 9396166cbba0b7f3529d80e47e7e7929d43f478e Mon Sep 17 00:00:00 2001 From: zhangzhanwei Date: Fri, 26 Sep 2025 13:41:35 +0800 Subject: [PATCH] fix: intent node achors --- ui/src/workflow/nodes/intent-classify-node/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/src/workflow/nodes/intent-classify-node/index.ts b/ui/src/workflow/nodes/intent-classify-node/index.ts index c7517a805..c39167e92 100644 --- a/ui/src/workflow/nodes/intent-classify-node/index.ts +++ b/ui/src/workflow/nodes/intent-classify-node/index.ts @@ -56,7 +56,7 @@ class IntentModel extends AppNodeModel { anchors.push({ x: x + width / 2 - 10, y: showNode - ? y - height / 2 + FORM_ITEMS_HEIGHT + index *41.3 + ? y - height / 2 + FORM_ITEMS_HEIGHT + index *41.36 : y - 15, id: `${id}_${element.id}_right`, type: 'right'