changes
This commit is contained in:
@@ -35,7 +35,7 @@
|
||||
<template v-for="(v, i) in leftmenu" :key="i" :id="v.code">
|
||||
<a class="navbar-item rounded-lg is-clipped p-0" v-if="!v.submenu" @click="changeTab(v)">
|
||||
<span :class="[
|
||||
'px-3 py-1.5 fs-14 font-medium',
|
||||
'px-3 py-2 fs-14 font-medium',
|
||||
currentTab.code === v.code ? 'has-text-primary-50 has-background-primary-95' : 'has-text-grey-30'
|
||||
]">
|
||||
{{ v[lang] }}
|
||||
|
||||
Reference in New Issue
Block a user