Commit 7f353d26 by zhaochengxiang

bug fix

parent 925fa799
......@@ -1180,18 +1180,19 @@ const AssetTable = (props) => {
scroll={{ y: scrollY }}
/>
</ResizeObserver>
<Pagination
className="text-center mt-3"
showSizeChanger
onChange={changeCurrent}
onShowSizeChange={changeCurrent}
current={pageNum}
pageSize={pageSize}
defaultCurrent={1}
total={total}
showTotal={total => `共 ${total} 条`}
/>
</div>
<Pagination
className="text-center m-3"
showSizeChanger
onChange={changeCurrent}
onShowSizeChange={changeCurrent}
current={pageNum}
pageSize={pageSize}
defaultCurrent={1}
total={total}
showTotal={total => `共 ${total} 条`}
/>
<AssetEdit
visible={assetEditVisible}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment