Commit 46277376 by zhaochengxiang

bug fix

parent 7650de8e
......@@ -152,7 +152,7 @@ const FC = (props) => {
visible={visible}
footer={(type==='detail') ? null : footer}
width='90%'
bodyStyle={{ padding: '15px', overflowX: 'auto', maxHeight: '80vh' }}
bodyStyle={{ padding: '15px', overflowX: 'auto', height: '80vh' }}
title={title}
centered destroyOnClose
onCancel={() => { close() }}
......
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