scroll-view在iphone8上文字显示不全
- 当前 Bug 的表现(可附上截图)
- 预期表现
文字应该正常显示
- 复现路径
首页 → 积分兑换
- 提供一个最简复现 Demo
搜索小程序 优尚羊绒 ,首页找 积分兑换 ,点进去就可以看到,当前选中的是正常,其他的不正常
相关css代码:
.max_class {
background: #f90;
white-space: nowrap;
height: 80rpx;
box-sizing: border-box;
padding:20rpx 0;
}
.max_class view{
display: inline-block;
line-height:38rpx;
height: 38rpx;
padding: 0rpx 22rpx;
font-size:26rpx;
color: #fff;
margin-left: 15rpx;
vertical-align: top;
}
2 回复