From d955a56cb0487881329003f90b63645951424143 Mon Sep 17 00:00:00 2001 From: DEV_DSW <562304744@qq.com> Date: Fri, 29 May 2026 16:29:55 +0800 Subject: [PATCH] refactor(home-components): migrate styles & fix color classes - Remove FaqHelpCard's external SCSS stylesheet and convert its styles to inline Tailwind utilities - Fix invalid color utility classes in NoticeCard and LongTextGuideCard to use proper Tailwind text color syntax - Swap deprecated uni-icons right with van-icon arrow-right in FaqHelpCard --- .../home/components/FaqHelpCard/index.vue | 25 +++++---- .../components/FaqHelpCard/styles/index.scss | 54 ------------------- .../components/LongTextGuideCard/index.vue | 4 +- .../home/components/NoticeCard/index.vue | 4 +- 4 files changed, 16 insertions(+), 71 deletions(-) delete mode 100644 src/pages/home/components/FaqHelpCard/styles/index.scss diff --git a/src/pages/home/components/FaqHelpCard/index.vue b/src/pages/home/components/FaqHelpCard/index.vue index a7b09ad..b05fcf0 100644 --- a/src/pages/home/components/FaqHelpCard/index.vue +++ b/src/pages/home/components/FaqHelpCard/index.vue @@ -1,23 +1,26 @@