scroll-view,设置scroll-x="true"无效
< scroll-view class = "scroll-bar" scroll-x = "true" wx:if = "{{showProCate}}" style = "width: 100%" > < view wx:for = "{{idxData.cates}}" wx:for-item = "cate" class = "cate-item {{index == currentIndex ? 'active' : ''}}" data-id = "{{cate.cate_id}}" data-cate = "{{cate.cate_id}}" data-index = "{{index}}" bindtap = "cateClick" >{{cate.cate_name}}</ view > </ scroll-view > |
.com-product .scroll-bar{ white-space : nowrap ; height : 80 rpx; } |
结果没有效果