diff --git a/src/views/carbin/index.vue b/src/views/carbin/index.vue index 01cfd06..8a95aa3 100644 --- a/src/views/carbin/index.vue +++ b/src/views/carbin/index.vue @@ -203,7 +203,7 @@ const queryAirPort = async () => { // console.log(currentAirPortInfo.value) - // currentAirPortInfo.value.status = 2 + //currentAirPortInfo.value.status = 2 if (currentAirPortStatus.value != Number(currentAirPortInfo.value.status)) { currentAirPortStatus.value = Number(currentAirPortInfo.value.status) @@ -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 {