Skip to content

Commit

Permalink
fix calc
Browse files Browse the repository at this point in the history
  • Loading branch information
afc163 committed May 24, 2021
1 parent f1f75e0 commit d83b416
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/table/style/index.less
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
@table-header-cell-split-color: rgba(0, 0, 0, 0.06);
@table-header-icon-color-hover: darken(@table-header-icon-color, 10%);
@table-header-sort-active-filter-bg: lighten(@table-header-sort-active-bg, 2%);
@table-sticky-zindex: calc(@zindex-table-fixed + 1);
@table-sticky-zindex: (@zindex-table-fixed + 1);
@table-sticky-scroll-bar-active-bg: fade(@table-sticky-scroll-bar-bg, 80%);

.@{table-prefix-cls}-wrapper {
Expand Down

0 comments on commit d83b416

Please sign in to comment.