mirror of
https://gitee.com/chu1204505056/vue-admin-beautiful.git
synced 2025-04-06 03:58:00 +08:00
修复登录页、注册页手机的显示异常
This commit is contained in:
parent
c5e102147f
commit
46416b92ee
@ -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;
|
||||
|
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user