fix: adjust component sizes on demo page
This commit is contained in:
@@ -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: {} },
|
||||
|
||||
Reference in New Issue
Block a user