Remove shadows

This commit is contained in:
Cagatay Civici 2024-01-24 13:57:05 +03:00
parent c51fae9bd4
commit 43fe926163
32 changed files with 144 additions and 144 deletions

View file

@ -43,7 +43,7 @@
<Column field="name" header="Name" sortable style="min-width: 16rem"></Column>
<Column header="Image">
<template #body="slotProps">
<img :src="`https://primefaces.org/cdn/primevue/images/product/${slotProps.data.image}`" :alt="slotProps.data.image" class="shadow-2 border-round" style="width: 64px" />
<img :src="`https://primefaces.org/cdn/primevue/images/product/${slotProps.data.image}`" :alt="slotProps.data.image" class="border-round" style="width: 64px" />
</template>
</Column>
<Column field="price" header="Price" sortable style="min-width: 8rem">
@ -217,7 +217,7 @@ export default {
<Column field="name" header="Name" sortable style="min-width:16rem"></Column>
<Column header="Image">
<template #body="slotProps">
<img :src="\`https://primefaces.org/cdn/primevue/images/product/\${slotProps.data.image}\`" :alt="slotProps.data.image" class="shadow-2 border-round" style="width: 64px" />
<img :src="\`https://primefaces.org/cdn/primevue/images/product/\${slotProps.data.image}\`" :alt="slotProps.data.image" class="border-round" style="width: 64px" />
</template>
</Column>
<Column field="price" header="Price" sortable style="min-width:8rem">
@ -279,7 +279,7 @@ export default {
<Column field="name" header="Name" sortable style="min-width:16rem"></Column>
<Column header="Image">
<template #body="slotProps">
<img :src="\`https://primefaces.org/cdn/primevue/images/product/\${slotProps.data.image}\`" :alt="slotProps.data.image" class="shadow-2 border-round" style="width: 64px" />
<img :src="\`https://primefaces.org/cdn/primevue/images/product/\${slotProps.data.image}\`" :alt="slotProps.data.image" class="border-round" style="width: 64px" />
</template>
</Column>
<Column field="price" header="Price" sortable style="min-width:8rem">
@ -568,7 +568,7 @@ export default {
<Column field="name" header="Name" sortable style="min-width:16rem"></Column>
<Column header="Image">
<template #body="slotProps">
<img :src="\`https://primefaces.org/cdn/primevue/images/product/\${slotProps.data.image}\`" :alt="slotProps.data.image" class="shadow-2 border-round" style="width: 64px" />
<img :src="\`https://primefaces.org/cdn/primevue/images/product/\${slotProps.data.image}\`" :alt="slotProps.data.image" class="border-round" style="width: 64px" />
</template>
</Column>
<Column field="price" header="Price" sortable style="min-width:8rem">