bug334
This commit is contained in:
parent
4c77a55ae7
commit
17749b6df6
|
@ -45,10 +45,13 @@
|
||||||
v-for="item in contentList.data"
|
v-for="item in contentList.data"
|
||||||
:key="item.index"
|
:key="item.index"
|
||||||
>
|
>
|
||||||
<div class="content-body-title">
|
<a-tooltip>
|
||||||
名称:{{ item.name }}
|
<template #title>{{ item.name }}</template>
|
||||||
<div></div>
|
<div class="content-body-title">
|
||||||
</div>
|
名称:{{ item.name }}
|
||||||
|
<div></div>
|
||||||
|
</div>
|
||||||
|
</a-tooltip>
|
||||||
<div class="content-body-content">
|
<div class="content-body-content">
|
||||||
<p class="content-body-content-son">
|
<p class="content-body-content-son">
|
||||||
流程类型:{{ item.processDefinitionName }}
|
流程类型:{{ item.processDefinitionName }}
|
||||||
|
@ -545,10 +548,16 @@
|
||||||
border-bottom: #cccccc 1px solid;
|
border-bottom: #cccccc 1px solid;
|
||||||
position: relative;
|
position: relative;
|
||||||
.content-body-title {
|
.content-body-title {
|
||||||
|
min-width: 100px;
|
||||||
|
max-width: 900px;
|
||||||
|
width: fit-content;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
color: #333333;
|
color: #333333;
|
||||||
font-family: 'Alibaba PuHuiTi';
|
font-family: 'Alibaba PuHuiTi';
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
|
overflow: hidden;
|
||||||
|
text-overflow: ellipsis;
|
||||||
|
white-space: nowrap;
|
||||||
}
|
}
|
||||||
.content-body-content {
|
.content-body-content {
|
||||||
margin-top: 10px;
|
margin-top: 10px;
|
||||||
|
|
Loading…
Reference in New Issue