diff --git a/components/table/style/index.less b/components/table/style/index.less index a37921e32f..7a42f58cc0 100644 --- a/components/table/style/index.less +++ b/components/table/style/index.less @@ -497,8 +497,13 @@ } // https://github.com/ant-design/ant-design/issues/25573 - .@{descriptions-prefix-cls}-view table { - width: auto; + .@{descriptions-prefix-cls}-view { + display: flex; + + table { + flex: auto; + width: auto; + } } }