This commit is contained in:
@ -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>
|
||||
|
Reference in New Issue
Block a user