This commit is contained in:
yanran200730
2023-03-20 10:02:00 +08:00
parent 5ea84f0c5f
commit d2941ceb96
4 changed files with 53 additions and 14 deletions

View File

@@ -18,7 +18,7 @@
<image :src="item.picUrl" mode="aspectFill" />
<h2>{{ item.title }}</h2>
</div>
<div class="nav-item" @click="$linkTo('./Topic')" v-if="topicList.length > 7">
<div class="nav-item" hover-class="text-hover" @click="$linkTo('./Topic')" v-if="topicList.length > 6">
<image src="https://cdn.cunwuyun.cn/wxmp/fengdu/ic-more.png" />
<h2>更多</h2>
</div>