Commit 7f353d26 by zhaochengxiang

bug fix

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