Commit 6a1d2697 authored by tyyin lan's avatar tyyin lan

fix(sidebar): hover样式失效

parent 668123da
......@@ -53,7 +53,7 @@ function handleMenuItemClick(menuInfo: MenuOption) {
<el-menu-item
:key="menuInfo.key"
:index="menuInfo.key"
class="relative hover:!bg-[unset]"
class="group relative hover:!bg-[unset]"
@click="handleMenuItemClick(menuInfo)"
>
<span
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment