放大导航栏底部状态信息 - 增加文字大小、间距和内边距,提升可读性
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* 主内容区域 */
|
/* 主内容区域 */
|
||||||
|
|||||||
Reference in New Issue
Block a user