maintain fixed-width columns when filtering cor-table
This commit is contained in:
parent
457f685952
commit
5e41de5370
9 changed files with 234 additions and 34 deletions
|
@ -973,13 +973,18 @@ a:focus {
|
|||
table-layout: fixed;
|
||||
}
|
||||
|
||||
.co-fixed-table .co-flowing-col{
|
||||
.co-fixed-table .co-flowing-col {
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
padding-left: 16px;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
.co-fixed-table .nowrap-col {
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.co-table td {
|
||||
border-bottom: 1px solid #eee;
|
||||
padding: 10px;
|
||||
|
|
Reference in a new issue