Commit 53a40955a1104ae1954f151a84ee0100c696148f
1 parent
29382a3d55
Exists in
master
nueva ubicacion default mapa, fix width div 'soltar aca'
Showing
1 changed file
with
5 additions
and
5 deletions
Show diff stats
src/views/foca-logistica-pedido-ruta.html
| ... | ... | @@ -83,14 +83,14 @@ |
| 83 | 83 | <div class="row px-5"> |
| 84 | 84 | <div class="col-10"> |
| 85 | 85 | <foca-logistica |
| 86 | - latitud="-32.89214159952345" | |
| 87 | - longitud="-68.84572999101856" | |
| 88 | - zoom="14" | |
| 86 | + latitud="-34.7152975" | |
| 87 | + longitud="-65.9053867" | |
| 88 | + zoom="5" | |
| 89 | 89 | marcadores="marcadores" |
| 90 | 90 | parametros= "datosBuscados" |
| 91 | 91 | /> |
| 92 | 92 | </div> |
| 93 | - <div class="row"> | |
| 93 | + <div class="row"> | |
| 94 | 94 | <div |
| 95 | 95 | class="container col-auto" |
| 96 | 96 | ng-repeat="vehiculo in vehiculos" |
| ... | ... | @@ -143,7 +143,7 @@ |
| 143 | 143 | </div> |
| 144 | 144 | </div> |
| 145 | 145 | <div |
| 146 | - class="ml-1 border border-dark text-center" | |
| 146 | + class="ml-1 border border-dark text-center w-100" | |
| 147 | 147 | ng-show="arrastrando" |
| 148 | 148 | id="{{vehiculo.id}}" |
| 149 | 149 | ondrop="drop(event)" |