修复一下样式

This commit is contained in:
aixianling
2024-02-07 14:23:53 +08:00
parent 717328223a
commit 304a64f65c
2 changed files with 3 additions and 3 deletions

View File

@@ -3,7 +3,7 @@ import tools from "../tools";
export default {
legend: {show: false},
grid: {
left: 50, right: 0
left: 50, right: 0, top: 10, bottom: 30
},
tooltip: {
trigger: 'axis', backgroundColor: 'rgba(14, 51, 111, 0.9)', borderColor: '#1A6ABC',

View File

@@ -27,7 +27,7 @@ export default {
}
.slot {
height: calc(100% - 68px);
height: calc(100% - 30px);
}
}
</style>