Skip to content

Commit 716f32d

Browse files
author
undefined
committed
fix: fixed column height not correct #1493 #2632
1 parent a4574c8 commit 716f32d

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

antdv-demo

components/table/style/index.less

+1-2
Original file line numberDiff line numberDiff line change
@@ -226,12 +226,11 @@
226226

227227
&-tbody > tr > td {
228228
border-bottom: @border-width-base @border-style-base @border-color-split;
229-
transition: all 0.3s, border 0s;
229+
transition: background 0.3s;
230230
}
231231

232232
&-thead > tr,
233233
&-tbody > tr {
234-
transition: all 0.3s, height 0s;
235234
&.@{table-prefix-cls}-row-hover,
236235
&:hover {
237236
&:not(.@{table-prefix-cls}-expanded-row):not(.@{table-prefix-cls}-row-selected) > td {

0 commit comments

Comments
 (0)