From 1d686515764f3ed08fb1a156b416372828e69f69 Mon Sep 17 00:00:00 2001 From: Your Name Date: Thu, 23 Jan 2025 15:23:18 -0600 Subject: [PATCH] Estandard --- auditoria.php | 33 ++++++++++++++++++++++----------- css/auditoria-ux.css | 31 +++++++++++++++++++++---------- 2 files changed, 43 insertions(+), 21 deletions(-) diff --git a/auditoria.php b/auditoria.php index f91ac30..aec8de1 100644 --- a/auditoria.php +++ b/auditoria.php @@ -262,15 +262,20 @@ :class="{ 'table-warning': registro.reposicion_id }"> {{ registro.registro_fecha_ideal }} - {{ registro.salon }} - - {{ registro.profesor_clave }} - {{ registro.profesor_nombre }} - + {{ + `${registro.salon?.slice(0,15)}${registro.salon?.length > 15 ? '...' : ''}` }} + +
+ + {{ registro.profesor_clave }} + {{ registro.profesor_nombre }} + + + + +
@@ -315,7 +320,7 @@ Observaciones: {{`${registro.comentario?.slice(0,25)} ${registro.comentario.length - > 10 ? '...' : ''}`}} + > 25 ? '...' : ''}`}} @@ -392,6 +397,11 @@