<view style="overflow: auto;display: flex;">
<view v-for="i in 10" :key="i"
style="height:100px;width: 100px;margin-right: 30px;background: red;flex: none;">
</view>
</view>
item标签给flex:none
原文:https://www.cnblogs.com/heyz/p/15308609.html