Skip to content

Commit

Permalink
style: 💄 调整Button的动画效果只适用opacity属性
Browse files Browse the repository at this point in the history
  • Loading branch information
xuqingkai committed May 18, 2024
1 parent 4ca3ebe commit 4984729
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
box-sizing: border-box;
border: none;
color: $-button-normal-color;
transition: all 0.2s;
transition: opacity 0.2s;
user-select: none;
font-weight: normal;

Expand Down

0 comments on commit 4984729

Please sign in to comment.