From a8ef7c1a4b2ab6acd91a0520e6258bd753d17f20 Mon Sep 17 00:00:00 2001 From: 马宇豪 <978517621@qq.com> Date: 星期三, 16 八月 2023 15:58:20 +0800 Subject: [PATCH] 人员证书类型 --- src/layout/component/header.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/layout/component/header.vue b/src/layout/component/header.vue index 21c9e2d..75a9410 100644 --- a/src/layout/component/header.vue +++ b/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, -- Gitblit v1.9.2