Commit 7f353d26 by zhaochengxiang

bug fix

parent 925fa799
...@@ -1180,9 +1180,9 @@ const AssetTable = (props) => { ...@@ -1180,9 +1180,9 @@ const AssetTable = (props) => {
scroll={{ y: scrollY }} scroll={{ y: scrollY }}
/> />
</ResizeObserver> </ResizeObserver>
</div>
<Pagination <Pagination
className="text-center m-3" className="text-center mt-3"
showSizeChanger showSizeChanger
onChange={changeCurrent} onChange={changeCurrent}
onShowSizeChange={changeCurrent} onShowSizeChange={changeCurrent}
...@@ -1192,6 +1192,7 @@ const AssetTable = (props) => { ...@@ -1192,6 +1192,7 @@ const AssetTable = (props) => {
total={total} total={total}
showTotal={total => `共 ${total} 条`} showTotal={total => `共 ${total} 条`}
/> />
</div>
<AssetEdit <AssetEdit
visible={assetEditVisible} 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