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;
}
}
}