From e57617d2c6186b6a0171b5579f4406e8090a064a Mon Sep 17 00:00:00 2001 From: duanshuwen Date: Fri, 24 Jul 2026 16:03:00 +0800 Subject: [PATCH] refactor: replace theme color utility classes with direct hex values remove unused theme color background utility classes from background.scss, swap all instances of bg-theme-color-50 and bg-theme-color-500 with their corresponding hex values across vue components, and update bg-liner gradient to use direct hex colors instead of theme variables --- src/components/CreateServiceOrder/index.vue | 2 +- src/components/Feedback/index.vue | 2 +- src/components/SurveyQuestionnaire/index.vue | 2 +- .../order/components/FooterSection/index.vue | 2 +- .../order/components/OrderQrcode/index.vue | 7 +++---- .../order/components/VoucherList/index.vue | 5 ++--- .../ChatModule/OpenMapComponent/index.vue | 2 +- src/static/scss/background.scss | 19 ++----------------- 8 files changed, 12 insertions(+), 29 deletions(-) diff --git a/src/components/CreateServiceOrder/index.vue b/src/components/CreateServiceOrder/index.vue index 7f7e4c6..9765b9a 100644 --- a/src/components/CreateServiceOrder/index.vue +++ b/src/components/CreateServiceOrder/index.vue @@ -1,7 +1,7 @@