首页细节调整

This commit is contained in:
2026-02-06 16:18:04 +08:00
parent d00f0b7412
commit 57846534bc
86 changed files with 2751 additions and 3074 deletions

View File

@@ -225,8 +225,9 @@ const statsData = ref({
<style scoped>
.home-page {
display: flex;
flex-direction: column;
padding: 0;
background-color: #f0f2f5;
min-height: 100vh;
}
/* 兼容旧布局标识,样式逻辑已由 .kpi-grid 接管 */
@@ -354,7 +355,7 @@ const statsData = ref({
@media screen and (max-width: 768px) {
.home-page {
padding: 12px;
padding: 0;
}
.bottom-charts {