Commit 58da799b by liang ce

图表修改

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