Commit 295cf72a by zhaochengxiang

bug fix

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