YM
2024-07-26 5c3f597fed3b703143413447089a9ffce171bf51
src/pages/inherit/list.vue
@@ -385,14 +385,17 @@
          },
        };
      });
      let that = this
      let that = this;
      const edgeType =
        this.viewType == 1 ? "cubic-horizontal" : "cubic-vertical";
      this.graph.edge(function (node) {
        return {
          type: edgeType,
          color: "#A3B1BF",
          label:  that.textStyle(node.target._cfg?.model.relationInfo)
          label:
            that.viewType == 1
              ? node.target._cfg?.model.relationInfo
              : that.textStyle(node.target._cfg?.model.relationInfo),
        };
      });
      this.graph.on("node:click", (e) => {