Skip to content

Commit

Permalink
feat(projects): keep antd menu transition same as system
Browse files Browse the repository at this point in the history
  • Loading branch information
honghuangdc committed Nov 5, 2023
1 parent 60ef0af commit 77c9623
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/layouts/modules/global-menu/vertical-menu.vue
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ function handleClickMenu(menuInfo: MenuInfo) {
<style scoped>
.menu-wrapper :deep(.ant-menu) {
border-inline: none;
transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.menu-wrapper :deep(.ant-menu-light) {
Expand Down

0 comments on commit 77c9623

Please sign in to comment.