Commit 49e9c351 authored by cellee's avatar cellee

Signed-off-by: cellee <893264950@qq.com>

parent de1b8180
...@@ -456,7 +456,7 @@ const ContractContent = (props: any) => { ...@@ -456,7 +456,7 @@ const ContractContent = (props: any) => {
{/* 附件预览 */} {/* 附件预览 */}
<Modal <Modal
title="File Preview" title={fileInfo != null ? fileInfo.name : 'File Preview'}
visible={tipModal} visible={tipModal}
width={800} width={800}
onCancel={handleCancel} onCancel={handleCancel}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment