bug334
This commit is contained in:
parent
4c77a55ae7
commit
17749b6df6
|
@ -45,10 +45,13 @@
|
|||
v-for="item in contentList.data"
|
||||
:key="item.index"
|
||||
>
|
||||
<div class="content-body-title">
|
||||
名称:{{ item.name }}
|
||||
<div></div>
|
||||
</div>
|
||||
<a-tooltip>
|
||||
<template #title>{{ item.name }}</template>
|
||||
<div class="content-body-title">
|
||||
名称:{{ item.name }}
|
||||
<div></div>
|
||||
</div>
|
||||
</a-tooltip>
|
||||
<div class="content-body-content">
|
||||
<p class="content-body-content-son">
|
||||
流程类型:{{ 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;
|
||||
|
|
Loading…
Reference in New Issue