Merge branch 'master-20251023-tag' into test1024

# Conflicts:
#	src/views/portal/course/qualityCourse.vue
This commit is contained in:
670788339
2025-11-10 10:25:18 +08:00

View File

@@ -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)"