Commit 384d07e3 by zhaochengxiang

bug fix

parent 52fb03dc
...@@ -170,6 +170,7 @@ const ImportModal = (props) => { ...@@ -170,6 +170,7 @@ const ImportModal = (props) => {
width={isSzseEnv?540:630} width={isSzseEnv?540:630}
onCancel={cancel} onCancel={cancel}
footer={footer} footer={footer}
bodyStyle={{ height: 210, overflow: 'auto' }}
> >
<Form form={form}> <Form form={form}>
<Form.Item <Form.Item
......
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