From 716f32d6086b770e7b2cbb7044c5878fdd4e7fd1 Mon Sep 17 00:00:00 2001 From: undefined Date: Wed, 19 Aug 2020 22:54:52 +0800 Subject: [PATCH] fix: fixed column height not correct #1493 #2632 --- antdv-demo | 2 +- components/table/style/index.less | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/antdv-demo b/antdv-demo index 5ebfa3218..84ee25d80 160000 --- a/antdv-demo +++ b/antdv-demo @@ -1 +1 @@ -Subproject commit 5ebfa3218ba2fb568f7cb32d2c6fda8eaf5b3c21 +Subproject commit 84ee25d800ce56d1fc170d9dbd7b150343be9b0e diff --git a/components/table/style/index.less b/components/table/style/index.less index 00a8d0e06..c16c5435c 100644 --- a/components/table/style/index.less +++ b/components/table/style/index.less @@ -226,12 +226,11 @@ &-tbody > tr > td { border-bottom: @border-width-base @border-style-base @border-color-split; - transition: all 0.3s, border 0s; + transition: background 0.3s; } &-thead > tr, &-tbody > tr { - transition: all 0.3s, height 0s; &.@{table-prefix-cls}-row-hover, &:hover { &:not(.@{table-prefix-cls}-expanded-row):not(.@{table-prefix-cls}-row-selected) > td {