Fix sorted column background in small size Table

This commit is contained in:
afc163 2018-10-09 18:16:51 +08:00
parent d70f52add3
commit 86b342545d

View File

@ -56,6 +56,9 @@
background: @component-background; background: @component-background;
border-bottom: @border-width-base @border-style-base @border-color-split; border-bottom: @border-width-base @border-style-base @border-color-split;
} }
> .@{table-prefix-cls}-thead > tr > th.@{table-prefix-cls}-column-sort {
background: @table-body-sort-bg;
}
} }
> .@{table-prefix-cls}-scroll > .@{table-prefix-cls}-header > table, > .@{table-prefix-cls}-scroll > .@{table-prefix-cls}-header > table,