fix modal size

This commit is contained in:
2025-12-01 10:48:03 +01:00
parent 837e608258
commit c42c29a9fd
15 changed files with 20 additions and 38 deletions

View File

@@ -22,7 +22,7 @@
<td>{{deliveryNote.estimateDeliveryDate | date: 'dd/MM/yyyy'}}</td>
<td>{{deliveryNote.realDeliveryDate | date: 'dd/MM/yyyy'}}</td>
<td>
<app-modal-button type="link" name="Voir les produits">
<app-modal-button type="link" name="Voir les produits" size="40%">
<div style="max-height: 400px; overflow-y: auto;">
<nz-table [nzData]="deliveryNotes()"
[nzFrontPagination]="false">