统一三个页面内容区布局宽度为 max-w-7xl mx-auto px-4 sm:px-6 lg:px-8
与顶部导航栏 header 保持完全相同的宽度和留空规范,确保视觉对齐
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user