king
2020-12-10 84804b405cb88f659d055b16eb3bd00b813ccb4a
src/tabviews/zshare/mutilform/index.jsx
@@ -1115,7 +1115,7 @@
                    message: formRule.input.formMessage.replace('@max', _max)
                  }
                ]
              })(<TextArea autosize={{ minRows: 2, maxRows: item.maxRows || 6 }} disabled={item.readonly === 'true'} />)}
              })(<TextArea autoSize={{ minRows: 2, maxRows: item.maxRows || 6 }} disabled={item.readonly === 'true'} />)}
            </Form.Item>
          </Col>
        )