fix #12233. Height should not in transition.

This commit is contained in:
zombiej 2018-09-13 20:42:45 +08:00
parent bab33cca83
commit 26c3ea4f4a

View File

@ -95,7 +95,7 @@
&-thead > tr,
&-tbody > tr {
transition: all .3s;
transition: all .3s, height 0s;
&.@{table-prefix-cls}-row-hover,
&:hover {
& > td {