Commit e13ba314 by zhaochengxiang

优化意见

parent 2eb91173
...@@ -208,7 +208,7 @@ const Basic = React.forwardRef(function ({}, ref) { ...@@ -208,7 +208,7 @@ const Basic = React.forwardRef(function ({}, ref) {
style={{ marginBottom }} style={{ marginBottom }}
rules={[{ required: true, message: '请填写送审说明!' }]} rules={[{ required: true, message: '请填写送审说明!' }]}
> >
<Input.TextArea rows={7} placeholder='请输入送审说明' /> <Input.TextArea rows={4} placeholder='请输入送审说明' />
</Form.Item> </Form.Item>
</Col> </Col>
</Row> </Row>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment