mirror of
https://github.com/billsonnn/nitro-react.git
synced 2024-11-26 15:40:51 +01:00
base end tag
This commit is contained in:
parent
a74627ed16
commit
7c9e7fea1d
@ -63,7 +63,7 @@ export const NavigatorSearchResultItemInfoView: FC<NavigatorSearchResultItemInfo
|
|||||||
|
|
||||||
return (
|
return (
|
||||||
<>
|
<>
|
||||||
<Base pointer className="icon icon-navigator-info" onMouseOver={ toggle } onMouseLeave={ toggle }/>
|
<Base pointer className="icon icon-navigator-info" onMouseOver={ toggle } onMouseLeave={ toggle }>
|
||||||
<Overlay show={ isVisible } target={ target } placement="right">
|
<Overlay show={ isVisible } target={ target } placement="right">
|
||||||
<Popover>
|
<Popover>
|
||||||
<NitroCardContentView overflow="hidden" className="room-info bg-transparent">
|
<NitroCardContentView overflow="hidden" className="room-info bg-transparent">
|
||||||
@ -99,6 +99,7 @@ export const NavigatorSearchResultItemInfoView: FC<NavigatorSearchResultItemInfo
|
|||||||
</NitroCardContentView>
|
</NitroCardContentView>
|
||||||
</Popover>
|
</Popover>
|
||||||
</Overlay>
|
</Overlay>
|
||||||
|
</Base>
|
||||||
</>
|
</>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user