style: 调整宽度

This commit is contained in:
zhanghao 2025-11-17 15:27:08 +08:00
parent f00aefb586
commit f59998d520

View File

@ -180,7 +180,7 @@ export const initNodeZoom = (modelId, nodeZoom, className, init=false) => {
if (nodeZoom) {
parent.style.width = '680px'
} else {
parent.style.width = '300px'
parent.style.width = '380px'
}
if (!init) {
addNewEdge(modelId)