master
This commit is contained in:
parent
5cfd9289cf
commit
c325d4ae4c
|
|
@ -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 (
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue