UPDATE: Cambio de tamaño v3
This commit is contained in:
@@ -7,7 +7,7 @@ load_dotenv()
|
|||||||
|
|
||||||
ip = os.getenv("IPSERVER")
|
ip = os.getenv("IPSERVER")
|
||||||
puerto = os.getenv("PORT")
|
puerto = os.getenv("PORT")
|
||||||
modo = os.getenv("mode", "1")
|
modo = os.getenv("MODE", "1")
|
||||||
monitor1 = os.getenv("MONITOR_ID_1")
|
monitor1 = os.getenv("MONITOR_ID_1")
|
||||||
monitor2 = os.getenv("MONITOR_ID_2")
|
monitor2 = os.getenv("MONITOR_ID_2")
|
||||||
tema = os.getenv("THEME", "csm")
|
tema = os.getenv("THEME", "csm")
|
||||||
|
|||||||
@@ -23,7 +23,7 @@
|
|||||||
<div class="md:w-1/2 w-full overflow-hidden h-[767]">
|
<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-[60px]">
|
||||||
<th class="border px-4 py-2 {% if theme == 'imq' %}bg-[#CC0C00] {% else %}bg-[#114b94] {% endif %}">CONSULTA</th>
|
<th class="border px-4 py-2 {% if theme == 'imq' %}bg-[#CC0C00] {% else %}bg-[#114b94] {% endif %}">CONSULTA</th>
|
||||||
<th class="border px-4 py-2 {% if theme == 'imq' %}bg-[#e6392d] {% else %}bg-[#0a6eb2] {% endif %}">TURNO</th>
|
<th class="border px-4 py-2 {% if theme == 'imq' %}bg-[#e6392d] {% else %}bg-[#0a6eb2] {% endif %}">TURNO</th>
|
||||||
</tr>
|
</tr>
|
||||||
|
|||||||
Reference in New Issue
Block a user