From a1fd24aa3f361359c133a9c97914b3f2b5a43777 Mon Sep 17 00:00:00 2001 From: Aresn Date: Wed, 22 May 2024 16:16:54 +0800 Subject: [PATCH] Update Source.vue --- components/i/search/Source.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/components/i/search/Source.vue b/components/i/search/Source.vue index 067f573..1d3d331 100644 --- a/components/i/search/Source.vue +++ b/components/i/search/Source.vue @@ -31,7 +31,8 @@ const cardUI = { body: { padding: 'sm:p-3 p-3', base: 'h-full' - } + }, + background: 'transition hover:bg-gray-100 dark:hover:bg-gray-800' } const showAllSource = ref(false) const limitSource = computed(() => { -- GitLab