Commit b5613018 by zhaochengxiang

bug fix

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