Ver Fonte

Increase size of icons

Alejandro Rosales há 2 anos atrás
pai
commit
df135c1147
1 ficheiros alterados com 6 adições e 6 exclusões
  1. 6 6
      auditoria.php

+ 6 - 6
auditoria.php

@@ -232,12 +232,11 @@
                     Generando reporte...
                 </div>
             </div>
+            <!-- Reporte -->
             <div class="col-md-7 col-12 justify-content-around d-flex align-items-center">
                 <span v-for="estado in store.estados.data" :class="`text-${estado.estado_color}`"
                     class="text-center col-2">
-                    <span>
-                        <i :class="`${estado.estado_icon}`"></i>
-                    </span>
+                    <i :class="`${estado.estado_icon} ing-lg`"></i>
                     <span class="mx-2">{{estado.nombre}}</span>
                 </span>
             </div>
@@ -279,8 +278,9 @@
                             <td class="align-middle px-2">
                                 <strong>{{ registro.profesor_clave }}</strong>
                                 {{ registro.profesor_nombre }}
-                                <button type="button" class="ml-3 btn btn-sm btn-outline-primary" @click="store.current.clase_vista = registro"
-                                    data-toggle="modal" data-target="#ver-detalle">
+                                <button type="button" class="ml-3 btn btn-sm btn-outline-primary"
+                                    @click="store.current.clase_vista = registro" data-toggle="modal"
+                                    data-target="#ver-detalle">
                                     <i class="ing-ojo"></i>
                                     Ver detalle
                                 </button>
@@ -293,7 +293,7 @@
                             <td class="text-center align-middle px-2">
                                 <div v-if="registro.registro_fecha">
                                     <div class="col-12">
-                                        Registro <small>{{ registro.registro_fecha?.slice(11,16) }}</small>
+                                        Registro <small>{{ registro.registro_fecha?.slice(11,19) }}</small>
                                     </div>
                                 </div>
                                 <div v-else>