增加工具栏提示。

This commit is contained in:
dengqichen 2024-12-12 18:11:44 +08:00
parent 61661e2a09
commit c790fba800

View File

@ -221,8 +221,9 @@ const NodePanel: React.FC<NodePanelProps> = ({onNodeDragStart}) => {
}, },
body: { body: {
padding: '12px', padding: '12px',
height: 'calc(100vh - 200px)', height: 'calc(100vh - 250px)',
overflowY: 'auto' overflowY: 'auto',
overflowX: 'hidden'
} }
}} }}
> >