Browse Source

修改 登陆页面图片大小

test
chenJinxu 1 year ago
parent
commit
fc805fb9e6
1 changed files with 4 additions and 2 deletions
  1. +4
    -2
      src/views/login/login.scss

+ 4
- 2
src/views/login/login.scss View File

@@ -14,12 +14,14 @@
flex-direction: column; flex-direction: column;


.login-bg-img { .login-bg-img {
height: 800px;
width: 800px;
padding: 5%; padding: 5%;
@include center(); @include center();


img { img {
height: 100%;
width: 100%;
height: 800px;
width: 800px;
object-fit: contain; object-fit: contain;
} }
} }


Loading…
Cancel
Save