From 4b8cc1cd4e7878ae2af4901da66a8aeb516a551f Mon Sep 17 00:00:00 2001 From: jahnli Date: Tue, 1 Oct 2024 17:32:12 +0800 Subject: [PATCH] feat(data-table): add animations for expand icon --- src/data-table/src/styles/index.cssr.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/data-table/src/styles/index.cssr.ts b/src/data-table/src/styles/index.cssr.ts index ba321f978c7..9b06842e5ac 100644 --- a/src/data-table/src/styles/index.cssr.ts +++ b/src/data-table/src/styles/index.cssr.ts @@ -170,6 +170,7 @@ export default c([ iconSwitchTransition() ]), cB('base-icon', ` + transition: all .3s var(--n-bezier); position: absolute; left: 0; right: 0;