From 2641825c95f47da3edfbd6e8eb7a599335fca28b Mon Sep 17 00:00:00 2001 From: LiuJiaNan <15703339975@163.com> Date: Fri, 17 Apr 2026 11:07:34 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=81=E7=A8=8B=E5=9B=BE=E5=88=86=E6=94=AF?= =?UTF-8?q?=E8=8A=82=E7=82=B9=E4=BD=8D=E7=BD=AE=E5=90=91=E5=90=8E=E7=A7=BB?= =?UTF-8?q?=E5=8A=A8=E4=B8=80=E4=B8=AA=E8=8A=82=E7=82=B9=E4=BD=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/utils/flow.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils/flow.js b/src/utils/flow.js index 6fd7f59..60f0ae9 100644 --- a/src/utils/flow.js +++ b/src/utils/flow.js @@ -114,7 +114,7 @@ export const getFlowData = (list) => { branches.forEach((branch, branchIdx) => { const branchNodeId = `branch-${index}-${branchIdx}`; - const branchX = branchStartX + branchIdx * horizontalSpacing; + const branchX = branchStartX + branchIdx * horizontalSpacing + horizontalSpacing; nodes.push({ id: branchNodeId,