mirror of
https://github.com/ant-design/ant-design.git
synced 2025-08-06 07:56:28 +08:00
Keep text align center
Fix prev commit
This commit is contained in:
parent
f1e38a1573
commit
3fd9397174
@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user