From c7f2e78642eff0b04852a125c4128a504348b80c Mon Sep 17 00:00:00 2001 From: rd <1344903914@qq.com> Date: Mon, 21 Jul 2025 16:40:16 +0800 Subject: [PATCH] =?UTF-8?q?style:=20=E6=A0=B7=E5=BC=8F=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/utils/arcoD.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/utils/arcoD.tsx b/src/utils/arcoD.tsx index abea1ea..44b9d7d 100644 --- a/src/utils/arcoD.tsx +++ b/src/utils/arcoD.tsx @@ -22,13 +22,13 @@ export function showExportNotification(label: string, others: { id?: string, dur showIcon: false, closable: true, content: () => ( -
+

{label}

), duration, - class: 'px-16px py-9px w-400px rounded-2px bg-#F0EDFF', + class: 'px-16px py-9px w-450px rounded-2px bg-#F0EDFF', }); }