Commit 269bd1aa by wangshuo

忘记密码样式

parent a2fbe1a8
......@@ -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