From bee63a73c0e74b33aeeb29c259e8e9c361081ba6 Mon Sep 17 00:00:00 2001 From: callmeyan Date: Tue, 24 Dec 2024 19:28:14 +0800 Subject: [PATCH] fixed confirm modal style --- src/components/button-batch.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/components/button-batch.tsx b/src/components/button-batch.tsx index 8d990bb..9764aeb 100644 --- a/src/components/button-batch.tsx +++ b/src/components/button-batch.tsx @@ -49,7 +49,6 @@ export default function ButtonBatch( } Modal.confirm({ wrapClassName:'root-modal-confirm', - icon: , title: title || '操作提示', centered: true, content: confirmMessage,