mirror of
https://gitee.com/chu1204505056/vue-admin-beautiful.git
synced 2025-04-28 11:46:35 +08:00
修复登录页、注册页手机的显示异常
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…
x
Reference in New Issue
Block a user