소스 검색

项目列表页

魏熙美 5 년 전
부모
커밋
8450c3d5d0
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      src/pages/building/list/index.jsx

+ 1
- 1
src/pages/building/list/index.jsx 파일 보기

@@ -158,7 +158,7 @@ function header(props) {
158 158
 
159 159
       {/* 分页 */}
160 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 162
       </div>
163 163
     </>
164 164
   );