瀏覽代碼

修改 登陆页面图片大小

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…
取消
儲存