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;