Merge pull request #8089 from dataease/pr@dev-v2_dzz_mobile

fix(移动端): 登录页面高度不对
This commit is contained in:
dataeaseShu
2024-02-20 17:03:35 +08:00
committed by GitHub

View File

@@ -112,6 +112,10 @@ body {
min-height: -webkit-fill-available;
}
}
#app {
height: 100vh;
width: 100vw;
}
.de-mobile-login {
height: 100%;
width: 100%;