固定列在非固定表格中的样式

This commit is contained in:
wanghaoo 2018-12-20 09:42:52 +08:00
parent 0a4881e352
commit f4b1019c87
1 changed files with 1 additions and 1 deletions

View File

@ -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