Skip to content

Commit

Permalink
style(projects): fix menu style
Browse files Browse the repository at this point in the history
  • Loading branch information
honghuangdc committed Nov 5, 2023
1 parent 77c9623 commit d8b9b94
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 @@ -68,4 +68,8 @@ function handleClickMenu(menuInfo: MenuInfo) {
.menu-wrapper :deep(.ant-menu-light) {
background-color: rgb(var(--container-bg-color));
}
.menu-wrapper :deep(.ant-menu-item) {
padding-inline: calc(50% - 14px);
}
</style>

0 comments on commit d8b9b94

Please sign in to comment.