Skip to content

Commit

Permalink
fix(projects): fix menu style
Browse files Browse the repository at this point in the history
  • Loading branch information
honghuangdc committed Nov 7, 2023
1 parent e435b18 commit 231fc8b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/layouts/modules/global-menu/vertical-menu.vue
Original file line number Diff line number Diff line change
Expand Up @@ -72,4 +72,8 @@ function handleClickMenu(menuInfo: MenuInfo) {
.menu-wrapper :deep(.ant-menu-inline-collapsed > .ant-menu-item) {
padding-inline: calc(50% - 14px);
}
.menu-wrapper :deep(.ant-menu-inline-collapsed .ant-menu-submenu-title) {
padding-inline: calc(50% - 14px);
}
</style>

0 comments on commit 231fc8b

Please sign in to comment.