view等标签设置背景色,两个标签之间有白色边框?
在红米机型下有该问题,ios和开发者工具正常。 开发工具下表现正常: [图片] 红米机型(红米Redmi 5 Plus、MIUI 10.3.2|稳定版、微信版本:7.0.7)有问题: [图片] 代码: <view class="e"></view> <view class="e"></view> .e{ font-size: 0; box-sizing: border-box; border: none; position: relative; overflow: hidden; width:300rpx; height: 40rpx; background: rgb(255,88,88); border-radius: 0; } .e::after{ border: none;}