mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-06 09:26:43 +08:00
课程库标签样式
This commit is contained in:
@@ -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 }}
|
||||
</el-tag>
|
||||
|
||||
Reference in New Issue
Block a user