|
@ -33,7 +33,7 @@ function CitySafty(props) { |
|
|
</div> |
|
|
</div> |
|
|
|
|
|
|
|
|
<div className='realtime_item'> |
|
|
<div className='realtime_item'> |
|
|
<div className='_icon2' /> |
|
|
<div className='_icon3' /> |
|
|
<div className='_text'> |
|
|
<div className='_text'> |
|
|
<div className='_row1'> |
|
|
<div className='_row1'> |
|
|
<span>烟感设备</span> |
|
|
<span>烟感设备</span> |
|
@ -48,7 +48,7 @@ function CitySafty(props) { |
|
|
</div> |
|
|
</div> |
|
|
} |
|
|
} |
|
|
return <Box title={"城市安全"} > |
|
|
return <Box title={"城市安全"} > |
|
|
<AutoRollComponent canScroll={true} content={getContent()} divHeight={340} divId={`fire-right-top`} /> |
|
|
<AutoRollComponent repeat={false} canScroll={true} content={getContent()} divHeight={242} divId={`fire-right-top`} /> |
|
|
</Box> |
|
|
</Box> |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|