From e00e0ec939b012aec7627d247c12bb232e7dbd08 Mon Sep 17 00:00:00 2001 From: Samuele Locatelli Date: Wed, 4 Jan 2023 19:19:19 +0100 Subject: [PATCH] Fix display selettore --- .../Components/CalendarioAziendale.razor | 33 +++++++++++++------ 1 file changed, 23 insertions(+), 10 deletions(-) diff --git a/GPW.CORE.WRKLOG/Components/CalendarioAziendale.razor b/GPW.CORE.WRKLOG/Components/CalendarioAziendale.razor index f5d3a49..082cd89 100644 --- a/GPW.CORE.WRKLOG/Components/CalendarioAziendale.razor +++ b/GPW.CORE.WRKLOG/Components/CalendarioAziendale.razor @@ -1,20 +1,33 @@ @using BlazorCalendar @using BlazorCalendar.Models -
-
+
+
-
+
Calendario Aziendale
-
- @if (ModoDisplay == DisplayedView.Monthly) - { - - @CurrMonth - - } +
+
+ @if (ModoDisplay == DisplayedView.Monthly) + { +
+ +
+
+
+ @CurrMonth +
+
+ @firstDate.Year +
+
+
+ +
+ } +