diff --git a/nezha-fronted/src/components/common/header.vue b/nezha-fronted/src/components/common/header.vue
index 62017d64c..e1bdf33c8 100644
--- a/nezha-fronted/src/components/common/header.vue
+++ b/nezha-fronted/src/components/common/header.vue
@@ -13,7 +13,7 @@
- {{item.name}}
+ {{item.name}}
@@ -863,7 +863,7 @@
}
.linkTitle{
display: inline-block;
- width: 100%;
+ width: 200px;
font-size: 15px;
color: #444444;
}
@@ -872,8 +872,12 @@
}
.linkTitle>a{
display: inline-block;
- width: 100%;
+ width: 150px;
padding-left: 35px;
+ padding-right: 15px;
+ overflow: hidden;
+ text-overflow: ellipsis;
+ white-space: nowrap;
}