fix grafici
This commit is contained in:
@@ -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>
|
||||
}
|
||||
|
||||
@@ -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
|
||||
{
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
}
|
||||
else
|
||||
{
|
||||
<div class="row">
|
||||
<div class="row p-3">
|
||||
<div class="col-12 cardObj p-2">
|
||||
@if (ListPodl.Count == 0)
|
||||
{
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
<PropertyGroup>
|
||||
<TargetFramework>net6.0</TargetFramework>
|
||||
<Nullable>enable</Nullable>
|
||||
<Version>6.16.2310.2612</Version>
|
||||
<Version>6.16.2310.2614</Version>
|
||||
<ImplicitUsings>enable</ImplicitUsings>
|
||||
<RootNamespace>MP_TAB_SERV</RootNamespace>
|
||||
</PropertyGroup>
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<body>
|
||||
<i>Modulo MAPOSPEC </i>
|
||||
<h4>Versione: 6.16.2310.2612</h4>
|
||||
<h4>Versione: 6.16.2310.2614</h4>
|
||||
<br /> Note di rilascio:
|
||||
<ul>
|
||||
<li>
|
||||
|
||||
@@ -1 +1 @@
|
||||
6.16.2310.2612
|
||||
6.16.2310.2614
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<item>
|
||||
<version>6.16.2310.2612</version>
|
||||
<version>6.16.2310.2614</version>
|
||||
<url>https://nexus.steamware.net/repository/SWS/MP-TAB-SERV/stable/LAST/MP-TAB-SERV.zip</url>
|
||||
<changelog>https://nexus.steamware.net/repository/SWS/MP-TAB-SERV/stable/LAST/ChangeLog.html</changelog>
|
||||
<mandatory>false</mandatory>
|
||||
|
||||
Reference in New Issue
Block a user