From 17749b6df64b3967c2b5c4ab8e45f026a4167b57 Mon Sep 17 00:00:00 2001 From: "851673013@qq.com" <851673013@qq.com> Date: Wed, 29 Jun 2022 09:32:51 +0800 Subject: [PATCH] bug334 --- .../views/personalCenter/components/MyApply.vue | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) diff --git a/front/src/views/personalCenter/components/MyApply.vue b/front/src/views/personalCenter/components/MyApply.vue index 65c76784..8fa64659 100644 --- a/front/src/views/personalCenter/components/MyApply.vue +++ b/front/src/views/personalCenter/components/MyApply.vue @@ -45,10 +45,13 @@ v-for="item in contentList.data" :key="item.index" > -
- 名称:{{ item.name }} -
-
+ + +
+ 名称:{{ item.name }} +
+
+

流程类型:{{ item.processDefinitionName }} @@ -545,10 +548,16 @@ border-bottom: #cccccc 1px solid; position: relative; .content-body-title { + min-width: 100px; + max-width: 900px; + width: fit-content; font-size: 14px; color: #333333; font-family: 'Alibaba PuHuiTi'; font-weight: 500; + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; } .content-body-content { margin-top: 10px;