style(nodeEditModal): 组件信息编辑框样式修改

master
钟良源 4 days ago
parent cb190370ab
commit 672639aba0

@ -88,7 +88,7 @@ const NodeEditModal: React.FC<NodeEditModalProps> = ({
minWidth: 300, minWidth: 300,
width: 'max-content', width: 'max-content',
maxWidth: '80%', maxWidth: '80%',
height: '90%', height: '99%',
bottom: 0, bottom: 0,
borderRadius: 10 borderRadius: 10
}} }}

Loading…
Cancel
Save