view的wxss absolute调试与真机测试结果不符
绿圈/灰圈的父级view的wxss如下:
.view-process-circle-container {
display: flex;
flex-direction: row;
margin-left: 2%;
width: 96%;
height: 60rpx;
position: absolute;
margin-top: 68rpx;
}
调试效果如下:
真机效果如下: