视频播放封面宽高优化

This commit is contained in:
禺狨 2023-05-30 17:26:14 +08:00
parent 1a9a20cbca
commit c8e9f8cc7a

View File

@ -291,9 +291,13 @@ h1 {
}
#meedu-player-container {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
width: 100%;
height: auto;
position: relative;
height: 100%;
}
.ant-tree-switcher {