mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-09 10:56:44 +08:00
样式调整
This commit is contained in:
@@ -399,6 +399,7 @@
|
||||
size="mini"
|
||||
type="info" style="margin: 2px 2px; border-radius: 2px;"
|
||||
:style="{ fontWeight: isTagMatched(tag) ? 'bold' : 'normal' }"
|
||||
class="course-tag-item"
|
||||
>
|
||||
{{ tag }}
|
||||
</el-tag>
|
||||
@@ -1774,7 +1775,14 @@ handleClearTags() {
|
||||
}
|
||||
}
|
||||
}
|
||||
.course-tag-item {
|
||||
font-weight: normal;
|
||||
|
||||
// 使用 !important 确保样式生效
|
||||
&[style*="font-weight: bold"] {
|
||||
font-weight: bold !important;
|
||||
}
|
||||
}
|
||||
// 三级背景高度
|
||||
.course-recommended-style{
|
||||
position: relative;
|
||||
|
||||
Reference in New Issue
Block a user