Commit 8c86ce11 by yuanfeng

Merge remote-tracking branch 'origin/20210819' into yuanfeng

parents 6c4ca9b7 dbfb39de
...@@ -418,6 +418,10 @@ export default { ...@@ -418,6 +418,10 @@ export default {
}, },
option: { option: {
base: { base: {
grid: {
left: 10,
right: 10
},
xAxis: { xAxis: {
max: max max: max
}, },
...@@ -607,8 +611,10 @@ export default { ...@@ -607,8 +611,10 @@ export default {
.line{ .line{
width: 5%; width: 5%;
height: 76px; height: 76px;
margin: 10px 0 0 20px; margin-left: 10px;
background:url('../../../static/images/index/3.png') no-repeat center; margin-right: 10px;
background:url('../../../static/images/index/3.png') no-repeat;
background-size: 2px 76px;
} }
.right{ .right{
width: 60%; width: 60%;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment