fix: 处理动画引起的警报问题

This commit is contained in:
ZhuRui
2026-07-29 11:03:54 +08:00
parent 04ff2fb4df
commit 1c432ea890
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -123,8 +123,8 @@ a {
height: 100%;
min-height: 0;
transition:
opacity 0.22s cubic-bezier(0.4, 0, 0.2, 1),
transform 0.22s cubic-bezier(0.4, 0, 0.2, 1);
opacity 0.24s cubic-bezier(0.4, 0, 0.2, 1),
transform 0.24s cubic-bezier(0.4, 0, 0.2, 1);
}
.page-fade-slide-enter-from {