UI优化
This commit is contained in:
@@ -1406,8 +1406,8 @@ onMounted(() => {
|
||||
|
||||
.donut-chart-wrapper,
|
||||
.donut-chart-wrapper-small {
|
||||
height: 280px;
|
||||
min-height: 280px;
|
||||
height: 200px;
|
||||
min-height: 200px;
|
||||
}
|
||||
|
||||
.line-chart-wrapper,
|
||||
@@ -1420,8 +1420,8 @@ onMounted(() => {
|
||||
}
|
||||
|
||||
.progress-chart-wrapper {
|
||||
height: 280px;
|
||||
min-height: 280px;
|
||||
height: 200px;
|
||||
min-height: 200px;
|
||||
}
|
||||
|
||||
.region-distribution,
|
||||
|
||||
Reference in New Issue
Block a user