perf: 优化首页图表左侧数据显示不全bug

pull/98/head
李强 2023-05-06 14:36:21 +08:00
parent 9a4dfb5c0e
commit ef0445d7f3
3 changed files with 3 additions and 3 deletions

View File

@ -104,7 +104,7 @@ export default {
}, },
grid: { grid: {
top: 40, top: 40,
left: 40, left: 60,
right: 65, right: 65,
bottom: 75 bottom: 75
}, },

View File

@ -95,7 +95,7 @@ export default {
}, },
grid: { grid: {
top: 40, top: 40,
left: 40, left: 60,
right: 65, right: 65,
bottom: 60 bottom: 60
}, },

View File

@ -98,7 +98,7 @@ export default {
}, },
grid: { grid: {
top: 40, top: 40,
left: 40, left: 60,
right: 65, right: 65,
bottom: 60 bottom: 60
}, },