1
0
Fork 0

mejoras en vista aplicacion

This commit is contained in:
humano 2018-10-27 17:17:12 -05:00
parent 30cdcb8f66
commit c782680dc9
2 changed files with 11 additions and 2 deletions

View File

@ -532,6 +532,13 @@ if ($variable !=''){
$registros=1;
$plantilla="landingpage";
$librerias_cabeza ="
<style>
.control_planilla{
display:none
}
</style>
<script src='./librerias/ekko-lightbox/4.0.1/ekko-lightbox.min.js'></script>
<script src='./librerias/charts/Chart.bundle.js'></script>
<script src='./librerias/charts/utils.js'></script>
@ -715,13 +722,15 @@ if('serviceWorker' in navigator) {
</section>
<section id='listado' class='' >
<div class='container-fluid'>
<div style='overflow-y: scroll; overflow-x: hidden; max-height: calc(100vh - 50px); min-height: calc(100vh - 50px); ' >
<div style='overflow-y: scroll; overflow-x: hidden; max-height: calc(100vh - 150px); min-height: calc(100vh - 150px); ' >
<br>
<div class=''>
<table class='table table-bordered table-striped exportable'>
<thead>$titulos</thead>
<tbody style=' ' id='scroll-content' >
</tbody>
</table>
</div>
</div>
</div>
</section>

2
milfs

@ -1 +1 @@
Subproject commit a94c7dbca990c3b951022c1c10b8835947cfeb46
Subproject commit 36ce9858700f9f616d64ebe42f25ca5bd01da2b3