update shadows & crud dialog

This commit is contained in:
Çetin
2021-12-15 13:53:50 +03:00
parent 516159783d
commit f140ba157b
5 changed files with 10 additions and 5 deletions

View File

@@ -51,7 +51,7 @@
{{product.name}}
</td>
<td><span class="p-column-title">Image</span>
<img [src]="'assets/demo/images/product/' + product.image" [alt]="product.name" width="100" class="p-shadow-4" />
<img [src]="'assets/demo/images/product/' + product.image" [alt]="product.name" width="100" class="shadow-4" />
</td>
<td><span class="p-column-title">Price</span>
{{product.price | currency:'USD'}}