修复登录页、注册页手机的显示异常

This commit is contained in:
初志鑫 2020-07-14 17:42:27 +08:00
parent c5e102147f
commit 46416b92ee
2 changed files with 0 additions and 2 deletions

View File

@ -178,7 +178,6 @@ export default {
<style lang="scss" scoped>
.login-container {
height: 100vh;
min-height: 600px;
background: url("~@/assets/login_images/background.jpg") center center fixed
no-repeat;
background-size: cover;

View File

@ -193,7 +193,6 @@ export default {
<style lang="scss" scoped>
.register-container {
height: 100vh;
min-height: 780px;
background: url("~@/assets/login_images/background.jpg") center center fixed
no-repeat;
background-size: cover;