diff --git a/src/views/Dashboard/index.vue b/src/views/Dashboard/index.vue index 14f3621..c0bd104 100644 --- a/src/views/Dashboard/index.vue +++ b/src/views/Dashboard/index.vue @@ -983,7 +983,7 @@ onUnmounted(() => { .upper-section { display: flex; width: 100%; - height: 60%; + height: 65%; /* 调整高度 */ } @@ -1209,7 +1209,7 @@ onUnmounted(() => { /* 下部区域样式 */ .lower-section { width: 100%; - height: 24%; + height: 20%; /* 调整高度 */ display: flex; justify-content: center;