<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
2023-09-28 12:52:04
<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
下一篇:FTP命令