diff --git a/components/table/style/index.less b/components/table/style/index.less index 77dad4d963..42d8f0f9f7 100644 --- a/components/table/style/index.less +++ b/components/table/style/index.less @@ -225,8 +225,8 @@ } // https://github.com/ant-design/ant-design/issues/30969 - &.ant-table-cell-fix-left:hover, - &.ant-table-cell-fix-right:hover { + &.@{table-prefix-cls}-cell-fix-left:hover, + &.@{table-prefix-cls}-cell-fix-right:hover { background: lighten(@black, 96%); } }