diff --git a/src/components/Common/CommonTable/index.less b/src/components/Common/CommonTable/index.less index e2ecc5b..5fcc6fa 100644 --- a/src/components/Common/CommonTable/index.less +++ b/src/components/Common/CommonTable/index.less @@ -150,7 +150,8 @@ } } - .ant-table-bordered .virtuallist > table > .ant-table-tbody > tr > td.tableSumColor{ + .ant-table-bordered .virtuallist > table > .ant-table-tbody > tr > td.tableSumColor, + .ant-table.ant-table-bordered > .ant-table-container > .ant-table-body > table > tbody > tr > td.tableSumColor{ background-color: #BEE7E9 !important; } }