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