From d468cdb74da015686e348d624dd00174ab7385a1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=95=E6=9D=B0=E5=88=9A?= <1543758718@qq.com> Date: Fri, 23 May 2025 00:11:17 +0800 Subject: [PATCH] =?UTF-8?q?=E6=81=A2=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/layouts/components/Footer/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/layouts/components/Footer/index.vue b/src/layouts/components/Footer/index.vue index c3e4660..cf7543a 100644 --- a/src/layouts/components/Footer/index.vue +++ b/src/layouts/components/Footer/index.vue @@ -11,7 +11,7 @@ const VITE_APP_TITLE = import.meta.env.VITE_APP_TITLE <style lang="scss" scoped> .layout-footer { width: 100%; - min-height: 500px; + min-height: 50px; display: flex; align-items: center; justify-content: center;