a1300399510@qq.com 提交于 2023/03/29 -15:00:02

This commit is contained in:
2023-03-29 15:00:11 +08:00
parent cc51552b71
commit 87895579f0
3 changed files with 15 additions and 10 deletions

View File

@@ -1,12 +1,12 @@
<!-- 板块导航 头部 点击板块后的头部导航 -->
<template>
<div class="path-box">
<router-link class="path-box" to="/allSections">
<div>论坛</div>
<span class="path-slash">/</span>
<div class="oneEllipsis">{{ stairname }}</div>
<span class="path-slash">/</span>
<div class="oneEllipsis">{{ subsectionsname }}</div>
</div>
</router-link>
</template>
<script>
@@ -49,6 +49,7 @@ export default {
.path-slash {
color: #D7D7D7;
font-size: .32rem;
margin: 0 .18rem;
}
div {