diff --git a/src/views/login/index.vue b/src/views/login/index.vue index 454bd8fc..bcd16474 100644 --- a/src/views/login/index.vue +++ b/src/views/login/index.vue @@ -138,9 +138,7 @@ @@ -299,6 +297,7 @@ onMounted(() => { justify-content: center; width: 100%; height: 100%; + padding: 20px; overflow-y: auto; background: url("@/assets/images/login-bg.jpg") no-repeat center right; @@ -336,7 +335,7 @@ onMounted(() => { @media (width <= 460px) { width: 100%; - padding: 0 20px; + padding: 20px; } .form-title { @@ -378,9 +377,10 @@ onMounted(() => { } .login-footer { - position: absolute; + position: fixed; bottom: 0; width: 100%; + padding: 10px 0; text-align: center; } }