This commit is contained in:
670788339
2025-11-09 17:57:01 +08:00
parent ccfe183192
commit 1720f91da1

View File

@@ -65,7 +65,7 @@
</div> </div>
<div @click="handleTypeClick(ctypeList[1], ctypeList)" class="option-item" <div @click="handleTypeClick(ctypeList[1], ctypeList)" class="option-item"
:class="{ 'option-active': ctypeList[1].checked }"> :class="{ 'option-active': ctypeList[1].checked }" style="padding-left: 15px;">
<a>内部专享</a> <a>内部专享</a>
<span :class="ctypeList[1].checked ? 'nav-bottbor' : ''"></span> <span :class="ctypeList[1].checked ? 'nav-bottbor' : ''"></span>
</div> </div>
@@ -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: 0;" style="font-weight: bold; padding-top: 2px; margin-left: 15px;"
:class="{ 'option-active': isAllHotTagsSelected }" :class="{ 'option-active': isAllHotTagsSelected }"
@click="handleClearHotTags" @click="handleClearHotTags"
> >