真机调试和微信开发者工具显示不一致
- 当前 Bug 的表现(可附上截图)
微信开发者工具上显示正常:
手机端(iphone7)显示不正常:
- 预期表现
左上方的cover-view圆角不显示,字不居中
class:
.listButton{
position: absolute;
top: 0rpx;
width: 30%;
height: 6%;
background-color: black;
color: white;
display: flex;
justify-content: center;
align-items: center;
border-top-right-radius: 50rpx;
border-bottom-right-radius: 50rpx;
}
