入上图是一个nav tab,当我向后滑动的时候变成这个样子了
代码结构是这样的
< scroll-view class = "nav-bar" scroll-x = "true" > < view class = "nav-tab" bindtap = "tapTab" > < view class = "tab-item {{item.tabActive}}" data-index = "{{index}}" data-flag = "tab" hover = "true" wx:for = "{{tabList}}" >{{item.label}}</ view > </ view > </ scroll-view > |
渲染有问题的元素是.nav-tab
.nav-tab { font-size : 32 rpx; color : #333 ; white-space : nowrap ; background-color : #f3f3f3 ; font-weight : 600 ; height : 70 rpx; box-sizing: border-box; border-bottom : 1px solid #ccc ; padding : 0 28 rpx; } |
请给下设备系统以及微信版本号 谢谢
ios 10.2.1 WeChat 6.5.6