<scroll-view scroll-x="true" style="width: 100%;background-color: #e0e0e0;white-space: nowrap;height: 100rpx;">
<view v-for="index of 5" :key="index" style="width: 50rpx;background-color: #13D4FF;">
{{index}}
</view>
</scroll-view>
请问我的写法有问题吗?为什么不可以左右滑动
2 个回复
T泰达T (作者)
排列都是竖着排列的
T泰达T (作者)
好吧知道了,不能用view元素....