From 480abbcf4764cbb53e80a9fd8da456e145e41ec1 Mon Sep 17 00:00:00 2001 From: hzm <934585316@qq.com> Date: Mon, 9 Mar 2026 19:24:09 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=88=A0=E9=99=A4=E8=AE=B0=E5=BD=95?= =?UTF-8?q?=E5=BC=B9=E6=A1=86=E5=B1=82=E7=BA=A7=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/components/ConfirmModal.jsx | 3 ++- components/ui/dialog.jsx | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/app/components/ConfirmModal.jsx b/app/components/ConfirmModal.jsx index 4f1e1f8..e2c9fbf 100644 --- a/app/components/ConfirmModal.jsx +++ b/app/components/ConfirmModal.jsx @@ -23,8 +23,9 @@ export default function ConfirmModal({ return ( diff --git a/components/ui/dialog.jsx b/components/ui/dialog.jsx index a99018f..6f58c3f 100644 --- a/components/ui/dialog.jsx +++ b/components/ui/dialog.jsx @@ -49,11 +49,12 @@ function DialogContent({ className, children, showCloseButton = true, + overlayClassName, ...props }) { return ( - +