3 changed files with 23 additions and 1 deletions
@ -0,0 +1,19 @@ |
|||||
|
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; |
Loading…
Reference in new issue