소스 검색

Fix: Page size for work records will be displayed on the mobile view

iaun 3 달 전
부모
커밋
8c942f1a94
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      frontend/src/components/WorkRecordList.jsx

+ 1 - 1
frontend/src/components/WorkRecordList.jsx

@@ -407,7 +407,7 @@ function WorkRecordList() {
           current: currentPage,
           pageSize: pageSize,
           total: total,
-          showSizeChanger: !isMobile,
+          showSizeChanger: true,
           showQuickJumper: !isMobile,
           showTotal: (total) => `共 ${total} 条`,
           size: isMobile ? 'small' : 'default',