From 5f000d8f4c53f92f266649511eec71259274a125 Mon Sep 17 00:00:00 2001 From: aaron <> Date: Thu, 27 Feb 2025 23:58:58 +0800 Subject: [PATCH] updat --- src/components/Dashboard.vue | 21 +++++++++++++++------ 1 file changed, 15 insertions(+), 6 deletions(-) diff --git a/src/components/Dashboard.vue b/src/components/Dashboard.vue index db64c2a..4f59fff 100644 --- a/src/components/Dashboard.vue +++ b/src/components/Dashboard.vue @@ -633,8 +633,6 @@ export default { color: #00b4dc; display: flex; flex-direction: column; - max-height: 100vh; - overflow: hidden; } .dashboard-header { @@ -1065,13 +1063,16 @@ export default { grid-template-columns: 1fr; } - .community-table-container, - .chart { - height: 200px; + .community-table-container { + height: 180px; } .scrollable-tbody { - height: 150px; + height: 130px; + } + + .chart { + height: 180px; } .title-decoration { @@ -1081,6 +1082,14 @@ export default { .dashboard-header h1 { font-size: 22px; } + + .data-card { + padding: 10px; + } + + .data-value { + font-size: 22px; + } } /* 添加一些动画效果 */