From 0708d800e2520bb38e20203c0c79cd0cc7507164 Mon Sep 17 00:00:00 2001 From: "WORK\\64751" <64751245@qq.com> Date: Thu, 4 Sep 2025 15:03:56 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=B7=B2=E7=9F=A5=E7=9A=84?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/carbin/index.vue | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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 {