style: 调整宽度
This commit is contained in:
parent
f00aefb586
commit
f59998d520
@ -180,7 +180,7 @@ export const initNodeZoom = (modelId, nodeZoom, className, init=false) => {
|
|||||||
if (nodeZoom) {
|
if (nodeZoom) {
|
||||||
parent.style.width = '680px'
|
parent.style.width = '680px'
|
||||||
} else {
|
} else {
|
||||||
parent.style.width = '300px'
|
parent.style.width = '380px'
|
||||||
}
|
}
|
||||||
if (!init) {
|
if (!init) {
|
||||||
addNewEdge(modelId)
|
addNewEdge(modelId)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user