mirror of https://github.com/openspug/spug
A web update
parent
1cc43bc0c0
commit
9bf22223c0
|
@ -84,14 +84,6 @@ class ComForm extends React.Component {
|
|||
render() {
|
||||
const info = store.record;
|
||||
const {getFieldDecorator} = this.props.form;
|
||||
const itemLayout = {
|
||||
labelCol: {span: 6},
|
||||
wrapperCol: {span: 14}
|
||||
};
|
||||
const itemTailLayout = {
|
||||
labelCol: {span: 6},
|
||||
wrapperCol: {span: 14, offset: 6}
|
||||
};
|
||||
return (
|
||||
<Modal
|
||||
visible
|
||||
|
|
Loading…
Reference in New Issue