king
2021-09-01 31ec63f0419895876cbaba99637a884a32d33d0d
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>