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