mirror of
https://gitee.com/dromara/go-view.git
synced 2024-12-04 04:39:08 +08:00
fix: 解决登录页不适配大尺寸的问题
This commit is contained in:
parent
0ee76c1579
commit
07cb0a7d3a
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user