|
|
|
@ -115,7 +115,7 @@ class CommitSummary extends Component{
|
|
|
|
|
return (
|
|
|
|
|
<div>
|
|
|
|
|
<div className="newMain clearfix">
|
|
|
|
|
{/*<Form labelCol={{span: 5}} wrapperCol={{span: 12}} onSubmit={this.handleSubmit}>*/}
|
|
|
|
|
{/*<Form onSubmit={this.handleSubmit}>*/}
|
|
|
|
|
<div className={"educontent mb20"}>
|
|
|
|
|
<div style={{
|
|
|
|
|
width:'100%',
|
|
|
|
@ -148,7 +148,7 @@ class CommitSummary extends Component{
|
|
|
|
|
内容</span>
|
|
|
|
|
</div>
|
|
|
|
|
<div className="new-wrap">
|
|
|
|
|
<Form labelCol={{span: 5}}layout='vertical' onSubmit={this.handleSubmit} wrapperCol={{span: 12}}>
|
|
|
|
|
<Form layout='vertical' onSubmit={this.handleSubmit} >
|
|
|
|
|
<Form.Item
|
|
|
|
|
>
|
|
|
|
|
<div style={{ "background": "#fff","padding-bottom":"20px","padding-left":"20px","padding-right":"20px"}}
|
|
|
|
@ -166,7 +166,7 @@ class CommitSummary extends Component{
|
|
|
|
|
</div>
|
|
|
|
|
</Form.Item>
|
|
|
|
|
|
|
|
|
|
<Form.Item wrapperCol={{span: 12, offset: 5}}>
|
|
|
|
|
<Form.Item>
|
|
|
|
|
<div className="clearfix mt40 mb30">
|
|
|
|
|
<Button type="primary" htmlType="submit" className="defalutSubmitbtn fl mr20" >
|
|
|
|
|
提交
|
|
|
|
|