From 88315e144ab2076ee1a75b24f80b165844fb3ff6 Mon Sep 17 00:00:00 2001
From: tj <1378534974@qq.com>
Date: 星期四, 08 五月 2025 10:39:25 +0800
Subject: [PATCH] About Us 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