字体大小
This commit is contained in:
@@ -18,7 +18,7 @@
|
|||||||
:class="[tab.link === currentPath ? 'active' : '']"
|
:class="[tab.link === currentPath ? 'active' : '']"
|
||||||
@click="toPage(tab.link, tab.title)">
|
@click="toPage(tab.link, tab.title)">
|
||||||
<span :class="tab.link === currentPath ? 'click' : 'click2'">{{ index+1 }}</span>
|
<span :class="tab.link === currentPath ? 'click' : 'click2'">{{ index+1 }}</span>
|
||||||
<span style="font-size:18px">{{ tab.title }}</span>
|
<span style="font-size:14px">{{ tab.title }}</span>
|
||||||
<span v-if="index!=3"
|
<span v-if="index!=3"
|
||||||
style="width:27px;margin:0 10px;border-top: 1px dashed #C4C0C0;"></span>
|
style="width:27px;margin:0 10px;border-top: 1px dashed #C4C0C0;"></span>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -221,6 +221,6 @@ export default {
|
|||||||
text-align: center;
|
text-align: center;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
font-size: 16px;
|
font-size: 14px;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
Reference in New Issue
Block a user