From beca6752a6b9d1ea2fd611e3e0c3a224b801a40d Mon Sep 17 00:00:00 2001 From: ZLY Date: Wed, 4 Feb 2026 11:44:49 +0800 Subject: [PATCH] =?UTF-8?q?style(FlowEditor):=20=E8=B0=83=E6=95=B4?= =?UTF-8?q?=E6=9D=A1=E4=BB=B6=E8=A1=A8=E6=A0=BC=E7=BB=84=E4=BB=B6=E7=9A=84?= =?UTF-8?q?=E6=A0=B7=E5=BC=8F=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../FlowEditor/nodeEditors/components/ConditionsTable.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/components/FlowEditor/nodeEditors/components/ConditionsTable.tsx b/src/components/FlowEditor/nodeEditors/components/ConditionsTable.tsx index af646ae..1595a5e 100644 --- a/src/components/FlowEditor/nodeEditors/components/ConditionsTable.tsx +++ b/src/components/FlowEditor/nodeEditors/components/ConditionsTable.tsx @@ -71,8 +71,10 @@ const ConditionsTable: React.FC = ({ { title: '逻辑出口', dataIndex: 'apiOutId', + width: 100, render: (_: any, record: TableDataItem) => ( { // 仅更新本地状态,不立即触发保存 @@ -134,7 +136,7 @@ const ConditionsTable: React.FC = ({ dataIndex: 'operator', render: (_: any, record: TableDataItem) => (