From 3e1ee7394d125afa2112d667cd3196c39de21341 Mon Sep 17 00:00:00 2001 From: lkddi Date: Fri, 27 Feb 2026 01:52:12 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=EF=BC=9A=E7=95=99=E8=A8=80?= =?UTF-8?q?=E6=9D=BF=E9=A1=B5=E9=9D=A2=E5=B8=83=E5=B1=80=E5=8A=A0=E5=AE=BD?= =?UTF-8?q?=EF=BC=8C=E5=85=85=E5=88=86=E5=88=A9=E7=94=A8=E5=B1=8F=E5=B9=95?= =?UTF-8?q?=E5=AE=BD=E5=BA=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 左侧导航从 w-64 加宽至 w-72,现代圆角和阴影 - 主容器去掉 max-w-7xl 限制,改为 w-full px-6 充满屏幕 - 右侧列表去掉 max-w-4xl 约束,flex-1 自动铺满剩余空间 --- resources/views/guestbook/index.blade.php | 23 ++++++++++++----------- 1 file changed, 12 insertions(+), 11 deletions(-) diff --git a/resources/views/guestbook/index.blade.php b/resources/views/guestbook/index.blade.php index a7faeea..d36b051 100644 --- a/resources/views/guestbook/index.blade.php +++ b/resources/views/guestbook/index.blade.php @@ -81,12 +81,12 @@ {{-- 主体内容区 --}} -
+
{{-- 左侧:分类导航 --}}