From 14d3cda9237fffae0449ce3c1160c2ac7d020ed7 Mon Sep 17 00:00:00 2001 From: zhcnyuyang Date: Mon, 5 May 2025 13:34:07 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BE=AE=E8=B0=83=E5=BA=95=E9=83=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Footer.vue | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/src/components/Footer.vue b/src/components/Footer.vue index 06796da..28af7b0 100644 --- a/src/components/Footer.vue +++ b/src/components/Footer.vue @@ -33,11 +33,18 @@ export default { padding-left: 32px; } - @include media-breakpoint-up(md) { + @include media-breakpoint-between(md,xl){ min-height: 759px; margin-top: 0px; background-image: url('/bottom/bg_pc.png'); padding-left: 100px; } + + @include media-breakpoint-up(xl) { + min-height: 759px; + margin-top: 0px; + background-image: url('/bottom/bg_pc.png'); + padding-left: 366px; + } }