From c790fba8009e2cd995ebcff70eba0debfa903d52 Mon Sep 17 00:00:00 2001 From: dengqichen Date: Thu, 12 Dec 2024 18:11:44 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E5=B7=A5=E5=85=B7=E6=A0=8F?= =?UTF-8?q?=E6=8F=90=E7=A4=BA=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Workflow/Definition/Design/components/NodePanel.tsx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/frontend/src/pages/Workflow/Definition/Design/components/NodePanel.tsx b/frontend/src/pages/Workflow/Definition/Design/components/NodePanel.tsx index 803ca005..09b17f02 100644 --- a/frontend/src/pages/Workflow/Definition/Design/components/NodePanel.tsx +++ b/frontend/src/pages/Workflow/Definition/Design/components/NodePanel.tsx @@ -221,8 +221,9 @@ const NodePanel: React.FC = ({onNodeDragStart}) => { }, body: { padding: '12px', - height: 'calc(100vh - 200px)', - overflowY: 'auto' + height: 'calc(100vh - 250px)', + overflowY: 'auto', + overflowX: 'hidden' } }} >