From b401be034e1a361b2c75372c60a37309ca13f053 Mon Sep 17 00:00:00 2001 From: duanshuwen Date: Fri, 29 May 2026 20:49:04 +0800 Subject: [PATCH] refactor(PoiDetailCard): clean up component styles convert all component styles from external SCSS to inline Tailwind utility classes, remove the unused stylesheet file, and update the disabled button's opacity class from is-disabled to opacity-55. --- .../home/components/PoiDetailCard/index.vue | 31 ++++----- .../PoiDetailCard/styles/index.scss | 69 ------------------- 2 files changed, 15 insertions(+), 85 deletions(-) delete mode 100644 src/pages/home/components/PoiDetailCard/styles/index.scss diff --git a/src/pages/home/components/PoiDetailCard/index.vue b/src/pages/home/components/PoiDetailCard/index.vue index 053c8d1..b25accd 100644 --- a/src/pages/home/components/PoiDetailCard/index.vue +++ b/src/pages/home/components/PoiDetailCard/index.vue @@ -1,29 +1,32 @@