parent
f956b99567
commit
5c69023795
1 changed files with 12 additions and 10 deletions
|
@ -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;
|
||||||
|
|
Loading…
Add table
Reference in a new issue