diff --git a/src/layouts/components/Sidebar/SidebarItem.vue b/src/layouts/components/Sidebar/SidebarItem.vue index 0159c8fa..70a8c61d 100644 --- a/src/layouts/components/Sidebar/SidebarItem.vue +++ b/src/layouts/components/Sidebar/SidebarItem.vue @@ -90,8 +90,8 @@ const resolvePath = (routePath: string) => { } .el-icon { - width: 1em; - margin-right: 12px; + width: 1em !important; + margin-right: 12px !important; font-size: 18px; }