From ce153c132307cecb8d50bf61337fc2bdd1fe17f3 Mon Sep 17 00:00:00 2001 From: Zhang Jing Xuan <17660634225@163.com> Date: Fri, 31 Jul 2026 17:44:18 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E7=A7=BB=E5=8A=A8=E7=AB=AF=E5=93=8D?= =?UTF-8?q?=E5=BA=94=E5=BC=8F=E4=BE=A7=E8=BE=B9=E6=A0=8F=E6=8A=BD=E5=B1=89?= =?UTF-8?q?=E5=B8=83=E5=B1=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 检测移动端设备(<768px)自动切换为抽屉式侧边栏 - 添加半透明遮罩层和滑入滑出动画 - 路由切换时自动关闭侧边栏 - 优化移动端导航体验 --- frontend/src/components/layout/AppLayout.vue | 65 ++++++++++++++++++-- 1 file changed, 61 insertions(+), 4 deletions(-) diff --git a/frontend/src/components/layout/AppLayout.vue b/frontend/src/components/layout/AppLayout.vue index f801b85..c1905b9 100644 --- a/frontend/src/components/layout/AppLayout.vue +++ b/frontend/src/components/layout/AppLayout.vue @@ -1,12 +1,18 @@