xdlumia / vue3-video-play

适用于 Vue3 的 hls.js 播放器组件,配置丰富,界面还算好看
https://codelife.cc/vue3-video-play/
581 stars 96 forks source link

pc端会自动聚焦 #86

Open wugengdeliuxi opened 1 year ago

wugengdeliuxi commented 1 year ago

cecffb51139a78b5b220933d1ca2429 在swiper中使用时,因为input的聚焦导致swiper偏移到当前播放器,建议是否聚焦让用户通过参数来控制

DemonGao commented 1 year ago

.d-player-input { display: none; } 可以先临时这样处理