Skip to content

Commit

Permalink
fix[table]: resolve border color transition issues for the last row (a…
Browse files Browse the repository at this point in the history
  • Loading branch information
DDDDD12138 authored Jan 23, 2025
1 parent 721ca61 commit dc29813
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/table/style/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,7 @@ const genTableStyle: GenerateStyle<TableToken, CSSObject> = (token) => {
)}
${unit(calc(tablePaddingHorizontal).mul(-1).equal())}`,
[`${componentCls}-tbody > tr:last-child > td`]: {
borderBottom: 0,
borderBottomWidth: 0,
'&:first-child, &:last-child': {
borderRadius: 0,
},
Expand Down

0 comments on commit dc29813

Please sign in to comment.