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

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

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

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

Loading…
Cancel
Save