diff --git a/spug_web/src/pages/host/Form.js b/spug_web/src/pages/host/Form.js index 895db72..f939b06 100644 --- a/spug_web/src/pages/host/Form.js +++ b/spug_web/src/pages/host/Form.js @@ -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 (