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 6, 2023
1 parent 7f61bdc commit b80a086
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/layouts/modules/global-menu/vertical-menu.vue
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ function handleClickMenu(menuInfo: MenuInfo) {
background-color: rgb(var(--container-bg-color));
}
.menu-wrapper :deep(.ant-menu-item) {
.menu-wrapper :deep(.ant-menu-inline-collapsed > .ant-menu-item) {
padding-inline: calc(50% - 14px);
}
</style>

0 comments on commit b80a086

Please sign in to comment.