From e7bacda748212c68d85dcd2a1bb5c317f6d715d7 Mon Sep 17 00:00:00 2001 From: ZLY Date: Tue, 4 Nov 2025 11:26:12 +0800 Subject: [PATCH] =?UTF-8?q?style(nodeContent):=20=E4=BC=98=E5=8C=96?= =?UTF-8?q?=E8=8A=82=E7=82=B9=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../flowEditor/components/nodeContentOther.tsx | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/src/pages/flowEditor/components/nodeContentOther.tsx b/src/pages/flowEditor/components/nodeContentOther.tsx index b78785a..32db837 100644 --- a/src/pages/flowEditor/components/nodeContentOther.tsx +++ b/src/pages/flowEditor/components/nodeContentOther.tsx @@ -272,15 +272,13 @@ const NodeContent = ({ data }: { data: NodeContentData }) => { {/*content栏-data部分*/}
- {!isStartNode && ( -
- {dataIns.map((input, index) => ( -
- {input.id || `输入${index + 1}`} {input.dataType} -
- ))} -
- )} +
+ {dataIns.map((input, index) => ( +
+ {input.id || `输入${index + 1}`} {input.dataType} +
+ ))} +
{dataOuts.length > 0 && !isEndNode && (