make small nav for tabs

This commit is contained in:
liangping 2021-08-17 16:03:49 +08:00
parent 1bddb844a5
commit 8d0de6eea8

View File

@ -34,13 +34,14 @@
hover hover
class="overflow-hidden" class="overflow-hidden"
> >
<b-tabs pills> <b-tabs small>
<b-tab <b-tab
v-for="key in Object.keys(value)" v-for="key in Object.keys(value)"
:key="key" :key="key"
:title="key" :title="key"
class="pl-0 pr-0" class="pl-0 pr-0"
title-item-class="bg-light-primary" title-item-class="bg-light-primary"
style="padding: 0px;"
> >
<array-field-component <array-field-component
v-if="Array.isArray(value[key])" v-if="Array.isArray(value[key])"