From b87c73fc86cdbaab1fb9398640fa98893f5dc7fc Mon Sep 17 00:00:00 2001 From: tanyp <742354529@qq.com> Date: Wed, 31 May 2023 09:32:41 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tansci-boot-ui/src/components/layout/Index.vue | 2 +- .../src/components/layout/component/TbHeader.vue | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/tansci-boot-ui/src/components/layout/Index.vue b/tansci-boot-ui/src/components/layout/Index.vue index f5457e8..201df12 100644 --- a/tansci-boot-ui/src/components/layout/Index.vue +++ b/tansci-boot-ui/src/components/layout/Index.vue @@ -9,7 +9,7 @@ const { proxy } = getCurrentInstance() const logo = new URL('../../assets/image/logo.png', import.meta.url).href const state = reactive({ - headerHeight: '52px', + headerHeight: '50px', asideWidth: '220px', defaultHeight: null, isCollapse: false, diff --git a/tansci-boot-ui/src/components/layout/component/TbHeader.vue b/tansci-boot-ui/src/components/layout/component/TbHeader.vue index be803bc..6678d47 100644 --- a/tansci-boot-ui/src/components/layout/component/TbHeader.vue +++ b/tansci-boot-ui/src/components/layout/component/TbHeader.vue @@ -83,7 +83,7 @@ @@ -94,12 +94,12 @@ @@ -190,7 +190,7 @@ align-items: center; .el-card{ .el-button{ - margin: 1rem 0.6rem; + margin: 0.8rem 0.6rem; } } }