This commit is contained in:
Adrian Hopek
2022-04-07 10:36:48 +02:00
parent fb15811b16
commit 760c9bf514
8 changed files with 74 additions and 160 deletions

View File

@@ -1,5 +1,8 @@
<template>
<Popper hover>
<Popper
hover
class="w-full"
>
<div class="flex text-white bg-white">
<div
v-show="stats.used > 0"

View File

@@ -8,7 +8,7 @@
</div>
</div>
<template #content>
<div class="py-1 px-2 text-xs text-gray-900 bg-white shadow-md ">
<div class="py-2 px-4 text-xs text-gray-900 bg-white rounded-lg border border-gray-400 ">
{{ typeInfo.text }}
</div>
</template>