📝 Update products directory

This commit is contained in:
2024-03-17 12:39:58 +08:00
parent 97995004f1
commit 03986bf647
6 changed files with 35 additions and 9 deletions

View File

@@ -8,7 +8,7 @@
</template>
<template #subtitle>{{ product?.description }}</template>
<v-divider class="mx-[-20px] my-3 border-opacity-75" />
<v-divider class="mx-[-20px] mt-3 border-opacity-75" />
<v-card-text tag="article" class="prose max-w-none">
<content-renderer :value="product">
@@ -18,7 +18,7 @@
</content-renderer>
</v-card-text>
<v-divider class="mx-[-20px] my-4 border-opacity-75" />
<v-divider class="mx-[-20px] mb-4 border-opacity-75" />
<div class="mt-3 flex justify-between items-center">
<p class="ps-3.5 text-sm">

View File

@@ -1,6 +1,6 @@
<template>
<v-container>
<div class="max-w-[720px] mx-auto flex flex-col gap-2">
<div class="max-w-[720px] mx-auto flex flex-col gap-3">
<v-card v-for="item in products">
<v-row class="pa-5">
<v-col :xs="12" :md="3">