From 26c3ea4f4a2d719a1e0cdcb45bc962942bec74ea Mon Sep 17 00:00:00 2001 From: zombiej Date: Thu, 13 Sep 2018 20:42:45 +0800 Subject: [PATCH] fix #12233. Height should not in transition. --- components/table/style/index.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/table/style/index.less b/components/table/style/index.less index af70130fe4..509f9d61b8 100644 --- a/components/table/style/index.less +++ b/components/table/style/index.less @@ -95,7 +95,7 @@ &-thead > tr, &-tbody > tr { - transition: all .3s; + transition: all .3s, height 0s; &.@{table-prefix-cls}-row-hover, &:hover { & > td {