style(X-Pack): 移动端登录页面禁止滚动

This commit is contained in:
fit2cloud-chenyw
2025-02-11 16:29:16 +08:00
committed by fit2cloud-chenyw
parent 278db73c22
commit d5dbcdb63f

View File

@@ -278,6 +278,7 @@ const loadFail = () => {
z-index: 100;
}
.de-mobile-login {
overflow: hidden;
height: 100vh;
width: 100vw;
position: relative;