diff --git a/components/table/style/index.less b/components/table/style/index.less index e2790c97d5..9fc4cb974f 100644 --- a/components/table/style/index.less +++ b/components/table/style/index.less @@ -58,10 +58,17 @@ // Fixed first or last should special process &.@{table-prefix-cls}-cell-fix-left-last, &.@{table-prefix-cls}-cell-fix-right-first { + display: flex; overflow: visible; + > .@{table-prefix-cls}-row-indent, + > .@{table-prefix-cls}-row-expand-icon { + flex: none; + } + .@{table-prefix-cls}-cell-content { display: block; + flex: auto; overflow: hidden; text-overflow: ellipsis; }