perrf:登录界面优化
This commit is contained in:
@@ -42,6 +42,7 @@
|
||||
</el-form-item>
|
||||
</el-form>
|
||||
<el-form
|
||||
class="registerForm"
|
||||
ref="registerFormRef"
|
||||
:model="registerForm"
|
||||
:rules="registerRules"
|
||||
@@ -333,6 +334,11 @@ const handleSignInNow = () => {
|
||||
.visitor {
|
||||
margin-top: 10px;
|
||||
}
|
||||
.registerForm {
|
||||
:deep(.el-form-item) {
|
||||
margin-bottom: 1px;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
.bottom {
|
||||
|
||||
Reference in New Issue
Block a user