update:原生确认框替换为自定义弹窗

This commit is contained in:
xiaozhu
2026-09-02 10:10:41 +08:00
committed by tao.chen
parent 7772938148
commit 14c3d5ba59
15 changed files with 452 additions and 83 deletions
@@ -39,7 +39,7 @@ function ConfirmDialog({
}: ConfirmDialogProps) {
return (
<AlertDialog open={open} onOpenChange={onOpenChange}>
<AlertDialogContent className="rounded-[11px] border-[#dce4eb] bg-white">
<AlertDialogContent className="rounded-[11px] border border-[#dce4eb] bg-white ring-0">
<AlertDialogHeader>
<AlertDialogTitle className="text-[#1c2d42]">{title}</AlertDialogTitle>
<AlertDialogDescription className="text-[#56687c]">