src/tabviews/tableshare/mutilform/index.jsx
@@ -549,7 +549,7 @@ message: formRule.input.formMessage.replace('@max', _max) } ] })(<TextArea autosize={{ minRows: 2, maxRows: 6 }} disabled={item.readonly === 'true'} />)} })(<TextArea autosize={{ minRows: 2, maxRows: item.maxRows || 6 }} disabled={item.readonly === 'true'} />)} </Form.Item> </Col> )