From 347aa867c0424e1d708be8b357e00a20c674fb47 Mon Sep 17 00:00:00 2001 From: "zaccaria.majid" Date: Wed, 11 Jan 2023 11:28:42 +0100 Subject: [PATCH] fix grafici --- GPW.CORE.SMART/Components/Calendario.razor.cs | 4 ++-- {GPW.CORE.Comp => GPW.CORE.SMART/Components}/NavBottom.razor | 2 +- .../Components}/NavBottom.razor.cs | 2 +- .../Components}/NavBottom.razor.css | 0 .../Components}/NavBottom.razor.less | 0 .../Components}/NavBottom.razor.min.css | 0 GPW.CORE.SMART/Shared/MainLayout.razor | 1 + 7 files changed, 5 insertions(+), 4 deletions(-) rename {GPW.CORE.Comp => GPW.CORE.SMART/Components}/NavBottom.razor (74%) rename {GPW.CORE.Comp => GPW.CORE.SMART/Components}/NavBottom.razor.cs (90%) rename {GPW.CORE.Comp => GPW.CORE.SMART/Components}/NavBottom.razor.css (100%) rename {GPW.CORE.Comp => GPW.CORE.SMART/Components}/NavBottom.razor.less (100%) rename {GPW.CORE.Comp => GPW.CORE.SMART/Components}/NavBottom.razor.min.css (100%) diff --git a/GPW.CORE.SMART/Components/Calendario.razor.cs b/GPW.CORE.SMART/Components/Calendario.razor.cs index 48362d4..5d3870a 100644 --- a/GPW.CORE.SMART/Components/Calendario.razor.cs +++ b/GPW.CORE.SMART/Components/Calendario.razor.cs @@ -44,8 +44,8 @@ namespace GPW.CORE.Smart.Components DateTime MeseEnd = MeseStart.AddMonths(1); listRecords = await CSDataService.DailyDetails(IdxDipendente, MeseStart, MeseEnd); DateCheck = new Dictionary(); - string cssOkComm = "bg-success text-light rounded-circle p-2"; - string cssOkLav = "bg-warning text-light rounded-circle p-2"; + string cssOkComm = "bg-success text-light rounded-circle p-1"; + string cssOkLav = "bg-warning text-light rounded-circle p-1"; if (listRecords != null) { string currCss = ""; diff --git a/GPW.CORE.Comp/NavBottom.razor b/GPW.CORE.SMART/Components/NavBottom.razor similarity index 74% rename from GPW.CORE.Comp/NavBottom.razor rename to GPW.CORE.SMART/Components/NavBottom.razor index 0f38661..fd1aff2 100644 --- a/GPW.CORE.Comp/NavBottom.razor +++ b/GPW.CORE.SMART/Components/NavBottom.razor @@ -1,6 +1,6 @@ 
- +