diff --git a/packages/components/table/style/fixed.less b/packages/components/table/style/fixed.less index 636c27bf8..486e90d97 100644 --- a/packages/components/table/style/fixed.less +++ b/packages/components/table/style/fixed.less @@ -1,9 +1,13 @@ .@{table-prefix} { &-fix { + &-start { + z-index: 2; + } + &-end { + z-index: 3; + } &-start, &-end { - z-index: 2; - td& { background-color: var(--ix-color-container-bg); }