|
@ -13,26 +13,6 @@ |
|
|
.@{table-prefix-cls}-footer { |
|
|
.@{table-prefix-cls}-footer { |
|
|
padding: 12px 8px; |
|
|
padding: 12px 8px; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.@{table-prefix-cls}-column-sorter-up:after { |
|
|
|
|
|
top: -13px; |
|
|
|
|
|
height: 13px; |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.@{table-prefix-cls}-column-sorter-down:after { |
|
|
|
|
|
bottom: -11px; |
|
|
|
|
|
height: 13px; |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.@{table-prefix-cls}-thead > tr > th { |
|
|
|
|
|
.@{iconfont-css-prefix}-filter, |
|
|
|
|
|
.@{table-prefix-cls}-filter-icon { |
|
|
|
|
|
&:after { |
|
|
|
|
|
height: 38px; |
|
|
|
|
|
top: -13px; |
|
|
|
|
|
} |
|
|
|
|
|
} |
|
|
|
|
|
} |
|
|
|
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.@{table-prefix-cls}-small { |
|
|
.@{table-prefix-cls}-small { |
|
@ -51,13 +31,6 @@ |
|
|
> .@{table-prefix-cls}-thead > tr > th { |
|
|
> .@{table-prefix-cls}-thead > tr > th { |
|
|
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; |
|
|
.@{iconfont-css-prefix}-filter, |
|
|
|
|
|
.@{table-prefix-cls}-filter-icon { |
|
|
|
|
|
&:after { |
|
|
|
|
|
height: 39px; |
|
|
|
|
|
top: -14px; |
|
|
|
|
|
} |
|
|
|
|
|
} |
|
|
|
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
@ -79,16 +52,6 @@ |
|
|
.@{table-prefix-cls}-row:last-child td { |
|
|
.@{table-prefix-cls}-row:last-child td { |
|
|
border-bottom: 0; |
|
|
border-bottom: 0; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.@{table-prefix-cls}-column-sorter-up:after { |
|
|
|
|
|
top: -14px; |
|
|
|
|
|
height: 13px; |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.@{table-prefix-cls}-column-sorter-down:after { |
|
|
|
|
|
bottom: -11px; |
|
|
|
|
|
height: 13px; |
|
|
|
|
|
} |
|
|
|
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
&.@{table-prefix-cls}-bordered { |
|
|
&.@{table-prefix-cls}-bordered { |
|
|