收藏
回答

真机调试和微信开发者工具显示不一致

框架类型 问题类型 操作系统 工具版本
小程序 Bug Windows v1.02.1812271

- 当前 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;

}


回答关注问题邀请回答
收藏

2 个回答

登录 后发表内容