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