mirror of https://github.com/openspug/spug
A web improve
parent
9c4a9bf24c
commit
8e9ad5baa6
|
@ -152,7 +152,7 @@ class ComForm extends React.Component {
|
||||||
<SHEditor
|
<SHEditor
|
||||||
value={this.state.command}
|
value={this.state.command}
|
||||||
onChange={val => this.setState({command: val})}
|
onChange={val => this.setState({command: val})}
|
||||||
height="300px"/>
|
height="200px"/>
|
||||||
</Form.Item>
|
</Form.Item>
|
||||||
<Form.Item {...itemLayout} label="备注信息">
|
<Form.Item {...itemLayout} label="备注信息">
|
||||||
{getFieldDecorator('desc', {initialValue: info['desc']})(
|
{getFieldDecorator('desc', {initialValue: info['desc']})(
|
||||||
|
|
Loading…
Reference in New Issue