style(componentList): 优化组件列表表格滚动高度计算

master
钟良源 2 weeks ago
parent df2712ae17
commit 50add5ba1f

@ -486,7 +486,7 @@ const CompAudit = () => {
data={data} data={data}
loading={loading} loading={loading}
pagination={false} pagination={false}
scroll={{ x: 1800, y: 'calc(100vh - 310px)' }} scroll={{ x: 1800, y: 'calc(100vh - 380px)' }}
border={{ border={{
wrapper: true, wrapper: true,
cell: true cell: true

@ -828,7 +828,7 @@ const GlobalVarContainer = () => {
data={componentData} data={componentData}
loading={loading} loading={loading}
pagination={false} pagination={false}
scroll={{ x: 1500, y: 'calc(100vh - 310px)' }} scroll={{ x: 1500, y: 'calc(100vh - 380px)' }}
border={{ border={{
wrapper: true, wrapper: true,
cell: true cell: true

Loading…
Cancel
Save