This commit is contained in:
Zhx
2022-11-16 21:40:22 +08:00
parent c548f76ad5
commit 796f64c7aa
2 changed files with 5 additions and 5 deletions

View File

@@ -18,7 +18,7 @@
:class="[tab.link === currentPath ? 'active' : '']"
@click="toPage(tab.link, tab.title)">
<span :class="tab.link === currentPath ? 'click' : 'click2'">{{ index+1 }}</span>
<span style="font-size:14px">{{ tab.title }}</span>
<span style="font-size:16px">{{ tab.title }}</span>
<span v-if="index!=3"
style="width:27px;margin:0 10px;border-top: 1px dashed #C4C0C0;"></span>
</div>