Keep text align center

Fix prev commit
This commit is contained in:
Wei Zhu 2018-05-04 14:33:06 +08:00
parent f1e38a1573
commit 3fd9397174

View File

@ -33,6 +33,10 @@
font-weight: 500; font-weight: 500;
border-bottom: @border-width-base @border-style-base @border-color-split; border-bottom: @border-width-base @border-style-base @border-color-split;
&[colspan] {
text-align: center;
}
.@{iconfont-css-prefix}-filter, .@{iconfont-css-prefix}-filter,
.@{table-prefix-cls}-filter-icon { .@{table-prefix-cls}-filter-icon {
position: relative; position: relative;
@ -76,7 +80,6 @@
&-thead > tr:not(:last-child) > th { &-thead > tr:not(:last-child) > th {
&[colspan] { &[colspan] {
text-align: center;
border-bottom: 0; border-bottom: 0;
} }
} }