瀏覽代碼

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',