refactor: refs #5835 #129

Merged
jorgep merged 12 commits from 5835-fixListAndSummary into dev 2024-01-03 08:04:39 +00:00
1 changed files with 2 additions and 2 deletions
Showing only changes of commit 5b79c2ace9 - Show all commits

View File

@ -131,11 +131,11 @@ function viewSummary(id) {
@click.stop="viewSummary(row.id)"
color="primary"
type="submit"
style="margin-top: 15px"
class="q-mt-sm"
jorgep marked this conversation as resolved Outdated
Outdated
Review

Seria mejor usar q-mt-[xx]

Seria mejor usar q-mt-[xx]
/>
<QBtn
:label="t('components.smartCard.downloadFile')"
style="margin-top: 15px"
class="q-mt-sm"
outline
@click.stop="downloadFile(row.dmsFk)"
type="submit"