|
|
@ -438,7 +438,7 @@ const InRoadOverview = () => { |
|
|
|
</div> |
|
|
|
<div id="body"> |
|
|
|
<div className="left"> |
|
|
|
<div className="revenue-left card labelTop" style={{ visibility: displayMapping['5'] ? '' : 'hidden' }}> |
|
|
|
<div className="revenue-left card labelTop" style={{ visibility: displayMapping['5'] ? '' : 'hidden',zoom: 1 / document.body.style.zoom }}> |
|
|
|
<Popover content={partSend} placement="rightTop" className="iconSize"> |
|
|
|
<QuestionCircleOutlined style={{ marginLeft: 5 }} /> |
|
|
|
</Popover> |
|
|
@ -447,7 +447,7 @@ const InRoadOverview = () => { |
|
|
|
style={{ height: "100%", width: "100%", overflow: "hidden" }} |
|
|
|
/> |
|
|
|
</div> |
|
|
|
<div className="record-left card labelTop" style={{ visibility: displayMapping['6'] ? '' : 'hidden' }}> |
|
|
|
<div className="record-left card labelTop" style={{ visibility: displayMapping['6'] ? '' : 'hidden' ,zoom: 1 / document.body.style.zoom }}> |
|
|
|
<Popover content={partMessage} placement="rightTop" className="iconSize"> |
|
|
|
<QuestionCircleOutlined style={{ marginLeft: 5 }} /> |
|
|
|
</Popover> |
|
|
|