UI优化
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user