|
|
|
@ -493,21 +493,15 @@ class Newshixuns extends Component {
|
|
|
|
|
</div>
|
|
|
|
|
</Form.Item>}
|
|
|
|
|
|
|
|
|
|
<Form.Item>
|
|
|
|
|
<div className="clearfix mt10">
|
|
|
|
|
<Button className="defalutSubmitbtn fl mr20" type="primary" htmlType="submit">
|
|
|
|
|
提交
|
|
|
|
|
</Button>
|
|
|
|
|
<a href="/shixuns" className="defalutCancelbtn fl">取消</a>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
{/*<div className="clearfix bor-bottom-greyE edu-back-white orderingbox newshixunbottombtn">*/}
|
|
|
|
|
{/* <div className=" edu-txt-center padding13-30">*/}
|
|
|
|
|
{/* <button type="button" className="ant-btn mr20 newshixunmode"><span>取 消</span></button>*/}
|
|
|
|
|
{/* <button type="button" className="ant-btn newshixunmode mr40 ant-btn-primary" type="primary" htmlType="submit"><span>确 定</span></button>*/}
|
|
|
|
|
{/*<Form.Item>*/}
|
|
|
|
|
{/* <div className="clearfix mt10">*/}
|
|
|
|
|
{/* <Button className="defalutSubmitbtn fl mr20" type="primary" htmlType="submit">*/}
|
|
|
|
|
{/* 提交*/}
|
|
|
|
|
{/* </Button>*/}
|
|
|
|
|
{/* <a href="/shixuns" className="defalutCancelbtn fl">取消</a>*/}
|
|
|
|
|
{/* </div>*/}
|
|
|
|
|
{/*</div>*/}
|
|
|
|
|
</Form.Item>
|
|
|
|
|
|
|
|
|
|
{/*</Form.Item>*/}
|
|
|
|
|
|
|
|
|
|
</Form>
|
|
|
|
|
|
|
|
|
@ -624,7 +618,12 @@ class Newshixuns extends Component {
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<div className="clearfix bor-bottom-greyE edu-back-white orderingbox newshixunbottombtn">
|
|
|
|
|
<div className=" edu-txt-center padding13-30">
|
|
|
|
|
<button type="button" className="ant-btn mr20 newshixunmode"><span>取 消</span></button>
|
|
|
|
|
<button type="button" className="ant-btn newshixunmode mr40 ant-btn-primary" type="primary" htmlType="submit" onClick={this.handleSubmit}><span>确 定</span></button>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
);
|
|
|
|
|