在真机可以看到有很明显的锯齿
<view class="cover"></view>
.cover {
position: relative;
overflow: hidden;
width: 100%;
height: 24px;
background: black;
&:after {
content: '';
position: absolute;
width: 400vw;
height: 400vw;
left: -150%;
border-radius: 50%;
background: red;
}
}
你好,麻烦具体描述问题流程,提供出现问题的具体机型、微信版本号、系统版本号,以及能复现问题的代码片段https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html,另外,还要补充预期表现截图与当前问题表现截图