cover-image 在 ios 手机上 background 无效
- 当前 Bug 的表现(可附上截图)
cover-image 在 ios 手机上 background 无效
ios 手机上显示:
其他手机显示:
代码:
.img_user {
position: fixed;
bottom: 160rpx;
width: 50rpx;
height: 50rpx;
right: 30rpx;
background: #1296db;
border-radius: 50%;
padding: 20rpx;
}
- 预期表现
background 有效 和其他手机一致,
- 复现路径
使用cover-image 在 ios 手机上加 background 即可复现
- 提供一个最简复现 Demo
1 回复