mirror of
https://github.com/d0zingcat/NotionNext.git
synced 2026-05-14 07:26:52 +00:00
隐藏移动端分页按钮
This commit is contained in:
@@ -88,7 +88,9 @@ const PaginationNumber = ({ page, totalPage }) => {
|
||||
</Link>
|
||||
</div>
|
||||
|
||||
<div className='w-full flex flex-row'>
|
||||
{/* 移动端分页 */}
|
||||
|
||||
<div className='lg:hidden w-full flex flex-row'>
|
||||
{/* 上一页 */}
|
||||
<Link
|
||||
href={{
|
||||
|
||||
Reference in New Issue
Block a user