src/components/serfDiagram/index.vue
@@ -40,7 +40,7 @@ toolTipStyle: { display: "none", height: "30px", width: "120px" width: "150px" } }; }, @@ -129,7 +129,7 @@ this.toolTipStyle.display = "block"; this.toolTipStyle.top = node.y - 60 + "px"; this.toolTipStyle.left = node.x + "px"; console.log(this.members[node.id]) this.toolTipNode = this.members[node.id].nodeName; this.toolTipAddr = this.members[node.id].Address; }, @@ -267,7 +267,7 @@ .arrow_box p { height: 30px; line-height: 30px; width: 100px; width: 100%; overflow: hidden; } .arrow_box:after,