修复:header文字不换行

This commit is contained in:
smallclover
2025-10-17 23:19:45 +09:00
parent e5d66d73cb
commit 971a3d36c6
@@ -543,6 +543,7 @@ onMounted(async () => {
.header-label { .header-label {
font-size: 12px; font-size: 12px;
line-height: 1; line-height: 1;
white-space: nowrap;
} }
/* 在线人数的数字文字样式(无背景) */ /* 在线人数的数字文字样式(无背景) */