group column header should be text align centered

This commit is contained in:
afc163 2016-12-04 17:43:24 +08:00
parent bf8b1bf6a9
commit 779a62093d
2 changed files with 5 additions and 1 deletions

View File

@ -39,7 +39,7 @@ const data = [{
}];
ReactDOM.render(
<Table dataSource={data}>
<Table dataSource={data} bordered>
<ColumnGroup title="Name">
<Column
title="First Name"

View File

@ -31,6 +31,10 @@
transition: background .3s ease;
text-align: left;
&[colspan] {
text-align: center;
}
.@{iconfont-css-prefix}-filter {
margin-left: 4px;
font-size: @font-size-base;