From 455e48f7920a7bee5c41a65639b1244af36646c3 Mon Sep 17 00:00:00 2001 From: Soybean Date: Mon, 18 Mar 2024 07:38:21 +0800 Subject: [PATCH] fix(projects): fix class name conflict with unocss icon --- .../global-search/components/search-footer.vue | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/layouts/modules/global-search/components/search-footer.vue b/src/layouts/modules/global-search/components/search-footer.vue index b4089e0d7..dec512f2a 100644 --- a/src/layouts/modules/global-search/components/search-footer.vue +++ b/src/layouts/modules/global-search/components/search-footer.vue @@ -7,30 +7,30 @@ defineOptions({ name: 'SearchFooter' });