mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-27 20:49:53 +08:00
fix form demo align
This commit is contained in:
parent
5d2a2cc39b
commit
51dae474cc
@ -125,7 +125,7 @@ const Demo = Form.create()(React.createClass({
|
||||
<FormItem
|
||||
{...formItemLayout}
|
||||
label="Upload"
|
||||
help="longgggggggggggggggggggggggggggggggggg"
|
||||
extra="longgggggggggggggggggggggggggggggggggg"
|
||||
>
|
||||
{getFieldDecorator('upload', {
|
||||
valuePropName: 'fileList',
|
||||
@ -139,7 +139,7 @@ const Demo = Form.create()(React.createClass({
|
||||
)}
|
||||
</FormItem>
|
||||
|
||||
<FormItem wrapperCol={{ span: 12, offset: 7 }}>
|
||||
<FormItem wrapperCol={{ span: 12, offset: 6 }}>
|
||||
<Button type="primary" htmlType="submit">Submit</Button>
|
||||
</FormItem>
|
||||
</Form>
|
||||
|
Loading…
Reference in New Issue
Block a user