Przeglądaj źródła

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

iaun 3 miesięcy temu
rodzic
commit
8c942f1a94
1 zmienionych plików z 1 dodań i 1 usunięć
  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',