Browse Source

修改 登陆页面图片大小

test
chenJinxu 11 months 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;

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

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


Loading…
Cancel
Save