From 33a34510e4f23a28080f6e1a6aa7bd1b9c4ff8fc Mon Sep 17 00:00:00 2001 From: ZLY Date: Tue, 21 Oct 2025 10:05:54 +0800 Subject: [PATCH] =?UTF-8?q?style(flow-editor):=20=E8=B0=83=E6=95=B4?= =?UTF-8?q?=E8=8A=82=E7=82=B9=E8=BE=93=E5=85=A5=E8=BE=93=E5=87=BA=E6=A0=B7?= =?UTF-8?q?=E5=BC=8F=E7=BB=93=E6=9E=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/FlowEditor/node/style/baseOther.module.less | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/components/FlowEditor/node/style/baseOther.module.less b/src/components/FlowEditor/node/style/baseOther.module.less index 0c64bcc..d6c76d3 100644 --- a/src/components/FlowEditor/node/style/baseOther.module.less +++ b/src/components/FlowEditor/node/style/baseOther.module.less @@ -51,10 +51,11 @@ .node-inputs, - .node-outputs, - .node-outputs-api { + .node-outputs { flex: 1; + } + .node-outputs-api { .node-input-label { font-size: 12px; padding: 1px 0;