fix(style): 修复空白页欢迎文字居中与换行适配

This commit is contained in:
JOJO 2026-04-28 17:57:16 +08:00
parent 8814f963f5
commit d406244604

View File

@ -534,6 +534,11 @@
font-size: 32px;
color: #2f3a4a;
font-weight: 600;
margin: 0;
max-width: min(88vw, 680px);
text-align: center;
line-height: 1.3;
text-wrap: balance;
}
.blank-hero-overlay .icon-lg {