<scroll-view scroll-x="true" style=" white-space: nowrap; display: flex; overflow : auto" >
<view class="shop-thumb">
<image src="{{shop.images[1]}}" />
</view>
<view class="shop-thumb">
<image src="{{shop.images[2]}}" />
</view>
<view class="shop-thumb">
<image src="{{shop.images[3]}}" />
</view>
<view class="shop-thumb">
<image src="{{shop.images[3]}}" />
</view>
<view class="shop-thumb">
<image src="{{shop.images[3]}}" />
</view>
</scroll-view>
,怎么弄无效,
scroll-x与flex冲突,scroll-view去掉flex布局,不知道为什么??,
子控件设置display:inline-block;
我记得横向是不需要的啊
scroll-view得指定滑动方向的大小才能生效
怎么弄都是无效