mirror of https://github.com/halo-dev/halo-admin
fix: display styles of pagination component
Signed-off-by: Ryan Wang <i@ryanc.cc>pull/613/head
parent
f1bf0333aa
commit
10c2858a07
|
@ -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…
Reference in New Issue