소스 검색

修改 登陆页面图片大小

test
chenJinxu 11 달 전
부모
커밋
fc805fb9e6
1개의 변경된 파일4개의 추가작업 그리고 2개의 파일을 삭제
  1. +4
    -2
      src/views/login/login.scss

+ 4
- 2
src/views/login/login.scss 파일 보기

@@ -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…
취소
저장