Browse Source

feat: adiciona funcionalidade de criacao de contas a receber do aluno

ebagabee 3 tuần trước cách đây
mục cha
commit
00d467b13d
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      src/pages/dashboard/DashboardPage.vue

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

@@ -438,12 +438,12 @@ onMounted(async () => {
 }
 
 .charts-row > *:nth-child(1) {
-  flex: 0 0 calc(55.5556% - 8px);
+  flex: 0 0 calc(50% - 8px);
   min-width: 0;
 }
 
 .charts-row > *:nth-child(2) {
-  flex: 0 0 calc(44.4444% - 8px);
+  flex: 0 0 calc(50% - 8px);
   min-width: 0;
 }