Your Name
2022-11-30 cefcb88c6cd0690052e503d5f1c943cb7f8a03cb
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,