移动端登录页适配完善
This commit is contained in:
@@ -435,11 +435,14 @@
|
|||||||
.user-layout-login-mobile{
|
.user-layout-login-mobile{
|
||||||
right: 0;
|
right: 0;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
margin-top: 15%;
|
height: 46%;
|
||||||
box-sizing: border-box;
|
|
||||||
background: transparent;
|
background: transparent;
|
||||||
padding: 4rem 2rem 6rem 2rem;
|
min-height: 0;
|
||||||
min-width: 0;
|
padding: 0 2rem 0 2rem;
|
||||||
|
position: absolute;
|
||||||
|
top: 50%;
|
||||||
|
margin-top: 6rem;
|
||||||
|
transform: translateY(-50%);
|
||||||
.ant-row{
|
.ant-row{
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user