- 当前 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;
}
tip
: 只支持基本的定位、布局、文本样式。不支持设置单边的border
、background-image
、shadow
、overflow: visible
等。https://developers.weixin.qq.com/miniprogram/dev/component/cover-view.html#cover-image
好吧,弄了四边的border
实在想做的话,可以用个方形拼一个圆形来做~
谢谢,解决了,我把左边圆角藏起来了
对吼。。藏起来。。哈哈哈
复现问题的简单代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)