feature/InvoicesOutCorrections #232

Merged
jsegarra merged 25 commits from :feature/InvoicesOutCorrections into dev 2024-03-20 13:34:35 +00:00
1 changed files with 2 additions and 2 deletions
Showing only changes of commit 06fa4aebc5 - Show all commits

View File

@ -134,10 +134,10 @@ const openCreateInvoiceModal = () => {
<template #st-actions>
<QBtn
@click="openPdf()"
class="q-mr-xl"
class="q-mr-md"
color="primary"
icon="cloud_download"
:disable="selectedCards.size === 0"
jsegarra marked this conversation as resolved Outdated

jejeje pero en Salix está el icono, creo que quedaría mejor

jejeje pero en Salix está el icono, creo que quedaría mejor

Perfecto, removi el label y agregue el icono tal como esta en salix

Commit: 06fa4aebc5

Perfecto, removi el label y agregue el icono tal como esta en salix Commit: https://gitea.verdnatura.es/verdnatura/salix-front/commit/06fa4aebc5b095e3b7f78736bf9b73350a5dc567
:label="t('globals.download')"
>
<QTooltip>{{ t('downloadPdf') }}</QTooltip>
</QBtn>