优化登录和注册界面

This commit is contained in:
季圣华
2023-08-24 23:07:19 +08:00
parent 7b33475441
commit dbaf7db3da
4 changed files with 18 additions and 10 deletions

View File

@@ -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%;

View File

@@ -305,6 +305,10 @@
<style lang="less" scoped>
.user-layout-register {
.ant-form-item {
margin-bottom: 18px;
}
& > h3 {
font-size: 16px;
margin-bottom: 20px;