fc9b2c45 by 任超

style;首页

1 parent 6e9a0c25
......@@ -19,7 +19,7 @@ export default {
this.options = {
grid: {
// 让图表占满容器
top: "60%",
// top: "8",
right: '0',
bottom: "0%",
},
......
......@@ -27,9 +27,9 @@ export default {
grid: {
// 让图表占满容器
top: "20%",
left: "15%",
left: "18%",
right: "10%",
bottom: "26%",
bottom: "16%",
},
xAxis: {
data: newData.category,
......
......@@ -96,7 +96,7 @@ export default {
.card2 {
background: url("~@/image/djywl.png") no-repeat;
background-size: 100% 100%;
padding: 50px 0 15px 0;
padding: 60px 0 15px 0;
}
.card3 {
......