修复已知的问题

This commit is contained in:
WORK\64751 2025-09-04 15:03:56 +08:00
parent a6048b79d0
commit 0708d800e2
1 changed files with 5 additions and 2 deletions

View File

@ -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 {