描述:video 莫名下移,触发重绘后正常
使用如下代码,有几率导致如图的情况,主要的一个触发点在于使用swiper 包含 video 以及 height:100%
定死为其他高度则不会存在问题
<swiper style="width: 100vw;height:900rpx;">
<swiper-item>
<video
style="height:100%"
src="https://bucket-bool.oss-cn-hangzhou.aliyuncs.com/Npp/home/10-1.mp4"
controls
/>
</swiper-item>
</swiper>
小程序代码片段:https://developers.weixin.qq.com/s/6G7m64mE75lP
video设置css
display: block;