Admin
2022-09-21 999cab6fb3fc6d2a288d365da991351c5a396bf0
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,