Commit aef62e66 by zhaochengxiang

bug fix

parent e097918d
...@@ -170,12 +170,10 @@ const ImportActionHeader = (props) => { ...@@ -170,12 +170,10 @@ const ImportActionHeader = (props) => {
const formItemLayout = { const formItemLayout = {
labelCol: { labelCol: {
xs: { span: 24 }, flex: '120px',
sm: { span: 6 },
}, },
wrapperCol: { wrapperCol: {
xs: { span: 24 }, flex: 'auto',
sm: { span: 18 },
}, },
}; };
......
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