fix modal size
This commit is contained in:
@@ -25,7 +25,7 @@
|
||||
<td>{{ supplier.city }}</td>
|
||||
<td>{{ supplier.deliveryDelay }} jours</td>
|
||||
<td>
|
||||
<app-modal-button type="link" [name]="'Voir les produits'">
|
||||
<app-modal-button type="link" [name]="'Voir les produits'" size="40%">
|
||||
<nz-table [nzData]="suppliers()"
|
||||
[nzFrontPagination]="false">
|
||||
<thead>
|
||||
|
||||
Reference in New Issue
Block a user