mirror of
https://github.com/jiangrui1994/CloudSaver.git
synced 2026-01-11 23:58:46 +08:00
fix:优化移动端登录注册页面
This commit is contained in:
@@ -304,8 +304,8 @@ const registerCodeRules: FieldRule[] = [{ required: true, message: "请填写注
|
|||||||
position: absolute;
|
position: absolute;
|
||||||
inset: 0;
|
inset: 0;
|
||||||
background: url("@/assets/images/mobile-login-bg.png") no-repeat;
|
background: url("@/assets/images/mobile-login-bg.png") no-repeat;
|
||||||
background-size: cover;
|
background-size: 100% auto;
|
||||||
background-position: center;
|
filter: blur(1px);
|
||||||
}
|
}
|
||||||
|
|
||||||
// 主内容区
|
// 主内容区
|
||||||
@@ -347,6 +347,7 @@ const registerCodeRules: FieldRule[] = [{ required: true, message: "请填写注
|
|||||||
// 表单
|
// 表单
|
||||||
&__form {
|
&__form {
|
||||||
padding: 0;
|
padding: 0;
|
||||||
|
margin-top: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
&__form-group {
|
&__form-group {
|
||||||
|
|||||||
Reference in New Issue
Block a user