Commit 46277376 by zhaochengxiang

bug fix

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