fix: 解决登录页不适配大尺寸的问题

This commit is contained in:
MTrun 2022-03-12 11:45:19 +08:00
parent 0ee76c1579
commit 07cb0a7d3a

View File

@ -271,7 +271,7 @@ $carousel-image-height: 60vh;
align-items: center;
margin-top: -$--header-height;
height: $go-login-height;
max-width: $--max-width;
width: 100vw;
&-carousel {
width: $carousel-width;
margin-top: 100px;
@ -318,7 +318,7 @@ $carousel-image-height: 60vh;
display: flex;
justify-content: space-around;
align-items: center;
width: $--max-width;
width: 100vw;
height: 100vh;
background: url('@/assets/images/login/login-bg.png') no-repeat 0 -120px;
.bg-slot {