Commit 81b1ba61 by zhaochengxiang

模型基本信息调整

parent 20762b73
...@@ -37,7 +37,7 @@ const UpdateBasicInfo = (props) => { ...@@ -37,7 +37,7 @@ const UpdateBasicInfo = (props) => {
</Col> </Col>
<Col xs={24} sm={24} lg={12}> <Col xs={24} sm={24} lg={12}>
<Form.Item label='模版描述' name='comment'> <Form.Item label='模版描述' name='comment'>
<TextArea row={4} /> <TextArea rows={4} />
</Form.Item> </Form.Item>
</Col> </Col>
</Row> </Row>
......
...@@ -196,7 +196,6 @@ export const EditableCell = ({ ...@@ -196,7 +196,6 @@ export const EditableCell = ({
); );
} }
return ( return (
<td {...restProps}> <td {...restProps}>
{editing ? ( {editing ? (
......
...@@ -53,7 +53,7 @@ const TemplateActionHeader = (props) => { ...@@ -53,7 +53,7 @@ const TemplateActionHeader = (props) => {
labelAlign="left" labelAlign="left"
rules={[{ required: true, message: '请输入描述!' }]} rules={[{ required: true, message: '请输入描述!' }]}
> >
<TextArea row={4} /> <TextArea rows={4} />
</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