Commit bece95a64a54909c446556b5f2bf5b754645bb5e

Authored by loveumiko
1 parent 0db2dbdf

fix: 视频名称移动到中间正上方,播放按钮保持不变

... ... @@ -306,7 +306,7 @@
306 306 @on-unmounted="handleCloseFlvPlayUrl(item)"
307 307 />
308 308 <div
309   - class="video-container-mask absolute top-0 left-0 z-50 text-lg w-full text-light-50 flex justify-center items-center"
  309 + class="video-container-mask absolute top-0 left-0 z-50 text-lg w-full text-light-50 flex justify-center"
310 310 style="height: 100%; background-color: rgba(0, 0, 0, 0.5)"
311 311 >
312 312 <span>{{ item.name }}</span>
... ...