Add new files and make code improvements
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user