mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-11 01:42:34 +00:00
Code Format
This commit is contained in:
parent
2003071593
commit
db7273fd73
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@
|
||||||
<div class="p-4 border-1 surface-border surface-card border-round flex flex-column">
|
<div class="p-4 border-1 surface-border surface-card border-round flex flex-column">
|
||||||
<div class="surface-50 flex justify-content-center border-round p-3">
|
<div class="surface-50 flex justify-content-center border-round p-3">
|
||||||
<div class="relative mx-auto">
|
<div class="relative mx-auto">
|
||||||
<img class="shadow-2 border-round w-full" :src="`https://primefaces.org/cdn/primevue/images/product/${item.image}`" :alt="item.name" style="max-width: 300px"/>
|
<img class="shadow-2 border-round w-full" :src="`https://primefaces.org/cdn/primevue/images/product/${item.image}`" :alt="item.name" style="max-width: 300px" />
|
||||||
<Tag :value="item.inventoryStatus" :severity="getSeverity(item)" class="absolute" style="left: 4px; top: 4px"></Tag>
|
<Tag :value="item.inventoryStatus" :severity="getSeverity(item)" class="absolute" style="left: 4px; top: 4px"></Tag>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue