style;首页
Showing
3 changed files
with
4 additions
and
4 deletions
... | @@ -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 { | ... | ... |
-
Please register or sign in to post a comment