mirror of
https://gitee.com/dromara/go-view.git
synced 2025-04-24 02:16:10 +08:00
fix: 解决登录页不适配大尺寸的问题
This commit is contained in:
parent
0ee76c1579
commit
07cb0a7d3a
@ -271,7 +271,7 @@ $carousel-image-height: 60vh;
|
|||||||
align-items: center;
|
align-items: center;
|
||||||
margin-top: -$--header-height;
|
margin-top: -$--header-height;
|
||||||
height: $go-login-height;
|
height: $go-login-height;
|
||||||
max-width: $--max-width;
|
width: 100vw;
|
||||||
&-carousel {
|
&-carousel {
|
||||||
width: $carousel-width;
|
width: $carousel-width;
|
||||||
margin-top: 100px;
|
margin-top: 100px;
|
||||||
@ -318,7 +318,7 @@ $carousel-image-height: 60vh;
|
|||||||
display: flex;
|
display: flex;
|
||||||
justify-content: space-around;
|
justify-content: space-around;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
width: $--max-width;
|
width: 100vw;
|
||||||
height: 100vh;
|
height: 100vh;
|
||||||
background: url('@/assets/images/login/login-bg.png') no-repeat 0 -120px;
|
background: url('@/assets/images/login/login-bg.png') no-repeat 0 -120px;
|
||||||
.bg-slot {
|
.bg-slot {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user