优化登录和注册界面
This commit is contained in:
@@ -30,7 +30,7 @@
|
||||
</router-link>
|
||||
</a-form-item>
|
||||
|
||||
<a-form-item style="margin-top:24px">
|
||||
<a-form-item style="margin-top:30px">
|
||||
<a-button
|
||||
size="large"
|
||||
type="primary"
|
||||
@@ -375,6 +375,10 @@
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
.ant-form-item {
|
||||
margin-bottom: 30px;
|
||||
}
|
||||
|
||||
.getCaptcha {
|
||||
display: block;
|
||||
width: 100%;
|
||||
|
||||
@@ -305,6 +305,10 @@
|
||||
<style lang="less" scoped>
|
||||
.user-layout-register {
|
||||
|
||||
.ant-form-item {
|
||||
margin-bottom: 18px;
|
||||
}
|
||||
|
||||
& > h3 {
|
||||
font-size: 16px;
|
||||
margin-bottom: 20px;
|
||||
|
||||
Reference in New Issue
Block a user