Table add showSummary, summaryMethod, sumText prop. support summary in the last line
This commit is contained in:
parent
1c1953acc9
commit
da54e620ad
3 changed files with 170 additions and 3 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue