mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-04-29 10:42:44 +00:00
fix: style and gap
This commit is contained in:
@@ -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 />
|
||||||
|
|||||||
Reference in New Issue
Block a user