Commit 0767513dfb15daaf45f8981013b18b76c3dc4c60
Merge branch 'fix/DEFECT-1838' into 'main_dev'
fix: 视频名称移动到中间正上方,播放按钮保持不变 See merge request yunteng/thingskit-front!1138
Showing
1 changed file
with
1 additions
and
1 deletions
... | ... | @@ -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> | ... | ... |