|
|
@@ -144,6 +144,7 @@
|
|
|
/>
|
|
|
</DashboardChartCard>
|
|
|
|
|
|
+ <FeriadosCard />
|
|
|
<AniversariantesCard :people="aniversariantes" />
|
|
|
</div>
|
|
|
</div>
|
|
|
@@ -166,6 +167,7 @@ import DashboardStatCard from "src/components/charts/DashboardStatCard.vue";
|
|
|
import DashboardChartCard from "src/components/charts/DashboardChartCard.vue";
|
|
|
import GroupedBarChart from "src/components/charts/normal/GroupedBarChart.vue";
|
|
|
import AniversariantesCard from "src/components/charts/AniversariantesCard.vue";
|
|
|
+import FeriadosCard from "src/components/charts/FeriadosCard.vue";
|
|
|
import AlunosAtivosDialog from "src/pages/dashboard/components/AlunosAtivosDialog.vue";
|
|
|
import ContratosCongeladosDialog from "src/pages/dashboard/components/ContratosCongeladosDialog.vue";
|
|
|
import ContratosCanceladosDialog from "src/pages/dashboard/components/ContratosCanceladosDialog.vue";
|
|
|
@@ -480,8 +482,9 @@ onMounted(async () => {
|
|
|
min-width: 0;
|
|
|
}
|
|
|
|
|
|
-.charts-row > *:nth-child(3) {
|
|
|
- flex: 1 1 100%;
|
|
|
+.charts-row > *:nth-child(3),
|
|
|
+.charts-row > *:nth-child(4) {
|
|
|
+ flex: 1 1 calc(50% - 8px);
|
|
|
min-width: 0;
|
|
|
}
|
|
|
|