[update] 修改UAT问题:一般检索,标题检索实施日期很长的时候超出显示的问题
This commit is contained in:
@@ -96,7 +96,9 @@
|
||||
<div v-show="judgeAbolish(item)" class="result-source-wrapper" >
|
||||
<p class="result-abolish">{{ StandardStatus.ABOLISH.text }}</p>
|
||||
</div>
|
||||
<p class="result-date">{{ $t('dashboard.generalSearch.implementationDate') }} {{ item.implementationDate || global.emptyLine }}</p>
|
||||
<p class="result-date" :title="$t('dashboard.generalSearch.implementationDate') + (item.implementationDate || global.emptyLine)">
|
||||
{{ $t('dashboard.generalSearch.implementationDate') }} {{ item.implementationDate || global.emptyLine }}
|
||||
</p>
|
||||
<a-button v-has="'dashboard:generalSearch:viewText'" :disabled="judgeAbolish(item)" @click="filePreviewAll(item)" style="margin-left: 8px;" type="primary" ghost>{{ $t('dashboard.generalSearch.viewText') }}</a-button>
|
||||
</div>
|
||||
<template v-if="retrievalModeCurrent === '1'">
|
||||
@@ -956,7 +958,10 @@ export default {
|
||||
color: #86909C;
|
||||
line-height: 19px;
|
||||
text-align: right;
|
||||
overflow: hidden;
|
||||
white-space: nowrap;
|
||||
text-overflow: ellipsis;
|
||||
padding-left: 20px;
|
||||
flex: 1;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user