统一三个页面内容区为 w-full 铺满屏幕,不居中

- 大厅(rooms/index): max-w-7xl mx-auto → w-full
- 排行榜(leaderboard/index): max-w-7xl mx-auto → w-full
- 留言板(guestbook/index)已在上次修改完成
This commit is contained in:
2026-02-27 01:56:03 +08:00
parent 02478f2836
commit 458b515f14
3 changed files with 6 additions and 4 deletions
+2 -1
View File
@@ -56,7 +56,8 @@
@endif
{{-- 主展示区 --}}
<main class="max-w-7xl mx-auto py-10 px-6">
<main class="w-full py-10 px-6">
<div class="mb-6 flex justify-between items-end border-b pb-4">
<h2 class="text-xl font-bold text-gray-700">公开频段 (<span class="text-indigo-600">{{ $rooms->count() }}</span>)