In pending orders the price of the order is not in the end of the card

This commit is contained in:
William Buezas 2024-09-16 09:29:25 -03:00
parent 79ddbe4916
commit 67847e798b
1 changed files with 4 additions and 1 deletions

View File

@ -22,7 +22,10 @@ const handleClick = () => {
:class="{ 'cursor-pointer': clickable, 'no-radius': !rounded }" :class="{ 'cursor-pointer': clickable, 'no-radius': !rounded }"
@click="handleClick()" @click="handleClick()"
> >
<div class="no-padding content-container col-10"> <div
class="no-padding content-container"
:class="$slots.actions ? 'col-10' : 'col-12'"
>
<slot name="prepend" /> <slot name="prepend" />
<div class="content"> <div class="content">
<slot name="content" /> <slot name="content" />