From e90176f34e0ae4a27d886140c861b7ae1bc6d7fe Mon Sep 17 00:00:00 2001 From: cuixiaorui Date: Wed, 14 Aug 2024 23:34:06 +0800 Subject: [PATCH] refactor: use UTooltip replace tippy --- apps/client/components/Home/CalendarGraph.vue | 20 +++--- apps/client/components/courses/CourseCard.vue | 6 +- .../components/main/Contents/Contents.vue | 16 ++--- .../client/components/main/PrevAndNextBtn.vue | 32 +++++---- .../client/components/main/StudyVideoLink.vue | 13 ++-- apps/client/components/main/Tool.vue | 64 +++++++++--------- apps/client/composables/user/shortcutKey.ts | 6 ++ apps/client/nuxt.config.ts | 2 +- apps/client/package.json | 1 - apps/client/pages/mastered-elements.vue | 11 ++-- apps/client/plugins/lazyTippy.ts | 66 ------------------- pnpm-lock.yaml | 10 --- 12 files changed, 92 insertions(+), 155 deletions(-) delete mode 100644 apps/client/plugins/lazyTippy.ts diff --git a/apps/client/components/Home/CalendarGraph.vue b/apps/client/components/Home/CalendarGraph.vue index 4b79df05a..0fb637330 100644 --- a/apps/client/components/Home/CalendarGraph.vue +++ b/apps/client/components/Home/CalendarGraph.vue @@ -16,7 +16,7 @@ @@ -33,15 +33,17 @@ -
+ +
+
@@ -166,7 +168,7 @@ watchEffect(() => {