mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-07 01:46:42 +08:00
精品课标签导航取消加粗
This commit is contained in:
@@ -96,7 +96,7 @@
|
||||
<div class="hot-tags-wrapper" style="display: flex; align-items: center;">
|
||||
<div
|
||||
class="option-item"
|
||||
style="font-weight: bold; padding-top: 2px; margin-left: 15px;"
|
||||
style=" padding-top: 2px; margin-left: 15px;"
|
||||
:class="{ 'option-active': isAllHotTagsSelected }"
|
||||
@click="handleClearHotTags"
|
||||
>
|
||||
@@ -106,7 +106,7 @@
|
||||
|
||||
<div
|
||||
class="option-item"
|
||||
style="font-weight: bold; padding-top: 2px;"
|
||||
style=" padding-top: 2px;"
|
||||
v-for="tag in hotTagsList"
|
||||
:key="tag.id"
|
||||
@click="handleTagClick(tag, hotTagsList,1)"
|
||||
|
||||
Reference in New Issue
Block a user