From c4de8ff81810aca5c83a801445acfbad35fb3ec2 Mon Sep 17 00:00:00 2001 From: vthinkxie Date: Tue, 23 Jul 2019 13:13:15 +0800 Subject: [PATCH] fix(module:table): fix table small sticky style (#3849) --- components/table/style/patch.less | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/components/table/style/patch.less b/components/table/style/patch.less index 51a3a666602..86601357087 100644 --- a/components/table/style/patch.less +++ b/components/table/style/patch.less @@ -162,6 +162,12 @@ nz-table { background: @component-background; } } + > .@{table-prefix-cls}-tbody > tr > td { + &.@{table-td-left-cls}-sticky, + &.@{table-td-right-cls}-sticky { + background: @component-background; + } + } > .@{table-prefix-cls}-thead > tr > th, > .@{table-prefix-cls}-tbody > tr > td {