mirror of
https://github.com/hay-kot/homebox.git
synced 2025-08-02 07:40:28 +00:00
Update frontend/components/Item/Card.vue
This commit is contained in:
parent
1a79be36d4
commit
9be561c2b6
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@
|
||||||
<div v-if="item.insured" class="tooltip z-10" data-tip="Insured">
|
<div v-if="item.insured" class="tooltip z-10" data-tip="Insured">
|
||||||
<Icon class="h-5 w-5 text-primary" name="mdi-shield-check" />
|
<Icon class="h-5 w-5 text-primary" name="mdi-shield-check" />
|
||||||
</div>
|
</div>
|
||||||
<div v-if="item.quantity > 1 || item.quantity == 0" class="tooltip" data-tip="Quantity">
|
<div class="tooltip" data-tip="Quantity">
|
||||||
<span class="badge h-5 w-5 badge-primary badge-sm text-xs">
|
<span class="badge h-5 w-5 badge-primary badge-sm text-xs">
|
||||||
{{ item.quantity }}
|
{{ item.quantity }}
|
||||||
</span>
|
</span>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue