From 6e227ff4411b326d7c92bde9b488b01c7c0795e2 Mon Sep 17 00:00:00 2001 From: DEV_DSW <562304744@qq.com> Date: Fri, 29 May 2026 10:14:06 +0800 Subject: [PATCH] style(home-components): update tailwind classes and clean up code - replace legacy tailwind shorthand classes with modern bracket notation - remove unused CSS styles and imports from SharedVisual components - remove unused `mode` prop from MediaFrame.vue - fix trailing newline in shared stylesheet --- .../components/LongTextGuideCard/index.vue | 2 +- .../components/OpenMapComponent/index.vue | 2 +- .../home/components/RoutePlanCard/index.vue | 2 +- .../components/SharedVisual/MediaFrame.vue | 14 +++-------- .../components/SharedVisual/styles/index.scss | 23 ++++--------------- 5 files changed, 10 insertions(+), 33 deletions(-) diff --git a/src/pages/home/components/LongTextGuideCard/index.vue b/src/pages/home/components/LongTextGuideCard/index.vue index 0e3e373..9a52922 100644 --- a/src/pages/home/components/LongTextGuideCard/index.vue +++ b/src/pages/home/components/LongTextGuideCard/index.vue @@ -75,7 +75,7 @@