Compare commits
No commits in common. "3a730f9de04245bbb32f090c8a7a702b9f7a13c4" and "582a6cf4cdf0f70b9aa68e97e28452d80a45afad" have entirely different histories.
3a730f9de0
...
582a6cf4cd
|
|
@ -184,11 +184,11 @@ const HomePage = ({showPanels}) => {
|
||||||
}
|
}
|
||||||
</Collapse>
|
</Collapse>
|
||||||
</div>
|
</div>
|
||||||
{
|
{/* {
|
||||||
(checkedObj.label === '预警'||checkedObj.label === '雨情')?
|
(checkedObj.label === '预警'||checkedObj.label === '雨情')?
|
||||||
<div className='homePage_centerBox'><RangePicker showTime value={tms} disabled/></div>
|
<div className='homePage_centerBox'><RangePicker showTime value={tms} disabled/></div>
|
||||||
:null
|
:null
|
||||||
}
|
} */}
|
||||||
{
|
{
|
||||||
checkedObj.labelRight?
|
checkedObj.labelRight?
|
||||||
<div className='homePage_rightBox' style={{display:!showPanels?'none':'block',padding:showTable?'10px':'0px'}}>
|
<div className='homePage_rightBox' style={{display:!showPanels?'none':'block',padding:showTable?'10px':'0px'}}>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue