修改首页大屏样式并添加监控和菜单跳转

main
junhong 2 days ago
parent 6c5fba68f0
commit af2003df2a
  1. 3
      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%';
}

Loading…
Cancel
Save