feat: 集成 animate.css 动画,element-plus 内置动画过于单调

This commit is contained in:
ray
2025-02-13 20:30:11 +08:00
parent 8e31b8356b
commit cfdc8e0cc7
4 changed files with 8 additions and 3 deletions

View File

@@ -8,6 +8,10 @@ import "element-plus/theme-chalk/dark/css-vars.css";
import "@/styles/dark/css-vars.css";
import "@/styles/index.scss";
import "uno.css";
// 全局引入 animate.css
import "animate.css";
// 自动为某些默认事件(如 touchstart、wheel 等)添加 { passive: true },提升滚动性能并消除控制台的非被动事件监听警告
import "default-passive-events";