Commit 06237d5a by zhaochengxiang

bug fix

parent f6e80771
...@@ -75,7 +75,7 @@ const FC = (props) => { ...@@ -75,7 +75,7 @@ const FC = (props) => {
visible={visible} visible={visible}
footer={footer} footer={footer}
width='80%' width='80%'
bodyStyle={{ padding: '15px', overflowX: 'auto', maxHeight: '80vh' }} bodyStyle={{ padding: '15px', overflowX: 'auto', height: '80vh' }}
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