ui: wip: ratio selector

This commit is contained in:
2024-03-13 18:07:15 +08:00
parent c80e7a2111
commit 350a7ec626
6 changed files with 308 additions and 78 deletions

View File

@@ -22,7 +22,7 @@ const props = defineProps({
<UIcon v-if="icon" :name="icon" class="text-base inline-block"/>
<div class="flex-1 flex items-center truncate whitespace-nowrap overflow-hidden">
<span>{{ label }}</span>
<UTooltip v-if="comment" :popper="{ arrow: true, placement: 'top' }" :text="comment">
<UTooltip v-if="comment" :popper="{ arrow: true, placement: 'right' }" :text="comment">
<UIcon class="text-base" name="i-tabler-help"/>
</UTooltip>
</div>