调整柱状图渲染区域的位置,及tab页背景颜色的调整

This commit is contained in:
renpy 2023-07-25 10:15:27 +08:00
parent cdf1a5d066
commit 20da2c2e3c

View File

@ -182,6 +182,7 @@ export default {
left: '0%', left: '0%',
right: '0%', right: '0%',
bottom: '15', bottom: '15',
top:15,
containLabel: true containLabel: true
}, },
xAxis: { xAxis: {
@ -444,7 +445,6 @@ export default {
.ant-tabs-tabpane{ .ant-tabs-tabpane{
height: 100%; height: 100%;
overflow: auto; overflow: auto;
background-color: #02282b;
overflow: hidden; overflow: hidden;
} }
} }