From f59998d520303678745f3241731a71944cd21fcf Mon Sep 17 00:00:00 2001 From: zhanghao <774378400@qq.com> Date: Mon, 17 Nov 2025 15:27:08 +0800 Subject: [PATCH] =?UTF-8?q?style:=20=E8=B0=83=E6=95=B4=E5=AE=BD=E5=BA=A6?= 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 ff5f46b..44a9db8 100644 --- a/src/utils/flow.js +++ b/src/utils/flow.js @@ -180,7 +180,7 @@ export const initNodeZoom = (modelId, nodeZoom, className, init=false) => { if (nodeZoom) { parent.style.width = '680px' } else { - parent.style.width = '300px' + parent.style.width = '380px' } if (!init) { addNewEdge(modelId)