From f86afbdb2c961379a399a3fc5f0b4f0268cdb417 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=A5=E6=B5=A9?= Date: Wed, 8 Jan 2025 15:25:45 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=9B=B4=E6=96=B0=E7=A1=AE=E8=AE=A4?= =?UTF-8?q?=E5=AF=B9=E8=AF=9D=E6=A1=86=E7=9A=84=E6=8B=92=E7=BB=9D=E6=8C=89?= =?UTF-8?q?=E9=92=AE=E5=B1=9E=E6=80=A7=EF=BC=8C=E4=BC=98=E5=8C=96=E7=94=A8?= =?UTF-8?q?=E6=88=B7=E4=BA=A4=E4=BA=92=E4=BD=93=E9=AA=8C=20[no=20ci]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/primevue/fns.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/pages/primevue/fns.tsx b/src/pages/primevue/fns.tsx index e39060c..0d288b3 100644 --- a/src/pages/primevue/fns.tsx +++ b/src/pages/primevue/fns.tsx @@ -62,6 +62,7 @@ export const openConfirm = async () => { header: '确认', icon: 'pi pi-exclamation-triangle', rejectProps: { label: '取消', severity: 'secondary', outlined: true }, + // rejectProps: { style: { display: 'none' } }, acceptProps: { label: '确定' }, accept: () => { ToastService.add({ severity: 'info', summary: '已确认', life: 3000, detail: '您已同意操作' });