mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-12 12:26:44 +08:00
调试
This commit is contained in:
@@ -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"
|
||||||
>
|
>
|
||||||
|
|||||||
Reference in New Issue
Block a user