mirror of
https://gitee.com/ant-design/ant-design.git
synced 2024-12-04 04:58:55 +08:00
group column header should be text align centered
This commit is contained in:
parent
bf8b1bf6a9
commit
779a62093d
@ -39,7 +39,7 @@ const data = [{
|
||||
}];
|
||||
|
||||
ReactDOM.render(
|
||||
<Table dataSource={data}>
|
||||
<Table dataSource={data} bordered>
|
||||
<ColumnGroup title="Name">
|
||||
<Column
|
||||
title="First Name"
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user