样式调整

This commit is contained in:
670788339
2025-11-04 17:03:23 +08:00
parent 4b2285a6f9
commit 79040580a1

View File

@@ -284,7 +284,7 @@
<!-- 内容导航 -->
<div class="topNav" v-if="!newData">
<div class="search-div nav" style="height: 100px;flex: 1;">
<div @click="handleTypeAllClick(1)" class="option-item" style="font-weight: bold;padding-right: 15px" :class="{ 'option-active': ctypeTagAll }">
<div @click="handleTypeAllClick(1)" class="option-item" style="font-weight: bold;position: relative;margin-right: 15px;" :class="{ 'option-active': ctypeTagAll }">
<a>全部</a>
<span :class="ctypeTagAll ? 'nav-bottbor' : ''"></span>
</div>
@@ -1165,6 +1165,7 @@ handleClearTags() {
// }
//this.handleChangeTypes(item);
this.course.tags ='';
this.searchData();
},
// 无用