V-1-3-index

This commit is contained in:
Andres2908
2020-11-12 22:49:18 -06:00
parent 6ca9d69cc9
commit 76d9444dd4
+8 -6
View File
@@ -1,6 +1,6 @@
<template>
<div class="container">
<div class="section">
<div class="section pb-0">
<p class="is-three-fifths is-offset-one-fifth">
Estimado(a) responsable del programa de servicio social: <br />
Para registrar a un alumno de servicio social pulsa el botón
@@ -9,9 +9,9 @@
su carta de término, poulsa su nombre y se desplegará la ficha técnica
con toda la información.
</p>
<br />
<div class="buttons">
<b-button type="is-link">
<div class="buttons section pl-0 pb-0">
<b-button type="is-info">
Agregar alumno
</b-button>
</div>
@@ -24,7 +24,7 @@
</template>
<script>
import InputTable from '../../components/responsable/table'
import InputTable from '../../components/responsable/inputTable'
export default {
components: {
@@ -33,4 +33,6 @@ export default {
}
</script>
<style></style>
<style>
</style>