From 210c151b7cc67502e073215a4c2d0643a08bd204 Mon Sep 17 00:00:00 2001 From: ZLY Date: Thu, 23 Oct 2025 14:40:22 +0800 Subject: [PATCH] =?UTF-8?q?style(nodeContent):=20=E4=BF=AE=E6=94=B9?= =?UTF-8?q?=E8=8A=82=E7=82=B9=E5=86=85=E5=AE=B9=E7=9A=84=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/FlowEditor/node/style/baseOther.module.less | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/components/FlowEditor/node/style/baseOther.module.less b/src/components/FlowEditor/node/style/baseOther.module.less index f499b98..ac292b3 100644 --- a/src/components/FlowEditor/node/style/baseOther.module.less +++ b/src/components/FlowEditor/node/style/baseOther.module.less @@ -52,7 +52,9 @@ .node-inputs, - .node-outputs { + .node-outputs, + .node-inputs-api, + .node-outputs-api { flex: 1; }