fix: display styles of pagination component

Signed-off-by: Ryan Wang <i@ryanc.cc>
pull/613/head
Ryan Wang 2022-09-13 16:25:45 +08:00
parent f1bf0333aa
commit 10c2858a07
1 changed files with 1 additions and 1 deletions

View File

@ -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"