mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-02-01 22:09:55 +00:00
Move stacked button in list view correctly
This commit is contained in:
@@ -71,6 +71,10 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div v-if="$slots.actions" class="relative z-1 flex items-center gap-2">
|
||||
<slot name="actions" />
|
||||
</div>
|
||||
|
||||
<div
|
||||
v-if="typeof stackCount === 'number' && stackCount > 1"
|
||||
class="relative z-1 flex shrink-0 items-center"
|
||||
@@ -86,10 +90,6 @@
|
||||
<i aria-hidden="true" class="icon-[lucide--chevron-down] size-3" />
|
||||
</Button>
|
||||
</div>
|
||||
|
||||
<div v-if="$slots.actions" class="relative z-1 flex items-center gap-2">
|
||||
<slot name="actions" />
|
||||
</div>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user