fix: fixed column height not correct #1493 #2632

pull/2736/head
undefined 2020-08-19 22:54:52 +08:00
parent a4574c8a69
commit 716f32d608
2 changed files with 2 additions and 3 deletions

@ -1 +1 @@
Subproject commit 5ebfa3218ba2fb568f7cb32d2c6fda8eaf5b3c21
Subproject commit 84ee25d800ce56d1fc170d9dbd7b150343be9b0e

View File

@ -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 {