From 9c3b1f885760ac3f00e6389b04c582755a5e782c Mon Sep 17 00:00:00 2001 From: 670788339 <670788339@qq.com> Date: Tue, 4 Nov 2025 18:19:04 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A0=B7=E5=BC=8F=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/portal/course/Index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/portal/course/Index.vue b/src/views/portal/course/Index.vue index 6a4f2142..be245c02 100644 --- a/src/views/portal/course/Index.vue +++ b/src/views/portal/course/Index.vue @@ -398,7 +398,7 @@ :key="tagIndex" size="mini" type="info" style="margin: 2px 2px; border-radius: 2px;" - :style="{ fontWeight: isTagMatched(tag) ? 'bold !important' : 'normal' }" + :style="{ color: isTagMatched(tag) ? '#387DF7' : '#333333' }" class="course-tag-item" > {{ tag }}