词库管理美化

This commit is contained in:
2025-11-29 09:26:39 +08:00
parent 37087c7238
commit cdafd9a44c
2 changed files with 604 additions and 291 deletions
+3 -3
View File
@@ -334,17 +334,17 @@ body {
/* 视图切换动画 */ /* 视图切换动画 */
.view-transition-enter-active, .view-transition-enter-active,
.view-transition-leave-active { .view-transition-leave-active {
transition: all 0.3s ease; transition: opacity 0.25s ease, transform 0.25s ease;
} }
.view-transition-enter-from { .view-transition-enter-from {
opacity: 0; opacity: 0;
transform: translateX(20px); transform: translateX(10px);
} }
.view-transition-leave-to { .view-transition-leave-to {
opacity: 0; opacity: 0;
transform: translateX(-20px); transform: translateX(-10px);
} }
/* 响应式设计 */ /* 响应式设计 */
File diff suppressed because it is too large Load Diff