From f4e51dd6c104533141b2a0fb9843779edc0817e0 Mon Sep 17 00:00:00 2001 From: pany <939630029@qq.com> Date: Wed, 24 Jul 2024 11:08:16 +0800 Subject: [PATCH] Update SidebarItem.vue --- src/layouts/components/Sidebar/SidebarItem.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/layouts/components/Sidebar/SidebarItem.vue b/src/layouts/components/Sidebar/SidebarItem.vue index 0219a070..70a8c61d 100644 --- a/src/layouts/components/Sidebar/SidebarItem.vue +++ b/src/layouts/components/Sidebar/SidebarItem.vue @@ -91,7 +91,7 @@ const resolvePath = (routePath: string) => { .el-icon { width: 1em !important; - margin-right: 12px; + margin-right: 12px !important; font-size: 18px; }