diff --git a/editor/composables/useLayout.ts b/editor/composables/useLayout.ts index 481a880..72db0e0 100644 --- a/editor/composables/useLayout.ts +++ b/editor/composables/useLayout.ts @@ -21,8 +21,8 @@ export function computePositions( const g = new dagre.graphlib.Graph() g.setGraph({ rankdir: 'LR', - nodesep: 50, - ranksep: 240, + nodesep: 100, + ranksep: 200, marginx: 60, marginy: 60, })