From f534a2ea89bee4354f2ace326584badb04baa2a5 Mon Sep 17 00:00:00 2001 From: duanshuwen Date: Sat, 25 Jul 2026 10:21:28 +0800 Subject: [PATCH] refactor(styles): replace custom scroll classes with overflow utils Remove the deprecated scroll.scss stylesheet and its import from the main SCSS index file. Replace all usages of the custom .scroll-y and .scroll-x classes across Vue templates with the corresponding overflow utility classes. Fix a malformed scroll-view tag in the goods album page template. --- src/pages/ChatMain/ChatLongAnswer/index.vue | 2 +- src/pages/ChatMain/ChatQuickAccess/index.vue | 2 +- src/pages/ChatModule/RecommendPostsList/index.vue | 2 +- src/pages/ChatModule/RecommendationListCard/index.vue | 2 +- src/pages/Discovery/components/ExploreCards/index.vue | 2 +- .../Discovery/components/HeritageQuickPrompts/index.vue | 2 +- src/pages/Discovery/components/QuickQuestions/index.vue | 2 +- src/pages/Discovery/index.vue | 2 +- src/pages/goods/album/index.vue | 4 ++-- src/pages/goods/index.vue | 2 +- src/static/scss/index.scss | 1 - src/static/scss/scroll.scss | 8 -------- 12 files changed, 11 insertions(+), 20 deletions(-) delete mode 100644 src/static/scss/scroll.scss diff --git a/src/pages/ChatMain/ChatLongAnswer/index.vue b/src/pages/ChatMain/ChatLongAnswer/index.vue index 8159e44..e81a475 100644 --- a/src/pages/ChatMain/ChatLongAnswer/index.vue +++ b/src/pages/ChatMain/ChatLongAnswer/index.vue @@ -6,7 +6,7 @@ - diff --git a/src/pages/ChatMain/ChatQuickAccess/index.vue b/src/pages/ChatMain/ChatQuickAccess/index.vue index 425a134..05aa30f 100644 --- a/src/pages/ChatMain/ChatQuickAccess/index.vue +++ b/src/pages/ChatMain/ChatQuickAccess/index.vue @@ -1,6 +1,6 @@