修改登录页背景图空白问题

pull/15/head
孙萌 2023-10-13 15:44:05 +08:00
parent a73f2dc3d2
commit dfc6f44105
1 changed files with 2 additions and 1 deletions

View File

@ -102,7 +102,8 @@
<style lang="scss" scoped>
.login{
width: 100%;
height: 100vh;
height: 100%;
// min-height: 900px;
background: url(../assets/image/login-bg.png) no-repeat center;
background-size: cover;
background-position:center center;