From 04a7acc8b361d153007c1fd6543d704a58e1d258 Mon Sep 17 00:00:00 2001 From: duanshuwen Date: Sat, 25 Jul 2026 11:38:10 +0800 Subject: [PATCH] fix(explore-cards): update scroll view props for horizontal scroll replace outdated overflow-x-autoshow-scrollbar prop with scroll-x and show-scrollbar="false" to enable proper horizontal scrolling and hide the scrollbar --- 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 +- src/pages/Discovery/components/HeritageQuickPrompts/index.vue | 2 +- src/pages/Discovery/components/QuickQuestions/index.vue | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/pages/ChatMain/ChatQuickAccess/index.vue b/src/pages/ChatMain/ChatQuickAccess/index.vue index 05aa30f..e8ea346 100644 --- a/src/pages/ChatMain/ChatQuickAccess/index.vue +++ b/src/pages/ChatMain/ChatQuickAccess/index.vue @@ -1,6 +1,6 @@