You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

19 lines
446 B

import React from 'react';
const Video = () => {
return <iframe
style={{
width: '100vw',
height: 'calc(100vh - 160px)',
position: 'absolute',
top: '160px',
zIndex: 7
}}
src="https://mediaconsole.ngaiot.com/callService?mid=47501408102333"
allowFullScreen
>
<p>你的浏览器不支持 iframe </p>
</iframe>
}
export default Video;