修复移动端左边栏底部不显示用户名的问题

This commit is contained in:
jingrow 2026-01-21 13:12:59 +08:00
parent 7969ee8709
commit 6a954aef43

View File

@ -116,13 +116,6 @@ const handleUserMenuSelect = async (key: string) => {
:deep(.collapsed-button) {
padding: 4px !important;
}
/* 移动端隐藏用户名文字 */
@media (max-width: 768px) {
.username {
display: none;
}
}
</style>
<style>