瀏覽代碼

feat(component): Add Footer component

kailong321200875 3 年之前
父節點
當前提交
dad7330634
共有 1 個文件被更改,包括 4 次插入2 次删除
  1. 4 2
      src/components/Menu/src/Menu.vue

+ 4 - 2
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');
       }
     }
   }