From dad733063413c79eca61c6cb5ff671b35933a85f Mon Sep 17 00:00:00 2001 From: kailong321200875 <321200875@qq.com> Date: Sat, 22 Jan 2022 10:58:45 +0800 Subject: [PATCH] feat(component): Add Footer component --- src/components/Menu/src/Menu.vue | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/components/Menu/src/Menu.vue b/src/components/Menu/src/Menu.vue index 069e0e8..68b80e0 100644 --- a/src/components/Menu/src/Menu.vue +++ b/src/components/Menu/src/Menu.vue @@ -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'); } } }