Преглед изворни кода

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

ebagabee пре 1 месец
родитељ
комит
4af21156f0
1 измењених фајлова са 3 додато и 3 уклоњено
  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) {
-  flex: 0 0 calc(41.6667% - 11px);
+  flex: 0 0 calc(55.5556% - 8px);
   min-width: 0;
 }
 
 .charts-row > *:nth-child(2) {
-  flex: 0 0 calc(33.3333% - 11px);
+  flex: 0 0 calc(44.4444% - 8px);
   min-width: 0;
 }
 
 .charts-row > *:nth-child(3) {
-  flex: 0 0 calc(25% - 11px);
+  flex: 1 1 100%;
   min-width: 0;
 }