diff --git a/src/views/portal/course/Index.vue b/src/views/portal/course/Index.vue index 75704561..2c2579e2 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' : 'normal' }" + :style="{ color: isTagMatched(tag) ? '#387DF7' : '#333333' }" > {{ tag }}