mirror of
https://github.com/ant-design/ant-design.git
synced 2024-12-18 11:18:14 +08:00
fix #12233. Height should not in transition.
This commit is contained in:
parent
bab33cca83
commit
26c3ea4f4a
@ -95,7 +95,7 @@
|
||||
|
||||
&-thead > tr,
|
||||
&-tbody > tr {
|
||||
transition: all .3s;
|
||||
transition: all .3s, height 0s;
|
||||
&.@{table-prefix-cls}-row-hover,
|
||||
&:hover {
|
||||
& > td {
|
||||
|
Loading…
Reference in New Issue
Block a user