This commit is contained in:
X1627315083
2024-05-09 13:34:15 +08:00
parent d53c38591a
commit f3e4acc940
13 changed files with 981 additions and 18 deletions

View File

@@ -44,6 +44,9 @@
<router-link :class="['nav_item',$route.name === 'history' ? 'select_nav' : '', ]" :to="`/home/history`">
{{$t('Header.HISTORY')}}
</router-link>
<router-link :class="['nav_item',$route.name === 'works' ? 'select_nav' : '', ]" :to="`/home/works`">
{{$t('Header.WORKS')}}
</router-link>
</nav>
<div class="homeMain_right">
@@ -442,7 +445,7 @@ export default defineComponent({
cursor: pointer;
font-weight: 900;
position: relative;
&.nav_item:nth-child(3){
&.nav_item:last-child{
margin: 0;
}
&.nav_item::before {