Skip to content

Commit

Permalink
fix(projects): fix base-menu style
Browse files Browse the repository at this point in the history
  • Loading branch information
honghuangdc committed Jan 25, 2024
1 parent c6b00bb commit dcbb302
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/layouts/modules/global-menu/base-menu.vue
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,11 @@ function handleClickMenu(menuInfo: MenuInfo) {
}
}
:deep(.ant-menu-submenu-title) {
width: calc(100% - 16px);
margin-inline: 8px;
}
:deep(.ant-menu-inline-collapsed) {
> .ant-menu-item {
padding-inline: calc(50% - 14px);
Expand Down

0 comments on commit dcbb302

Please sign in to comment.