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