fix: style and gap

This commit is contained in:
Rizumu Ayaka
2026-01-23 21:16:17 +08:00
parent 3e5e76e754
commit 4132bc6f6b

View File

@@ -25,7 +25,7 @@ defineProps<{
" "
:class=" :class="
cn( cn(
'text-sm text-muted-foreground truncate', 'text-sm text-muted-foreground truncate group',
tooltip ? 'cursor-help' : '', tooltip ? 'cursor-help' : '',
singleline ? 'flex-1' : '' singleline ? 'flex-1' : ''
) )
@@ -35,7 +35,7 @@ defineProps<{
<span <span
v-if="tooltip" v-if="tooltip"
class="icon-[lucide--info] size-3 ml-1 relative top-[1px]" class="icon-[lucide--info] ml-0.5 size-3 relative top-[1px] group-hover:text-primary"
/> />
</span> </span>
<slot /> <slot />