Browse Source

fix: display styles of pagination component

Signed-off-by: Ryan Wang <i@ryanc.cc>
pull/613/head
Ryan Wang 2 years ago
parent
commit
10c2858a07
  1. 2
      packages/components/src/components/pagination/Pagination.vue

2
packages/components/src/components/pagination/Pagination.vue

@ -57,7 +57,7 @@ watch(
@page-size-change="onPageChange"
>
<div class="bg-white flex items-center justify-between">
<div class="flex-1 flex justify-between sm:hidden items-center">
<div class="flex-1 flex justify-between sm:!hidden items-center">
<span
class="relative inline-flex items-center px-4 py-2 border border-gray-300 text-sm font-medium rounded-md text-gray-700 bg-white hover:bg-gray-50 cursor-pointer"
@click="prev"

Loading…
Cancel
Save