Skip to content

Commit

Permalink
style: fix the width of some icons when the sidebar was collapsed (#201)
Browse files Browse the repository at this point in the history
Co-authored-by: pany <[email protected]>
  • Loading branch information
Femoon and pany-ang authored Jul 24, 2024
1 parent 7bda678 commit 7e0e868
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/layouts/components/Sidebar/SidebarItem.vue
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,8 @@ const resolvePath = (routePath: string) => {
}
.el-icon {
width: 1em;
margin-right: 12px;
width: 1em !important;
margin-right: 12px !important;
font-size: 18px;
}
</style>

0 comments on commit 7e0e868

Please sign in to comment.