diff --git a/dashboard/components/dashboard/CountCard.vue b/dashboard/components/dashboard/CountCard.vue index 1221f7c..ddefeb1 100644 --- a/dashboard/components/dashboard/CountCard.vue +++ b/dashboard/components/dashboard/CountCard.vue @@ -28,18 +28,21 @@ const props = defineProps<{
{{ text }}
-
- -
- {{ trend.toFixed(0) }} % +
+
+ +
+ {{ trend.toFixed(0) }} % +
+
Daily variation
- +
diff --git a/dashboard/components/dashboard/TopCards.vue b/dashboard/components/dashboard/TopCards.vue index 6f80194..ec52abb 100644 --- a/dashboard/components/dashboard/TopCards.vue +++ b/dashboard/components/dashboard/TopCards.vue @@ -1,6 +1,6 @@