scroll-view 组件不支持gap? scroll-view 虽然可以通过 enable-flex开启flex盒模型,但是gap字段样式无效! 例如: <scroll-view enable-flex style:"display:flex; gap:20rpx "> <view style:"width:100px;height:100px;"></view> <view style:"width:100px;height:100px;"></view> </scroll-view> 用view替换scroll-view 可实现gap样式。