src/tabviews/tabmanage/mutilform/index.jsx
@@ -19,7 +19,7 @@ if (_form && _form.select) { _form.select() } } catch { } catch (e) { console.warn('focus error!') } } @@ -87,7 +87,7 @@ <Form.Item label="备注"> {getFieldDecorator('Remark', { initialValue: this.props.tab.Remark || '' })(<TextArea autosize={{ minRows: 2, maxRows: 6 }} />)} })(<TextArea autoSize={{ minRows: 2, maxRows: 6 }} />)} </Form.Item> </Col> </Row>