Your Name
2022-09-28 1cc2bba0c5cfd27e0744f1df8c5bbd41135ae817
src/layout/component/header.vue
@@ -23,7 +23,7 @@
      const setHeaderHeight = computed(() => {
         let { isTagsview, layout } = themeConfig.value;
         if (isTagsview && layout !== 'classic') return '84px';
         else return '50px';
         else return '80px';
      });
      return {
         setHeaderHeight,