mirror of
https://github.com/hay-kot/homebox.git
synced 2025-08-06 09:30:29 +00:00
partial fix for location card spacing
This commit is contained in:
parent
6a8a25e3f8
commit
8e5f97b4e9
1 changed files with 8 additions and 1 deletions
|
@ -19,7 +19,14 @@
|
||||||
<span class="mx-auto">
|
<span class="mx-auto">
|
||||||
{{ location.name }}
|
{{ location.name }}
|
||||||
</span>
|
</span>
|
||||||
<span v-if="hasCount" class="badge badge-primary h-6 badge-lg"> {{ count }}</span>
|
<span
|
||||||
|
class="badge badge-primary h-6 badge-lg"
|
||||||
|
:class="{
|
||||||
|
'opacity-0': !hasCount,
|
||||||
|
}"
|
||||||
|
>
|
||||||
|
{{ count }}
|
||||||
|
</span>
|
||||||
</h2>
|
</h2>
|
||||||
</div>
|
</div>
|
||||||
</NuxtLink>
|
</NuxtLink>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue