Commit b5613018 by zhaochengxiang

bug fix

parent c467bc7e
......@@ -168,7 +168,7 @@ const FC = (props) => {
</div>
<div className='px-3 pt-3'>
<Table
maxHeight='calc(100vh - 285px - 46px)'
maxHeight='calc(100vh - 285px)'
loading={loading}
columns={cols}
dataSource={data||[]}
......
......@@ -270,7 +270,7 @@ const FC = (props) => {
<div className='px-3 pt-3'>
<Table
loading={loading}
maxHeight='calc(100vh - 285px)'
maxHeight='calc(100vh - 285px - 46px)'
columns={cols??[]}
dataSource={data??[]}
pageNum={args.page} pageSize={args.size} total={total ?? 0}
......
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