From c086c4fd090ce8eecdbc9e719acc5852b9471d3e Mon Sep 17 00:00:00 2001 From: Spythere Date: Sun, 16 Jan 2022 17:06:32 +0100 Subject: [PATCH] Poprawki paginacji --- src/components/TrainsView/TrainTable.vue | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/src/components/TrainsView/TrainTable.vue b/src/components/TrainsView/TrainTable.vue index e075004..d8e20f4 100644 --- a/src/components/TrainsView/TrainTable.vue +++ b/src/components/TrainsView/TrainTable.vue @@ -171,7 +171,7 @@ < - + {{ currentPage + 1 }} @@ -651,11 +651,18 @@ img.train-image { margin: 0 0.5em; outline: 2px solid salmon; + min-width: 30px; + text-align: center; - width: 30px; cursor: pointer; + &.page-number { + font-weight: bold; + color: gold; + + } + &.disabled { outline: 2px solid lightgray; color: lightgray;