fix:调整 样式 以及隐藏 line 的 tooltip

This commit is contained in:
zhangyu
2023-04-12 16:04:19 +08:00
parent 82d2e26c34
commit 0a545b0f40
5 changed files with 18 additions and 8 deletions

View File

@@ -213,7 +213,7 @@ export default {
pen.visible = pen.visible || true
pen.isNz = true
pen.locked = pen.locked || 0
pen.isBottom = false
pen.isBottom = true
if (pen.rect) {
pen.x = pen.rect.x
pen.y = pen.rect.y
@@ -284,7 +284,7 @@ export default {
pen.isNz = pen.isNz || true
pen.visible = pen.visible || true
pen.locked = pen.locked || 0
pen.isBottom = false
pen.isBottom = true
pen.autoPlay = false
},
pensActive (pens, e) { // 选中节点