parent
f956b99567
commit
5c69023795
1 changed files with 12 additions and 10 deletions
|
@ -315,16 +315,18 @@
|
|||
}
|
||||
&-fixed-header{
|
||||
overflow: hidden;
|
||||
&-with-empty{
|
||||
.@{table-prefix-cls}-hidden{
|
||||
.@{table-prefix-cls}-sort{
|
||||
display: none;
|
||||
}
|
||||
.@{table-prefix-cls}-cell span{
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
}
|
||||
// 在 #1387 里,添加了下面的代码,但是在 #5147 会出现新的问题。
|
||||
// 但是,在新版本里,注释掉后,#1387 的问题并没有再复现,所以注释掉
|
||||
//&-with-empty{
|
||||
// .@{table-prefix-cls}-hidden{
|
||||
// .@{table-prefix-cls}-sort{
|
||||
// display: none;
|
||||
// }
|
||||
// .@{table-prefix-cls}-cell span{
|
||||
// display: none;
|
||||
// }
|
||||
// }
|
||||
//}
|
||||
}
|
||||
&-fixed-body{
|
||||
overflow: hidden;
|
||||
|
|
Loading…
Add table
Reference in a new issue