A web improve

pull/22/head
雷二猛 2019-11-29 19:47:44 +08:00
parent 9c4a9bf24c
commit 8e9ad5baa6
1 changed files with 1 additions and 1 deletions

View File

@ -152,7 +152,7 @@ class ComForm extends React.Component {
<SHEditor
value={this.state.command}
onChange={val => this.setState({command: val})}
height="300px"/>
height="200px"/>
</Form.Item>
<Form.Item {...itemLayout} label="备注信息">
{getFieldDecorator('desc', {initialValue: info['desc']})(