adminforth 2.4.0-next.307 → 2.4.0-next.308
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -18,11 +18,11 @@
|
|
|
18
18
|
</h5>
|
|
19
19
|
|
|
20
20
|
<div class="py-4 ">
|
|
21
|
-
<ul class="space-y-3 font-medium">
|
|
21
|
+
<ul class="space-y-3 font-medium text-sm">
|
|
22
22
|
<li v-for="c in columnsWithFilter" :key="c">
|
|
23
23
|
<div class="flex flex-col">
|
|
24
24
|
<div class="flex justify-between items-center">
|
|
25
|
-
<p class="dark:text-gray-400
|
|
25
|
+
<p class="dark:text-gray-400 my-1">{{ c.label }}</p>
|
|
26
26
|
<Tooltip v-if="filtersStore.filters.find(f => f.field === c.name)">
|
|
27
27
|
<button
|
|
28
28
|
class=" flex items-center justify-center w-7 h-7 my-1 hover:border rounded-md hover:bg-gray-100 dark:hover:bg-gray-700"
|