This commit is contained in:
shi
2025-09-04 17:36:13 +08:00
parent 290fc16c32
commit e075ce1bfc
2 changed files with 8 additions and 5 deletions

View File

@ -173,19 +173,20 @@ onUnmounted(() => {
.chart_container {
display: flex;
flex-direction: column;
gap: 5px;
width: 100%;
height: 100%;
}
.echart {
height: 50%;
height: 48%;
width: 100%;
}
}
}
.content {
max-height: 100px;
height: 100px;
margin: 0 15px;
padding: 0 10px;
margin-top: 15px;