From 9bf22223c0ea504a3da4b577ad7229e85b64d777 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=9B=B7=E4=BA=8C=E7=8C=9B?= Date: Sat, 14 Dec 2019 15:36:26 +0800 Subject: [PATCH] A web update --- spug_web/src/pages/host/Form.js | 8 -------- 1 file changed, 8 deletions(-) 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 (