mirror of
https://github.com/wanglin2/mind-map.git
synced 2026-02-21 18:37:43 +08:00
Demo:优化节点图片添加了无法访问的图片的展示样式
This commit is contained in:
parent
9f19061010
commit
e56a6d36cb
@ -124,8 +124,8 @@ export default {
|
||||
node.setImage({
|
||||
url: img || 'none',
|
||||
title: this.imgTitle,
|
||||
width: res.width,
|
||||
height: res.height
|
||||
width: res.width || 100,
|
||||
height: res.height || 100
|
||||
})
|
||||
})
|
||||
this.cancel()
|
||||
|
||||
Loading…
Reference in New Issue
Block a user