精品课标签导航取消加粗

This commit is contained in:
670788339
2025-11-10 10:24:02 +08:00
parent 1d20f11861
commit df3e246d25

View File

@@ -96,7 +96,7 @@
<div class="hot-tags-wrapper" style="display: flex; align-items: center;"> <div class="hot-tags-wrapper" style="display: flex; align-items: center;">
<div <div
class="option-item" class="option-item"
style="font-weight: bold; padding-top: 2px; margin-left: 15px;" style=" padding-top: 2px; margin-left: 15px;"
:class="{ 'option-active': isAllHotTagsSelected }" :class="{ 'option-active': isAllHotTagsSelected }"
@click="handleClearHotTags" @click="handleClearHotTags"
> >
@@ -106,7 +106,7 @@
<div <div
class="option-item" class="option-item"
style="font-weight: bold; padding-top: 2px;" style=" padding-top: 2px;"
v-for="tag in hotTagsList" v-for="tag in hotTagsList"
:key="tag.id" :key="tag.id"
@click="handleTagClick(tag, hotTagsList,1)" @click="handleTagClick(tag, hotTagsList,1)"