From 73d53b266c590df397c9ef1d98bcace09512f3cc Mon Sep 17 00:00:00 2001 From: JarvisArt <1120886013@qq.com> Date: Wed, 21 Dec 2022 17:44:26 +0800 Subject: [PATCH] fix: table border adds transition animation --- components/table/style/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 =========================== [`