完善页面细节8

This commit is contained in:
2026-02-26 11:50:19 +08:00
parent 14c7a6eb5a
commit 44295232c6
2 changed files with 15 additions and 9 deletions

View File

@@ -276,7 +276,13 @@ export default {
/* 响应式断点 - 维持垂直布局并增加空间 */
@media (max-width: 1199.98px) {
.chart-col {
height: 350px; /* 在移动端断点可以有明确高度 */
height: 400px; /* 增加高度,给图表更多空间 */
min-height: 400px;
}
.gender-card {
height: auto; /* 在单列模式下允许高度自适应 */
min-height: 480px; /* 确保整体卡片有足够高度 */
}
}