From 672639aba0415e3f7b5a222dcad64015ea7acff5 Mon Sep 17 00:00:00 2001 From: zly Date: Wed, 18 Mar 2026 10:17:27 +0800 Subject: [PATCH] =?UTF-8?q?style(nodeEditModal):=20=E7=BB=84=E4=BB=B6?= =?UTF-8?q?=E4=BF=A1=E6=81=AF=E7=BC=96=E8=BE=91=E6=A1=86=E6=A0=B7=E5=BC=8F?= =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/flowEditor/components/nodeEditModal.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/flowEditor/components/nodeEditModal.tsx b/src/pages/flowEditor/components/nodeEditModal.tsx index 8b93a2a..735b4e9 100644 --- a/src/pages/flowEditor/components/nodeEditModal.tsx +++ b/src/pages/flowEditor/components/nodeEditModal.tsx @@ -88,7 +88,7 @@ const NodeEditModal: React.FC = ({ minWidth: 300, width: 'max-content', maxWidth: '80%', - height: '90%', + height: '99%', bottom: 0, borderRadius: 10 }}