diff --git a/style/web/components/table/_index.less b/style/web/components/table/_index.less index c0c2d693da..a80fb65eec 100644 --- a/style/web/components/table/_index.less +++ b/style/web/components/table/_index.less @@ -479,6 +479,11 @@ .@{prefix}-table__cell--title { display: flex; align-items: center; + + .@{prefix}-table__ellipsis { + flex: 1; + min-width: 0; + } } &__column-controller { @@ -744,7 +749,7 @@ align-items: center; pointer-events: all; height: @table-icon-size; - width: @table-icon-size; + flex-shrink: 0; margin-left: @table-filter-icon-margin-left; } @@ -768,7 +773,11 @@ .@{prefix}-table__cell--sortable, .@{prefix}-table__cell--filterable { display: flex; - justify-content: space-around; + justify-content: center; + } + + .@{prefix}-table__cell--title { + max-width: 100%; } } }