king
2020-12-10 84804b405cb88f659d055b16eb3bd00b813ccb4a
src/views/printTemplate/mutilform/index.jsx
@@ -281,7 +281,7 @@
                    message: formRule.input.formMessage.replace('@max', 1024)
                  }
                ]
              })(<TextArea autosize={{ minRows: 2, maxRows: 6 }} onChange={this.handleSubmit} />)}
              })(<TextArea autoSize={{ minRows: 2, maxRows: 6 }} onChange={this.handleSubmit} />)}
            </Form.Item>
          </Col>
        )