From 81be16ab8c7c44cff6aed15f7fad38707c4c0e6d Mon Sep 17 00:00:00 2001 From: deartibers <947466799@qq.com> Date: Wed, 31 Aug 2022 16:38:47 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A7=86=E9=A2=91=E6=92=AD=E6=94=BE=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../videoOperationCloudControl.jsx | 2 +- .../videoPlayer/videoOperationHistroyTime.jsx | 4 +-- .../videoPlayer/videoOperationTalk.jsx | 4 +-- .../src/components/videoPlayer/videoPlay.jsx | 9 +++--- .../src/components/videoPlayer/videoPlay.less | 2 +- .../components/videoPlayer/voiceHeader.jsx | 4 +-- .../openness/containers/mirroringDetail.jsx | 32 +++++++++++-------- 7 files changed, 31 insertions(+), 26 deletions(-) diff --git a/code/VideoAccess-VCMP/web/client/src/components/videoPlayer/videoOperationCloudControl.jsx b/code/VideoAccess-VCMP/web/client/src/components/videoPlayer/videoOperationCloudControl.jsx index 32f6573..dce0e80 100644 --- a/code/VideoAccess-VCMP/web/client/src/components/videoPlayer/videoOperationCloudControl.jsx +++ b/code/VideoAccess-VCMP/web/client/src/components/videoPlayer/videoOperationCloudControl.jsx @@ -14,7 +14,7 @@ const VideoOperationCloudControl = ({ gbptz(ac, videoObj, iotVideoServer) } } - const vcmpVideo = document.getElementById('vcmp_videoplay')?.offsetHeight; + const vcmpVideo = document.getElementsByClassName('vcmp_video'+videoObj.id)?.offsetHeight; console.log(vcmpVideo); return (