diff --git a/components/table/style/index.less b/components/table/style/index.less index 8e1a8ee0f3..5162769af4 100644 --- a/components/table/style/index.less +++ b/components/table/style/index.less @@ -437,6 +437,10 @@ } } + table tr th&-selection-column&-cell-fix-left { + z-index: 3; + } + table tr th&-selection-column::after { background-color: transparent !important; }