Explorar el Código

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

iaun hace 3 meses
padre
commit
8c942f1a94
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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',