Add new files and make code improvements

This commit is contained in:
2024-03-06 15:14:39 +00:00
parent 113ac2aedd
commit 0a712e1864
55 changed files with 9390 additions and 973 deletions

View File

@@ -181,7 +181,7 @@ $write = $user->admin || in_array($user->acceso, ['r']);
:key="`${hour}-${block}-${día}`"
:class="horarios.getHorarioData(hour, block, día) ? 'bg-light' : ''"
class="align-middle h-100"
:style="`width: ${(100 - 6) / (horarios.structure?.sábado ? 6 : 5)}%;`">
:style="`width: ${(100 - 6) / (horarios.structure?.sábado ? 6 : 5)}%;`" :data-id="horarios.getHorarioData(hour, block, día)?.horario_id">
<!-- Content Container -->
<div class="overflow-auto" :style="`max-height: ${horarios.getHorarioData(hour, block, día)?.bloques * 2}em;
min-height: 2em;