From 793fb8980ef4595be61696ae4c0ccff54e018db9 Mon Sep 17 00:00:00 2001 From: QYF-GitLab1 <1940665526@qq.com> Date: 星期五, 19 七月 2024 18:14:09 +0800 Subject: [PATCH] Merge branch 'master' of http://182.92.203.7:2001/r/TCM_CharacterLibrary --- src/pages/academicSchools/index.vue | 12 +++++++++++- 1 files changed, 11 insertions(+), 1 deletions(-) diff --git a/src/pages/academicSchools/index.vue b/src/pages/academicSchools/index.vue index fdcddfe..09176a4 100644 --- a/src/pages/academicSchools/index.vue +++ b/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, @@ -918,5 +918,15 @@ .hotSearch { font-size: 0.12rem; color: #2c2c2c; + + li { + color: #244a7b; + margin: 0 0.1rem; + color: #244a7b; + &.active{ + color: #027EDC; + font-weight: bold; + } + } } </style> -- Gitblit v1.9.1