Commit 4e3ea786e5c5561c26aceb485327a71251d33488
1 parent
893345b37e
Exists in
master
text-right para numeros
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
src/views/modal-busqueda-productos.html
| ... | ... | @@ -31,7 +31,7 @@ |
| 31 | 31 | <tr> |
| 32 | 32 | <th>Código</th> |
| 33 | 33 | <th>Descripción</th> |
| 34 | - <th>P. Base</th> | |
| 34 | + <th class="text-right">P. Base</th> | |
| 35 | 35 | <th></th> |
| 36 | 36 | </tr> |
| 37 | 37 | </thead> |
| ... | ... | @@ -46,7 +46,7 @@ |
| 46 | 46 | ng-click="select(producto)"> |
| 47 | 47 | <td ng-bind="producto.sector + '-' + producto.codigo"></td> |
| 48 | 48 | <td ng-bind="producto.descripcion"></td> |
| 49 | - <td ng-bind="producto.precio | currency: simbolo : 4"></td> | |
| 49 | + <td class="text-right" ng-bind="producto.precio | currency: simbolo : 4"></td> | |
| 50 | 50 | <td class="d-md-none text-primary"> |
| 51 | 51 | <i class="fa fa-arrow-right" aria-hidden="true"></i> |
| 52 | 52 | </td> |