diff --git a/components/table/style/index.tsx b/components/table/style/index.tsx index 1e8ac7f581f5..f8c7d28be967 100644 --- a/components/table/style/index.tsx +++ b/components/table/style/index.tsx @@ -174,7 +174,7 @@ const genTableStyle: GenerateStyle = (token) => { '> tr': { '> td': { borderTop: tableBorder, - transition: `background ${motionDurationSlow}`, + transition: `background ${motionDurationSlow}, border-color ${motionDurationSlow}`, // ========================= Nest Table =========================== [`