fix grafici
This commit is contained in:
@@ -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,4 +1,5 @@
|
||||
@inherits LayoutComponentBase
|
||||
@using GPW.CORE.Smart.Components
|
||||
|
||||
<div class="page">
|
||||
<main class="w-100">
|
||||
|
||||
Reference in New Issue
Block a user