diff --git a/src/pages/system/login/index.vue b/src/pages/system/login/index.vue index 17861c0..05fa179 100644 --- a/src/pages/system/login/index.vue +++ b/src/pages/system/login/index.vue @@ -24,7 +24,7 @@ /> - 登录 @@ -179,8 +179,8 @@ onMounted(() => { .header { display: flex; align-items: center; - height: 92px; - padding-left: 24px; + height: 110px; + padding-left: 26px; .icon { width: 52px; height: 52px; @@ -205,7 +205,7 @@ onMounted(() => { } .body { - height: calc(100% - 92px); + height: calc(100% - 110px); display: flex; justify-content: space-around; .bg {