This commit is contained in:
Samuele Locatelli
2023-10-26 15:28:01 +02:00
4 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -9,7 +9,7 @@
{
<div class="px-1">
<button class="btn btn-sm @ConfBg py-2 px-4" style="min-width: 72px; min-height: 39px" @onclick="ToggleConfProd">
<i class="@ConfTitle"></i>
<span>@ConfTitle</span>
</button>
</div>
}
+1 -1
View File
@@ -69,7 +69,7 @@ namespace MP_TAB_SERV.Components
protected string ConfTitle
{
get => showInnov ? "fa-solid fa-x" : "fa-solid fa-check";
get => showInnov ? "CHIUDI" : "CONF";
}
protected string ConfBg
{
+1 -1
View File
@@ -17,7 +17,7 @@
}
else
{
<div class="row">
<div class="row p-3">
<div class="col-12 cardObj p-2">
@if (ListPodl.Count == 0)
{
+4 -4
View File
@@ -1,5 +1,5 @@
<div class="card mt-2">
<div class="card-header fs-4 bg-info fw-bold">
<div class="cardObj mt-2">
<div class="fs-4 fw-bold p-2">
<div class="d-flex justify-content-between">
<div>
<h4>Scheda Tecnica</h4>
@@ -12,7 +12,7 @@
</div>
</div>
</div>
<div class="card-body d-flex justify-content-between flex-wrap">
<div class="d-flex justify-content-between flex-wrap">
<div class="col-12 p-1">
<TechSheet_ST_ObjCheck></TechSheet_ST_ObjCheck>
</div>
@@ -29,7 +29,7 @@
<div class="card-header">
<b>@item.DescGruppo</b>
</div>
<div class="card-body small p-0">
<div class="card-body small p-1">
<TechSheet_ST_Detail CodArticolo="@CodArticolo" CodGruppo="@item.CodGruppo" IdxOdl="@IdxOdl"></TechSheet_ST_Detail>
</div>
</div>