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
This commit is contained in:
duanshuwen
2026-07-25 11:38:10 +08:00
parent cd307da2ff
commit 04a7acc8b3
6 changed files with 6 additions and 6 deletions

View File

@@ -1,6 +1,6 @@
<template>
<view class="container pl-[12px]">
<view class="container-scroll text-[0px] overflow-x-autowhitespace-nowrap">
<view class="container-scroll text-[0px] overflow-x-auto whitespace-nowrap">
<view class="card-item bg-white inline-block rounded-[20px] mr-[10px]" v-for="(item, index) in list" :key="index"
@click="sendReply(item)">