From 653cdd5139f42fdd41af7e8e9457c5eb6d303658 Mon Sep 17 00:00:00 2001 From: DEV_DSW <562304744@qq.com> Date: Fri, 29 May 2026 10:21:21 +0800 Subject: [PATCH] style: update flex alignment classes and clean up UI styles Replace all deprecated `flex-items-center` utility classes with standard `items-center` across components. Additionally, update font weight classes from `font-900` to `font-bold`, standardize hex color class syntax to use bracket notation, and remove unused SCSS styles from the SharedVisual component. --- src/components/CreateServiceOrder/index.vue | 15 ++++---- src/components/DateRangeSection/index.vue | 8 ++--- src/components/DetailPopup/index.vue | 6 ++-- src/components/Feedback/index.vue | 9 +++-- src/components/GoodDetail/index.vue | 2 +- src/components/RefundPopup/index.vue | 4 +-- src/components/Stepper/index.vue | 2 +- src/components/SurveyQuestionnaire/index.vue | 4 +-- src/components/UseDateRange/index.vue | 2 +- .../components/ConactSection/index.vue | 6 ++-- .../components/FooterSection/index.vue | 8 ++--- .../booking/components/UserSection/index.vue | 6 ++-- src/pages/booking/index.vue | 6 ++-- .../home/components/AnswerComponent/index.vue | 7 ++-- .../home/components/ChatMoreTips/index.vue | 2 +- .../home/components/ChatTopWelcome/index.vue | 2 +- .../components/FacilityLocationCard/index.vue | 16 ++++----- .../home/components/FaqHelpCard/index.vue | 10 +++--- .../GeneratorPhotoComponent/index.vue | 4 +-- .../components/LongTextGuideCard/index.vue | 26 +++++++------- .../LongTextGuideCardPreview/index.vue | 8 ++--- .../components/MapNavigationCard/index.vue | 10 +++--- .../home/components/MoreService/index.vue | 4 +-- .../home/components/NoticeCard/index.vue | 20 +++++------ .../home/components/NoticeMessage/detail.vue | 2 +- .../components/OpenMapComponent/index.vue | 6 ++-- .../home/components/PoiCompareCard/index.vue | 34 +++++++++---------- .../home/components/PoiDetailCard/index.vue | 10 +++--- .../RecommendationListCard/index.vue | 6 ++-- .../home/components/RoutePlanCard/index.vue | 32 ++++++++--------- .../home/components/ScenicImageCard/index.vue | 6 ++-- .../components/SharedVisual/ActionRow.vue | 6 ++-- .../components/SharedVisual/BadgePill.vue | 3 +- .../components/SharedVisual/DetailShell.vue | 13 +++---- .../components/SharedVisual/styles/index.scss | 15 -------- .../order/components/AmtSection/index.vue | 8 ++--- .../order/components/FooterSection/index.vue | 6 ++-- .../order/components/GoodsInfo/index.vue | 2 +- .../order/components/VoucherList/index.vue | 4 +-- src/pages/quick/index.vue | 9 +++-- 40 files changed, 163 insertions(+), 186 deletions(-) diff --git a/src/components/CreateServiceOrder/index.vue b/src/components/CreateServiceOrder/index.vue index 87bb933..5e4760f 100644 --- a/src/components/CreateServiceOrder/index.vue +++ b/src/components/CreateServiceOrder/index.vue @@ -1,7 +1,7 @@