<scroll-view class="scroll-w" scroll-x>
<view class="item"></view>
</scroll-view>
.scroll-w{with:100%;white-space:nowrap;}
.item{width:100rpx;height:100rpx;display:inline-block}
07-27
9090

<scroll-view class="scroll-w" scroll-x>
<view class="item"></view>
</scroll-view>
.scroll-w{with:100%;white-space:nowrap;}
.item{width:100rpx;height:100rpx;display:inline-block}