From d5a9e7d6a62187e15da87a1b6e3bc2658381a513 Mon Sep 17 00:00:00 2001 From: lkddi Date: Fri, 27 Feb 2026 01:38: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=E6=96=B0=E5=BB=BA=E7=95=99=E8=A8=80=E6=8C=89=E9=92=AE?= =?UTF-8?q?=E7=A7=BB=E8=87=B3=E5=B7=A6=E4=BE=A7=E5=AF=BC=E8=88=AA=E5=8C=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 不再占用顶部公共导航栏,让所有大厅页面的顶部导航保持绝对一致。 --- resources/views/guestbook/index.blade.php | 43 +++++++++++++++-------- resources/views/layouts/app.blade.php | 9 ++--- 2 files changed, 34 insertions(+), 18 deletions(-) diff --git a/resources/views/guestbook/index.blade.php b/resources/views/guestbook/index.blade.php index a32ea5b..ddc1112 100644 --- a/resources/views/guestbook/index.blade.php +++ b/resources/views/guestbook/index.blade.php @@ -21,18 +21,7 @@ @endsection -@section('nav-right') - -@endsection + @section('body-class', 'flex flex-col h-screen overflow-hidden') @section('body-data', "x-data=\"{ showWriteForm: false, towho: '{{ $defaultTo }}' }\"") @@ -96,8 +85,20 @@
{{-- 左侧:分类导航 --}} -