fix: lint

This commit is contained in:
xingyu4j
2025-10-20 10:49:08 +08:00
parent 30c7727361
commit 496a808b86
23 changed files with 86 additions and 45 deletions

View File

@@ -30,13 +30,13 @@ defineProps<SummaryCardProps>();
</div>
<div class="flex flex-col gap-1">
<div class="flex items-center gap-1">
<span class="text-sm text-muted-foreground">{{ title }}</span>
<span class="text-muted-foreground text-sm">{{ title }}</span>
<TooltipProvider v-if="tooltip">
<Tooltip>
<TooltipTrigger>
<VbenIcon
icon="lucide:circle-alert"
class="size-3 text-muted-foreground"
class="text-muted-foreground size-3"
/>
</TooltipTrigger>
<TooltipContent>