This commit is contained in:
梁灏 2019-01-08 14:53:27 +08:00
parent f956b99567
commit 5c69023795

View file

@ -315,16 +315,18 @@
} }
&-fixed-header{ &-fixed-header{
overflow: hidden; overflow: hidden;
&-with-empty{ // 在 #1387 里,添加了下面的代码,但是在 #5147 会出现新的问题。
.@{table-prefix-cls}-hidden{ // 但是,在新版本里,注释掉后,#1387 的问题并没有再复现,所以注释掉
.@{table-prefix-cls}-sort{ //&-with-empty{
display: none; // .@{table-prefix-cls}-hidden{
} // .@{table-prefix-cls}-sort{
.@{table-prefix-cls}-cell span{ // display: none;
display: none; // }
} // .@{table-prefix-cls}-cell span{
} // display: none;
} // }
// }
//}
} }
&-fixed-body{ &-fixed-body{
overflow: hidden; overflow: hidden;