hanbaoshan
2020-10-17 837775fc6f9188764f487a3517e14595fc03b8fd
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,