fc9b2c45 by 任超

style;首页

1 parent 6e9a0c25
...@@ -19,7 +19,7 @@ export default { ...@@ -19,7 +19,7 @@ export default {
19 this.options = { 19 this.options = {
20 grid: { 20 grid: {
21 // 让图表占满容器 21 // 让图表占满容器
22 top: "60%", 22 // top: "8",
23 right: '0', 23 right: '0',
24 bottom: "0%", 24 bottom: "0%",
25 }, 25 },
......
...@@ -27,9 +27,9 @@ export default { ...@@ -27,9 +27,9 @@ export default {
27 grid: { 27 grid: {
28 // 让图表占满容器 28 // 让图表占满容器
29 top: "20%", 29 top: "20%",
30 left: "15%", 30 left: "18%",
31 right: "10%", 31 right: "10%",
32 bottom: "26%", 32 bottom: "16%",
33 }, 33 },
34 xAxis: { 34 xAxis: {
35 data: newData.category, 35 data: newData.category,
......
...@@ -96,7 +96,7 @@ export default { ...@@ -96,7 +96,7 @@ export default {
96 .card2 { 96 .card2 {
97 background: url("~@/image/djywl.png") no-repeat; 97 background: url("~@/image/djywl.png") no-repeat;
98 background-size: 100% 100%; 98 background-size: 100% 100%;
99 padding: 50px 0 15px 0; 99 padding: 60px 0 15px 0;
100 } 100 }
101 101
102 .card3 { 102 .card3 {
......