diff --git a/src/views/home/components/C2.vue b/src/views/home/components/C2.vue
index fe38e948..6bae824d 100644
--- a/src/views/home/components/C2.vue
+++ b/src/views/home/components/C2.vue
@@ -1,15 +1,30 @@
-
+
diff --git a/src/views/home/components/C3.vue b/src/views/home/components/C3.vue
index 5b6a9231..aee3f965 100644
--- a/src/views/home/components/C3.vue
+++ b/src/views/home/components/C3.vue
@@ -44,14 +44,14 @@
}, ],
series: [{
name: '支出',
- barWidth: '20%',
+ barWidth: '15px',
type: 'bar',
data: [5, 20, 36, 10, 10],
},
{
name: '收入',
type: 'bar',
- barWidth: '20%',
+ barWidth: '15px',
data: [15, 20, 16, 20, 30],
},
],
diff --git a/src/views/home/gridLayout.vue b/src/views/home/gridLayout.vue
index 8cd51389..19029309 100644
--- a/src/views/home/gridLayout.vue
+++ b/src/views/home/gridLayout.vue
@@ -120,10 +120,10 @@
copmsList: [
[
{ title: "模块1", com: 'C1' },
- { title: "模块2", com: 'C2' }
+ { title: "模块3", com: 'C3' }
],
[
- { title: "模块3", com: 'C3' }
+ { title: "模块2", com: 'C2' }
],
[