From fbb6f9ad4b6d5fac9bb95d0a9250b5a318680d99 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E8=B4=A2=E5=AF=8C?= <1501583478@qq.com> Date: Thu, 18 Jan 2024 14:53:14 +0800 Subject: [PATCH] =?UTF-8?q?perf:=20=E4=BD=BF=E7=94=A8flex=E5=B8=83?= =?UTF-8?q?=E5=B1=80=EF=BC=8C=E4=BC=98=E5=8C=96section=E5=8C=BA=E5=9F=9Fmi?= =?UTF-8?q?n-height=E7=9A=84=E7=B9=81=E7=90=90=E8=AE=A1=E7=AE=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Footer/src/Footer.vue | 2 +- src/layout/Layout.vue | 10 +++++++-- src/layout/components/AppView.vue | 33 +--------------------------- 3 files changed, 10 insertions(+), 35 deletions(-) diff --git a/src/components/Footer/src/Footer.vue b/src/components/Footer/src/Footer.vue index e7a778d65..c725e4b0d 100644 --- a/src/components/Footer/src/Footer.vue +++ b/src/components/Footer/src/Footer.vue @@ -15,7 +15,7 @@ const title = computed(() => appStore.getTitle)