Commit 46416b92 by 初志鑫

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

parent c5e10214
...@@ -178,7 +178,6 @@ export default { ...@@ -178,7 +178,6 @@ export default {
<style lang="scss" scoped> <style lang="scss" scoped>
.login-container { .login-container {
height: 100vh; height: 100vh;
min-height: 600px;
background: url("~@/assets/login_images/background.jpg") center center fixed background: url("~@/assets/login_images/background.jpg") center center fixed
no-repeat; no-repeat;
background-size: cover; background-size: cover;
......
...@@ -193,7 +193,6 @@ export default { ...@@ -193,7 +193,6 @@ export default {
<style lang="scss" scoped> <style lang="scss" scoped>
.register-container { .register-container {
height: 100vh; height: 100vh;
min-height: 780px;
background: url("~@/assets/login_images/background.jpg") center center fixed background: url("~@/assets/login_images/background.jpg") center center fixed
no-repeat; no-repeat;
background-size: cover; background-size: cover;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment