获得过 0 次赞
回答过的问题获得 0 次赞
分享过的文章/案例获得 0 次赞
评论与回复获得 0 次赞
image元素的css上加上will-change: transform;试试
border-radius 生成的圆角图片显示时会闪一下iOS更新微信版本到 6.5.23 后,打开3月发发布的线上小程序,圆角图片会先变方,再变圆闪一下。 代码如下: ``` dom: view.user-item-image > image css: .user-item-image { width: 55px; height: 55px; border-radius: 50%; overflow: hidden; margin-bottom: 5px; } .user-item-image image { width: 100%; height: 100%; } ``` 修改 border-radius 为 999px 也不行。 图片列表是放在 scroll-view 中的,页面是用 flex 部局的。 更新前没问题,更新后才这样。 求解
2018-08-07