diff --git a/src/components/layout/Header/downloadModal.jsx b/src/components/layout/Header/downloadModal.jsx index 241c1aa..daeaff9 100644 --- a/src/components/layout/Header/downloadModal.jsx +++ b/src/components/layout/Header/downloadModal.jsx @@ -33,7 +33,7 @@ function DownloadModal (props) { width: 200, align: 'center', dataIndex: 'progress', - render: (progress) => ((progress || 0) * 100) + '%' + render: (progress) => ((progress || 0)) + '%' }, { title: '文件大小', @@ -83,7 +83,7 @@ function DownloadModal (props) {