From e4429f0639b1872cf108dddaa4632d6a223ba805 Mon Sep 17 00:00:00 2001 From: zhcnyuyang Date: Tue, 29 Apr 2025 17:24:30 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Footer.vue | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/src/components/Footer.vue b/src/components/Footer.vue index 9acb439..8059d36 100644 --- a/src/components/Footer.vue +++ b/src/components/Footer.vue @@ -17,7 +17,21 @@ export default { #footerroot { background-color: black; - height: 759px; + width:100%; +} + +@include media-breakpoint-between(xs, sm) { + #footerroot + { + height:806px; + } +} + +@include media-breakpoint-between(md, xl) { + #footerroot + { + height: 759px; + } } @media screen {