|
@ -119,30 +119,30 @@ const NvrHeader = (props) => { |
|
|
<div style={{ position: "absolute", top: 12 }}> |
|
|
<div style={{ position: "absolute", top: 12 }}> |
|
|
<div |
|
|
<div |
|
|
style={{ |
|
|
style={{ |
|
|
fontSize: 22 + "px", |
|
|
fontSize: 22, |
|
|
paddingTop: 15 + "px", |
|
|
paddingTop: 15, |
|
|
marginLeft: 21 + "px", |
|
|
marginLeft: 21, |
|
|
}} |
|
|
}} |
|
|
> |
|
|
> |
|
|
NVR管理 |
|
|
NVR管理 |
|
|
</div> |
|
|
</div> |
|
|
<div |
|
|
<div |
|
|
style={{ |
|
|
style={{ |
|
|
fontSize: 14 + "px", |
|
|
fontSize: 14, |
|
|
paddingTop: 18 + "px", |
|
|
paddingTop: 18, |
|
|
marginLeft: 20 + "px", |
|
|
marginLeft: 20, |
|
|
}} |
|
|
}} |
|
|
> |
|
|
> |
|
|
对NVR(网络硬盘录像机)设备节点的管理 |
|
|
对NVR(网络硬盘录像机)设备节点的管理 |
|
|
</div> |
|
|
</div> |
|
|
<div |
|
|
<div |
|
|
style={{ |
|
|
style={{ |
|
|
fontSize: 14 + "px", |
|
|
fontSize: 14, |
|
|
marginTop: 28 + "px", |
|
|
marginTop: 28, |
|
|
marginLeft: 21 + "px", |
|
|
marginLeft: 21, |
|
|
width: 89 + "px", |
|
|
width: 89, |
|
|
height: 32 + "px", |
|
|
height: 32, |
|
|
lineHeight: 32 + "px", |
|
|
lineHeight: "32px", |
|
|
textAlign: "center", |
|
|
textAlign: "center", |
|
|
backgroundColor: "#D9EAFF", |
|
|
backgroundColor: "#D9EAFF", |
|
|
color: "#1859C1", |
|
|
color: "#1859C1", |
|
|