Commit 324f5098cf89c4df103ec75c8ee68bc9d84cef80

Authored by zhangzzzz
1 parent c15081d9

sum功能支持bill类型;

src/components/Common/CommonTable/index.less
@@ -150,7 +150,8 @@ @@ -150,7 +150,8 @@
150 } 150 }
151 } 151 }
152 152
153 - .ant-table-bordered .virtuallist > table > .ant-table-tbody > tr > td.tableSumColor{ 153 + .ant-table-bordered .virtuallist > table > .ant-table-tbody > tr > td.tableSumColor,
  154 + .ant-table.ant-table-bordered > .ant-table-container > .ant-table-body > table > tbody > tr > td.tableSumColor{
154 background-color: #BEE7E9 !important; 155 background-color: #BEE7E9 !important;
155 } 156 }
156 } 157 }