fix: cart UI on dialog footer
This commit is contained in:
parent
82369a680f
commit
06571e84ef
3 changed files with 25 additions and 4 deletions
|
|
@ -609,6 +609,23 @@ watch(productMode, () => (inputSearch.value = ''));
|
|||
"
|
||||
:close="() => {}"
|
||||
>
|
||||
<template #footer>
|
||||
<div class="row items-center q-gutter-md">
|
||||
<q-icon name="mdi-cart" class="app-text-muted" size="sm" />
|
||||
<div class="relative-position" style="bottom: 15px; right: 25px">
|
||||
<div
|
||||
class="absolute bg-red text-white flex justify-center text-center rounded items-center"
|
||||
style="width: 16px; height: 16px; font-size: 11px"
|
||||
>
|
||||
2
|
||||
</div>
|
||||
</div>
|
||||
<div>
|
||||
รวมสินค้าทั้งหมด
|
||||
<div class="text-bold" style="color: var(--green-10)">฿ 2,400</div>
|
||||
</div>
|
||||
</div>
|
||||
</template>
|
||||
<TotalProductComponent />
|
||||
</FormDialog>
|
||||
</template>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue