refs #6420 change url #136

Merged
carlossa merged 8 commits from 6420-claimNotesSummary into dev 2024-01-10 07:27:20 +00:00
3 changed files with 2 additions and 4 deletions
Showing only changes of commit b83a773278 - Show all commits

View File

@ -117,7 +117,6 @@ async function insert() {
max-width: 80em;
&__section {
overflow-x: hidden;
word-wrap: break-word;
carlossa marked this conversation as resolved
Review

Revisado los resultados visuales, ver si se puede usar sin la propiedad "overflow-x" :)

Revisado los resultados visuales, ver si se puede usar sin la propiedad "overflow-x" :)
}
}

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"
>
carlossa marked this conversation as resolved
Review

Quitar la propiedad style y añadir la propiedad el valor "overflow-auto" a class

Quitar la propiedad style y añadir la propiedad el valor "overflow-auto" a class
<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`">
carlossa marked this conversation as resolved Outdated
Outdated
Review

Debe llevar a detalles :)
Es un error heredado

Debe llevar a detalles :) Es un error heredado
{{ t('claim.summary.details') }}
<QIcon name="open_in_new" color="primary" />
</a>