From 872a3fac1870be21c810736957ee00ee9346c383 Mon Sep 17 00:00:00 2001 From: duanshuwen Date: Fri, 24 Jul 2026 22:05:42 +0800 Subject: [PATCH] refactor: remove custom font-weight scss and update class usages Delete the standalone font-weight.scss utility file, remove its import from the main scss index, and update all existing references to the custom font-{weight} classes to use either built-in semantic font utilities or inline functional font weight classes matching the project's utility-first styling pattern. --- src/components/CreateServiceOrder/index.vue | 16 ++++---- src/components/DetailPopup/index.vue | 4 +- src/components/Feedback/index.vue | 12 +++--- src/components/RefundPopup/index.vue | 2 +- src/components/Stepper/index.vue | 2 +- src/components/SurveyQuestionnaire/index.vue | 2 +- src/components/SwipeCards/index.vue | 2 +- src/components/TopNavBar/index.vue | 2 +- src/components/UseDateRange/index.vue | 4 +- .../components/ConactSection/index.vue | 8 ++-- .../components/FooterSection/index.vue | 2 +- .../components/UserSection/index.vue | 6 +-- src/pages-booking/index.vue | 2 +- .../order/components/AmtSection/index.vue | 2 +- .../order/components/FooterSection/index.vue | 4 +- .../order/components/GoodsInfo/index.vue | 6 +-- .../order/components/OrderQrcode/index.vue | 2 +- .../components/OrderStatusInfo/index.vue | 2 +- .../order/components/VoucherList/index.vue | 2 +- src/pages-quick/components/Card/index.vue | 2 +- src/pages-quick/components/Tabs/index.vue | 2 +- src/pages-quick/list.vue | 10 ++--- src/pages/ChatMain/ChatMoreTips/index.vue | 2 +- src/pages/ChatMain/ChatTopNavBar/index.vue | 2 +- src/pages/ChatMain/ChatTopWelcome/index.vue | 2 +- src/pages/ChatMain/NoticeMessage/index.vue | 8 ++-- .../ChatModule/AnswerComponent/index.vue | 6 +-- src/pages/ChatModule/CallMobile/index.vue | 2 +- .../ChatModule/FacilityLocationCard/index.vue | 12 +++--- src/pages/ChatModule/FaqHelpCard/index.vue | 6 +-- .../GeneratorPhotoComponent/index.vue | 4 +- .../ChatModule/LongTextGuideCard/index.vue | 40 +++++++++---------- .../LongTextGuideCardPreview/index.vue | 8 ++-- .../ChatModule/MapNavigationCard/index.vue | 8 ++-- src/pages/ChatModule/MoreService/index.vue | 4 +- src/pages/ChatModule/NoticeCard/index.vue | 16 ++++---- src/pages/ChatModule/PoiCompareCard/index.vue | 26 ++++++------ src/pages/ChatModule/PoiDetailCard/index.vue | 10 ++--- .../RecommendationListCard/index.vue | 6 +-- src/pages/ChatModule/RoutePlanCard/index.vue | 22 +++++----- .../ChatModule/ScenicImageCard/index.vue | 6 +-- .../ChatModule/SharedVisual/ActionRow.vue | 6 +-- .../ChatModule/SharedVisual/BadgePill.vue | 2 +- .../ChatModule/SharedVisual/DetailShell.vue | 4 +- .../components/QuickQuestions/index.vue | 2 +- src/pages/goods/album/index.vue | 2 +- src/pages/goods/index.vue | 2 +- src/static/scss/font-weight.scss | 28 ------------- src/static/scss/index.scss | 1 - 49 files changed, 152 insertions(+), 181 deletions(-) delete mode 100644 src/static/scss/font-weight.scss diff --git a/src/components/CreateServiceOrder/index.vue b/src/components/CreateServiceOrder/index.vue index 7c8f31e..ffe7512 100644 --- a/src/components/CreateServiceOrder/index.vue +++ b/src/components/CreateServiceOrder/index.vue @@ -2,7 +2,7 @@ - + {{ isCallSuccess ? "服务已创建" : "呼叫服务" }} @@ -10,23 +10,23 @@ - 所在位置 + 所在位置 - 联系电话 + 联系电话 - - 需求信息描述 -