fix: 修复菜单栏上方的系统名称包含 j、g 等,字母底部显示不全的问题

This commit is contained in:
coderxslee
2025-03-18 09:34:13 +08:00
committed by Charles7c
parent bb1a66f740
commit f0ba88eb54

View File

@@ -63,6 +63,9 @@ const toHome = () => {
padding-left: 6px;
white-space: nowrap;
transition: color 0.3s;
line-height: 1.5;
display: inline-flex;
align-items: center;
&:hover {
color: $color-theme !important;