forked from github/dataease
Merge pull request #8089 from dataease/pr@dev-v2_dzz_mobile
fix(移动端): 登录页面高度不对
This commit is contained in:
commit
923c5ea5ec
@ -112,6 +112,10 @@ body {
|
|||||||
min-height: -webkit-fill-available;
|
min-height: -webkit-fill-available;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
#app {
|
||||||
|
height: 100vh;
|
||||||
|
width: 100vw;
|
||||||
|
}
|
||||||
.de-mobile-login {
|
.de-mobile-login {
|
||||||
height: 100%;
|
height: 100%;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
Loading…
Reference in New Issue
Block a user