修复已知的问题
This commit is contained in:
parent
a6048b79d0
commit
0708d800e2
|
|
@ -628,6 +628,9 @@ onMounted(() => {
|
|||
:deep(.live-player-stretch-btn) {
|
||||
// display: none !important;
|
||||
}
|
||||
:deep(.video-title) {
|
||||
display: none !important;
|
||||
}
|
||||
:deep(.video-js .vjs-tech) {
|
||||
max-width: unset !important;
|
||||
width: auto;
|
||||
|
|
@ -636,7 +639,7 @@ onMounted(() => {
|
|||
left: 0;
|
||||
right: 0;
|
||||
margin: auto;
|
||||
height: 120%;
|
||||
// height: 120%;
|
||||
}
|
||||
|
||||
.rem-header {
|
||||
|
|
|
|||
Loading…
Reference in New Issue