From 5c7d0d7649d93867f436a31d70832b0e660812d2 Mon Sep 17 00:00:00 2001 From: yj <1336058017@qq.com> Date: Tue, 24 Sep 2024 15:22:08 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BC=BA=E5=88=B6=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/UpdateModal/index.tsx | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/components/UpdateModal/index.tsx b/src/components/UpdateModal/index.tsx index 343cf40..7166fd0 100644 --- a/src/components/UpdateModal/index.tsx +++ b/src/components/UpdateModal/index.tsx @@ -48,11 +48,12 @@ const UpdateModal = forwardRef((props: any, ref: any) => { title="" open={isUpdateModal} footer={null} - onCancel={() => closeModal()} + // onCancel={() => closeModal()} centered width={'400px'} className='modal-padding' maskClosable={false} + closeIcon={false} >
@@ -62,10 +63,10 @@ const UpdateModal = forwardRef((props: any, ref: any) => {
-
setIsUpdateModal(false)}>暂不更新
+ {/*
setIsUpdateModal(false)}>暂不更新
*/}
: progress < 100 ?
下载进度:{progress}%