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