From def0b75f0b082a335abb9814f27cad727254fec4 Mon Sep 17 00:00:00 2001 From: KUN1007 Date: Fri, 13 Oct 2023 19:20:23 +0800 Subject: [PATCH] fix BUG: footer jump --- src/views/Home/KUNGalgameMainPage.vue | 4 +- src/views/Home/footer/components/Contacts.vue | 19 +++++---- src/views/Home/footer/components/List.vue | 15 ++++--- src/views/Home/footer/components/Wave.vue | 41 ++++++++++--------- 4 files changed, 42 insertions(+), 37 deletions(-) diff --git a/src/views/Home/KUNGalgameMainPage.vue b/src/views/Home/KUNGalgameMainPage.vue index 4e3b3333..a69f8500 100644 --- a/src/views/Home/KUNGalgameMainPage.vue +++ b/src/views/Home/KUNGalgameMainPage.vue @@ -5,14 +5,14 @@ import MainPageFooter from './footer/MainPageFooter.vue'