style: little style tweaks

This commit is contained in:
AnotiaWang
2025-02-12 17:00:29 +08:00
parent f4a29aeed1
commit 9b99058b24
3 changed files with 3 additions and 3 deletions

View File

@ -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"