Commit 06237d5a by zhaochengxiang

bug fix

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