1
YM
2024-07-19 150afd25f2893e63f12111e904420fa5c254f28a
1
1个文件已修改
12 ■■■■■ 已修改文件
src/pages/academicSchools/index.vue 12 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/pages/academicSchools/index.vue
@@ -667,7 +667,7 @@
            type: "graph",
            legendHoverLink: true,
            layout: "force",
            symbolSize: 40,
            symbolSize: 15,
            data: nodeData,
            links: links,
            categories: this.categories,
@@ -921,5 +921,15 @@
.hotSearch {
  font-size: 0.12rem;
  color: #2c2c2c;
  li {
    color: #244a7b;
    margin: 0 0.1rem;
    color: #244a7b;
    &.active{
      color: #027EDC;
      font-weight: bold;
    }
  }
}
</style>