diff --git a/src/layout/components/Header/index.vue b/src/layout/components/Header/index.vue
index e80254a..9756995 100644
--- a/src/layout/components/Header/index.vue
+++ b/src/layout/components/Header/index.vue
@@ -197,12 +197,10 @@ export default defineComponent({
-
当前位置:{{ routename }}
-
+
+
@@ -109,7 +110,7 @@ function afterLeave() {
.wrapper {
display: flex;
flex-direction: column;
-
+ padding: 14px 14px 0 14px ;
&-title {
font-weight: 600;
// font-weight: bold;
@@ -135,6 +136,7 @@ function afterLeave() {
&-task-package-name {
::v-deep(.n-form-item-label) {
color: #666;
+ font-weight: 500;
}
}
@@ -157,6 +159,7 @@ function afterLeave() {
&-footer {
display: flex;
justify-content: flex-end;
+ padding-bottom:6px ;
}
&-info {