Select tablas

This commit is contained in:
JuanSanhueza 2025-05-02 15:35:30 -04:00
parent f926c4a5b0
commit 86b3417fc5
3 changed files with 6 additions and 2 deletions

View File

@ -65,7 +65,7 @@
<td>{{ product.dato12 }}</td>
<td class="bg-verde">
<div class="border-round font-bold">
<p-select [options]="estadoAprobacion" [(ngModel)]="select1" optionLabel="name" placeholder="Seleccione..." class="w-full md:w-56" />
<p-select [options]="estadoAprobacion" [(ngModel)]="select1" optionLabel="name" placeholder="Seleccione..." class="selectTabla"/>
</div>
</td>
<td class="bg-verde">

View File

@ -82,7 +82,7 @@
<td>{{ product.dato12 }}</td>
<td class="bg-verde">
<div class="border-round font-bold">
<p-select [options]="estadoAprobacion" [(ngModel)]="select1" optionLabel="name" placeholder="Seleccione..." class="w-full md:w-56" />
<p-select [options]="estadoAprobacion" [(ngModel)]="select1" optionLabel="name" placeholder="Seleccione..." class="selectTabla" />
</div>
</td>
<td class="bg-verde">

View File

@ -130,3 +130,7 @@
.p-datatable-table-container{
border-radius: var(--p-content-border-radius) !important;
}
.selectTabla{
width: 228px !important;
}