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 Aug 2, 2024
1 parent 251d15a commit 4355b6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/layouts/modules/global-menu/base-menu.vue
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ function handleClickMenu(menuInfo: MenuInfo) {
}
.ant-menu-submenu-title {
padding-inline: calc(50% - 14px);
padding-inline: calc(50% - 18px);
}
}
Expand Down

0 comments on commit 4355b6e

Please sign in to comment.