mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-06 17:36: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="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)"
|
||||||
|
|||||||
Reference in New Issue
Block a user