固定列在非固定表格中的样式
This commit is contained in:
parent
0a4881e352
commit
f4b1019c87
|
@ -66,7 +66,7 @@ class TableCell extends Component{
|
|||
}
|
||||
//不是固定表格并且当前列是固定,则隐藏当前列
|
||||
if(column.fixed && !fixed){
|
||||
className = className+`${clsPrefix}-fixed-columns-in-body`;
|
||||
className = className+` ${clsPrefix}-fixed-columns-in-body`;
|
||||
}
|
||||
return (
|
||||
<td
|
||||
|
|
Loading…
Reference in New Issue