From 7309a5c9ab62b546df63e5f1eb93ff4eff79230c Mon Sep 17 00:00:00 2001 From: wangran <3189505710@qq.com> Date: Sat, 10 Jan 2026 16:29:19 +0800 Subject: [PATCH] Enhance App.vue with transition effects and global styles: add slide transition for sub-navigation, implement global style resets, and improve layout responsiveness. --- src/App.vue | 95 ++++++++++++++++++++++++++++++++++++++++++++++------- 1 file changed, 84 insertions(+), 11 deletions(-) diff --git a/src/App.vue b/src/App.vue index c150113..d6a8cba 100644 --- a/src/App.vue +++ b/src/App.vue @@ -113,17 +113,19 @@ const toggleExpand = (key: string) => { {{ menu.title }} - + + + @@ -139,10 +141,37 @@ const toggleExpand = (key: string) => { + +