From f4b1019c87a46e0aa895f276ca5e30cb3191943f Mon Sep 17 00:00:00 2001 From: wanghaoo Date: Thu, 20 Dec 2018 09:42:52 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9B=BA=E5=AE=9A=E5=88=97=E5=9C=A8=E9=9D=9E?= =?UTF-8?q?=E5=9B=BA=E5=AE=9A=E8=A1=A8=E6=A0=BC=E4=B8=AD=E7=9A=84=E6=A0=B7?= =?UTF-8?q?=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/TableCell.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/TableCell.js b/src/TableCell.js index e4c90ef..858412e 100644 --- a/src/TableCell.js +++ b/src/TableCell.js @@ -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 (