|
|
|
@ -333,9 +333,12 @@ class AccountBasic extends Component {
|
|
|
|
|
font-size: 14px;
|
|
|
|
|
}
|
|
|
|
|
.basicForm .saveBtn {
|
|
|
|
|
width: 120px;
|
|
|
|
|
width: 100px;
|
|
|
|
|
margin-left: 100px;
|
|
|
|
|
}
|
|
|
|
|
.basicForm .cancelBtn {
|
|
|
|
|
margin-left: 0px;
|
|
|
|
|
}
|
|
|
|
|
.basicForm .ant-input-lg {
|
|
|
|
|
height: 32px;
|
|
|
|
|
}
|
|
|
|
@ -583,6 +586,9 @@ class AccountBasic extends Component {
|
|
|
|
|
{/* <Form.Item>
|
|
|
|
|
<div className="clearfix mt30 mb30"> */}
|
|
|
|
|
<Button type="primary" onClick={this.handleSubmit} size="middle" className="saveBtn mr20 mt30">{"保存"}</Button>
|
|
|
|
|
|
|
|
|
|
{this.props.basicInfo.base_info_completed &&
|
|
|
|
|
<Button type="" onClick={() => { this.props.history.push('/account/profile') }} size="middle" className="saveBtn cancelBtn mr20 mt30">{"取消"}</Button>}
|
|
|
|
|
{/* </div>
|
|
|
|
|
</Form.Item> */}
|
|
|
|
|
</Form>
|
|
|
|
|