Fix colonna 2 conf
This commit is contained in:
@@ -20,7 +20,7 @@
|
||||
<button class="btn btn-sm btn-primary" title="Reset selezione" @onclick="DoReset"><i class="fa-solid fa-arrow-rotate-right"></i></button>
|
||||
</th>
|
||||
@* <th>ID</th> *@
|
||||
<th class="text-nowrap text-center mx-2">Cod.</th>
|
||||
<th class="text-nowrap">Cod.</th>
|
||||
<th class="w-100">Descrizione</th>
|
||||
<th class="text-nowrap text-end">Size mm</th>
|
||||
<th class="text-nowrap text-end">
|
||||
|
||||
@@ -20,7 +20,7 @@
|
||||
<button class="btn btn-sm btn-primary" title="Reset selezione" @onclick="DoReset"><i class="fa-solid fa-arrow-rotate-right"></i></button>
|
||||
</th>
|
||||
@* <th>ID</th> *@
|
||||
<th class="text-nowrap text-center mx-2">Fam.</th>
|
||||
<th class="text-nowrap">Fam.</th>
|
||||
<th class="w-100">Descrizione</th>
|
||||
<th class="text-end">Shape</th>
|
||||
@* <th class="text-nowrap text-end">
|
||||
@@ -34,7 +34,7 @@
|
||||
{
|
||||
<tr>
|
||||
<td class="text-center">@item.Id</td>
|
||||
<td class="">@item.FamilyName</td>
|
||||
<td class="text-nowrap">@item.FamilyName</td>
|
||||
<td class="w-100">@item.Description</td>
|
||||
<td class="text-end">@item.Shape</td>
|
||||
</tr>
|
||||
|
||||
@@ -20,7 +20,7 @@
|
||||
<button class="btn btn-sm btn-primary" title="Reset selezione" @onclick="DoReset"><i class="fa-solid fa-arrow-rotate-right"></i></button>
|
||||
</th>
|
||||
@* <th>ID</th> *@
|
||||
<th class="text-nowrap text-center mx-2">Cod.</th>
|
||||
<th class="text-nowrap">Cod.</th>
|
||||
<th class="w-100">Descrizione</th>
|
||||
<th class="text-nowrap text-end">Size mm</th>
|
||||
<th class="text-nowrap text-end">
|
||||
|
||||
@@ -20,7 +20,7 @@
|
||||
<button class="btn btn-sm btn-primary" title="Reset selezione" @onclick="DoReset"><i class="fa-solid fa-arrow-rotate-right"></i></button>
|
||||
</th>
|
||||
@* <th>ID</th> *@
|
||||
<th class="text-nowrap text-center mx-2">Cod.</th>
|
||||
<th class="text-nowrap">Cod.</th>
|
||||
<th class="w-100">Descrizione</th>
|
||||
<th class="text-nowrap text-end">Tipo</th>
|
||||
<th class="text-nowrap text-end">
|
||||
|
||||
Reference in New Issue
Block a user