fix
All checks were successful
Deploy Nuxt App / deploy (push) Successful in 3m32s

This commit is contained in:
2025-06-25 11:55:42 +04:00
parent 1b211c3148
commit 925947ddd5
7 changed files with 58 additions and 38 deletions

View File

@ -5,9 +5,9 @@
<div
v-for="({ name, src, price, message, buy, id }, index) in cartList.items"
:key="index"
class="flex items-center mb-24"
class="flex items-start mb-24"
>
<div class="w-40 h-40">
<div class="w-40 h-40 relative -top-5">
<img :src="`${src}`" alt="book" />
</div>
<UiParagraph size="300" class="whitespace-pre mb-10 mr-12 w-80">{{ name }}</UiParagraph>