style: 调整宽度
This commit is contained in:
parent
f00aefb586
commit
f59998d520
@ -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)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user