Commit f8d345fe authored by afc163's avatar afc163

Fix RegisterResult button style

parent 3a941f2b
...@@ -8,8 +8,8 @@ const title = <div className={styles.title}>你的账户:AntDesign@example.com ...@@ -8,8 +8,8 @@ const title = <div className={styles.title}>你的账户:AntDesign@example.com
const actions = ( const actions = (
<div className={styles.actions}> <div className={styles.actions}>
<Button size="large" type="primary"><a href="">查看邮箱</a></Button> <a href=""><Button size="large" type="primary">查看邮箱</Button></a>
<Button size="large"><Link to="/">返回首页</Link></Button> <Link to="/"><Button size="large">返回首页</Button></Link>
</div> </div>
); );
......
...@@ -11,5 +11,8 @@ ...@@ -11,5 +11,8 @@
} }
.actions { .actions {
margin-top: 40px; margin-top: 40px;
a + a {
margin-left: 8px;
}
} }
} }
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