This commit is contained in:
aaron 2025-02-27 23:58:58 +08:00
parent 96bedede04
commit 5f000d8f4c

View File

@ -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;
}
}
/* 添加一些动画效果 */