From 88c52d41d847aaad573990ff493f6e02d4769be1 Mon Sep 17 00:00:00 2001 From: AIGC Developer Date: Wed, 22 Oct 2025 09:31:16 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=BE=E5=A4=A7=E5=AF=BC=E8=88=AA=E6=A0=8F?= =?UTF-8?q?=E5=BA=95=E9=83=A8=E7=8A=B6=E6=80=81=E4=BF=A1=E6=81=AF=20-=20?= =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E6=96=87=E5=AD=97=E5=A4=A7=E5=B0=8F=E3=80=81?= =?UTF-8?q?=E9=97=B4=E8=B7=9D=E5=92=8C=E5=86=85=E8=BE=B9=E8=B7=9D=EF=BC=8C?= =?UTF-8?q?=E6=8F=90=E5=8D=87=E5=8F=AF=E8=AF=BB=E6=80=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- demo/frontend/src/views/Home.vue | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) 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; } /* 主内容区域 */