Ver código fonte

项目列表页

魏熙美 5 anos atrás
pai
commit
8450c3d5d0
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1
    1
      src/pages/building/list/index.jsx

+ 1
- 1
src/pages/building/list/index.jsx Ver arquivo

158
 
158
 
159
       {/* 分页 */}
159
       {/* 分页 */}
160
       <div style={{ display: 'flex', justifyContent: 'flex-end', marginTop: '30px' }}>
160
       <div style={{ display: 'flex', justifyContent: 'flex-end', marginTop: '30px' }}>
161
-        <Pagination showQuickJumper defaultCurrent={2} total={500} onChange={onChange} />
161
+        <Pagination showQuickJumper defaultCurrent={1} total={500} onChange={onChange} />
162
       </div>
162
       </div>
163
     </>
163
     </>
164
   );
164
   );