style: little style tweaks
This commit is contained in:
@ -70,7 +70,7 @@
|
||||
>
|
||||
{{ node.label }}
|
||||
</UButton>
|
||||
<ol v-if="node.children.length > 0" class="space-y-2">
|
||||
<ol v-if="node.children.length > 0" class="flex flex-col gap-x-2">
|
||||
<li v-for="node in node.children" :key="node.id">
|
||||
<Tree
|
||||
class="ml-2"
|
||||
|
Reference in New Issue
Block a user