Browse Source

(*) 调整视频页面间距

master
liujiangyong 1 year ago
parent
commit
d6405feaec
  1. 4
      web/client/src/sections/bigScreen/components/video.js

4
web/client/src/sections/bigScreen/components/video.js

@ -4,9 +4,9 @@ const Video = () => {
return <iframe
style={{
width: '100vw',
height: 'calc(100vh - 160px)',
height: 'calc(100vh - 170px)',
position: 'absolute',
top: '160px',
top: '170px',
zIndex: 7
}}
src="https://mediaconsole.ngaiot.com/callService?mid=47501408102333"

Loading…
Cancel
Save