流程图分支节点位置向后移动一个节点位置

master
LiuJiaNan 2026-04-17 11:07:34 +08:00
parent 04c8856886
commit 2641825c95
1 changed files with 1 additions and 1 deletions

View File

@ -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,