fix grafici

This commit is contained in:
zaccaria.majid
2023-01-11 11:28:42 +01:00
parent f88e5e3d07
commit 347aa867c0
7 changed files with 5 additions and 4 deletions
@@ -44,8 +44,8 @@ namespace GPW.CORE.Smart.Components
DateTime MeseEnd = MeseStart.AddMonths(1);
listRecords = await CSDataService.DailyDetails(IdxDipendente, MeseStart, MeseEnd);
DateCheck = new Dictionary<DateTime, string>();
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 = "";
@@ -1,6 +1,6 @@
<div class="all" style="@cssAll">
<div class="slider">
<button @ondrag="()=>slide()"><i class="fa-solid fa-chevron-up"></i></button>
<button @onclick="()=>slide()"><i class="fa-solid fa-chevron-up"></i></button>
</div>
<div class="navBottomContainer">
<div>
@@ -5,7 +5,7 @@ using System.Threading.Tasks;
using Microsoft.AspNetCore.Components;
using Microsoft.AspNetCore.Components.Web;
namespace GPW.CORE.Comp
namespace GPW.CORE.Smart.Components
{
public partial class NavBottom
{
+1
View File
@@ -1,4 +1,5 @@
@inherits LayoutComponentBase
@using GPW.CORE.Smart.Components
<div class="page">
<main class="w-100">