fix: instances distribute info trigger by click
This commit is contained in:
@@ -478,7 +478,7 @@ const InstanceItem: React.FC<InstanceItemProps> = ({
|
|||||||
return (
|
return (
|
||||||
<TooltipOverlayScroller
|
<TooltipOverlayScroller
|
||||||
toolTipProps={{
|
toolTipProps={{
|
||||||
trigger: 'click',
|
trigger: 'hover',
|
||||||
overlayInnerStyle: {
|
overlayInnerStyle: {
|
||||||
width: 'max-content',
|
width: 'max-content',
|
||||||
maxWidth: '520px',
|
maxWidth: '520px',
|
||||||
|
|||||||
Reference in New Issue
Block a user