From 4e5223a6b0a08f8b8753118d8220a45535706fb8 Mon Sep 17 00:00:00 2001 From: shaohuzhang1 Date: Wed, 8 Apr 2026 11:28:17 +0800 Subject: [PATCH] fix: In the newly created workflow tool canvas, the basic information and the start node overlap with each other --- ui/src/workflow/common/data.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ui/src/workflow/common/data.ts b/ui/src/workflow/common/data.ts index 46ac1fb1b83..8264a14179f 100644 --- a/ui/src/workflow/common/data.ts +++ b/ui/src/workflow/common/data.ts @@ -99,8 +99,8 @@ export const toolBaseNode = { export const toolStartNode = { id: WorkflowType.ToolStartNode, type: WorkflowType.ToolStartNode, - x: 360, - y: 2761.3875, + x: 280, + y: 3301, text: '', properties: { height: 728.375,