课程库标签样式

This commit is contained in:
670788339
2025-11-04 18:50:08 +08:00
parent 25cb97f462
commit a2640771fb

View File

@@ -398,7 +398,7 @@
:key="tagIndex" :key="tagIndex"
size="mini" size="mini"
type="info" style="margin: 2px 2px; border-radius: 2px;" type="info" style="margin: 2px 2px; border-radius: 2px;"
:style="{ fontWeight: isTagMatched(tag) ? 'bold' : 'normal' }" :style="{ color: isTagMatched(tag) ? '#387DF7' : '#333333' }"
> >
{{ tag }} {{ tag }}
</el-tag> </el-tag>