From 8a47fa0d0b2fb18753c07cd958f2158c93e1a76e Mon Sep 17 00:00:00 2001 From: carlosfonseca Date: Thu, 23 Nov 2023 12:28:51 -0500 Subject: [PATCH] =?UTF-8?q?Se=20hace=20correcci=C3=B3n=20en=20el=20despleg?= =?UTF-8?q?able?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/ui/CardDescriptor.vue | 27 +++++++-------------- src/components/ui/CardList2.vue | 32 +++++++++++++++---------- src/pages/InvoiceOut/InvoiceOutList.vue | 31 ++++++++++++++---------- 3 files changed, 48 insertions(+), 42 deletions(-) diff --git a/src/components/ui/CardDescriptor.vue b/src/components/ui/CardDescriptor.vue index a000bd1e4..86c524095 100644 --- a/src/components/ui/CardDescriptor.vue +++ b/src/components/ui/CardDescriptor.vue @@ -83,6 +83,7 @@ const options = [ + - - - - {{ option }} - - - + + {{ t('components.cardDescriptor.summary') }} + - + {{ t('components.cardDescriptor.moreOptions') }} - - + + + {{ option }} + diff --git a/src/components/ui/CardList2.vue b/src/components/ui/CardList2.vue index fd70a6854..f93a311c4 100644 --- a/src/components/ui/CardList2.vue +++ b/src/components/ui/CardList2.vue @@ -1,21 +1,35 @@