修复登录页、注册页手机的显示异常
This commit is contained in:
parent
c5e102147f
commit
46416b92ee
|
|
@ -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 {
|
||||||
<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;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue