feat(component): Add Footer component
This commit is contained in:
parent
f81e996a42
commit
dad7330634
|
@ -220,7 +220,9 @@ export default defineComponent({
|
|||
}
|
||||
|
||||
.v-menu__title {
|
||||
/* 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');
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue