From cb67059dd0cb5f6df5bcd39c806f1b5c9241d958 Mon Sep 17 00:00:00 2001 From: mArker <252133226@qq.com> Date: Mon, 10 Apr 2017 13:03:24 +0800 Subject: [PATCH] add `min-width` selection-column and expand-icon-th if the width total of your columns >= 100%, must have `min-width`. --- components/table/style/index.less | 2 ++ 1 file changed, 2 insertions(+) diff --git a/components/table/style/index.less b/components/table/style/index.less index ff6c9c85fa..9c121eee33 100644 --- a/components/table/style/index.less +++ b/components/table/style/index.less @@ -148,12 +148,14 @@ &-thead > tr > th.@{table-prefix-cls}-selection-column, &-tbody > tr > td.@{table-prefix-cls}-selection-column { text-align: center; + min-width: 62px; width: 62px; } &-expand-icon-th, &-row-expand-icon-cell { text-align: center; + min-width: 50px; width: 50px; }