style(componentList): 调整表格滚动高度计算

master
钟良源 2 weeks ago
parent 71d34f8d08
commit cf5c0fc8ad

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

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

Loading…
Cancel
Save