mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-03-06 12:43:06 +08:00
Remove title for experiment description [SCI-10281] (#7204)
This commit is contained in:
parent
e15387ccde
commit
bd22084298
1 changed files with 1 additions and 2 deletions
|
@ -7,11 +7,10 @@
|
|||
'line-clamp-1': params.dtComponent.currentViewRender === 'table',
|
||||
'line-clamp-2': params.dtComponent.currentViewRender === 'cards'
|
||||
}"
|
||||
:title="params.data.sa_description"
|
||||
@click.stop="showDescriptionModal"
|
||||
v-html="params.data.sa_description">
|
||||
</span>
|
||||
<span v-else class="grow" v-html="params.data.sa_description" :title="params.data.sa_description"></span>
|
||||
<span v-else class="grow" v-html="params.data.sa_description"></span>
|
||||
<span v-if="shouldTruncateText" @click.stop="showDescriptionModal" class="text-sn-blue cursor-pointer shrink-0 text-sm">{{ i18n.t('experiments.card.more') }}</span>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue