From 09ed59dba7f2aefad711d9fd1392b39f84be2050 Mon Sep 17 00:00:00 2001 From: zombiej Date: Thu, 18 Apr 2019 22:53:29 +0800 Subject: [PATCH] rm useless code --- components/table/style/index.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/table/style/index.less b/components/table/style/index.less index 74a7c6ed60..30d1910675 100644 --- a/components/table/style/index.less +++ b/components/table/style/index.less @@ -38,7 +38,7 @@ // - https://github.com/ant-design/ant-design/issues/16131 background: @table-header-bg; - & > th { + > th { color: @table-header-color; font-weight: 500; text-align: left;