修复已知的问题

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

@ -203,7 +203,7 @@ const queryAirPort = async () => {
// console.log(currentAirPortInfo.value) // console.log(currentAirPortInfo.value)
// currentAirPortInfo.value.status = 2 //currentAirPortInfo.value.status = 2
if (currentAirPortStatus.value != Number(currentAirPortInfo.value.status)) { if (currentAirPortStatus.value != Number(currentAirPortInfo.value.status)) {
currentAirPortStatus.value = Number(currentAirPortInfo.value.status) currentAirPortStatus.value = Number(currentAirPortInfo.value.status)
@ -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 {