Commit 4587cc5b by zhaochengxiang

bug fix

parent d078dc93
......@@ -74,7 +74,7 @@ const FC = (props) => {
return (
<Modal
visible={visible}
footer={footer}
footer={type!=='detail'?footer:null}
width='80%'
bodyStyle={{ padding: '15px', overflowX: 'auto', maxHeight: '80vh' }}
title={title}
......
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