Skip to content

Commit

Permalink
🐛 修复折叠侧边栏,标题换行问题
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikasa33 committed Jun 19, 2024
1 parent b252359 commit 9c88e8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/layouts/components/Logo.vue
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ function goHome() {
>
<div
v-if="setting.layoutMode === 'horizontal' || !setting.sider.collapsed"
class="ml-8px text-20px font-700"
class="ml-8px whitespace-nowrap text-20px font-700"
>
a4v
</div>
Expand Down

0 comments on commit 9c88e8b

Please sign in to comment.