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) => (