样式调整

This commit is contained in:
670788339
2025-11-04 18:08:29 +08:00
parent e9f872dd07
commit 57c01d2519

View File

@@ -398,7 +398,7 @@
:key="tagIndex"
size="mini"
type="info" style="margin: 2px 2px; border-radius: 2px;"
:style="{ fontWeight: isTagMatched(tag) ? 'bold' : 'normal' }"
:style="{ fontWeight: isTagMatched(tag) ? 'bold !important' : 'normal' }"
class="course-tag-item"
>
{{ tag }}
@@ -1775,14 +1775,7 @@ handleClearTags() {
}
}
}
.course-tag-item {
font-weight: normal;
// 使用 !important 确保样式生效
&[style*="font-weight: bold"] {
font-weight: bold !important;
}
}
// 三级背景高度
.course-recommended-style{
position: relative;