From a25289b74bc1043907c040de2894a0777cc5dace Mon Sep 17 00:00:00 2001 From: Jorylee <1747358809@qq.com> Date: Sun, 26 Jan 2025 00:47:31 +0800 Subject: [PATCH] =?UTF-8?q?fix(dialog):=20=E4=BF=AE=E5=A4=8D=E5=BC=B9?= =?UTF-8?q?=E5=87=BA=E5=AF=B9=E8=AF=9D=E6=A1=86=E6=97=B6=E6=97=A0=E6=B3=95?= =?UTF-8?q?=E7=A7=BB=E5=8A=A8=E7=AA=97=E5=8F=A3=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/utils/dialog.tsx | 23 +++++++++++++++-------- 1 file changed, 15 insertions(+), 8 deletions(-) diff --git a/src/utils/dialog.tsx b/src/utils/dialog.tsx index 41b52762..c699417a 100644 --- a/src/utils/dialog.tsx +++ b/src/utils/dialog.tsx @@ -52,6 +52,20 @@ export namespace Dialog { ); }); } + export function BackDrop() { + return ( +
+ ); + } function Component({ title = "", @@ -141,14 +155,7 @@ export namespace Dialog { ))} -
+ ); }