From 2e04552aabc4e55b4ec5fe605af1e24ff0c9fe16 Mon Sep 17 00:00:00 2001 From: W Beecher Baker Date: Wed, 9 Oct 2024 10:48:12 -0400 Subject: [PATCH] next prev link styling --- .../Panel/PanelSpecimens/PanelSpecimens.vue | 66 +++++++++---------- 1 file changed, 32 insertions(+), 34 deletions(-) diff --git a/src/modules/otus/components/Panel/PanelSpecimens/PanelSpecimens.vue b/src/modules/otus/components/Panel/PanelSpecimens/PanelSpecimens.vue index 33ebbdb..940f6df 100644 --- a/src/modules/otus/components/Panel/PanelSpecimens/PanelSpecimens.vue +++ b/src/modules/otus/components/Panel/PanelSpecimens/PanelSpecimens.vue @@ -22,45 +22,43 @@ -

+

{{ void(showFirst = page > 1) }} {{ void(showPrev = page > 1) }} {{ void(showNext = dwcCount === perPage) }} {{ void(showLast = showNext && typeof total === 'number' && total > (page - 1) * perPage + dwcCount) }} - - + + + prev + + + - - - prev - - - - - +