Commit d04d334558bb01ce2398dea9fa16b6d1cad55a14

Authored by Eric Fernandez
1 parent 2d33a75dae
Exists in master

muestro nombre de transportista

Showing 1 changed file with 10 additions and 4 deletions   Show diff stats
src/views/foca-logistica-pedido-ruta.html
... ... @@ -105,10 +105,16 @@
105 105 <span class="progress-right">
106 106 <span class="progress-bar"></span>
107 107 </span>
108   - <div class="progress-value">{{vehiculo.codigo}}
109   - <br>
110   - <small>
111   - {{vehiculo.transportista.NOM.trim()}}
  108 + <div class="progress-value py-4 px-3 d-flex align-content-between flex-wrap">
  109 + <small class="w-100">
  110 + <small>
  111 + <small>
  112 + {{vehiculo.transportista.NOM.trim()}}
  113 + </small>
  114 + </small>
  115 + </small>
  116 + <small class="w-100">
  117 + {{vehiculo.codigo}}
112 118 </small>
113 119 </div>
114 120 </div>