Skip to content

Commit

Permalink
feat(component): Add Footer component
Browse files Browse the repository at this point in the history
  • Loading branch information
kailong321200875 committed Jan 22, 2022
1 parent f81e996 commit dad7330
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/components/Menu/src/Menu.vue
Original file line number Diff line number Diff line change
Expand Up @@ -220,8 +220,10 @@ export default defineComponent({
}
.v-menu__title {
max-height: calc(~'var( - -top-tool-height) - 2px') !important;
line-height: calc(~'var( - -top-tool-height) - 2px');
/* stylelint-disable-next-line */
max-height: calc(~'var(--top-tool-height) - 2px') !important;
/* stylelint-disable-next-line */
line-height: calc(~'var(--top-tool-height) - 2px');
}
}
}
Expand Down

0 comments on commit dad7330

Please sign in to comment.