This commit is contained in:
casnet1
2020-09-10 13:03:57 -05:00
parent cbf47c7709
commit e1527f74a0
+10 -5
View File
@@ -6,10 +6,10 @@
<div>
<div class="row">
<div class="col-10 offset-1 my-5">
<h1>
<h2>
Ruta crítica 2017-2021 para la publicación de materiales
bibliográficos en la FES Acatlán
</h1>
</h2>
</div>
</div>
@@ -20,8 +20,8 @@
<thead>
<tr class="bg-primary text-white">
<th scope="col">No.#</th>
<th scope="col">Responsable</th>
<th scope="col">Accion</th>
<th scope="col" width="400px">Responsable</th>
<th scope="col" >Accion</th>
</tr>
</thead>
@@ -737,4 +737,9 @@ export default {
};
</script>
<style scoped></style>
<style scoped>
/* table{
width: 1200px;
} */
</style>