Commit d0ff3db89d4c8c990f101869743e74cd2fa5c885

Authored by Marcelo Puebla
1 parent 03a726ea54
Exists in master and in 1 other branch validar_pve

Arreglo de vista.

src/app/components/busqueda-productos/busqueda-productos.component.html
... ... @@ -73,15 +73,10 @@
73 73 (click)="elegirProducto(producto)">
74 74 <img src="{{apiUrl}}/imagenes/{{producto.imagenes[0].imagen}}" class="rounded-sm w-100 m-auto">
75 75 <div class="p-2">
76   - <p class="h6 text-left m-0">{{producto.DetArt}}</p>
77   - <div class="row justify-content-between m-0">
78   - <div class="col-12 p-0">
79   - <div class="text-left">
80   - <p class="m-0 h6"><small>{{producto.DET_LAR}}</small></p>
81   - </div>
82   - </div>
  76 + <p class="h6 min-h-40 text-left m-0"><small>{{producto.DET_LAR}}</small></p>
  77 + <div class="row m-0">
83 78 <div class="col-12 my-auto pt-2 pr-2 p-0">
84   - <p class="text-right m-0 h6">{{producto.PreVen | currency}}</p>
  79 + <p class="text-right m-0 h6">{{producto.PreVen | currency}}</p>
85 80 </div>
86 81 </div>
87 82 </div>