Fix small issue

This commit is contained in:
liangping 2021-08-10 11:30:39 +08:00
parent 8b1465da86
commit 184088ae83
2 changed files with 3 additions and 3 deletions

View File

@ -12,7 +12,7 @@
width="22px"
:alt="currentLocale.locale"
/>
<span class="ml-50 text-body">{{ currentLocale.name }}</span>
<span class="ml-50 text-body d-none">{{ currentLocale.name }}</span>
</template>
<b-dropdown-item
v-for="localeObj in locales"

View File

@ -117,8 +117,8 @@ export default {
{
key: 'index',
label: '#',
tdClass: 'text-right d-none d-md-block',
thClass: 'text-right d-none d-md-block',
tdClass: 'd-none d-md-block',
thClass: 'd-none d-md-block',
},
{ key: 'description', label: 'Validator' },
{