From 1c9371aa76d3ad9503cee0bd68985d9ab7437334 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9DRain=E2=80=9C?= <904416525@qq.com> Date: Mon, 27 May 2024 21:20:49 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=BA=91=E6=8E=A7=E5=88=B6?= =?UTF-8?q?=E5=8F=B0=E7=82=B9=E5=87=BB=E9=A2=9C=E8=89=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/videoManage/playVideo.vue | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/pages/videoManage/playVideo.vue b/pages/videoManage/playVideo.vue index 7b5460bd..d0870676 100644 --- a/pages/videoManage/playVideo.vue +++ b/pages/videoManage/playVideo.vue @@ -13,7 +13,7 @@ - + @@ -170,7 +170,7 @@ }) }, complete() { - this.videoFlag = false; + that.videoFlag = false; } }) }, @@ -203,7 +203,7 @@ }) }, complete() { - this.videoFlag = false; + that.videoFlag = false; } }) } @@ -327,19 +327,19 @@ margin-top: -16px; } - .videoOperateBox .left:hover { + .videoOperateBox2 .left:hover { background: url("../../static/videoControlIcon/left-active.png"); } - .videoOperateBox .right:hover { + .videoOperateBox2 .right:hover { background: url("../../static/videoControlIcon/right-active.png"); } - .videoOperateBox .top:hover { + .videoOperateBox2 .top:hover { background: url("../../static/videoControlIcon/top-active.png"); } - .videoOperateBox .bottom:hover { + .videoOperateBox2 .bottom:hover { background: url("../../static/videoControlIcon/bottom-active.png"); }