From 6af5c54e6cc77c8e8ae4831e1caeae6fb73a29b5 Mon Sep 17 00:00:00 2001 From: afc163 Date: Sun, 20 Nov 2016 19:00:02 +0800 Subject: [PATCH] unify checkbox and expand icon width of Table --- components/table/style/index.less | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/table/style/index.less b/components/table/style/index.less index 9cb42ace25..c0eedddf05 100644 --- a/components/table/style/index.less +++ b/components/table/style/index.less @@ -125,7 +125,7 @@ &-thead > tr > th.@{table-prefix-cls}-selection-column, &-tbody > tr > td.@{table-prefix-cls}-selection-column { text-align: center; - width: 60px; + width: 40px; } &-header { @@ -400,7 +400,7 @@ } &-expand-icon-th { - width: 34px; + width: 40px; } &-row {