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
class="overflow-hidden"
>
<b-tabs pills>
<b-tabs small>
<b-tab
v-for="key in Object.keys(value)"
:key="key"
:title="key"
class="pl-0 pr-0"
title-item-class="bg-light-primary"
style="padding: 0px;"
>
<array-field-component
v-if="Array.isArray(value[key])"