Commit 8a3fb80e1200a4a1a5dc316e717c5e3c72c3ef30
Exists in
master
Merge branch 'master' of https://debo.suite.repo/modulos-npm/foca-hoja-ruta
Showing
1 changed file
Show diff stats
src/views/lista-hoja-ruta.html
| ... | ... | @@ -34,23 +34,6 @@ |
| 34 | 34 | <span class="label" ng-bind="cab.label"></span> |
| 35 | 35 | <span class="valor" ng-bind="cab.valor"></span> |
| 36 | 36 | </div> |
| 37 | - <a | |
| 38 | - class="btn col-12 btn-secondary d-sm-none" | |
| 39 | - ng-show="cabecera.length > 0" | |
| 40 | - ng-click="showCabecera = !showCabecera" | |
| 41 | - > | |
| 42 | - <i | |
| 43 | - class="fa fa-chevron-down" | |
| 44 | - ng-hide="showCabecera" | |
| 45 | - aria-hidden="true" | |
| 46 | - > | |
| 47 | - </i> | |
| 48 | - <i | |
| 49 | - class="fa fa-chevron-up" | |
| 50 | - ng-show="showCabecera" | |
| 51 | - aria-hidden="true"> | |
| 52 | - </i> | |
| 53 | - </a> | |
| 54 | 37 | </div> |
| 55 | 38 | </div> |
| 56 | 39 | </div> |
| ... | ... | @@ -77,7 +60,7 @@ |
| 77 | 60 | </div> |
| 78 | 61 | </div> |
| 79 | 62 | <div class="col-12 col-md-10 col-lg-8 offset-md-1 offset-lg-2"> |
| 80 | - <div class="row grilla-articulo d-none d-sm-flex"> | |
| 63 | + <div class="row grilla-articulo d-sm-flex"> | |
| 81 | 64 | <table class="table tabla-articulo table-striped table-sm table-dark"> |
| 82 | 65 | <thead> |
| 83 | 66 | <tr class="d-flex"> |