|
|
@ -151,7 +151,8 @@ class CommitSummary extends Component{
|
|
|
|
<Form labelCol={{span: 5}}layout='vertical' onSubmit={this.handleSubmit} wrapperCol={{span: 12}}>
|
|
|
|
<Form labelCol={{span: 5}}layout='vertical' onSubmit={this.handleSubmit} wrapperCol={{span: 12}}>
|
|
|
|
<Form.Item
|
|
|
|
<Form.Item
|
|
|
|
>
|
|
|
|
>
|
|
|
|
<div style={{ "background": "#fff","padding-bottom":"20px","padding-left":"20px","padding-right":"20px"}}>
|
|
|
|
<div style={{ "background": "#fff","padding-bottom":"20px","padding-left":"20px","padding-right":"20px"}}
|
|
|
|
|
|
|
|
className="mdInForm">
|
|
|
|
{getFieldDecorator('description', {
|
|
|
|
{getFieldDecorator('description', {
|
|
|
|
rules: [{
|
|
|
|
rules: [{
|
|
|
|
required: true, message: '请输入帖子内容',
|
|
|
|
required: true, message: '请输入帖子内容',
|
|
|
|