统一三个页面内容区布局宽度为 max-w-7xl mx-auto px-4 sm:px-6 lg:px-8

与顶部导航栏 header 保持完全相同的宽度和留空规范,确保视觉对齐
This commit is contained in:
2026-02-27 01:57:49 +08:00
parent 458b515f14
commit a446834c12
3 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -56,7 +56,7 @@
@endif
{{-- 主展示区 --}}
<main class="w-full py-10 px-6">
<main class="max-w-7xl mx-auto py-10 px-4 sm:px-6 lg:px-8">
<div class="mb-6 flex justify-between items-end border-b pb-4">