This commit is contained in:
chenlin
2025-12-08 15:48:54 +08:00
parent 0c3a841936
commit fc2c0d341f
4 changed files with 23 additions and 18 deletions

View File

@@ -1500,8 +1500,8 @@ onMounted(() => {
.donut-chart-wrapper,
.donut-chart-wrapper-small {
height: 280px;
min-height: 280px;
height: 200px;
min-height: 200px;
}
.line-chart-wrapper,
@@ -1513,9 +1513,13 @@ onMounted(() => {
box-sizing: border-box;
}
.bar-chart-wrapper {
margin-bottom: 15px;
}
.progress-chart-wrapper {
height: 280px;
min-height: 280px;
height: 200px;
min-height: 200px;
}
.region-distribution,