"útlimos" cambios de 28/07

This commit is contained in:
2025-07-28 13:00:53 +02:00
parent cea1fdaa34
commit 428910d095
34 changed files with 93 additions and 80 deletions

View File

@@ -35,7 +35,7 @@
<table class="table tablaCACOA mb-0" style="position:absolute;bottom:-33px;">
<tfoot>
<tr>
<td colspan="2" class="text-end fw-bold colorC">
<td colspan="2" class="text-end fw-bold colorC TotalesTabla">
<div class="d-flex justify-content-between">
<div class="mt-1">

View File

@@ -36,14 +36,6 @@
}
</div>
<div>
<table class="tablaAlter mt-4" style="width: 100%;">
<tr>
<td class="tdAlter" style="width:50%;">Horas Trabajo Profesional </td>
<td class="tdAlineadoDerecha">@objetoLicitacionUrban.TrabajoProfesional.horasTrabProfesional.MilesYDecimales() h</td>
</tr>
</table>
</div>
</div>
@code {

View File

@@ -102,7 +102,7 @@
<table class="table tablaCACOA mb-0" style="position:absolute;bottom:-33px;">
<tfoot>
<tr>
<td colspan="2" class="text-end fw-bold colorC">
<td colspan="2" class="text-end fw-bold colorC TotalesTabla">
<div class="d-flex justify-content-between">
<div class="mt-1">
<button @onclick="@(() => abrirPopupGestionDatos(new LicitacionesURBAN.SolvenciaTecnica(),true))" class="btnBlue d-flex align-items-center"> <i class="fas fa-plus-square pe-1"></i> Añadir Trabajadores</button>