Selaa lähdekoodia

修改 登陆页面图片大小

test
chenJinxu 1 vuosi sitten
vanhempi
commit
fc805fb9e6
1 muutettua tiedostoa jossa 4 lisäystä ja 2 poistoa
  1. +4
    -2
      src/views/login/login.scss

+ 4
- 2
src/views/login/login.scss Näytä tiedosto

@@ -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…
Peruuta
Tallenna