From 6f391e64919cacdc22b6f7610ae6c63b2501c123 Mon Sep 17 00:00:00 2001 From: GabriellyAssuncao Date: Mon, 25 Apr 2022 15:38:03 -0300 Subject: [PATCH 1/2] =?UTF-8?q?[REFACT]=20(Issue=20#228)=20:=20corrigindo?= =?UTF-8?q?=20c=C3=B3digo?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/telaRF2.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/telaRF2.vue b/src/components/telaRF2.vue index 8f8a100..7d44788 100644 --- a/src/components/telaRF2.vue +++ b/src/components/telaRF2.vue @@ -7,7 +7,7 @@
-

Disponíveis Para o Próximo Semestre

+

Disciplinas Disponíveis Para o Próximo Semestre

From 1b1072e10abce9bede54b45d446b7c478728cdd7 Mon Sep 17 00:00:00 2001 From: Vitor Manoel Date: Mon, 25 Apr 2022 17:34:39 -0300 Subject: [PATCH 2/2] =?UTF-8?q?[UPDATE]=20:=20Mudando=20classe=20da=20div?= =?UTF-8?q?=20que=20recebe=20as=20mat=C3=A9rias=20n=C3=A3o=20cursadas?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/telaRF2.vue | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/src/components/telaRF2.vue b/src/components/telaRF2.vue index 7d44788..80ccc57 100644 --- a/src/components/telaRF2.vue +++ b/src/components/telaRF2.vue @@ -8,7 +8,7 @@

Disciplinas Disponíveis Para o Próximo Semestre

-
+
@@ -52,4 +52,10 @@ export default { height: 300px; background-color: #efefea; } + +.conteudoNcursado{ + width: 250px; + height: 300px; + background-color: #efefea; +}