Table add showSummary, summaryMethod, sumText prop. support summary in the last line

This commit is contained in:
梁灏 2019-09-20 19:59:57 +08:00
parent 1c1953acc9
commit da54e620ad
3 changed files with 170 additions and 3 deletions

View file

@ -25,6 +25,21 @@
box-sizing: border-box;
//position: relative;
&-summary{
border-top: 1px solid @border-color-split;
tr td{
background-color: @table-thead-bg;
}
}
&-with-summary{
.ivu-table-tbody{
tr:last-child td{
border-bottom: none;
}
}
}
&-resize-line{
position: absolute;
top: 0;