Fix Table sort style of right-aligned column

close #12552
This commit is contained in:
afc163 2018-10-10 13:45:11 +08:00
parent 38fd268199
commit 55a13a11fc

View File

@ -136,6 +136,14 @@
}
}
}
&.@{table-prefix-cls}-align-right {
padding-right: 30px;
&.@{table-prefix-cls}-column-has-sorters.@{table-prefix-cls}-column-has-filters {
padding-right: 54px;
}
}
}
.@{table-prefix-cls}-column-sorters {