From 41234e7e57f7586d4faa9db56952424d56327098 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E9=83=9D=E5=85=88=E7=91=9E?= <1490493387@qq.com>
Date: Wed, 21 Feb 2024 18:17:57 +0800
Subject: [PATCH] =?UTF-8?q?feat:=20:sparkles:=20=E5=BC=95=E5=85=A5=20anima?=
=?UTF-8?q?te.css=20=E5=8A=A8=E7=94=BB=E5=BA=93=EF=BC=8C=E7=A7=BB=E9=99=A4?=
=?UTF-8?q?=E8=87=AA=E5=AE=9A=E4=B9=89=E7=9A=84=20transtion=20=E8=87=AA?=
=?UTF-8?q?=E5=AE=9A=E4=B9=89=E5=8A=A8=E7=94=BB=E6=A0=B7=E5=BC=8F=E6=96=87?=
=?UTF-8?q?=E4=BB=B6?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
package.json | 1 +
src/components/Breadcrumb/index.vue | 18 ++---
src/layout/components/AppMain/index.vue | 2 +-
.../Sidebar/components/SidebarLogo.vue | 3 +-
src/main.ts | 1 +
src/styles/index.scss | 1 -
src/styles/transition.scss | 69 -------------------
7 files changed, 11 insertions(+), 84 deletions(-)
delete mode 100644 src/styles/transition.scss
diff --git a/package.json b/package.json
index 379a5985..3caa325a 100644
--- a/package.json
+++ b/package.json
@@ -46,6 +46,7 @@
"@vueuse/core": "^10.7.2",
"@wangeditor/editor": "^5.1.23",
"@wangeditor/editor-for-vue": "5.1.10",
+ "animate.css": "^4.1.1",
"axios": "^1.6.7",
"echarts": "^5.5.0",
"element-plus": "^2.5.6",
diff --git a/src/components/Breadcrumb/index.vue b/src/components/Breadcrumb/index.vue
index a9a1e440..df9849d6 100644
--- a/src/components/Breadcrumb/index.vue
+++ b/src/components/Breadcrumb/index.vue
@@ -1,12 +1,14 @@
-
-
+
+
{{ translateRouteTitle(item.meta.title) }}
@@ -18,8 +20,7 @@