From fe1c5cff00014a46dec56705de3426037839c261 Mon Sep 17 00:00:00 2001 From: tj <1378534974@qq.com> Date: 星期三, 07 五月 2025 16:09:54 +0800 Subject: [PATCH] home css update --- src/components/MainLayout.vue | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/components/MainLayout.vue b/src/components/MainLayout.vue index 031946d..b4750f3 100644 --- a/src/components/MainLayout.vue +++ b/src/components/MainLayout.vue @@ -1,6 +1,6 @@ <template> <HeaderMenu /> - <router-view style="margin-top: 62px;" /> + <router-view style="margin-top: 70px;" /> <Footer></Footer> </template> @@ -12,4 +12,5 @@ </script> <style scoped> - </style> \ No newline at end of file + </style> + -- Gitblit v1.9.3