21e72d18e42e0b5966f5c76ed853ff175f4418ad..2b06902e25978254f39bef49ed3cf6b1cab1c033
2024-07-26 杨磊
Merge branch 'master' of http://182.92.203.7:2001/r/TCM_CharacterLibrary
2b0690 对比 | 目录
2024-07-26 杨磊
横板文字不换行
fe7b35 对比 | 目录
1个文件已修改
7 ■■■■ 已修改文件
src/pages/inherit/list.vue 7 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/pages/inherit/list.vue
@@ -384,14 +384,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) => {