feat: 添加首页模板
This commit is contained in:
@@ -25,8 +25,8 @@
|
||||
box-shadow: rgb(0 0 0 / 15%) 0px 2px 15px;
|
||||
//float: right;
|
||||
height: 550px;
|
||||
position: relative;
|
||||
padding: 30px 0 30px 0;
|
||||
border-radius: 15px;
|
||||
|
||||
}
|
||||
|
||||
|
@@ -24,6 +24,7 @@
|
||||
height: 550px;
|
||||
position: relative;
|
||||
padding: 30px 0 30px 0;
|
||||
border-radius: 15px;
|
||||
|
||||
}
|
||||
|
||||
|
@@ -248,7 +248,7 @@ export default observer(() => {
|
||||
注册
|
||||
</Button>
|
||||
</Form>
|
||||
<a href='/' className={styles.go_to_register}>
|
||||
<a href='/login' className={styles.go_to_register}>
|
||||
<span>登录</span>
|
||||
</a>
|
||||
</Space>
|
||||
|
Reference in New Issue
Block a user