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 }}