fix: adjust component sizes on demo page

This commit is contained in:
2025-08-30 16:44:46 +03:30
parent e5c8465287
commit 7325e18cec
5 changed files with 637 additions and 592 deletions

View File

@@ -102,7 +102,6 @@ const cardOrder = ref([
"leads2",
"leads3",
"project-activity",
"gantt-chart", // اضافه کردن gantt chart
"analysis1",
"analysis2",
"cost-overview",
@@ -120,7 +119,6 @@ const defaultWidgetIds = [
"leads2",
"leads3",
"project-activity",
"gantt-chart", // اضافه کردن
"analysis1",
"analysis2",
"cost-overview",
@@ -147,7 +145,6 @@ const cardSizes = ref({
"project-status": { cols: 4, height: 33.33 },
"active-project": { cols: 4, height: 33.33 },
"recent-transactions": { cols: 6, height: 33.33 },
"gantt-chart": { cols: 12, height: 50 },
"activity-timeline": { cols: 6, height: 33.33 },
"ecommerce-congratulations": { cols: 6, height: 33.33 },
"ecommerce-earning-reports": { cols: 8, height: 33.33 },
@@ -186,7 +183,6 @@ const cardComponents = {
"project-status": { component: CrmProjectStatus, props: {} },
"active-project": { component: CrmActiveProject, props: {} },
"recent-transactions": { component: CrmRecentTransactions, props: {} },
"gantt-chart": { component: GanttChart, props: {} },
"activity-timeline": { component: CrmActivityTimeline, props: {} },
"ecommerce-congratulations": { component: EcommerceCongratulationsJohn, props: {} },
"ecommerce-earning-reports": { component: EcommerceEarningReports, props: {} },