diff --git a/src/apps/AppPeopleList/DetailPeople.vue b/src/apps/AppPeopleList/DetailPeople.vue
index 342417aa..183ae40f 100644
--- a/src/apps/AppPeopleList/DetailPeople.vue
+++ b/src/apps/AppPeopleList/DetailPeople.vue
@@ -32,10 +32,9 @@
-
{{item.name}}
-{{item.applicationName}}
+{{item.applicationName}}
@@ -307,6 +306,12 @@ export default { margin-top: 8px; } } + .type { + padding: 0 10px; + overflow: hidden; + text-overflow: ellipsis; + white-space:nowrap; + } .active{ background-color: #357CE3; p{