Commit 58da799b by liang ce

图表修改

parent caf107a9
...@@ -89,7 +89,8 @@ export default { ...@@ -89,7 +89,8 @@ export default {
textStyle: { textStyle: {
fontSize: 14, fontSize: 14,
fontWeight: 'normal' fontWeight: 'normal'
} },
left: '5%',
}, },
tooltip: { tooltip: {
trigger: 'axis', trigger: 'axis',
...@@ -154,7 +155,8 @@ export default { ...@@ -154,7 +155,8 @@ export default {
textStyle: { textStyle: {
fontSize: 14, fontSize: 14,
fontWeight: 'normal' fontWeight: 'normal'
} },
left: '5%',
}, },
legend: { legend: {
data: ['支付宝充值', '现金充值'], data: ['支付宝充值', '现金充值'],
...@@ -238,7 +240,8 @@ export default { ...@@ -238,7 +240,8 @@ export default {
textStyle: { textStyle: {
fontSize: 14, fontSize: 14,
fontWeight: 'normal' fontWeight: 'normal'
} },
left: '5%',
}, },
legend: { legend: {
data: [`员工现金消费`, `员工津贴消费`, `访客消费`], data: [`员工现金消费`, `员工津贴消费`, `访客消费`],
...@@ -416,7 +419,7 @@ export default { ...@@ -416,7 +419,7 @@ export default {
width: 100%; width: 100%;
border: 1px solid #dddddd; border: 1px solid #dddddd;
margin-bottom: 20px; margin-bottom: 20px;
padding: 20px 20px 30px 20px; padding-top: 20px;
box-sizing: border-box; box-sizing: border-box;
} }
</style> </style>
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