Admin
2022-09-15 9458b8d7c50e56e96f21c70dd3bab7cc15b9a368
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,