Bläddra i källkod

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

iaun 3 månader sedan
förälder
incheckning
8c942f1a94
1 ändrade filer med 1 tillägg och 1 borttagningar
  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',