Commit 5b10a9a1686d3ac7fa3053b0c2f04315033b43ed
1 parent
89cd22a02a
Exists in
master
and in
2 other branches
Saqué el botón de colapsar y la clase que oculta la tabla en mobile.
Showing
1 changed file
with
1 additions
and
18 deletions
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"> |