From 0ab75b7731ac949cf569da59bdf7c3631451efb5 Mon Sep 17 00:00:00 2001 From: Samuele Locatelli Date: Wed, 5 Jan 2022 19:13:36 +0100 Subject: [PATCH] Aggiuntas pagina test x div che vanno in overlapping --- GPW.CORE.UI/Components/RegAtt.razor | 2 +- GPW.CORE.UI/Components/RegAtt.razor.cs | 8 +- GPW.CORE.UI/Pages/Test.razor | 381 +++++++++++++++++++++---- 3 files changed, 332 insertions(+), 59 deletions(-) diff --git a/GPW.CORE.UI/Components/RegAtt.razor b/GPW.CORE.UI/Components/RegAtt.razor index 09154df..b290c67 100644 --- a/GPW.CORE.UI/Components/RegAtt.razor +++ b/GPW.CORE.UI/Components/RegAtt.razor @@ -9,7 +9,7 @@ @if (@CurrData.IdxFase > 0) {
+
+ +
+
St... - OR...
+
Mail
+
-
- } +
+
+ +
+
SteamSW - GPW
+
sviluppo
+
Continuo sviluppo editing
+
+
+
+
+ +
+
SteamSW - GPW
+
sviluppo
+
Continuo sviluppo editing
+
+
+
- + +
+
+
+
+
+
+
+ +
+
St... - OR...
+
Mail
+
-
+
+
+
+
+
+ +
+
SteamSW - GPW
+
sviluppo
+
Continuo sviluppo editing
+
+
+
+
+ +
+
SteamSW - GPW
+
sviluppo
+
Continuo sviluppo editing
+
+
+
- +@*
+
+

Fasi

+
+
+ @if (ListRecords == null) + { + + } + else if (totalCount == 0) + { +
No Record Found
+ } + else + { +
+
+ + + + + + + + + + + @foreach (var record in ListRecords) + { + + + + + + + } + +
IDCodNomeDescrizione
+ P@record.IdxProgetto | @record.IdxFase (← @record.IdxFaseAncest) + + @record.CodFase + + @record.NomeFase + + @record.DescrizioneFase +
+
+
+ } +
+ +
*@ \ No newline at end of file