Showing
1 changed file
with
1 additions
and
1 deletions
... | ... | @@ -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> | ... | ... |