mirror of
https://github.com/PlayEdu/frontend.git
synced 2025-06-08 18:56:01 +08:00
视频播放封面宽高优化
This commit is contained in:
parent
1a9a20cbca
commit
c8e9f8cc7a
@ -291,9 +291,13 @@ h1 {
|
|||||||
}
|
}
|
||||||
|
|
||||||
#meedu-player-container {
|
#meedu-player-container {
|
||||||
|
position: absolute;
|
||||||
|
top: 0;
|
||||||
|
left: 0;
|
||||||
|
right: 0;
|
||||||
|
bottom: 0;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: auto;
|
height: 100%;
|
||||||
position: relative;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.ant-tree-switcher {
|
.ant-tree-switcher {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user