Skip to content

Commit a002154

Browse files
author
昔梦
committed
fix:气泡样式更改
1 parent 120fc79 commit a002154

File tree

1 file changed

+1
-1
lines changed
  • packages/x-flow/src/components/NodeContainer

1 file changed

+1
-1
lines changed

packages/x-flow/src/components/NodeContainer/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ export default memo((props: any) => {
4040
getPopupContainer={() =>
4141
document.getElementById('xflow-container') as HTMLElement
4242
}
43-
overlayInnerStyle={{ padding: '12px 6px' }}
43+
overlayInnerStyle={{ padding: '12px 16px' }}
4444
>
4545
<span className="icon-box" style={{ background: icon?.bgColor }}>
4646
{iconSvg ? iconSvg : <IconBox {...icon} />}

0 commit comments

Comments
 (0)