fix: project topo 支持gif 以及 预览tooltip位置调整

This commit is contained in:
zhangyu
2023-04-13 16:03:06 +08:00
parent a2e3988397
commit cffce39732
4 changed files with 19 additions and 6 deletions

View File

@@ -411,10 +411,12 @@ export default {
}
if (key === 'image') {
obj.imageId = pen[key]
obj.name = pen.name
obj.icon = ''
}
if (key === 'icon') {
obj.imageId = pen[key]
obj.name = pen.name
obj.image = ''
}
getTopology(this.meta2dId).setValue(obj) // 更新pen