|
@ -7,42 +7,45 @@ const NvrHeader = (props) => { |
|
|
const { dispatch, actions, user, loading } = props; |
|
|
const { dispatch, actions, user, loading } = props; |
|
|
return ( |
|
|
return ( |
|
|
<> |
|
|
<> |
|
|
<div className="NvrHeader"> |
|
|
{/* <div className="NvrHeader"> */} |
|
|
<div |
|
|
<video id='nvrBanner' autoPlay loop muted> |
|
|
style={{ |
|
|
<source src='../../../../assets/images/background/nvr_banner.mp4' type='video/mp4'/> |
|
|
fontSize: 22 + "px", |
|
|
<div |
|
|
paddingTop: 15 + "px", |
|
|
style={{ |
|
|
marginLeft: 21 + "px", |
|
|
fontSize: 22 + "px", |
|
|
}} |
|
|
paddingTop: 15 + "px", |
|
|
> |
|
|
marginLeft: 21 + "px", |
|
|
NVR管理 |
|
|
}} |
|
|
</div> |
|
|
> |
|
|
<div |
|
|
NVR管理 |
|
|
style={{ |
|
|
</div> |
|
|
fontSize: 14 + "px", |
|
|
<div |
|
|
paddingTop: 18 + "px", |
|
|
style={{ |
|
|
marginLeft: 20 + "px", |
|
|
fontSize: 14 + "px", |
|
|
}} |
|
|
paddingTop: 18 + "px", |
|
|
> |
|
|
marginLeft: 20 + "px", |
|
|
对NVR(网络硬盘录像机)设备节点的管理 |
|
|
}} |
|
|
</div> |
|
|
> |
|
|
<div |
|
|
对NVR(网络硬盘录像机)设备节点的管理 |
|
|
style={{ |
|
|
</div> |
|
|
fontSize: 14 + "px", |
|
|
<div |
|
|
marginTop: 28 + "px", |
|
|
style={{ |
|
|
marginLeft: 21 + "px", |
|
|
fontSize: 14 + "px", |
|
|
width: 89 + "px", |
|
|
marginTop: 28 + "px", |
|
|
height: 32 + "px", |
|
|
marginLeft: 21 + "px", |
|
|
lineHeight: 32 + "px", |
|
|
width: 89 + "px", |
|
|
textAlign: "center", |
|
|
height: 32 + "px", |
|
|
backgroundColor: "#D9EAFF", |
|
|
lineHeight: 32 + "px", |
|
|
color: "#1859C1", |
|
|
textAlign: "center", |
|
|
cursor: "pointer", |
|
|
backgroundColor: "#D9EAFF", |
|
|
}} |
|
|
color: "#1859C1", |
|
|
> |
|
|
cursor: "pointer", |
|
|
添加NVR |
|
|
}} |
|
|
</div> |
|
|
> |
|
|
</div> |
|
|
添加NVR |
|
|
|
|
|
</div> |
|
|
|
|
|
</video> |
|
|
|
|
|
{/* </div> */} |
|
|
<Card title="筛选条件" headerLine={false}></Card> |
|
|
<Card title="筛选条件" headerLine={false}></Card> |
|
|
</> |
|
|
</> |
|
|
); |
|
|
); |
|
|