From 297859f287dde5b9cad86cd1b40ba6bf8b074486 Mon Sep 17 00:00:00 2001 From: lyp Date: Tue, 24 Dec 2024 09:43:01 +0800 Subject: [PATCH] width --- src/components/ai/mod/AiHelperMod.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/ai/mod/AiHelperMod.tsx b/src/components/ai/mod/AiHelperMod.tsx index a01aa9b..f36e7fe 100644 --- a/src/components/ai/mod/AiHelperMod.tsx +++ b/src/components/ai/mod/AiHelperMod.tsx @@ -126,7 +126,7 @@ export default function AiHelperMod(props: PropsType) { title: '操作', dataIndex: 'option', key: 'option', - width: 120, + // width: 120, align: 'center', render: (_value, record, index) => { if (status == 'SUCCESS') {