In pending orders the price of the order is not in the end of the card
This commit is contained in:
parent
79ddbe4916
commit
67847e798b
|
@ -22,7 +22,10 @@ const handleClick = () => {
|
|||
:class="{ 'cursor-pointer': clickable, 'no-radius': !rounded }"
|
||||
@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" />
|
||||
<div class="content">
|
||||
<slot name="content" />
|
||||
|
|
Loading…
Reference in New Issue