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
commit 923c5ea5ec
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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%;