Commit bb9baadf by xuzhenghua

Merge branch 'master' of gitlab.julyedu.com:baiguangyao/mr-julyedu

parents 32302e4d ee6f6396
......@@ -22,5 +22,7 @@
margin-bottom: 21px;
}
.next_step {
margin-top: 32px;
}
}
\ No newline at end of file
......@@ -89,7 +89,7 @@ class ForgotPassword extends Component {
}
<OnSubmissionError callback={this.onSubmissionError}/>
<Captcha getInstance={this.getCaptchaInstance} onVerify={this.onVerify}/>
<Button active={isValid}>下一步</Button>
<Button className={'next_step'} active={isValid}>下一步</Button>
</Form>
</div>
</div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment