From acf582fc9b0579f404ba6bd999e936ae52c93d93 Mon Sep 17 00:00:00 2001 From: Claude Date: Thu, 25 Jun 2026 17:21:08 +0800 Subject: [PATCH] =?UTF-8?q?style:=20PortalLayout=20=E9=BB=91=E9=87=91?= =?UTF-8?q?=E6=94=B9=E5=9B=BD=E8=81=98=E7=BA=A2=E7=99=BD=E5=BA=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude --- offer_frontend/src/layouts/PortalLayout.vue | 73 +++++++++++---------- 1 file changed, 37 insertions(+), 36 deletions(-) diff --git a/offer_frontend/src/layouts/PortalLayout.vue b/offer_frontend/src/layouts/PortalLayout.vue index 3d5ea1c..a3797e0 100644 --- a/offer_frontend/src/layouts/PortalLayout.vue +++ b/offer_frontend/src/layouts/PortalLayout.vue @@ -95,11 +95,11 @@ const logout = () => { auth.logout(); router.push('/') }