|
|
@ -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 (
|
|
|
|