feat(components): replace NTooltip with IconTooltip and optimize the layout of related components.

This commit is contained in:
Azir-11
2025-08-12 23:36:41 +08:00
committed by Soybean
parent a55b4dc073
commit 4005763c00
3 changed files with 24 additions and 23 deletions

View File

@@ -13,7 +13,7 @@ defineProps<Props>();
<template>
<div class="w-full flex-y-center justify-between">
<div>
<div class="flex-y-center">
<span class="pr-8px text-base-text">{{ label }}</span>
<slot name="suffix"></slot>
</div>