update Home Element Position
This commit is contained in:
16
src/components/Common/VideoMonitor/index.jsx
Normal file
16
src/components/Common/VideoMonitor/index.jsx
Normal file
@@ -0,0 +1,16 @@
|
||||
// import cls from "./index.module.css";
|
||||
import "./video-monitor.css";
|
||||
|
||||
function VideoMonitor(props) {
|
||||
return (
|
||||
<div className="video-monitor">
|
||||
<h2>泡界线监控</h2>
|
||||
<div className="video-container">
|
||||
<div></div>
|
||||
<div></div>
|
||||
</div>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
|
||||
export default VideoMonitor;
|
||||
Reference in New Issue
Block a user