Browse Source

feat: adiciona faturamente a esquerda e Matriculas por Periodo a Direita. Aniversariantes para baixo.

ebagabee 1 month ago
parent
commit
4af21156f0
1 changed files with 3 additions and 3 deletions
  1. 3 3
      src/pages/dashboard/DashboardPage.vue

+ 3 - 3
src/pages/dashboard/DashboardPage.vue

@@ -471,17 +471,17 @@ onMounted(async () => {
 }
 }
 
 
 .charts-row > *:nth-child(1) {
 .charts-row > *:nth-child(1) {
-  flex: 0 0 calc(41.6667% - 11px);
+  flex: 0 0 calc(55.5556% - 8px);
   min-width: 0;
   min-width: 0;
 }
 }
 
 
 .charts-row > *:nth-child(2) {
 .charts-row > *:nth-child(2) {
-  flex: 0 0 calc(33.3333% - 11px);
+  flex: 0 0 calc(44.4444% - 8px);
   min-width: 0;
   min-width: 0;
 }
 }
 
 
 .charts-row > *:nth-child(3) {
 .charts-row > *:nth-child(3) {
-  flex: 0 0 calc(25% - 11px);
+  flex: 1 1 100%;
   min-width: 0;
   min-width: 0;
 }
 }