优化部分字体显示

This commit is contained in:
2026-08-03 22:00:03 +08:00
parent 0d292ab29c
commit 18ddaa3dc3
+6 -5
View File
@@ -17,8 +17,8 @@
} }
.top-left .nav-logo { .top-left .nav-logo {
width: 48px; width: 52px; /* 原 48px */
height: 48px; height: 52px; /* 原 48px */
flex-shrink: 0; flex-shrink: 0;
display: block; display: block;
object-fit: contain; object-fit: contain;
@@ -32,7 +32,7 @@
} }
.brand-info .logo-text { .brand-info .logo-text {
font-size: 22px; font-size: 20px;
font-weight: 600; font-weight: 600;
color: var(--text-primary); color: var(--text-primary);
line-height: 1.2; line-height: 1.2;
@@ -59,8 +59,9 @@
box-shadow: 0 0 12px rgba(99, 226, 183, 0.4); box-shadow: 0 0 12px rgba(99, 226, 183, 0.4);
} }
/* 状态文字 12px(原 13px */
.status-wrapper .status-text { .status-wrapper .status-text {
font-size: 13px; font-size: 12px;
color: var(--text-muted); color: var(--text-muted);
} }
@@ -71,7 +72,7 @@
} }
.user-name { .user-name {
font-size: 13px; font-size: 12px; /* 原 13px,与状态文字对齐 */
color: var(--text-secondary); color: var(--text-secondary);
} }