From 971b4d9cfae27c471ec757868e1acefb8d5d6e31 Mon Sep 17 00:00:00 2001 From: DEV_DSW <562304744@qq.com> Date: Fri, 29 May 2026 10:28:47 +0800 Subject: [PATCH] style(home components): convert rounded-24 to rounded-[24px] across card components Update all home page card components to use Tailwind's arbitrary radius syntax. Also adjust SharedVisual/CardShell.vue to add a subtle box shadow, fix border class formatting, and include transition and opacity styles for pressable and disabled states. --- src/pages/home/components/FacilityLocationCard/index.vue | 2 +- src/pages/home/components/FaqHelpCard/index.vue | 2 +- src/pages/home/components/GeneratorPhotoComponent/index.vue | 6 +++--- src/pages/home/components/LongTextGuideCard/index.vue | 4 ++-- src/pages/home/components/MapNavigationCard/index.vue | 2 +- src/pages/home/components/NoticeCard/index.vue | 4 ++-- src/pages/home/components/PoiCompareCard/index.vue | 4 ++-- src/pages/home/components/PoiDetailCard/index.vue | 2 +- src/pages/home/components/RoutePlanCard/index.vue | 4 ++-- src/pages/home/components/ScenicImageCard/index.vue | 2 +- src/pages/home/components/SharedVisual/CardShell.vue | 6 ++++-- 11 files changed, 20 insertions(+), 18 deletions(-) diff --git a/src/pages/home/components/FacilityLocationCard/index.vue b/src/pages/home/components/FacilityLocationCard/index.vue index a34d46f..c778090 100644 --- a/src/pages/home/components/FacilityLocationCard/index.vue +++ b/src/pages/home/components/FacilityLocationCard/index.vue @@ -1,5 +1,5 @@