chore: dispalay py adjust

This commit is contained in:
engigu
2025-09-20 18:16:29 +08:00
parent 1090c21f02
commit 31a88207bb
7 changed files with 8 additions and 8 deletions
+2 -2
View File
@@ -345,9 +345,9 @@ const siteTitle = computed(() => {
</nav>
<!-- 主要内容区域 -->
<main class="max-w-7xl mx-auto py-6 px-4 sm:px-6 lg:px-8">
<main class="max-w-7xl mx-auto py-2 px-4 sm:px-2 lg:px-8">
<!-- <div class="bg-white rounded-lg shadow-sm border border-gray-200"> -->
<div class="">
<div>
<!-- 使用 router-view 显示嵌套路由的内容 -->
<router-view></router-view>
</div>