Commit 129b8680 authored by yanzhengyang's avatar yanzhengyang

菜单选中样式微调

parent 364901a1
......@@ -146,7 +146,7 @@ const activeMenu = computed(() => {
color: v-bind(getMenuTextColor);
&.is-active {
color: var(--menu-active-text, #409eff) !important;
color: var(--menu-active-text, #0154fb) !important;
background-color: #f4f4f9 !important;
}
}
......
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