From 324f5098cf89c4df103ec75c8ee68bc9d84cef80 Mon Sep 17 00:00:00 2001 From: zhangzhen <525765282@qq.com> Date: Thu, 4 Sep 2025 13:41:25 +0800 Subject: [PATCH] sum功能支持bill类型; --- src/components/Common/CommonTable/index.less | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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; } } -- libgit2 0.22.2