refs #6420 fix pr
gitea/salix-front/pipeline/head This commit looks good Details

This commit is contained in:
Carlos Satorres 2024-01-09 14:55:52 +01:00
parent 63b1c53ca9
commit b83a773278
3 changed files with 2 additions and 4 deletions

View File

@ -117,7 +117,6 @@ async function insert() {
max-width: 80em;
&__section {
overflow-x: hidden;
word-wrap: break-word;
}
}

View File

@ -172,8 +172,7 @@ async function onLoad(...params) {
v-if="store.data"
@load="onLoad"
:offset="offset"
class="full-width full-height"
style="overflow: auto"
class="full-width full-height overflow-auto"
>
<slot name="body" :rows="store.data"></slot>
<div v-if="isLoading" class="info-row q-pa-md text-center">

View File

@ -219,7 +219,7 @@ function openDialog(dmsId) {
<ClaimNotes :add-note="false" style="height: 350px" order="created ASC" />
</QCard>
<QCard class="vn-max" v-if="salesClaimed.length > 0">
<a class="header" :href="`#/claim/${entityId}/notes`">
<a class="header" :href="`#/claim/${entityId}/lines`">
{{ t('claim.summary.details') }}
<QIcon name="open_in_new" color="primary" />
</a>