From af2003df2a9310f78e9e1d00318fdc279f1e93c1 Mon Sep 17 00:00:00 2001 From: junhong Date: Tue, 20 May 2025 15:20:58 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=A6=96=E9=A1=B5=E5=A4=A7?= =?UTF-8?q?=E5=B1=8F=E6=A0=B7=E5=BC=8F=E5=B9=B6=E6=B7=BB=E5=8A=A0=E7=9B=91?= =?UTF-8?q?=E6=8E=A7=E5=92=8C=E8=8F=9C=E5=8D=95=E8=B7=B3=E8=BD=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/dahua/demo.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/public/dahua/demo.html b/public/dahua/demo.html index e17fa8d7..bf59afda 100644 --- a/public/dahua/demo.html +++ b/public/dahua/demo.html @@ -21,6 +21,7 @@ padding: 0 0px !important; margin: 0!important; max-width: none; + height: 100vh; } .real-container, .record-container { @@ -112,7 +113,7 @@ readDom.style.width = '100%'; readDom.style.marginLeft = '0px'; document.getElementById('ws-real-player').style.marginBottom = '0px'; - + document.getElementById('ws-real-player').style.height = '100%'; }