修改登录页背景图空白问题
parent
a73f2dc3d2
commit
dfc6f44105
|
@ -102,7 +102,8 @@
|
||||||
<style lang="scss" scoped>
|
<style lang="scss" scoped>
|
||||||
.login{
|
.login{
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100vh;
|
height: 100%;
|
||||||
|
// min-height: 900px;
|
||||||
background: url(../assets/image/login-bg.png) no-repeat center;
|
background: url(../assets/image/login-bg.png) no-repeat center;
|
||||||
background-size: cover;
|
background-size: cover;
|
||||||
background-position:center center;
|
background-position:center center;
|
||||||
|
|
Loading…
Reference in New Issue