This commit is contained in:
lys 2025-01-02 13:50:27 +08:00
parent 5cfd9289cf
commit c325d4ae4c
1 changed files with 1 additions and 1 deletions

View File

@ -129,7 +129,7 @@ const StandingbookTable: FC = (props) => {
...paginationFun(pageInfo, sizeChange, onChange), ...paginationFun(pageInfo, sizeChange, onChange),
size: "default" size: "default"
}} }}
scroll={{ x: 1200, y: `calc(100vh - 135px)` }} scroll={{ x: 1200, y: `calc(100vh - 172px)` }}
summary={() => { summary={() => {
if (_.isEmpty(columns) || !showSumrow) return; if (_.isEmpty(columns) || !showSumrow) return;
return ( return (