Commit 81b1ba61 by zhaochengxiang

模型基本信息调整

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