Increase size of icons

This commit is contained in:
2023-08-28 18:56:43 +00:00
parent 15292968f6
commit df135c1147

View File

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