diff --git a/src/pages/atdTable/components/antdTable.tsx b/src/pages/atdTable/components/antdTable.tsx index 6454610..8eb8de7 100644 --- a/src/pages/atdTable/components/antdTable.tsx +++ b/src/pages/atdTable/components/antdTable.tsx @@ -66,7 +66,7 @@ const AntdTable: FC = (props) => { const confCode: any = await API.CalculateService.getSysconfcode({ code: "OPEN_ACCT_RESULT_SUM" }); setShowSumrow(confCode.data.status && confCode.data.data === "1"); if (confCode.data.status && confCode.data.data === "1") { - const sumRowlist: any = await API.CalculateService.getAcctresultsum({ salaryAcctRecordId: extraParams.queryParams.salaryAcctRecordId }); + const sumRowlist: any = await API.CalculateService.getAcctresultsum({...extraParams["queryParams"]}); if (sumRowlist.data.status && !_.isEmpty(sumRowlist.data.data.sumRow)) { setSumRow(sumRowlist.data.data.sumRow); } diff --git a/src/pages/atdTable/components/index.less b/src/pages/atdTable/components/index.less index 596586c..b6ab71f 100644 --- a/src/pages/atdTable/components/index.less +++ b/src/pages/atdTable/components/index.less @@ -57,13 +57,19 @@ } :global { + .ant-btn-link { + font-size: 12px; + } + .ant-table-tbody > tr.ant-table-row:hover > td { background: #e9f7ff; } - .anticon-more{ + + .anticon-more { font-size: 16px; cursor: pointer; } + .ant-spin-container { .ant-pagination { font-size: 12px;