UPDATE: Cambio de tamaño v2
This commit is contained in:
@@ -11,7 +11,7 @@ function cargarTabla(endpoint, tablaId) {
|
|||||||
tbody.innerHTML = "";
|
tbody.innerHTML = "";
|
||||||
|
|
||||||
let sizeClass = "";
|
let sizeClass = "";
|
||||||
if (filas.length <= 7) {
|
if (filas.length < 7) {
|
||||||
sizeClass = "text-8xl";
|
sizeClass = "text-8xl";
|
||||||
} else {
|
} else {
|
||||||
sizeClass = "text-7xl"
|
sizeClass = "text-7xl"
|
||||||
@@ -86,5 +86,5 @@ function actualizarTablas(){
|
|||||||
|
|
||||||
cargarFooter();
|
cargarFooter();
|
||||||
actualizarTablas();
|
actualizarTablas();
|
||||||
setInterval(actualizarTablas, 15000);
|
setInterval(actualizarTablas, 20000);
|
||||||
setInterval(cargarFooter, 45000);
|
setInterval(cargarFooter, 45000);
|
||||||
@@ -20,7 +20,7 @@
|
|||||||
</header>
|
</header>
|
||||||
<div class="flex flex-col md:flex-row gap-4 p-2 h-[783px]">
|
<div class="flex flex-col md:flex-row gap-4 p-2 h-[783px]">
|
||||||
{% if mode == '2' %}
|
{% if mode == '2' %}
|
||||||
<div class="md:w-1/2 w-full overflow-auto h-[751px]">
|
<div class="md:w-1/2 w-full overflow-hidden h-[767]">
|
||||||
<table class="min-w-full text-center text-white text-3xl table-fixed border-collapse h-full">
|
<table class="min-w-full text-center text-white text-3xl table-fixed border-collapse h-full">
|
||||||
<thead>
|
<thead>
|
||||||
<tr class="h-[90px]">
|
<tr class="h-[90px]">
|
||||||
@@ -32,7 +32,7 @@
|
|||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
</div>
|
</div>
|
||||||
<div class="md:w-1/2 w-full overflow-auto h-[751px]">
|
<div class="md:w-1/2 w-full overflow-hidden h-[767]">
|
||||||
<table class="min-w-full text-center text-white text-3xl table-fixed border-collapse h-full">
|
<table class="min-w-full text-center text-white text-3xl table-fixed border-collapse h-full">
|
||||||
<thead>
|
<thead>
|
||||||
<tr class="h-[60px]">
|
<tr class="h-[60px]">
|
||||||
|
|||||||
Reference in New Issue
Block a user