Skip to content

Commit

Permalink
refactor: modal 样式还原
Browse files Browse the repository at this point in the history
  • Loading branch information
ocean-gao committed Jan 14, 2025
1 parent 4515de4 commit 496c9fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/modal/style/index.less
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@

&-mask-fade-leave-active,
&-mask-fade-enter-active {
transition: all 1s @ease-base-in;
transition: opacity @animation-duration-slow @ease-base-in;
}

&-mask-fade-leave-to,
Expand All @@ -176,7 +176,7 @@

&-fade-leave-active,
&-fade-enter-active {
transition: all 1s @ease-base-out;
transition: all @animation-duration-slow @ease-base-out;
}

&-fade-leave-to,
Expand Down

0 comments on commit 496c9fa

Please sign in to comment.