src/tabviews/formtab/formgroup/index.jsx
@@ -658,7 +658,8 @@ } render() { const { groups, setting } = this.props const { setting } = this.props const { groups } = this.state const formItemLayout = { labelCol: { xs: { span: 24 }, @@ -673,7 +674,7 @@ let _width = (setting && setting.width) || 100 let keys = groups.map(group => group.uuid) return ( <Form {...formItemLayout} className="form-tab-form-field"> <Collapse