From 04b48b7656e309425409318937e901575c1d63d6 Mon Sep 17 00:00:00 2001 From: duanshuwen Date: Sat, 25 Jul 2026 10:54:56 +0800 Subject: [PATCH] refactor: remove unused border.scss and update styles Remove the deprecated border.scss stylesheet and its import from the main SCSS entry file. Replace all legacy border utility class usages with explicit border classes: - Replace border-ff with border border-white - Replace border-F1F5F9 with border border-[#f1f5f9] - Replace border-bottom with border-b border-[#e5e8ee] - Replace border-top-8 with border-t-8 border-[#f5f5f5] - Update border-none button styles to add after:!hidden to retain original pseudo-element hiding behavior --- src/components/CreateServiceOrder/index.vue | 2 +- src/components/DetailPopup/index.vue | 2 +- src/components/Feedback/index.vue | 2 +- src/components/SurveyQuestionnaire/index.vue | 2 +- .../components/ConactSection/index.vue | 3 +- .../components/UserSection/index.vue | 4 +-- .../order/components/AmtSection/index.vue | 2 +- .../order/components/FooterSection/index.vue | 4 +-- .../order/components/GoodsInfo/index.vue | 5 +-- .../order/components/OrderCard/index.vue | 2 +- src/pages/ChatModule/AigcPhotoCard/index.vue | 2 +- .../ChatModule/AnswerComponent/index.vue | 3 +- .../GeneratorPhotoComponent/index.vue | 2 +- .../LongTextGuideCardPreview/index.vue | 2 +- src/pages/ChatModule/MoreService/index.vue | 2 +- .../ChatModule/OpenMapComponent/index.vue | 2 +- .../ChatModule/SharedVisual/CardShell.vue | 2 +- src/pages/ChatModule/ZModuleBase/index.vue | 2 +- .../goods/components/GoodPackage/index.vue | 2 +- src/static/scss/border.scss | 31 ------------------- src/static/scss/index.scss | 1 - 21 files changed, 25 insertions(+), 54 deletions(-) delete mode 100644 src/static/scss/border.scss diff --git a/src/components/CreateServiceOrder/index.vue b/src/components/CreateServiceOrder/index.vue index 5e4d9fc..8cb6f29 100644 --- a/src/components/CreateServiceOrder/index.vue +++ b/src/components/CreateServiceOrder/index.vue @@ -1,6 +1,6 @@