This commit is contained in:
Twilight 2024-09-16 13:09:23 +08:00
parent 60f0c3482a
commit fe1d16629d

View File

@ -16,7 +16,7 @@
<n-list-item v-for="c in toolStore.tools" :key="c.id"> <n-list-item v-for="c in toolStore.tools" :key="c.id">
<n-thing> <n-thing>
<div class="flex justify-between items-center"> <div class="flex justify-between items-center">
<div class="font-semibold truncate block"> <div class="truncate block">
{{ c.name }} {{ c.name }}
</div> </div>
<div> <div>