perf: ⚡ 优化首页图表左侧数据显示不全bug
parent
9a4dfb5c0e
commit
ef0445d7f3
|
@ -104,7 +104,7 @@ export default {
|
|||
},
|
||||
grid: {
|
||||
top: 40,
|
||||
left: 40,
|
||||
left: 60,
|
||||
right: 65,
|
||||
bottom: 75
|
||||
},
|
||||
|
|
|
@ -95,7 +95,7 @@ export default {
|
|||
},
|
||||
grid: {
|
||||
top: 40,
|
||||
left: 40,
|
||||
left: 60,
|
||||
right: 65,
|
||||
bottom: 60
|
||||
},
|
||||
|
|
|
@ -98,7 +98,7 @@ export default {
|
|||
},
|
||||
grid: {
|
||||
top: 40,
|
||||
left: 40,
|
||||
left: 60,
|
||||
right: 65,
|
||||
bottom: 60
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue