diff --git a/demo/frontend/src/views/Home.vue b/demo/frontend/src/views/Home.vue index 33602e5..d3a658e 100644 --- a/demo/frontend/src/views/Home.vue +++ b/demo/frontend/src/views/Home.vue @@ -358,20 +358,22 @@ onMounted(() => { } .sidebar-footer { - padding: 0 28px; + padding: 0 32px 20px; margin-top: auto; } .online-users, .system-uptime { - font-size: 12px; + font-size: 14px; color: #64748b; - margin-bottom: 8px; + margin-bottom: 10px; + line-height: 1.5; } .highlight { color: #3b82f6; font-weight: 600; + font-size: 15px; } /* 主内容区域 */