fix: 修复windows系统下登录页出现滚动条的问题 (#940)

This commit is contained in:
windyeasy 2024-02-27 23:09:04 +08:00 committed by GitHub
parent 816c2fa539
commit 7009a16180
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -10,6 +10,7 @@
.login-container {
width: 100vw;
height: 100vh;
max-width: 100%;
display: grid;
grid-template-columns: repeat(2, 1fr);
grid-gap: 18rem;