fix: fix the bug of the play view

This commit is contained in:
Rogee
2024-12-13 11:34:09 +08:00
parent 1f8371b878
commit 7c52823610
5 changed files with 23 additions and 6 deletions

View File

@@ -155,6 +155,7 @@ const formatTime = (time) => {
}
#video {
background-color: #cccccc;
aspect-ratio: 4 / 3;
width: 100%;
object-fit: fill;