feat(component): Add Footer component

This commit is contained in:
kailong321200875
2022-01-22 10:54:28 +08:00
parent e496096539
commit f81e996a42
18 changed files with 940 additions and 837 deletions

View File

@@ -220,8 +220,8 @@ export default defineComponent({
}
.v-menu__title {
max-height: calc(~'var( - -top-tool-height)') !important;
line-height: calc(~'var( - -top-tool-height)');
max-height: calc(~'var( - -top-tool-height) - 2px') !important;
line-height: calc(~'var( - -top-tool-height) - 2px');
}
}
}