make small nav for tabs
This commit is contained in:
parent
1bddb844a5
commit
8d0de6eea8
@ -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])"
|
||||
|
Loading…
Reference in New Issue
Block a user