放大导航栏底部状态信息 - 增加文字大小、间距和内边距,提升可读性

This commit is contained in:
AIGC Developer
2025-10-22 09:31:16 +08:00
parent 5795372b63
commit 88c52d41d8

View File

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