From 964e2b9576c0d2b9acd63b38143c5b99b6309424 Mon Sep 17 00:00:00 2001 From: shijingjing <1789544664@qq.com> Date: Mon, 14 Mar 2022 17:13:28 +0800 Subject: [PATCH] css --- src/apps/AppPeopleList/DetailPeople.vue | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) 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{