From e9a57878518195f234341b82d8663222a8778381 Mon Sep 17 00:00:00 2001 From: lyp Date: Tue, 24 Dec 2024 09:34:44 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A8=A1=E5=9D=97=E6=93=8D=E4=BD=9C=E5=AE=BD?= =?UTF-8?q?=E5=BA=A6=E8=AE=BE=E5=AE=9A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 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 5935fb5..a01aa9b 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: 80, + width: 120, align: 'center', render: (_value, record, index) => { if (status == 'SUCCESS') {