Commit 0767513dfb15daaf45f8981013b18b76c3dc4c60

Authored by xp.Huang
2 parents a242e1ab bece95a6

Merge branch 'fix/DEFECT-1838' into 'main_dev'

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

See merge request yunteng/thingskit-front!1138
... ... @@ -313,7 +313,7 @@
313 313 @on-unmounted="handleCloseFlvPlayUrl(item)"
314 314 />
315 315 <div
316   - class="video-container-mask absolute top-0 left-0 z-50 text-lg w-full text-light-50 flex justify-center items-center"
  316 + class="video-container-mask absolute top-0 left-0 z-50 text-lg w-full text-light-50 flex justify-center"
317 317 style="height: 100%; background-color: rgba(0, 0, 0, 0.5)"
318 318 >
319 319 <span>{{ item.name }}</span>
... ...